:root {
    color-scheme: only light;
    --c1: #F7F9FC;
    --c2: #E7EDF4;
    --c3: #D6E0EB;
    --c4: #C7D4E3;
    --c5: #9FB3CC;
    --c6: #7A98B8;
    --c7: #5F7E9F;
    --k9: #0E0E0E;
    --k8: #1A1A1A;
    --k7: #2C2C2C;
    --k6: #4A4A4A;
    --k5: #6B7280;
    --k4: #9CA3AF;
    --k3: #D1D5DB;
    --k2: #E5E7EB;
    --k1: #F3F4F6;
    --g1: #B89968;
    --s1: #FFFFFF;
    --s2: #FAFBFC;
    --s3: #E7EDF4;
    --cd: #FFFFFF;
    --hl: rgba(14,14,14,.08);
    --hs: rgba(14,14,14,.14);
    --sh1: 0 1px 2px rgba(14,14,14,.04),0 8px 24px -8px rgba(14,14,14,.08);
    --sh2: 0 2px 4px rgba(14,14,14,.04),0 20px 40px -16px rgba(14,14,14,.12);
    --cw: 1280px;
    --cp: 24px
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme:only light !important;
        --c1: #F7F9FC !important;
        --c2: #E7EDF4 !important;
        --c3: #D6E0EB !important;
        --c4: #C7D4E3 !important;
        --c5: #9FB3CC !important;
        --c6: #7A98B8 !important;
        --c7: #5F7E9F !important;
        --k9: #0E0E0E !important;
        --k8: #1A1A1A !important;
        --k7: #2C2C2C !important;
        --k6: #4A4A4A !important;
        --k5: #6B7280 !important;
        --k4: #9CA3AF !important;
        --k3: #D1D5DB !important;
        --k2: #E5E7EB !important;
        --k1: #F3F4F6 !important;
        --s1: #FFFFFF !important;
        --s2: #FAFBFC !important;
        --s3: #E7EDF4 !important;
        --cd: #FFFFFF !important;
        --hl: rgba(14,14,14,.08) !important;
        --hs: rgba(14,14,14,.14) !important
    }

    html,body {
        background: #FFFFFF !important;
        color: #1A1A1A !important
    }
}

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

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter',system-ui,-apple-system,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--k8);
    background: var(--s1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none
}

.sf {
    font-family: 'Fraunces',Georgia,serif
}

.cw {
    max-width: var(--cw);
    margin: 0 auto;
    padding: 0 var(--cp)
}

@media(min-width: 768px) {
    :root {
        --cp:40px
    }
}

section {
    padding: 80px 0
}

@media(min-width: 768px) {
    section {
        padding:112px 0
    }
}

.eb {
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--k5);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px
}

.b1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 999px;
    transition: all 0.2s ease;
    white-space: nowrap
}

.bp {
    background: var(--k8);
    color: #FFF
}

.bp:hover {
    background: var(--k9);
    transform: translateY(-1px);
    box-shadow: var(--sh1)
}

.bo {
    background: transparent;
    color: var(--k8);
    border: 1px solid var(--hs)
}

.bo:hover {
    background: var(--c2);
    border-color: var(--c5)
}

.bl {
    color: var(--k7);
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.bl:hover {
    color: var(--k9)
}

.bl::after {
    content: '→';
    transition: transform 0.2s
}

.bl:hover::after {
    transform: translateX(4px)
}

.nv {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--hl)
}

.ni {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px
}

.nl {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px
}

.nl img {
    height: 48px;
    width: auto
}

.nls {
    display: none;
    align-items: center;
    gap: 36px
}

@media(min-width: 1024px) {
    .nls {
        display:flex
    }
}

.nls a {
    font-size: 14.5px;
    font-weight: 500;
    color: var(--k7);
    position: relative;
    padding: 8px 0
}

.nls a:hover {
    color: var(--k9)
}

.nls a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--k8);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease
}

.nls a:hover::after,.nls a.ac::after {
    transform: scaleX(1)
}

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

.np {
    display: none;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--k7)
}

@media(min-width: 768px) {
    .np {
        display:inline-flex
    }
}

.np:hover {
    color: var(--k9)
}

.nc {
    display: none;
    padding: 12px 22px;
    font-size: 13.5px
}

@media(min-width: 768px) {
    .nc {
        display:inline-flex
    }
}

.nt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--hs)
}

@media(min-width: 1024px) {
    .nt {
        display:none
    }
}

.nm {
    display: none;
    padding: 24px 0;
    border-top: 1px solid var(--hl)
}

.nm.op {
    display: block
}

.nml {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.nml a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--k7);
    border-bottom: 1px solid var(--hl)
}

.nml a:last-child {
    border-bottom: none
}

.hr {
    padding: 64px 0 96px;
    background: linear-gradient(180deg,var(--c1) 0%,transparent 60%),var(--s1);
    position: relative;
    overflow: hidden
}

@media(min-width: 768px) {
    .hr {
        padding:96px 0 128px
    }
}

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

@media(min-width: 1024px) {
    .hg {
        grid-template-columns:1.05fr 1fr;
        gap: 80px
    }
}

.hc>*+* {
    margin-top: 24px
}

.hh {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(40px,6vw,64px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--k9)
}

.hh em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c7)
}

.hs {
    font-size: 17px;
    line-height: 1.65;
    color: var(--k6);
    max-width: 36rem
}

@media(min-width: 768px) {
    .hs {
        font-size:18px
    }
}

.hb {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.hu {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--k5)
}

.hu .st {
    color: var(--g1);
    letter-spacing: 1px
}

.hu .dv {
    width: 1px;
    height: 12px;
    background: var(--hs)
}

.hv {
    position: relative
}

.hi {
    aspect-ratio: 5/6;
    border-radius: 24px;
    background: var(--c2);
    overflow: hidden;
    box-shadow: var(--sh2);
    position: relative
}

@media(min-width: 1024px) {
    .hi {
        aspect-ratio:6/7;
        border-radius: 28px
    }
}

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

.ph {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,var(--c2),var(--c2) 12px,var(--c3) 12px,var(--c3) 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--k5);
    font-family: ui-monospace,'SF Mono',Menlo,monospace;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 20px
}

.cp {
    position: absolute;
    background: var(--s1);
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: var(--sh2);
    font-size: 13px;
    line-height: 1.5
}

.cp1 {
    bottom: 32px;
    left: -16px
}

@media(min-width: 768px) {
    .cp1 {
        left:-32px
    }
}

.cp1 .lb {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--k5);
    font-weight: 600;
    margin-bottom: 4px
}

.cp1 .vl {
    font-weight: 600;
    color: var(--k9)
}

.cp2 {
    top: 24px;
    right: -8px;
    display: none;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: var(--k8)
}

@media(min-width: 1024px) {
    .cp2 {
        display:inline-flex;
        right: -24px
    }
}

.pd {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22C55E;
    box-shadow: 0 0 0 4px rgba(34,197,94,0.18)
}

.tr {
    padding: 56px 0;
    border-top: 1px solid var(--hl);
    border-bottom: 1px solid var(--hl);
    background: var(--s2)
}

.tg {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px
}

@media(min-width: 768px) {
    .tg {
        grid-template-columns:repeat(4,1fr);
        gap: 24px
    }
}

.ti {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.tn {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: var(--c6)
}

.tt {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--k8);
    line-height: 1.45
}

.as {
    background: var(--s1)
}

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

@media(min-width: 1024px) {
    .ag {
        grid-template-columns:1fr 1.1fr;
        gap: 80px
    }
}

.av {
    aspect-ratio: 4/5;
    border-radius: 20px;
    overflow: hidden;
    background: var(--c2);
    box-shadow: var(--sh1)
}

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

.ac>*+* {
    margin-top: 20px
}

.ah {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(32px,4vw,44px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--k9)
}

.ah em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c7)
}

.at {
    font-size: 16px;
    line-height: 1.75;
    color: var(--k6)
}

.at+.at {
    margin-top: 16px
}

.ai {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--hl);
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: var(--k7)
}

.ai strong {
    font-weight: 600;
    color: var(--k9)
}

.sv {
    background: var(--s2);
    border-top: 1px solid var(--hl)
}

.sh {
    text-align: center;
    margin-bottom: 64px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.sh .eb {
    justify-content: center;
    display: inline-flex;
    margin-bottom: 16px
}

.sh h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(32px,4vw,44px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--k9);
    margin-bottom: 16px
}

.sh h2 em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c7)
}

.sh p {
    font-size: 17px;
    line-height: 1.65;
    color: var(--k6)
}

.sg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media(min-width: 640px) {
    .sg {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(min-width: 1024px) {
    .sg {
        grid-template-columns:repeat(3,1fr);
        gap: 24px
    }
}

.sc {
    background: var(--s1);
    border: 1px solid var(--hl);
    border-radius: 18px;
    padding: 36px 32px;
    transition: all 0.25s ease
}

.sc:hover {
    border-color: var(--c5);
    transform: translateY(-4px);
    box-shadow: var(--sh2)
}

.si {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--c7)
}

.sc h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--k9);
    margin-bottom: 10px;
    letter-spacing: -0.01em
}

.sc p {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--k6);
    margin-bottom: 20px
}

.so {
    text-align: center;
    margin-top: 56px
}

.gl {
    background: var(--s1)
}

.gg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media(min-width: 640px) {
    .gg {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(min-width: 1024px) {
    .gg {
        grid-template-columns:repeat(4,1fr)
    }
}

.gi {
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    background: var(--c2);
    cursor: pointer;
    transition: transform 0.25s ease
}

.gi:hover {
    transform: scale(1.02)
}

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

.fp2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

@media(min-width: 768px) {
    .fp2 {
        grid-template-columns:1fr 1fr;
        gap: 20px
    }
}

.fp2i {
    aspect-ratio: 4/3;
    border-radius: 20px;
    overflow: hidden;
    background: var(--c2);
    box-shadow: var(--sh2)
}

.fp2i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.go {
    text-align: center;
    margin-top: 48px
}

.wu {
    background: var(--c2);
    border-top: 1px solid var(--hl);
    border-bottom: 1px solid var(--hl)
}

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

@media(min-width: 1024px) {
    .wg {
        grid-template-columns:1fr 1fr;
        gap: 80px
    }
}

.wc>*+* {
    margin-top: 20px
}

.wh {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(28px,3.5vw,40px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--k9)
}

.wh em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500
}

.wt {
    font-size: 16px;
    line-height: 1.75;
    color: var(--k7)
}

.ws {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    padding: 32px 0;
    border-top: 1px solid var(--hl);
    border-bottom: 1px solid var(--hl);
    margin-top: 32px
}

.ws .nm2 {
    font-family: 'Fraunces',Georgia,serif;
    font-weight: 500;
    font-size: 36px;
    color: var(--k9);
    line-height: 1;
    letter-spacing: -0.02em
}

.ws .lb {
    font-size: 12.5px;
    color: var(--k5);
    margin-top: 6px;
    line-height: 1.4
}

.fc {
    background: var(--k9);
    color: #FFF;
    text-align: center
}

.fk {
    max-width: 680px;
    margin: 0 auto
}

.fc .eb {
    color: var(--c4);
    justify-content: center;
    display: inline-flex;
    margin-bottom: 20px
}

.fc h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(36px,5vw,56px);
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #FFF;
    margin-bottom: 20px
}

.fc h2 em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c4)
}

.fc p {
    font-size: 17px;
    line-height: 1.65;
    color: var(--c3);
    margin-bottom: 36px
}

.fr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.fc .bp {
    background: #FFF;
    color: var(--k9)
}

.fc .bp:hover {
    background: var(--c2)
}

.fc .bo {
    color: #FFF;
    border-color: rgba(255,255,255,.25)
}

.fc .bo:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.4)
}

.ft {
    background: var(--k9);
    color: var(--k3);
    padding: 80px 0 32px
}

.fg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255,255,255,.08)
}

@media(min-width: 768px) {
    .fg {
        grid-template-columns:1.4fr 1fr 1fr 1.2fr;
        gap: 48px
    }
}

.fb img {
    height: 64px;
    width: auto
}

.fb p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--k4);
    max-width: 280px
}

.ft h4 {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 20px
}

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

.fl a {
    font-size: 14.5px;
    color: var(--k3);
    transition: color 0.2s
}

.fl a:hover {
    color: #FFF
}

.fn {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14.5px;
    color: var(--k3);
    line-height: 1.6
}

.fn a:hover {
    color: #FFF
}

.fz {
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: var(--k5)
}

.mb {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--hl);
    padding: 12px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

@media(min-width: 768px) {
    .mb {
        display:none
    }
}

body {
    padding-bottom: 72px
}

@media(min-width: 768px) {
    body {
        padding-bottom:0
    }
}

.mb .b1 {
    padding: 12px 16px;
    font-size: 13px;
    justify-content: center
}

.pg {
    padding: 96px 0 64px;
    background: linear-gradient(180deg,var(--c1) 0%,transparent 100%)
}

.pg h1 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(36px,5vw,56px);
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--k9);
    margin-top: 16px
}

.pg h1 em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c7)
}

.pg p {
    font-size: 17px;
    line-height: 1.65;
    color: var(--k6);
    margin-top: 20px;
    max-width: 680px
}

.pg .bc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--k5)
}

.pg .bc a:hover {
    color: var(--k8)
}

.bd {
    background: var(--s1)
}

.bd h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(28px,3.5vw,36px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--k9);
    margin-bottom: 24px
}

.bd h2 em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c7)
}

.bd h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--k9);
    margin-top: 32px;
    margin-bottom: 12px;
    letter-spacing: -0.01em
}

.bd p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--k6);
    margin-bottom: 16px
}

.bd ul {
    margin: 16px 0 24px 24px;
    color: var(--k6)
}

.bd ul li {
    margin-bottom: 8px;
    line-height: 1.7
}

.bd strong {
    color: var(--k8);
    font-weight: 600
}

.bd a {
    color: var(--c7);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.tw {
    max-width: 760px;
    margin: 0 auto
}

.dr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 48px 0;
    padding: 40px;
    background: var(--s2);
    border: 1px solid var(--hl);
    border-radius: 24px;
    align-items: start
}

@media(min-width: 1024px) {
    .dr {
        grid-template-columns:340px 1fr;
        gap: 56px;
        padding: 56px
    }
}

.dr .ph {
    aspect-ratio: 3/4;
    border-radius: 16px;
    overflow: hidden;
    background: var(--c2);
    padding: 0;
    display: block
}

.dr .ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dr>div:last-child {
    min-width: 0
}

.dr h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--k9);
    margin-bottom: 8px;
    letter-spacing: -0.01em
}

.dr .ti {
    font-size: 14px;
    color: var(--c7);
    font-weight: 500;
    margin-bottom: 16px
}

.dr p {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--k6);
    margin-bottom: 14px;
    overflow-wrap: break-word
}

.dr p strong {
    color: var(--k8);
    font-weight: 600
}

.dr ul {
    margin: 8px 0 14px 20px
}

.dr ul li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--k6);
    margin-bottom: 6px
}

.fq {
    margin-top: 24px
}

.fi {
    border-top: 1px solid var(--hl)
}

.fi:last-child {
    border-bottom: 1px solid var(--hl)
}

.fb2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: var(--k9);
    font-family: inherit;
    background: none;
    border: none;
    cursor: pointer
}

.fb2:hover {
    color: var(--c7)
}

.fb2 .ic {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--k5);
    transition: transform 0.25s ease;
    margin-left: 16px
}

.fi.op .fb2 .ic {
    transform: rotate(45deg);
    color: var(--c7)
}

.fa {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease,padding 0.3s ease
}

.fi.op .fa {
    max-height: 1000px;
    padding-bottom: 24px
}

.fa p {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--k6);
    margin: 0
}

.fm {
    background: var(--c2);
    text-align: center
}

.fm h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(28px,3.5vw,40px);
    color: var(--k9);
    margin-bottom: 16px;
    letter-spacing: -0.02em
}

.fm h2 em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c7)
}

.fm p {
    font-size: 16px;
    color: var(--k6);
    margin-bottom: 28px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.cn {
    background: var(--s1)
}

.cg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px
}

@media(min-width: 1024px) {
    .cg {
        grid-template-columns:1fr 1fr;
        gap: 64px
    }
}

.ck h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: var(--k9);
    margin-bottom: 16px;
    letter-spacing: -0.02em
}

.ck h2 em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c7)
}

.ck .it {
    margin-top: 24px
}

.ck .it .lb {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--k5);
    font-weight: 600;
    margin-bottom: 6px
}

.ck .it .vl {
    font-size: 16px;
    color: var(--k8);
    line-height: 1.6
}

.ck .it .vl a:hover {
    color: var(--c7)
}

.fm2 {
    background: var(--s2);
    border: 1px solid var(--hl);
    border-radius: 20px;
    padding: 40px
}

@media(min-width: 768px) {
    .fm2 {
        padding:48px
    }
}

.fm2 h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--k9);
    margin-bottom: 24px;
    letter-spacing: -0.01em
}

.fm2 label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--k7);
    margin-bottom: 8px;
    letter-spacing: 0.02em
}

.fm2 input,.fm2 select,.fm2 textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    color: var(--k8);
    background: var(--s1);
    border: 1px solid var(--hs);
    border-radius: 10px;
    transition: border-color 0.2s,box-shadow 0.2s
}

.fm2 input:focus,.fm2 select:focus,.fm2 textarea:focus {
    outline: none;
    border-color: var(--c5);
    box-shadow: 0 0 0 3px var(--c2)
}

.fm2 textarea {
    resize: vertical;
    min-height: 100px
}

.fm2 .rw {
    margin-bottom: 20px
}

.fm2 button {
    width: 100%;
    margin-top: 8px
}

.fm2 .nt {
    font-size: 13px;
    color: var(--k5);
    margin-top: 16px;
    line-height: 1.5
}

.mp {
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--hl);
    margin-top: 48px
}

.mp iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.gp {
    background: var(--s2);
    border-top: 1px solid var(--hl)
}

.gf {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
    flex-wrap: wrap
}

.gf button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--k7);
    background: var(--s1);
    border: 1px solid var(--hl);
    border-radius: 999px;
    transition: all 0.2s
}

.gf button:hover {
    border-color: var(--c5)
}

.gf button.ac {
    background: var(--k8);
    color: #FFF;
    border-color: var(--k8)
}

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

@media(min-width: 640px) {
    .gx {
        grid-template-columns:repeat(3,1fr);
        gap: 20px
    }
}

@media(min-width: 1024px) {
    .gx {
        grid-template-columns:repeat(4,1fr);
        gap: 24px
    }
}

.gx .gi {
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    background: var(--c2)
}

.lg {
    background: var(--s1);
    padding: 96px 0 64px
}

.lg .tw {
    padding: 0 var(--cp)
}

.lg h1 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: var(--k9);
    margin-bottom: 8px;
    letter-spacing: -0.02em
}

.lg .ud {
    font-size: 13px;
    color: var(--k5);
    margin-bottom: 32px
}

.lg h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--k9);
    margin-top: 32px;
    margin-bottom: 12px
}

.lg p {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--k6);
    margin-bottom: 14px
}

.lg ul {
    margin-left: 24px;
    margin-bottom: 16px
}

.lg ul li {
    margin-bottom: 6px;
    line-height: 1.7;
    color: var(--k6)
}

.vd {
    margin: 48px 0;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    background: var(--c2);
    box-shadow: var(--sh1)
}

.vd iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.ct {
    background: var(--s1);
    padding: 64px 0
}

.ct .cg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px
}

@media(min-width: 1024px) {
    .ct .cg {
        grid-template-columns:1.05fr 1fr;
        gap: 64px
    }
}

.cf {
    background: var(--s2);
    border: 1px solid var(--hl);
    border-radius: 20px;
    padding: 36px
}

@media(min-width: 768px) {
    .cf {
        padding:48px
    }
}

.cf h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: var(--k9);
    margin-bottom: 8px;
    letter-spacing: -0.02em
}

.cs {
    font-size: 14.5px;
    color: var(--k5);
    margin-bottom: 28px;
    line-height: 1.6
}

.cm {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.cm .fr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px
}

@media(min-width: 640px) {
    .cm .fr {
        grid-template-columns:1fr 1fr
    }
}

.ff label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--k7);
    margin-bottom: 8px;
    letter-spacing: 0.02em
}

.ff input,.ff select,.ff textarea {
    width: 100%;
    padding: 13px 16px;
    font-size: 15px;
    font-family: inherit;
    color: var(--k8);
    background: var(--s1);
    border: 1px solid var(--hs);
    border-radius: 10px;
    transition: border-color 0.2s,box-shadow 0.2s
}

.ff input:focus,.ff select:focus,.ff textarea:focus {
    outline: none;
    border-color: var(--c5);
    box-shadow: 0 0 0 3px var(--c2)
}

.ff textarea {
    resize: vertical;
    min-height: 110px
}

.cm .fp {
    font-size: 12.5px;
    color: var(--k5);
    margin-top: 6px;
    line-height: 1.55;
    text-align: center
}

.ci {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.cb {
    background: var(--s1);
    border: 1px solid var(--hl);
    border-radius: 20px;
    padding: 36px
}

.cb h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--k9);
    margin-bottom: 24px;
    letter-spacing: -0.01em
}

.cd {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid var(--hl);
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--k7)
}

.cd:first-of-type {
    border-top: none;
    padding-top: 0
}

.cd strong {
    color: var(--k9);
    font-weight: 600;
    display: block;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 4px
}

.cd a {
    color: var(--k8)
}

.cd a:hover {
    color: var(--c7)
}

.cl {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c7)
}

.ch {
    background: var(--c2);
    border-radius: 20px;
    padding: 32px
}

.ch h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--k9);
    margin-bottom: 8px;
    letter-spacing: -0.01em
}

.ch p {
    font-size: 14.5px;
    color: var(--k6);
    line-height: 1.65;
    margin-bottom: 18px
}

.ch .hx {
    margin: 0;
    padding: 0;
    list-style: none
}

.ch .hx li {
    padding: 10px 0;
    border-top: 1px solid rgba(14,14,14,.08);
    font-size: 14px;
    line-height: 1.6;
    color: var(--k7)
}

.ch .hx li:first-child {
    border-top: none
}

.ch .hx li strong {
    color: var(--k9);
    font-weight: 600
}

.mp {
    padding: 0 0 80px
}

.ms {
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--hl)
}

.ms iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

.cu {
    background: var(--k9);
    color: #FFF;
    text-align: center;
    padding: 80px 0
}

.cb1 {
    max-width: 600px;
    margin: 0 auto
}

.cu h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(28px,4vw,40px);
    color: #FFF;
    margin-bottom: 16px;
    letter-spacing: -0.02em
}

.cu h2 em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c4)
}

.cu p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--c3);
    margin-bottom: 32px
}

.ca {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap
}

.cu .bp {
    background: #FFF;
    color: var(--k9)
}

.cu .bp:hover {
    background: var(--c2)
}

.bs {
    background: transparent;
    color: #FFF;
    border: 1px solid rgba(255,255,255,.3)
}

.bs:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.5)
}

.pv {
    background: var(--s1);
    padding: 64px 0 96px
}

.pw {
    max-width: 760px;
    margin: 0 auto
}

.pw h2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: var(--k9);
    margin-top: 40px;
    margin-bottom: 14px;
    letter-spacing: -0.01em
}

.pw h2:first-child {
    margin-top: 0
}

.pw p {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--k6);
    margin-bottom: 14px
}

.pw ul {
    margin: 14px 0 20px 24px
}

.pw ul li {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--k6);
    margin-bottom: 8px
}

.pw strong {
    color: var(--k8);
    font-weight: 600
}

.pw a {
    color: var(--c7);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.pn {
    margin-top: 14px;
    padding: 24px;
    background: var(--s2);
    border: 1px solid var(--hl);
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--k7)
}

.pn strong {
    color: var(--k9)
}

.lx {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(14,14,14,.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    animation: fi .2s ease
}

.lx[hidden] {
    display: none
}

@keyframes fi {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.lxi {
    max-width: 1100px;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.lxi img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
    display: block;
    background: var(--k8)
}

.lxc,.lxp,.lxn {
    position: fixed;
    background: rgba(255,255,255,.12);
    color: #FFF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background .2s
}

.lxc:hover,.lxp:hover,.lxn:hover {
    background: rgba(255,255,255,.25)
}

.lxc {
    top: 24px;
    right: 24px
}

.lxp {
    left: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.lxn {
    right: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.lxk {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.7);
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500
}

@media(max-width: 640px) {
    .lxc {
        top:16px;
        right: 16px;
        width: 40px;
        height: 40px
    }

    .lxp,.lxn {
        width: 40px;
        height: 40px
    }

    .lxp {
        left: 12px
    }

    .lxn {
        right: 12px
    }

    .lx {
        padding: 16px
    }
}

.fv {
    background: var(--s1);
    border-top: 1px solid var(--hl)
}

.fv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

@media(min-width: 768px) {
    .fv-grid {
        grid-template-columns:repeat(3,1fr);
        gap: 28px
    }
}

.fv-card {
    background: var(--s1);
    border: 1px solid var(--hl);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.25s ease;
    position: relative
}

.fv-card:hover {
    border-color: var(--c5);
    transform: translateY(-4px);
    box-shadow: var(--sh2)
}

.fv-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--c2)
}

.fv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease
}

.fv-card:hover .fv-img img {
    transform: scale(1.04)
}

.fv-step {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    color: var(--c7);
    z-index: 2
}

.fv-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--k9);
    margin: 24px 28px 10px;
    letter-spacing: -0.01em
}

.fv-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--k6);
    margin: 0 28px 28px
}

.tl {
    background: var(--k9);
    color: #FFF;
    position: relative;
    overflow: hidden
}

.tl::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -15%;
    width: 55%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(95,126,159,.22) 0%,transparent 65%);
    pointer-events: none;
    z-index: 0
}

.tl::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 50%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(199,212,227,.08) 0%,transparent 65%);
    pointer-events: none;
    z-index: 0
}

.tl .cw {
    position: relative;
    z-index: 1
}

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

@media(min-width: 1024px) {
    .tlg {
        grid-template-columns:1.15fr 1fr;
        gap: 80px
    }
}

.tl .eb {
    color: var(--c4)
}

.tlc>*+* {
    margin-top: 20px
}

.tlh {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: clamp(28px,3.8vw,44px);
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #FFF
}

.tlh em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c4)
}

.tlt {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255,255,255,.78)
}

.tlt+.tlt {
    margin-top: 14px
}

.tls {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid rgba(255,255,255,.12)
}

.tln {
    font-family: 'Fraunces',Georgia,serif;
    font-weight: 500;
    font-size: clamp(30px,3.2vw,40px);
    color: #FFF;
    line-height: 1;
    letter-spacing: -0.02em
}

.tlb {
    font-size: 12.5px;
    color: rgba(255,255,255,.65);
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.02em
}

.tlv {
    position: relative
}

.tlx {
    aspect-ratio: 4/5;
    border-radius: 24px;
    background: linear-gradient(160deg,rgba(95,126,159,.18) 0%,rgba(255,255,255,.04) 100%);
    border: 1px solid rgba(255,255,255,.12);
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFF;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

@media(min-width: 768px) {
    .tlx {
        padding:56px
    }
}

.tlx::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -25%;
    width: 75%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(199,212,227,.18) 0%,transparent 70%);
    pointer-events: none
}

.tly {
    font-family: 'Inter',sans-serif;
    font-weight: 300;
    font-size: clamp(32px,4vw,48px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #FFF;
    position: relative;
    z-index: 1
}

.tly em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--c4)
}

.tlz {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255,255,255,.7);
    max-width: 340px;
    position: relative;
    z-index: 1
}

/* Memberships & Affiliations strip */
.ml {
    padding: 72px 0;
    background: var(--s1);
    border-top: 1px solid var(--hl);
    border-bottom: 1px solid var(--hl)
}

.mlh {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px
}

.mlh .eb {
    justify-content: center;
    display: inline-flex;
    margin-bottom: 16px
}

.mlt {
    font-family: 'Inter',sans-serif;
    font-weight: 300;
    font-size: clamp(28px,3.5vw,40px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--k9)
}

.mlt em {
    font-family: 'Fraunces',Georgia,serif;
    font-style: italic;
    font-weight: 500;
    color: var(--k7)
}

.mlg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px 56px
}

.mli {
    height: 56px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    filter: grayscale(100%);
    opacity: .78;
    transition: filter .25s ease,opacity .25s ease
}

.mli:hover {
    filter: grayscale(0%);
    opacity: 1
}

.mli img {
    max-height: 56px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block
}

@media(max-width: 640px) {
    .mlg {
        gap:24px 32px
    }

    .mli {
        height: 44px;
        width: 110px
    }

    .mli img {
        max-height: 44px;
        max-width: 110px
    }
}

/* ===== Manasa single-page adaptations ===== */
/* Warm teal-mint accent shift for endodontist brand */
:root {
    --c7: #3E7C74;
    --c6: #5C9A90;
    --brand: #2F6F66;
    --brandd: #255a52
}

section[id] {
    scroll-margin-top: 96px
}

.nls a {
    cursor: pointer
}

/* text logo */
.nl .lgt {
    font-family: 'Fraunces',Georgia,serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--k9);
    line-height: 1;
    display: flex;
    flex-direction: column
}

.nl .lgt span {
    font-family: 'Inter',sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--brand);
    margin-top: 3px
}

.ft .nl .lgt {
    color: #fff
}

.ft .nl .lgt span {
    color: var(--c4)
}

/* WhatsApp green button variant */
.bw {
    background: #25D366;
    color: #fff
}

.bw:hover {
    background: #1ebe5a;
    transform: translateY(-1px);
    box-shadow: var(--sh1)
}

.mb .bw {
    color: #fff
}

/* hero eyebrow pin dot */
.eb .pin {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 3px rgba(47,111,102,.18)
}

/* success message for form */
.fok {
    display: none;
    padding: 16px 18px;
    border-radius: 12px;
    background: #e7f7ef;
    border: 1px solid #a7e0c4;
    color: #186a45;
    font-size: 14.5px;
    line-height: 1.6;
    margin-top: 16px
}

.fok.show {
    display: block
}
