@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap');
:root {
    --ink: #1f2022;
    --ink2: #2b2d30;
    --muted: #6f7175;
    --line: #dedede;
    --soft: #f4f4f2;
    --white: #fff;
    --max: 1320px;
    --header: 106px
}
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
    color: var(--ink);
    font-family: Manrope,Arial,sans-serif;
    background: #fff;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}
body.menu-open {
    overflow: hidden
}
img {
    max-width: 100%;
    display: block
}
a {
    color: inherit;
    text-decoration: none
}
button,input,textarea {
    font: inherit
}
.container {
    width: min(var(--max),calc(100% - 72px));
    margin: auto
}
.narrow {
    max-width: 920px
}
.site-header {
    height: var(--header);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(0,0,0,.06);
    backdrop-filter: blur(18px);
    transition: .35s
}
.header-inner {
    height: 100%;
    width: min(1420px,calc(100% - 52px));
    margin: auto;
    display: flex;
    align-items: center;
    gap: 34px
}
.brand {
    width: 265px;
    transition: .35s
}
.brand img {
    width: 100%
}
.desktop-nav {
    margin-left: auto;
    display: flex;
    gap: 29px;
    align-items: center
}
.desktop-nav a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    position: relative;
    white-space: nowrap
}
.desktop-nav a:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #222;
    left: 0;
    right: 100%;
    bottom: -8px;
    transition: .25s
}
.desktop-nav a:hover:after {
    right: 0
}
.header-phone {
    border-left: 1px solid #ddd;
    padding-left: 26px;
    display: flex;
    flex-direction: column;
    line-height: 1.15
}
.header-phone span {
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #888
}
.header-phone b {
    font-size: 15px;
    margin-top: 4px
}
.site-header.scrolled {
    height: 76px
}
.site-header.scrolled .brand {
    width: 215px
}
.menu-toggle,.mobile-menu {
    display: none
}
.hero {
    position: relative;
    min-height: 760px;
    height: 100vh;
    max-height: 980px;
    margin-top: var(--header);
    overflow: hidden;
    background: #222
}
.hero-media,.hero-media picture,.hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}
.hero-media img {
    object-fit: cover;
    object-position: center
}
.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(14,15,16,.76) 0%,rgba(20,20,20,.43) 45%,rgba(20,20,20,.05) 76%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 45%)
}
.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding-top: 20px
}
.hero-kicker,.eyebrow {
    font-size: 11px;
    letter-spacing: .25em;
    font-weight: 700;
    color: #797c80
}
.hero-kicker {
    color: #e8e8e8;
    margin-bottom: 26px
}
.hero h1 {
    font-size: clamp(54px,6.8vw,105px);
    line-height: .94;
    letter-spacing: -.055em;
    font-weight: 400;
    margin: 0;
    max-width: 980px
}
.hero h1 em,.section h2 em,.simple-hero h1 em,.inner-hero h1 em {
    font-family: 'Playfair Display',serif;
    font-weight: 500
}
.hero-content>p {
    font-size: 18px;
    max-width: 640px;
    color: #e6e6e6;
    margin: 30px 0 34px
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 17px 25px;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: .25s
}
.btn-light {
    background: #fff;
    color: #202124
}
.btn-light:hover {
    background: #e6e6e6;
    transform: translateY(-2px)
}
.btn-dark {
    background: #232426;
    color: #fff
}
.btn-dark:hover {
    background: #3a3b3e;
    transform: translateY(-2px)
}
.text-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid #aaa;
    padding-bottom: 6px
}
.text-link.light {
    color: #fff;
    border-color: rgba(255,255,255,.45)
}
.hero-index {
    position: absolute;
    z-index: 3;
    right: 36px;
    bottom: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 9px;
    letter-spacing: .14em;
    writing-mode: vertical-rl
}
.hero-index i {
    height: 65px;
    width: 1px;
    background: rgba(255,255,255,.45)
}
.stats-strip {
    background: #f3f3f1;
    border-bottom: 1px solid #dededb;
    padding: 28px 0 12px
}
.stats-strip>.container:first-child {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}
.stats-strip .container>div {
    padding: 0 30px;
    border-right: 1px solid #d7d7d3
}
.stats-strip .container>div:first-child {
    padding-left: 0
}
.stats-strip .container>div:last-child {
    border: 0
}
.stats-strip strong {
    display: block;
    font-size: 21px;
    font-weight: 500
}
.stats-strip span {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .08em
}
.stats-strip small {
    display: block;
    font-size: 9px;
    color: #999;
    margin-top: 10px
}
.section {
    padding: 120px 0
}
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}
.bio-image {
    position: relative
}
.bio-image img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: left center
}
.image-label {
    position: absolute;
    right: -28px;
    bottom: 28px;
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,.12)
}
.image-label b,.image-label span {
    display: block
}
.image-label b {
    font-size: 14px
}
.image-label span {
    font-size: 10px;
    color: #777;
    margin-top: 3px
}
.bio-copy h2,.section-heading h2,.contact-intro h2,.editorial h2 {
    font-size: clamp(40px,4.6vw,68px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: 1.04;
    margin: 18px 0 28px
}
.lead {
    font-size: 20px;
    line-height: 1.7;
    color: #343639
}
.bio-copy p:not(.lead) {
    color: #6d6f73
}
.credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0
}
.credentials span {
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 9px 12px
}
.video-section {
    background: #f5f5f3
}
.section-heading.center {
    text-align: center;
    margin-bottom: 54px
}
.video-frame {
    position: relative;
    max-width: 1120px;
    margin: auto;
    background: #111;
    overflow: hidden;
    box-shadow: 0 35px 75px rgba(0,0,0,.16)
}
.video-frame video {
    width: 100%;
    display: block;
    aspect-ratio: 16/8.7;
    object-fit: cover
}
.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(17,17,17,.25);
    backdrop-filter: blur(5px);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}
.video-play:hover {
    transform: translate(-50%,-50%) scale(1.05);
    background: rgba(17,17,17,.4)
}
.video-play span {
    font-size: 22px;
    margin-left: 5px
}
.video-play small {
    font-size: 8px;
    letter-spacing: .24em;
    margin-top: 4px
}
.heading-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 45px
}
.heading-row>p {
    max-width: 400px;
    color: #76787c;
    font-size: 14px
}
.case-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px
}
.case-card {
    border: 0;
    padding: 0;
    background: #ddd;
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    cursor: zoom-in
}
.case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s
}
.case-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.52),transparent 45%);
    opacity: 0;
    transition: .3s
}
.case-card span {
    position: absolute;
    left: 16px;
    bottom: 14px;
    color: #fff;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
    z-index: 2;
    opacity: 0;
    transform: translateY(5px);
    transition: .3s
}
.case-card:hover img {
    transform: scale(1.035)
}
.case-card:hover:after,.case-card:hover span {
    opacity: 1
}
.case-card:hover span {
    transform: none
}
.case-grid .case-card:nth-child(n+13) {
    display: none
}
.case-grid.show-all .case-card {
    display: block
}
.case-grid:after {
    content: "Προβολή όλων των περιστατικών";
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    height: 58px;
    grid-column: 1/-1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer
}
.case-grid.show-all:after {
    content: "Εμφάνιση λιγότερων"
}
.lightbox {
    position: fixed;
    z-index: 2000;
    inset: 0;
    background: rgba(12,13,14,.96);
    display: none;
    align-items: center;
    justify-content: center
}
.lightbox.open {
    display: flex
}
.lightbox-stage {
    width: min(1200px,88vw);
    height: 86vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
.lightbox-stage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.lightbox-close,.lightbox-prev,.lightbox-next {
    position: absolute;
    z-index: 2;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer
}
.lightbox-close {
    right: 28px;
    top: 18px;
    font-size: 44px;
    font-weight: 200
}
.lightbox-prev,.lightbox-next {
    top: 50%;
    font-size: 62px;
    transform: translateY(-50%);
    padding: 20px
}
.lightbox-prev {
    left: 20px
}
.lightbox-next {
    right: 20px
}
.lightbox-count {
    position: absolute;
    bottom: -26px;
    color: #aaa;
    font-size: 10px;
    letter-spacing: .15em
}
.articles-section {
    background: #f5f5f3
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #d4d4d0;
    border-left: 1px solid #d4d4d0
}
.article-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0 26px 34px;
    border-right: 1px solid #d4d4d0;
    border-bottom: 1px solid #d4d4d0
}
.article-card:nth-child(odd),
.article-card:nth-child(even) {
    padding: 0 26px 34px;
    border-right: 1px solid #d4d4d0
}
.article-thumb {
    display: block;
    margin: 0 -26px 28px;
    overflow: hidden;
    aspect-ratio: 3/2;
    background: #e8e8e5
}
.article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease
}
.article-card:hover .article-thumb img {
    transform: scale(1.025)
}
.article-no {
    margin-bottom: 8px;
    font-family: 'Playfair Display',serif;
    font-style: italic;
    color: #9b9b98
}
.article-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 12px 0;
    font-weight: 500
}
.article-card p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #74767a
}
.article-card > div:last-child {
    display: flex;
    flex: 1;
    flex-direction: column
}
.article-card > div:last-child > a {
    margin-top: auto
}
.article-card a:not(.article-thumb) {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em
}
.contact-section {
    background: #fff
}
.contact-shell {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    padding: 75px;
    background: linear-gradient(135deg,#f5f5f3 0%,#ededeb 100%);
    position: relative;
    overflow: hidden
}
.contact-shell:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 50%;
    left: -160px;
    bottom: -230px
}
.contact-intro p {
    color: #737579
}
.contact-mini {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px
}
.contact-mini a {
    font-size: 22px
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}
.form-grid .full {
    grid-column: 1/-1
}
.contact-form label>span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 7px
}
.contact-form input,.contact-form textarea {
    width: 100%;
    border: 1px solid #d0d0cc;
    background: #fff;
    padding: 14px 15px;
    outline: 0;
    border-radius: 0
}
.contact-form input:focus,.contact-form textarea:focus {
    border-color: #555
}
.file-field input[type=file] {
    position: absolute;
    opacity: 0;
    pointer-events: none
}
.file-drop {
    background: #fff;
    border: 1px dashed #c2c2be;
    padding: 16px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between
}
.file-drop strong {
    font-size: 12px
}
.file-drop em {
    font-size: 10px;
    color: #888;
    font-style: normal
}
.file-status {
    font-size: 10px;
    color: #555;
    margin-top: 6px
}
.consent {
    display: flex!important;
    gap: 10px;
    margin: 18px 0
}
.consent input {
    width: auto
}
.consent span {
    font-size: 10px!important;
    text-transform: none!important;
    letter-spacing: 0!important;
    font-weight: 400!important
}
.consent a {
    text-decoration: underline
}
.btn-submit {
    width: 100%
}
.form-note {
    font-size: 9px;
    color: #888;
    text-align: center
}
.contact-banner {
    min-height: 480px;
    position: relative;
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden
}
.contact-banner-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(20,20,22,.96),rgba(25,25,27,.68)),url('../images/stigmiotypo-iatreioy.webp') center/cover
}
.contact-banner .container {
    z-index: 2
}
.contact-banner span {
    font-size: 10px;
    letter-spacing: .22em
}
.contact-banner h2 {
    font-size: clamp(38px,4.3vw,64px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -.04em;
    margin: 18px 0 30px
}
.site-footer {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 0%,#393b3e 0,#252628 42%,#17181a 100%);
    color: #ccc;
    padding: 82px 0 24px
}
.footer-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.05);
    right: -180px;
    top: -250px;
    pointer-events: none;
    z-index: 0;
}
.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.45fr .7fr 1fr .7fr;
    gap: 50px
}
.footer-brand img {
    width: 255px;
    margin-bottom: 23px
}
.footer-grid h4 {
    color: #fff;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0 0 24px
}
.footer-grid a,
.footer-grid p {
    display: block;
    font-size: 12px;
    color: #b6b7ba;
    margin: 0 0 10px;
}

.footer-grid a {
    width: fit-content;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .28);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color .2s ease, text-decoration-color .2s ease, transform .2s ease;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, .9);
    transform: translateX(2px);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    margin-top: 58px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #777;
    letter-spacing: .06em
}
.inner-hero {
    margin-top: var(--header);
    min-height: 700px;
    position: relative;
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden
}
.inner-hero-media {
    position: absolute;
    inset: 0
}
.inner-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.inner-hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(15,16,17,.88),rgba(25,25,25,.32))
}
.inner-hero-copy {
    position: relative
}
.inner-hero h1 {
    font-size: clamp(70px,8vw,125px);
    font-weight: 300;
    letter-spacing: -.06em;
    line-height: .9;
    margin: 22px 0
}
.inner-hero-copy p {
    font-size: 18px;
    max-width: 590px;
    color: #ddd;
    margin-bottom: 32px
}
.eyebrow.light {
    color: #ddd
}
.editorial .lead {
    font-size: 23px
}
.editorial>div>p {
    color: #65676a
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: #ddd;
    margin-top: 55px
}
.process-grid>div {
    background: #f7f7f5;
    padding: 30px 25px
}
.process-grid b {
    font-family: 'Playfair Display',serif;
    font-style: italic;
    color: #999
}
.process-grid h3 {
    font-size: 16px
}
.process-grid p {
    font-size: 12px;
    color: #777
}
.info-note {
    border-left: 3px solid #28292b;
    padding: 15px 0 15px 25px;
    margin-top: 45px
}
.promo-hair {
    background: linear-gradient(120deg,#1e1f21,#3a3b3e);
    color: #fff;
    padding: 70px 0
}
.promo-hair .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}
.promo-hair span {
    font-size: 10px;
    letter-spacing: .2em
}
.promo-hair h2 {
    font-size: 42px;
    font-weight: 300;
    margin: 10px 0
}
.promo-hair p {
    color: #b7b8bb
}
.simple-hero {
    margin-top: var(--header);
    padding: 130px 0 95px;
    background: linear-gradient(145deg,#f4f4f1,#fff)
}
.simple-hero.compact {
    padding-bottom: 75px
}
.simple-hero h1 {
    font-size: clamp(58px,7vw,98px);
    font-weight: 300;
    line-height: .95;
    letter-spacing: -.06em;
    margin: 25px 0
}
.simple-hero p {
    font-size: 17px;
    color: #6d6f72
}
.contact-page-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px
}
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 36px
}
.detail-block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 26px
}
.detail-block>span {
    display: block;
    font-size: 9px;
    letter-spacing: .18em;
    color: #999;
    margin-bottom: 12px
}
.detail-block a {
    display: block;
    font-size: 24px;
    margin: 4px 0
}
.detail-block p {
    font-size: 16px
}
.map-card iframe {
    border: 0;
    width: 100%;
    height: 520px;
    filter: grayscale(1) contrast(.95)
}
.article-hero {
    margin-top: var(--header);
    padding: 115px 0 85px;
    background: #f5f5f3
}
.article-hero h1 {
    font-size: clamp(48px,6vw,78px);
    line-height: 1.05;
    letter-spacing: -.05em;
    font-weight: 400;
    margin: 22px 0
}
.article-hero p {
    font-size: 18px;
    color: #666
}
.back-link {
    display: inline-block;
    font-size: 10px;
    letter-spacing: .1em;
    margin-bottom: 32px
}
.article-featured-image {
    margin: 0 0 58px;
    overflow: hidden;
    background: #ececea
}
.article-featured-image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover
}
.article-section {
    padding: 30px 0;
    border-bottom: 1px solid #ddd
}
.article-section h2 {
    font-size: 28px;
    font-weight: 500
}
.article-section p {
    font-size: 16px;
    color: #555
}
.article-disclaimer {
    background: #f3f3f1;
    padding: 20px;
    margin: 35px 0;
    font-size: 12px;
    color: #666
}
.legal-copy {
    font-size: 16px;
    min-height: 300px
}
.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: .7s ease
}
.reveal.visible {
    opacity: 1;
    transform: none
}
@media(max-width:1100px) {
    .desktop-nav {
        gap: 16px
    }
    .desktop-nav a {
        font-size: 11px
    }
    .header-phone {
        display: none
    }
    .case-grid {
        grid-template-columns: repeat(3,1fr)
    }
    .split {
        gap: 55px
    }
    .articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .contact-shell {
        padding: 50px;
        gap: 55px
    }
    .footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr
    }
    .footer-grid>div:last-child {
        display: none
    }
}
@media(max-width:780px) {
    :root {
        --header: 76px
    }
    .container {
        width: min(100% - 36px,var(--max))
    }
    .site-header {
        height: 76px
    }
    .header-inner {
        width: calc(100% - 28px)
    }
    .brand,.site-header.scrolled .brand {
        width: 202px
    }
    .desktop-nav,.header-phone {
        display: none
    }
    .menu-toggle {
        margin-left: auto;
        display: flex;
        width: 48px;
        height: 44px;
        padding: 0;
        border: 1px solid #232426;
        border-radius: 10px;
        background: #232426;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .menu-toggle:hover,
    .menu-toggle:focus-visible {
        background: #111214;
        border-color: #111214;
        transform: translateY(-1px);
    }

    .menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 999px;
        background: #fff;
        transition: transform .25s ease, opacity .2s ease;
    }

    .menu-open .menu-toggle span:first-child {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
        transform: scaleX(.35);
    }

    .menu-open .menu-toggle span:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .mobile-menu {
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 76px;
        left: 0;
        right: 0;
        height: calc(100vh - 76px);
        background: #fff;
        padding: 36px 24px;
        transform: translateX(100%);
        transition: .35s
    }
    .menu-open .mobile-menu {
        transform: none
    }
    .mobile-menu a {
        font-size: 25px;
        padding: 12px 0;
        border-bottom: 1px solid #eee
    }
    .mobile-menu .mobile-call {
        margin-top: auto;
        background: #232426;
        color: #fff;
        text-align: center;
        font-size: 18px;
        border: 0
    }
    .hero {
        height: calc(100svh - var(--header));
        min-height: 660px;
        margin-top: var(--header)
    }
    .hero-shade {
        background: linear-gradient(0deg,rgba(12,13,14,.82) 0,rgba(17,18,19,.42) 65%,rgba(20,20,20,.15))
    }
    .hero-media img {
        object-position: 61% center
    }
    .hero-content {
        justify-content: flex-end;
        padding-bottom: 78px
    }
    .hero h1 {
        font-size: 53px
    }
    .hero-content>p {
        font-size: 15px;
        margin: 21px 0 28px
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }
    .hero-index {
        display: none
    }
    .stats-strip>.container:first-child {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }
    .stats-strip .container>div {
        padding: 0 12px 15px 0;
        border-right: 0;
        border-bottom: 1px solid #ddd
    }
    .section {
        padding: 78px 0
    }
    .split {
        grid-template-columns: 1fr
    }
    .bio-grid {
        gap: 48px
    }
    .image-label {
        right: 10px;
        bottom: 10px
    }
    .bio-copy h2,.section-heading h2,.contact-intro h2,.editorial h2 {
        font-size: 43px
    }
    .lead,.editorial .lead {
        font-size: 17px
    }
    .video-play {
        width: 80px;
        height: 80px
    }
    .video-frame video {
        aspect-ratio: 16/10
    }
    .heading-row {
        display: block
    }
    .heading-row>p {
        margin-top: 20px
    }
    .case-grid {
        grid-template-columns: 1fr 1fr;
        gap: 5px
    }
    .case-grid .case-card:nth-child(n+9) {
        display: none
    }
    .case-grid.show-all .case-card {
        display: block
    }
    .lightbox-stage {
        width: 100vw;
        height: 77vh
    }
    .lightbox-prev,.lightbox-next {
        font-size: 42px;
        padding: 15px;
        top: auto;
        bottom: 15px;
        background: rgba(0,0,0,.35)
    }
    .lightbox-close {
        right: 15px;
        top: 10px
    }
    .articles-grid {
        grid-template-columns: 1fr;
        border-left: 0
    }
    .article-card,
    .article-card:nth-child(odd),
    .article-card:nth-child(even) {
        padding: 0 0 34px;
        border-right: 0
    }
    .article-thumb {
        margin: 0 0 24px
    }
    .contact-shell {
        grid-template-columns: 1fr;
        padding: 40px 22px;
        gap: 42px;
        width: calc(100% - 24px)
    }
    .form-grid {
        grid-template-columns: 1fr
    }
    .form-grid .full {
        grid-column: auto
    }
    .file-drop {
        display: block
    }
    .file-drop em {
        display: block;
        margin-top: 4px
    }
    .contact-banner {
        min-height: 520px
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 25px
    }
    .footer-brand {
        grid-column: 1/-1
    }
    .footer-bottom {
        display: block
    }
    .footer-bottom span {
        display: block;
        margin: 6px 0
    }
    .inner-hero {
        min-height: 650px
    }
    .inner-hero h1 {
        font-size: 68px
    }
    .process-grid {
        grid-template-columns: 1fr 1fr
    }
    .promo-hair .container {
        display: block
    }
    .promo-hair .btn {
        margin-top: 20px
    }
    .simple-hero {
        padding: 95px 0 65px
    }
    .simple-hero h1 {
        font-size: 58px
    }
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }
    .map-card iframe {
        height: 400px
    }
    .article-hero {
        padding: 80px 0 60px
    }
    .article-hero h1 {
        font-size: 46px
    }
}
@media(max-width:420px) {
    .brand,.site-header.scrolled .brand {
        width: 180px
    }
    .hero h1 {
        font-size: 47px
    }
    .case-grid {
        grid-template-columns: 1fr 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr
    }
    .footer-brand {
        grid-column: auto
    }
    .process-grid {
        grid-template-columns: 1fr
    }
    .contact-shell {
        padding: 34px 18px
    }
    .simple-hero h1 {
        font-size: 50px
    }
}


/* Hero slider refinements - 2026-08-28 */
.hero,
.inner-hero {
    isolation: isolate;
}

.hero-media,
.inner-hero-media {
    background: #e8e8e8;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition:
        opacity 1s ease,
        visibility 1s ease,
        transform 7s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-shade {
    z-index: 1;
    background:
        linear-gradient(
            0deg,
            rgba(8, 9, 10, 0.42) 0%,
            rgba(8, 9, 10, 0.12) 34%,
            rgba(8, 9, 10, 0.02) 62%,
            transparent 82%
        );
    pointer-events: none;
}

.inner-hero-media::after {
    z-index: 1;
    background:
        linear-gradient(
            0deg,
            rgba(8, 9, 10, 0.42) 0%,
            rgba(8, 9, 10, 0.10) 35%,
            rgba(8, 9, 10, 0.01) 63%,
            transparent 82%
        );
    pointer-events: none;
}

.hero-content,
.inner-hero-copy {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 72px;
}

.hero-copy,
.inner-hero-copy-panel {
    width: min(650px, 52vw);
    margin-left: auto;
    padding: 24px 28px 25px;
    background: rgba(13, 14, 15, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero-kicker {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.82);
}

.hero h1,
.inner-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(38px, 4vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.hero h1 em,
.inner-hero h1 em {
    display: inline;
}

.hero-content > p {
    max-width: none;
}

.hero-copy > p,
.inner-hero-copy-panel > p {
    max-width: 570px;
    margin: 16px 0 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.65;
}

.hero-actions {
    gap: 24px;
}

.hero-actions .btn,
.inner-hero-copy-panel .btn {
    padding: 14px 19px;
}

.hero-index {
    display: none;
}

.hero-slider-controls {
    position: absolute;
    z-index: 5;
    left: max(32px, calc((100vw - 1320px) / 2));
    bottom: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-slider-arrow,
.hero-slider-dot {
    appearance: none;
    border: 0;
    cursor: pointer;
}

.hero-slider-arrow {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(17, 18, 19, 0.16);
    color: #fff;
    font-size: 17px;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.hero-slider-arrow:hover,
.hero-slider-arrow:focus-visible {
    background: rgba(17, 18, 19, 0.5);
    border-color: rgba(255, 255, 255, 0.75);
}

.hero-slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-slider-dot {
    width: 24px;
    height: 3px;
    padding: 0;
    background: rgba(255, 255, 255, 0.38);
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.hero-slider-dot.is-active {
    width: 44px;
    background: #fff;
}

@media (max-width: 780px) {
    .hero,
    .inner-hero {
        min-height: 650px;
        height: calc(100svh - var(--header));
        max-height: 850px;
    }

    .hero-slide img {
        object-position: 24% center;
    }

    .home-hero .hero-slide:nth-child(2) img,
    .hair-hero .hero-slide:nth-child(1) img {
        object-position: 32% center;
    }

    .home-hero .hero-slide:nth-child(1) img,
    .hair-hero .hero-slide:nth-child(2) img {
        object-position: 18% center;
    }

    .hero-shade,
    .inner-hero-media::after {
        background:
            linear-gradient(
                0deg,
                rgba(8, 9, 10, 0.55) 0%,
                rgba(8, 9, 10, 0.24) 32%,
                rgba(8, 9, 10, 0.03) 60%,
                transparent 78%
            );
    }

    .hero-content,
    .inner-hero-copy {
        justify-content: flex-end;
        align-items: stretch;
        padding-bottom: 76px;
    }

    .hero-copy,
    .inner-hero-copy-panel {
        width: 100%;
        margin: 0;
        padding: 18px 18px 19px;
        background: rgba(13, 14, 15, 0.18);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .hero h1,
    .inner-hero h1 {
        font-size: clamp(38px, 11.2vw, 50px);
        line-height: 0.98;
    }

    .hero-kicker,
    .inner-hero-copy .eyebrow {
        font-size: 9px;
        letter-spacing: 0.2em;
    }

    .hero-copy > p,
    .inner-hero-copy-panel > p {
        margin: 12px 0 16px;
        font-size: 14px;
        line-height: 1.55;
    }

    .hero-actions {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .hero-actions .btn,
    .inner-hero-copy-panel .btn {
        padding: 12px 15px;
        font-size: 10px;
    }

    .hero-slider-controls {
        left: 20px;
        bottom: 22px;
        gap: 9px;
    }

    .hero-slider-arrow {
        width: 34px;
        height: 34px;
    }

    .hero-slider-dot {
        width: 18px;
    }

    .hero-slider-dot.is-active {
        width: 34px;
    }
}

@media (max-width: 420px) {
    .hero,
    .inner-hero {
        min-height: 620px;
    }

    .hero h1,
    .inner-hero h1 {
        font-size: 39px;
    }

    .hero-copy,
    .inner-hero-copy-panel {
        padding: 15px 15px 16px;
    }

    .hero-copy > p,
    .inner-hero-copy-panel > p {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide {
        transition: opacity 0.2s linear;
        transform: none;
    }
}


/* Footer development credit */
.footer-bottom > span:first-child {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-credit-separator {
    color: rgba(255, 255, 255, 0.3);
}

.footer-credit {
    color: #b7b8bb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-credit:hover,
.footer-credit:focus-visible {
    color: #ffffff;
}

/* Static hero on the dedicated hair-transplant page */
.hair-hero-static .inner-hero-media .hero-slide {
    opacity: 1;
}

.hair-hero-static .inner-hero-media img {
    object-position: 32% center;
}

/* Alternative article presentation used only on the hair-transplant page */
.hair-knowledge-section {
    background: #f3f3f0;
    border-top: 1px solid #e2e2de;
}

.hair-knowledge-header {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.hair-knowledge-header h2 {
    max-width: 760px;
    margin: 16px 0 0;
    font-size: clamp(46px, 5.3vw, 78px);
    line-height: 0.98;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.hair-knowledge-header h2 em {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.hair-knowledge-header > p {
    margin: 0 0 5px;
    color: #6d6f72;
    font-size: 14px;
    line-height: 1.75;
}

.hair-knowledge-list {
    border-top: 1px solid #d8d8d3;
}

.hair-knowledge-item {
    display: grid;
    grid-template-columns: 145px 54px minmax(0, 1fr) 54px;
    align-items: center;
    gap: 26px;
    min-height: 150px;
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d3;
    color: var(--ink);
    transition: padding 0.28s ease, background 0.28s ease;
}

.hair-knowledge-item:hover {
    padding-left: 12px;
    padding-right: 12px;
    background: rgba(255, 255, 255, 0.72);
}

.hair-knowledge-image {
    height: 110px;
    overflow: hidden;
    background: #deded9;
}

.hair-knowledge-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.hair-knowledge-item:hover .hair-knowledge-image img {
    transform: scale(1.045);
}

.hair-knowledge-number {
    align-self: start;
    padding-top: 8px;
    color: #a2a39f;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
}

.hair-knowledge-copy span {
    display: block;
    margin-bottom: 8px;
    color: #898b8c;
    font-size: 9px;
    letter-spacing: 0.18em;
}

.hair-knowledge-copy h3 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.hair-knowledge-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #c9c9c4;
    border-radius: 50%;
    font-size: 16px;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hair-knowledge-item:hover .hair-knowledge-arrow {
    transform: translateX(4px);
    background: #252628;
    color: #ffffff;
}

@media (max-width: 780px) {
    .hair-hero-static .inner-hero-media img {
        object-position: 18% center;
    }

    .hair-knowledge-header {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 38px;
    }

    .hair-knowledge-header h2 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .hair-knowledge-item {
        grid-template-columns: 92px minmax(0, 1fr) 34px;
        gap: 15px;
        min-height: 112px;
        padding: 14px 0;
    }

    .hair-knowledge-image {
        height: 84px;
    }

    .hair-knowledge-number {
        display: none;
    }

    .hair-knowledge-copy span {
        margin-bottom: 5px;
        font-size: 8px;
    }

    .hair-knowledge-copy h3 {
        font-size: 17px;
        line-height: 1.22;
    }

    .hair-knowledge-arrow {
        width: 32px;
        height: 32px;
    }
}

/* Article bottom navigation */
.article-bottom-actions {
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.article-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.article-back-link:hover {
    transform: translateX(-4px);
    opacity: 0.68;
}

/* Public form anti-spam fields */
.form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.contact-form .btn-submit:disabled {
    opacity: 0.55;
    cursor: wait;
}

.form-security-note {
    color: inherit;
}

/* Detailed legal pages */
.legal-copy {
    font-size: 16px;
    line-height: 1.8;
}

.legal-copy h2 {
    margin: 46px 0 14px;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.legal-copy p,
.legal-copy li {
    color: #4f5257;
}

.legal-copy ul {
    margin: 18px 0 24px;
    padding-left: 24px;
}

.legal-copy li + li {
    margin-top: 8px;
}

.legal-copy a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-updated {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
    color: var(--ink) !important;
}

.legal-note {
    margin-top: 48px;
    padding: 22px 24px;
    border-left: 3px solid #b98b3c;
    background: #f5f3ed;
    color: #52545a;
    font-size: 14px;
}


/* Mobile hero: static second image, no sliding */
@media (max-width: 767px) {
    .hero-slider .hero-slide {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .hero-slider .hero-slide[data-hero-image="2"],
    .hero-slider .hero-slide.hero-image-2 {
        display: block !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .hero-slider .hero-controls,
    .hero-slider .hero-dots,
    .hero-slider .hero-arrow {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .home-hero .hero-media .hero-slide:first-child {
        display: none !important;
        opacity: 0 !important;
    }

    .home-hero .hero-media .hero-slide[data-hero-image="2"] {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
