:root {
    --ink: #083c40;
    --ink-soft: #4c6969;
    --deep: #003f46;
    --deep-2: #00555a;
    --deep-3: #007477;
    --ivory: #f7f4ec;
    --paper: #fffdf9;
    --mist: #e5efec;
    --line: rgba(16, 42, 50, .14);
    --gold: #cfb678;
    --gold-light: #efe3bd;
    --white: #ffffff;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Be Vietnam Pro", Arial, sans-serif;
    --shadow: 0 24px 70px rgba(0, 63, 70, .14);
    --radius: 4px;
    --container: 1240px;
}

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

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 18px;
    color: var(--deep);
    background: var(--gold-light);
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.material-symbols-rounded {
    font-size: 21px;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.announcement {
    position: relative;
    z-index: 22;
    color: rgba(255, 255, 255, .8);
    background: #003238;
    font-size: 11px;
    letter-spacing: .06em;
}

.announcement-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcement p { margin: 0; display: flex; align-items: center; gap: 8px; }
.announcement .material-symbols-rounded { color: var(--gold); font-size: 15px; }
.announcement a { color: var(--gold-light); text-transform: uppercase; font-weight: 600; }

.site-header {
    position: relative;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    color: var(--white);
    background: var(--deep);
    transition: color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    color: var(--ink);
    background: rgba(255, 253, 249, .94);
    border-color: rgba(16, 42, 50, .1);
    box-shadow: 0 12px 35px rgba(7, 29, 37, .08);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; flex-shrink: 0; }
.brand-symbol { width: 34px; height: 42px; position: relative; display: inline-block; }
.brand-symbol i { position: absolute; bottom: 5px; left: 50%; display: block; width: 11px; height: 30px; border: 1px solid var(--gold); border-radius: 100% 0 100% 0; transform-origin: bottom center; }
.brand-symbol i:first-child { transform: translateX(-50%) rotate(-43deg); }
.brand-symbol i:nth-child(2) { height: 35px; transform: translateX(-50%); }
.brand-symbol i:last-child { transform: translateX(-50%) rotate(43deg) scaleX(-1); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: .18em; }
.brand-copy small { margin-top: 7px; font-size: 7px; letter-spacing: .28em; opacity: .72; }

.main-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 31px); }
.main-nav > a { position: relative; font-size: 12px; font-weight: 500; letter-spacing: .015em; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { width: 100%; }
.nav-cta { min-height: 43px; padding: 0 18px; border: 1px solid rgba(213, 178, 118, .7); display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); text-transform: uppercase; font-size: 10px !important; letter-spacing: .08em !important; transition: background .25s ease, color .25s ease; }
.nav-cta:hover { color: var(--deep); background: var(--gold); }
.site-header.is-sticky .nav-cta { color: var(--deep); }

.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero {
    position: relative;
    min-height: 0;
    background: #dff3f4;
    overflow: hidden;
}

.hero-carousel { position: relative; aspect-ratio: 2048 / 780; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .65s ease, visibility .65s ease, transform 1s ease; }
.hero-slide.active { opacity: 1; visibility: visible; transform: none; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-control { position: absolute; z-index: 3; top: 50%; width: 54px; height: 54px; border: 1px solid rgba(239,227,189,.75); border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); background: rgba(0,63,70,.58); box-shadow: 0 8px 28px rgba(0,0,0,.15); backdrop-filter: blur(8px); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease, transform .2s ease; }
.hero-control:hover { color: var(--deep); background: var(--gold-light); transform: translateY(-50%) scale(1.05); }
.hero-prev { left: 28px; }
.hero-next { right: 28px; }

.hero-media {
    position: absolute;
    inset: 0;
    background-image: url("https://images.pexels.com/photos/5659055/pexels-photo-5659055.jpeg?auto=compress&cs=tinysrgb&w=2000");
    background-position: 65% 45%;
    background-size: cover;
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 20, 27, .97) 0%, rgba(4, 20, 27, .86) 38%, rgba(4, 20, 27, .28) 70%, rgba(4, 20, 27, .48) 100%),
        linear-gradient(0deg, rgba(4, 20, 27, .78) 0%, transparent 44%);
}

.hero-orbit { position: absolute; z-index: 3; border: 1px solid rgba(213, 178, 118, .28); border-radius: 50%; pointer-events: none; }
.orbit-one { right: -70px; top: 21%; width: 380px; height: 380px; }
.orbit-two { right: 65px; top: 33%; width: 120px; height: 120px; }
.orbit-two::after { content: ""; position: absolute; top: 50%; left: -135px; width: 135px; height: 1px; background: rgba(213, 178, 118, .35); }

.hero-inner { position: relative; z-index: 4; min-height: min(800px, calc(100vh - 110px)); padding-top: 174px; padding-bottom: 140px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: center; gap: 60px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 21px; display: flex; align-items: center; gap: 13px; color: #9b6d35; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 36px; height: 1px; display: inline-block; background: currentColor; }
.eyebrow-light { color: var(--gold-light); }
.hero h1, .section h2, .consultation h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .99; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(54px, 6vw, 88px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 630px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.85; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { min-height: 54px; padding: 0 25px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--deep); background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); }
.button-ghost:hover { color: var(--deep); background: var(--white); }

.hero-aside { align-self: end; padding-bottom: 28px; display: flex; flex-direction: column; align-items: flex-end; gap: 90px; }
.hero-seal { position: relative; width: 126px; height: 126px; border: 1px solid rgba(234, 215, 174, .55); border-radius: 50%; display: grid; place-items: center; }
.hero-seal::before, .hero-seal::after { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(234, 215, 174, .35); border-radius: inherit; }
.hero-seal::after { inset: -10px; border-style: solid; border-color: rgba(234, 215, 174, .16); }
.hero-seal > span { font-family: var(--serif); color: var(--gold-light); font-size: 46px; }
.hero-seal p { position: absolute; width: 180px; margin: 0; bottom: -28px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.56); font-size: 7px; letter-spacing: .22em; text-align: center; text-transform: uppercase; }
.hero-caption { min-width: 300px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); display: flex; gap: 17px; }
.hero-caption > span { color: var(--gold); font-family: var(--serif); font-size: 26px; }
.hero-caption div { display: flex; flex-direction: column; }
.hero-caption strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.hero-caption small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 10px; }

.hero-bottom { position: absolute; z-index: 5; left: 50%; bottom: 0; transform: translateX(-50%); min-height: 118px; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: repeat(3, 1fr) .8fr; align-items: center; }
.hero-stat { height: 56px; padding: 0 35px; border-right: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; gap: 14px; }
.hero-stat:first-child { padding-left: 0; }
.hero-stat strong { color: var(--gold-light); font-family: var(--serif); font-size: 29px; font-weight: 400; white-space: nowrap; }
.hero-stat small { max-width: 130px; color: rgba(255,255,255,.56); font-size: 9px; line-height: 1.5; }
.scroll-cue { justify-self: end; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span::after { content: ""; position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; border-radius: 2px; background: var(--gold); transform: translateX(-50%); animation: scrollDot 1.8s ease infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 15px); } }

.brand-statement { position: relative; background: var(--paper); }
.brand-statement::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(calc(100% - 48px), var(--container)); height: 1px; background: linear-gradient(90deg, transparent, var(--line) 18%, var(--line) 82%, transparent); transform: translateX(-50%); }
.brand-statement-inner { min-height: 172px; padding-block: 34px; display: grid; grid-template-columns: minmax(180px, .8fr) minmax(420px, 1.35fr) minmax(180px, .8fr); align-items: center; gap: 45px; }
.brand-statement-mark { display: flex; align-items: center; gap: 14px; color: #9b6d35; }
.brand-statement-mark img { width: 46px; height: 46px; object-fit: contain; }
.brand-statement-mark span { font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.brand-statement p { position: relative; margin: 0; padding-inline: 48px; border-inline: 1px solid var(--line); color: var(--deep); font-family: var(--serif); font-size: clamp(26px, 2.3vw, 35px); font-weight: 400; line-height: 1.15; text-align: center; }
.brand-statement p em { color: #9b6d35; }
.brand-statement a { justify-self: end; display: inline-flex; align-items: center; gap: 12px; color: var(--deep); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.brand-statement a .material-symbols-rounded { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: #9b6d35; font-size: 17px; transition: color .25s ease, background .25s ease, transform .25s ease; }
.brand-statement a:hover .material-symbols-rounded { color: var(--white); background: var(--deep); transform: translate(2px, -2px); }

.section { position: relative; padding: 130px 0; }
.section h2, .consultation h2 { color: var(--deep); font-size: clamp(42px, 4.6vw, 60px); }
.section h2 em { color: #9b6d35; }

.about { overflow: hidden; }
.about::after { content: "A"; position: absolute; z-index: -1; right: -25px; top: 38px; color: rgba(16,42,50,.025); font-family: var(--serif); font-size: 440px; line-height: 1; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px, 9vw, 135px); }
.about-visual { position: relative; padding: 0 0 55px 48px; }
.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; z-index: -1; top: -22px; left: -22px; width: 75%; height: 70%; border: 1px solid rgba(213,178,118,.52); }
.about-image { height: 620px; overflow: hidden; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.75); }
.about-note { position: absolute; right: -38px; bottom: 0; width: 245px; padding: 25px; display: grid; grid-template-columns: auto 1fr; color: var(--white); background: var(--deep-2); box-shadow: var(--shadow); }
.about-note .material-symbols-rounded { grid-row: 1 / 3; margin-right: 13px; color: var(--gold); font-size: 30px; }
.about-note strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.about-note small { color: rgba(255,255,255,.57); font-size: 8px; }
.vertical-label { position: absolute; left: -52px; bottom: 128px; margin: 0; color: #9b6d35; font-size: 8px; letter-spacing: .25em; transform: rotate(-90deg); }
.about-copy .lead { margin: 30px 0 18px; color: var(--ink); font-family: var(--serif); font-size: 21px; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--ink-soft); }
.signature-row { margin-top: 36px; padding-top: 27px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.signature-row div { display: flex; flex-direction: column; }
.signature-row strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.signature-row small { margin-top: 5px; color: var(--ink-soft); font-size: 9px; }
.circle-link { width: 53px; height: 53px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; transition: color .25s ease, background .25s ease; }
.circle-link:hover { color: var(--white); background: var(--deep); }

.services { background: var(--ivory); }
.split-heading { margin-bottom: 60px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.heading-side { padding-bottom: 7px; }
.heading-side > p { margin: 0; color: var(--ink-soft); }
.service-heading { max-width: 790px; margin: 0 auto 55px; text-align: center; }
.service-heading .eyebrow { justify-content: center; }
.service-intro { max-width: 650px; margin: 23px auto 0; color: var(--ink-soft); }
.service-tabs { margin-top: 29px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.service-tabs button { min-height: 36px; padding: 7px 16px; border: 1px solid var(--line); border-radius: 30px; color: var(--ink-soft); background: transparent; font-size: 9px; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.service-tabs button.active { color: var(--white); background: var(--deep); border-color: var(--deep); }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-width: 0; color: var(--ink); background: var(--paper); border: 1px solid rgba(16,42,50,.1); box-shadow: 0 15px 45px rgba(0,63,70,.055); overflow: hidden; transition: opacity .3s ease, transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card.is-hidden { display: none; }
.service-card:hover { border-color: rgba(155,109,53,.35); box-shadow: 0 22px 55px rgba(0,63,70,.11); transform: translateY(-6px); }
.service-card-link { min-height: 100%; display: flex; flex-direction: column; }
.service-media { position: relative; aspect-ratio: 4 / 2.75; background: var(--mist); overflow: hidden; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,49,55,.25)); }
.service-media img { height: 100%; object-fit: cover; object-position: center 31%; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.service-card:hover .service-media img { transform: scale(1.045); }
.service-index { position: absolute; z-index: 2; top: 14px; right: 14px; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; color: var(--white); background: rgba(0,63,70,.5); backdrop-filter: blur(7px); font-family: var(--serif); font-size: 11px; }
.service-content { min-height: 190px; padding: 22px 21px 19px; display: flex; flex-direction: column; }
.service-content p { margin: 0 0 8px; color: #9b6d35; font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.service-content h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.18; }
.service-desc { margin-top: 10px; display: block; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.service-card-cta { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.service-card-cta .material-symbols-rounded { color: #9b6d35; font-size: 17px; transition: transform .25s ease; }
.service-card:hover .service-card-cta .material-symbols-rounded { transform: translate(3px, -3px); }

.technology { color: var(--white); background: var(--deep); overflow: hidden; }
.technology::before { content: "CELLA"; position: absolute; top: 30px; left: 50%; color: rgba(255,255,255,.022); font-family: var(--serif); font-size: 190px; letter-spacing: .1em; transform: translateX(-50%); }
.technology-glow { position: absolute; right: 8%; top: 42%; width: 440px; height: 440px; border-radius: 50%; background: rgba(34, 112, 123, .2); filter: blur(80px); }
.technology-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.technology h2 { color: var(--white); }
.tech-kicker { margin: 0 0 14px; color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .22em; }
.technology-copy > p:not(.eyebrow):not(.tech-kicker) { max-width: 580px; margin-top: 28px; color: rgba(255,255,255,.62); }
.tech-benefits { margin: 30px 0 36px; padding: 0; list-style: none; }
.tech-benefits li { margin: 11px 0; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: 12px; }
.tech-benefits .material-symbols-rounded { width: 22px; height: 22px; border: 1px solid rgba(213,178,118,.4); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 14px; }
.button-outline-gold { color: var(--gold-light); border-color: rgba(213,178,118,.5); }
.button-outline-gold:hover { color: var(--deep); background: var(--gold); }

.technology-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.face-contour { position: relative; width: 390px; height: 500px; border: 1px solid rgba(213,178,118,.23); border-radius: 48% 48% 42% 43% / 42% 42% 57% 57%; box-shadow: inset 0 0 70px rgba(34,112,123,.15), 0 0 100px rgba(34,112,123,.12); transform: rotate(7deg); }
.face-contour::before { content: ""; position: absolute; top: 40px; left: 50%; width: 1px; height: 390px; background: linear-gradient(var(--gold), transparent); }
.face-contour::after { content: ""; position: absolute; left: 90px; right: 60px; top: 235px; height: 56px; border-top: 1px solid rgba(213,178,118,.42); border-bottom: 1px solid rgba(213,178,118,.16); border-radius: 50%; }
.contour-line { position: absolute; border: 1px solid rgba(213,178,118,.28); border-radius: 50%; }
.line-one { left: 45px; top: 85px; width: 125px; height: 245px; transform: rotate(11deg); border-left-color: transparent; }
.line-two { right: 35px; top: 95px; width: 140px; height: 280px; transform: rotate(-13deg); border-right-color: transparent; }
.line-three { left: 92px; bottom: 58px; width: 230px; height: 95px; border-top-color: transparent; }
.energy-point { position: absolute; width: 9px; height: 9px; border: 2px solid var(--gold-light); border-radius: 50%; box-shadow: 0 0 20px var(--gold); }
.energy-point::after { content: ""; position: absolute; inset: -15px; border: 1px solid rgba(213,178,118,.35); border-radius: 50%; animation: pulse 2.1s infinite; }
.point-one { left: 78px; top: 180px; }
.point-two { right: 57px; top: 255px; animation-delay: .4s; }
.point-three { left: 185px; bottom: 70px; animation-delay: .8s; }
@keyframes pulse { 0%,100% { transform: scale(.6); opacity: .2; } 50% { transform: scale(1.3); opacity: .9; } }
.tech-scale { position: absolute; right: 0; top: 25%; display: flex; flex-direction: column; gap: 72px; }
.tech-scale span { position: relative; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .12em; }
.tech-scale span::before { content: ""; position: absolute; top: 50%; right: calc(100% + 10px); width: 60px; height: 1px; background: rgba(213,178,118,.25); }
.tech-badge { position: absolute; left: 0; bottom: 46px; width: 128px; height: 128px; border: 1px solid rgba(213,178,118,.35); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(7,29,37,.6); backdrop-filter: blur(10px); }
.tech-badge strong { color: var(--gold-light); font-family: var(--serif); font-size: 26px; font-weight: 400; }
.tech-badge small { color: rgba(255,255,255,.45); font-size: 8px; }
.partner-line { position: relative; margin-top: 85px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.partner-line > span { color: rgba(255,255,255,.36); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.partner-line div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(22px, 4vw, 54px); }
.partner-line b { color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 15px; font-weight: 400; letter-spacing: .07em; }

.section-heading.centered { max-width: 790px; margin: 0 auto 62px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { max-width: 650px; margin: 25px auto 0; color: var(--ink-soft); }
.doctor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.doctor-card { background: var(--ivory); }
.doctor-photo { position: relative; height: 480px; overflow: hidden; background: var(--mist); }
.doctor-photo img { height: 100%; object-fit: cover; object-position: center top; filter: saturate(.72); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.doctor-card:hover img { transform: scale(1.035); filter: saturate(.95); }
.doctor-photo > span { position: absolute; right: 18px; top: 18px; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; color: var(--white); font-family: var(--serif); font-size: 11px; background: rgba(7,29,37,.17); backdrop-filter: blur(6px); }
.doctor-info { position: relative; padding: 25px 70px 27px 26px; border: 1px solid var(--line); border-top: 0; }
.doctor-info p { margin: 0 0 4px; color: #9b6d35; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.doctor-info h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.doctor-info small { color: var(--ink-soft); font-size: 9px; }
.doctor-info a { position: absolute; right: 24px; top: 50%; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transform: translateY(-50%); transition: color .25s ease, background .25s ease; }
.doctor-info a:hover { color: var(--white); background: var(--deep); }
.demo-note { margin: 18px 0 0; color: #7a8b90; font-size: 9px; text-align: right; }

.experience { background: #edf2f0; overflow: hidden; }
.experience::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.48) 48% 48.1%, transparent 48.1%), linear-gradient(65deg, transparent 0 74%, rgba(255,255,255,.55) 74% 74.1%, transparent 74.1%); }
.experience-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 95px; }
.experience-copy > p:not(.eyebrow) { margin-top: 25px; color: var(--ink-soft); }
.experience-features { margin: 35px 0; border-top: 1px solid var(--line); }
.experience-features > div { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; gap: 16px; }
.experience-features > div > span { color: #9b6d35; font-family: var(--serif); font-size: 15px; }
.experience-features p { margin: 0; display: flex; flex-direction: column; }
.experience-features strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.experience-features small { color: var(--ink-soft); font-size: 9px; }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid rgba(16,42,50,.35); color: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: #9b6d35; }
.experience-collage { position: relative; min-height: 640px; }
.experience-collage figure { margin: 0; position: absolute; overflow: hidden; box-shadow: 0 25px 60px rgba(7,29,37,.17); }
.experience-collage img { height: 100%; object-fit: cover; }
.collage-main { top: 0; right: 0; width: 76%; height: 520px; }
.collage-small { width: 34%; height: 225px; border: 7px solid #edf2f0; }
.collage-one { left: 0; top: 75px; }
.collage-two { left: 13%; bottom: 0; }
.collage-stamp { position: absolute; right: -26px; bottom: 36px; width: 120px; height: 120px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gold-light); background: var(--deep); box-shadow: var(--shadow); font-family: var(--serif); font-size: 30px; }
.collage-stamp small { color: rgba(255,255,255,.55); font-family: var(--sans); font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }

.testimonials { color: var(--white); background: #00474d; overflow: hidden; }
.testimonials::before { content: "“"; position: absolute; left: -30px; top: -70px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 440px; line-height: 1; }
.testimonial-grid { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.testimonials h2 { color: var(--white); }
.testimonial-controls { margin-top: 45px; display: flex; gap: 9px; }
.testimonial-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; color: var(--white); background: transparent; cursor: pointer; transition: color .2s ease, background .2s ease; }
.testimonial-controls button:hover { color: var(--deep); background: var(--gold); }
.testimonial-stage { position: relative; min-height: 385px; padding: 47px 48px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.025); }
.testimonial-slide { display: none; }
.testimonial-slide.active { display: block; animation: testimonialIn .45s ease; }
@keyframes testimonialIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 68px; line-height: .7; }
.testimonial-slide blockquote { margin: 23px 0 38px; color: rgba(255,255,255,.88); font-family: var(--serif); font-size: clamp(22px, 2.4vw, 31px); line-height: 1.45; }
.client { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; }
.client img { width: 51px; height: 51px; border-radius: 50%; object-fit: cover; filter: grayscale(.2); }
.client p { margin: 0 0 0 14px; display: flex; flex-direction: column; }
.client strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.client small { color: rgba(255,255,255,.47); font-size: 8px; }
.client > span { margin-left: auto; color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.testimonial-progress { position: absolute; left: 48px; right: 48px; bottom: -1px; height: 2px; background: rgba(255,255,255,.1); }
.testimonial-progress span { display: block; width: 33.333%; height: 100%; background: var(--gold); transition: transform .35s ease; transform-origin: left; }
.demo-note-dark { position: relative; color: rgba(255,255,255,.34); }

.journal { background: var(--paper); }
.journal .split-heading .heading-side { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.journal-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 50px; }
.journal-featured { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ivory); }
.journal-featured > img { height: 100%; min-height: 430px; object-fit: cover; }
.journal-featured > div { position: relative; padding: 45px 40px; }
.journal-featured span, .journal-list article > span { color: #9b6d35; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.journal-featured h3 { margin: 30px 0 15px; font-family: var(--serif); font-size: 35px; font-weight: 400; line-height: 1.15; }
.journal-featured p { color: var(--ink-soft); font-size: 12px; }
.journal-featured a { position: absolute; left: 40px; bottom: 39px; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.journal-list { border-top: 1px solid var(--line); }
.journal-list article { position: relative; padding: 25px 90px 24px 0; border-bottom: 1px solid var(--line); }
.journal-list h3 { margin: 7px 0 0; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.3; }
.journal-list a { position: absolute; right: 0; top: 50%; color: var(--ink-soft); font-size: 8px; text-transform: uppercase; transform: translateY(-50%); }
.journal-list a span { color: #9b6d35; font-size: 12px; }

.consultation { position: relative; padding: 125px 0; color: var(--white); background: linear-gradient(135deg, #007477, #003f46 65%); overflow: hidden; }
.consultation::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 68px 68px; }
.consultation-orb { position: absolute; left: -230px; bottom: -370px; width: 700px; height: 700px; border: 1px solid rgba(213,178,118,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(213,178,118,.025), 0 0 0 140px rgba(213,178,118,.018); }
.consultation-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.consultation h2 { color: var(--white); }
.consultation-copy > p:not(.eyebrow) { margin-top: 27px; color: rgba(255,255,255,.62); }
.contact-mini { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 25px; }
.contact-mini a { display: flex; align-items: center; gap: 12px; }
.contact-mini .material-symbols-rounded { width: 42px; height: 42px; border: 1px solid rgba(213,178,118,.35); border-radius: 50%; display: grid; place-items: center; color: var(--gold); }
.contact-mini p { margin: 0; display: flex; flex-direction: column; }
.contact-mini small { color: rgba(255,255,255,.4); font-size: 8px; }
.contact-mini strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.consultation-form { padding: 43px 45px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-heading { margin-bottom: 28px; display: flex; align-items: center; gap: 15px; }
.form-heading > span { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: #9b6d35; font-family: var(--serif); font-size: 13px; }
.form-heading p { margin: 0; display: flex; flex-direction: column; }
.form-heading strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.form-heading small { color: var(--ink-soft); font-size: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consultation-form label { margin-bottom: 17px; display: flex; flex-direction: column; gap: 6px; color: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; font-weight: 400; text-transform: none; transition: border-color .2s ease; }
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { border-color: #9b6d35; }
.consultation-form textarea { resize: vertical; }
.form-submit { width: 100%; margin-top: 5px; border: 0; }
.form-status { min-height: 18px; margin: 10px 0 0; color: #416d57; font-size: 9px; text-align: center; }

.site-footer { padding: 82px 0 25px; color: rgba(255,255,255,.66); background: #003238; }
.footer-main { padding-bottom: 62px; display: grid; grid-template-columns: 1.35fr .7fr .8fr 1.1fr; gap: 65px; }
.brand-light { color: var(--white); }
.footer-brand > p { max-width: 280px; margin: 24px 0; color: rgba(255,255,255,.47); font-size: 11px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); font-family: var(--serif); font-size: 11px; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column h3 { margin: 0 0 15px; color: var(--white); font-family: var(--serif); font-size: 17px; font-weight: 400; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.47); font-size: 10px; }
.footer-column a:hover { color: var(--gold-light); }
.footer-location p { margin-bottom: 11px; }
.footer-location small { color: rgba(255,255,255,.28); font-size: 8px; text-transform: uppercase; }
.footer-location > a { margin-top: 8px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .07em; }
.footer-bottom { min-height: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 8px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--gold-light); }
.mobile-actions { display: none; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .main-nav { gap: 15px; }
    .main-nav > a { font-size: 10px; }
    .nav-cta { padding: 0 12px; }
    .hero-inner { grid-template-columns: 1fr .45fr; }
    .hero-stat { padding: 0 17px; }
    .about-grid { gap: 70px; }
    .about-image { height: 540px; }
    .technology-grid { gap: 35px; }
    .face-contour { width: 330px; height: 445px; }
    .tech-scale { right: -4px; }
    .experience-grid { gap: 55px; }
    .testimonial-grid { gap: 55px; }
    .consultation-grid { gap: 60px; }
    .footer-main { gap: 35px; }
}

@media (max-width: 900px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .site-header { top: 0; }
    .site-header.is-sticky { top: 0; -webkit-backdrop-filter: none; backdrop-filter: none; }
    .header-inner { min-height: 70px; }
    body.menu-open .site-header { color: var(--white); background: transparent; border-color: transparent; box-shadow: none; }
    body.menu-open .site-header .brand { position: relative; z-index: 3; }
    .menu-toggle { position: relative; z-index: 3; display: block; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
    .main-nav { position: fixed; z-index: 2; inset: 0; padding: 120px 35px 50px; flex-direction: column; align-items: flex-start; gap: 5px; color: var(--white); background: #04161d; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
    .main-nav.is-open { transform: none; }
    .main-nav > a { width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: var(--serif); font-size: 25px; font-weight: 400; }
    .main-nav .nav-cta { width: auto; margin-top: 20px; padding: 0 18px; border: 1px solid var(--gold); font-family: var(--sans); font-size: 10px !important; }
    .site-header.is-sticky .main-nav { color: var(--white); }
    .site-header.is-sticky .main-nav .nav-cta { color: var(--gold-light); }
    .hero { min-height: 0; }
    .hero-inner { min-height: 725px; padding-top: 145px; grid-template-columns: 1fr; align-items: center; }
    .hero-aside { display: none; }
    .hero-bottom { min-height: 125px; grid-template-columns: repeat(3, 1fr); }
    .hero-stat { padding: 0 15px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; }
    .hero-stat small { line-height: 1.35; }
    .scroll-cue { display: none; }
    .brand-statement-inner { min-height: 150px; grid-template-columns: auto 1fr auto; gap: 25px; }
    .brand-statement-mark span { display: none; }
    .brand-statement p { padding-inline: 28px; font-size: 27px; }
    .brand-statement a { font-size: 0; }
    .section { padding: 95px 0; }
    .about-grid, .technology-grid, .experience-grid, .testimonial-grid, .consultation-grid { grid-template-columns: 1fr; }
    .about-visual { max-width: 620px; }
    .about-note { right: -15px; }
    .split-heading { grid-template-columns: 1fr; gap: 28px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .technology-visual { min-height: 540px; }
    .partner-line { flex-direction: column; align-items: flex-start; }
    .partner-line div { justify-content: flex-start; }
    .doctor-photo { height: 370px; }
    .experience-grid { gap: 65px; }
    .experience-collage { max-width: 690px; width: 100%; margin: auto; }
    .testimonial-grid { gap: 55px; }
    .testimonial-heading { max-width: 620px; }
    .journal-grid { grid-template-columns: 1fr; }
    .consultation-copy { max-width: 650px; }
    .consultation-form { max-width: 720px; }
    .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-location { grid-column: 1 / -1; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 680px) {
    body { font-size: 14px; padding-bottom: 66px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .announcement-inner { min-height: 34px; justify-content: center; }
    .announcement p { font-size: 8px; }
    .announcement a { display: none; }
    .brand-copy strong { font-size: 18px; }
    .brand-logo { width: 40px; height: 40px; }
    .brand-symbol { transform: scale(.9); }
    .hero { min-height: 0; }
    .hero-carousel { height: 310px; aspect-ratio: auto; }
    .hero-slide img { object-position: 38% center; }
    .hero-control { width: 42px; height: 42px; background: rgba(0,63,70,.72); }
    .hero-prev { left: 10px; }
    .hero-next { right: 10px; }
    .hero-media { background-position: 61% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(4,20,27,.94), rgba(4,20,27,.63)), linear-gradient(0deg, rgba(4,20,27,.88), transparent 60%); }
    .hero::before { background-size: 54px 54px; }
    .hero-inner { min-height: 665px; padding-top: 120px; padding-bottom: 118px; }
    .hero h1 { font-size: clamp(46px, 14vw, 64px); }
    .hero-lead { margin-top: 24px; font-size: 13px; line-height: 1.75; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-bottom { width: 100%; min-height: 106px; padding-inline: 14px; }
    .hero-stat { padding: 0 9px; }
    .hero-stat:first-child { padding-left: 0; }
    .hero-stat strong { font-size: 21px; }
    .hero-stat small { max-width: 95px; font-size: 7px; }
    .brand-statement-inner { min-height: 190px; padding-block: 30px; grid-template-columns: 1fr; justify-items: center; gap: 15px; }
    .brand-statement-mark { flex-direction: column; gap: 7px; }
    .brand-statement-mark img { width: 38px; height: 38px; }
    .brand-statement-mark span { display: block; font-size: 7px; }
    .brand-statement p { padding: 0; border: 0; font-size: 27px; }
    .brand-statement a { justify-self: center; gap: 8px; font-size: 8px; }
    .brand-statement a .material-symbols-rounded { width: auto; height: auto; border: 0; font-size: 16px; }
    .section { padding: 78px 0; }
    .section h2, .consultation h2 { font-size: clamp(40px, 12vw, 54px); }
    .eyebrow { margin-bottom: 15px; }
    .about-visual { padding-left: 19px; }
    .about-image { height: 470px; }
    .about-note { right: -2px; width: 220px; }
    .vertical-label { display: none; }
    .about-copy .lead { font-size: 19px; }
    .signature-row { align-items: flex-start; }
    .service-heading { margin-bottom: 38px; }
    .service-intro { margin-top: 18px; }
    .service-grid { grid-template-columns: 1fr; gap: 14px; }
    .service-media { aspect-ratio: 16 / 9; }
    .service-content { min-height: 175px; }
    .technology::before { font-size: 82px; }
    .technology-visual { min-height: 470px; overflow: hidden; }
    .face-contour { width: 275px; height: 395px; transform: rotate(4deg); }
    .tech-scale { right: 4px; }
    .tech-scale span::before { width: 30px; }
    .tech-badge { left: 4px; bottom: 18px; width: 100px; height: 100px; }
    .partner-line { margin-top: 45px; }
    .partner-line div { gap: 15px 25px; }
    .doctor-grid { grid-template-columns: 1fr; }
    .doctor-card { max-width: 440px; width: 100%; margin-inline: auto; }
    .doctor-photo { height: 480px; }
    .experience-collage { min-height: 500px; }
    .collage-main { width: 87%; height: 390px; }
    .collage-small { width: 42%; height: 160px; }
    .collage-two { left: 9%; }
    .collage-stamp { right: -5px; width: 96px; height: 96px; }
    .testimonial-stage { min-height: 420px; padding: 35px 27px; }
    .testimonial-slide blockquote { font-size: 23px; }
    .testimonial-progress { left: 27px; right: 27px; }
    .client > span { display: none; }
    .journal-featured { grid-template-columns: 1fr; }
    .journal-featured > img { min-height: 330px; }
    .journal-featured > div { min-height: 320px; padding: 32px 28px; }
    .journal-featured a { left: 28px; bottom: 27px; }
    .journal-list article { padding-right: 65px; }
    .consultation { padding: 80px 0; }
    .consultation-grid { gap: 50px; }
    .contact-mini { flex-direction: column; }
    .consultation-form { padding: 32px 22px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-location { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-bottom > a { display: none; }
    .mobile-actions { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 66px; border-top: 1px solid rgba(16,42,50,.12); display: grid; grid-template-columns: 1fr 1.2fr 1fr; background: rgba(255,253,249,.97); box-shadow: 0 -10px 30px rgba(7,29,37,.1); backdrop-filter: blur(12px); transition: opacity .25s ease, transform .25s ease; }
    body.menu-open .mobile-actions { opacity: 0; pointer-events: none; transform: translateY(100%); }
    .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: var(--ink); }
    .mobile-actions small { font-size: 8px; }
    .mobile-actions .material-symbols-rounded { font-size: 21px; }
    .mobile-actions .mobile-action-primary { margin: 6px; color: var(--deep); background: var(--gold); }
}

@media (max-width: 390px) {
    .hero h1 { font-size: 44px; }
    .hero-stat small { font-size: 6.5px; }
    .doctor-photo { height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
