* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page-bg); color: #333333; font-family: "Open Sans", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

:root {
    --shell: 1280px;
    --surface: #ffffff;
    --ink: #102d3a;
    --muted: #5e5e5e;
    --line: #d5d1d1;
    --page-bg: #eef2f4;
    --navy: #102d3a;
    --teal: #038a95;
    --teal-dark: #025f66;
    --accent: #cb0819;
    --green: #176f3a;
    --header-bg: #174d5b;
    --nav-bg: #046c75;
    --hero-start: #0d8d98;
    --hero-mid: #0b5f70;
    --hero-end: #0a3246;
    --archive-hero-start: #0b4f5d;
    --archive-hero-end: #1f95a4;
    --ich-section-spacing: 56px;
    --ich-showcase-gap: 24px;
    --ich-showcase-card-height: 336px;
    --ich-marketing-padding: 120px;
    --ich-marketing-visual-width: 420px;
    --ich-archive-hero-radius: 28px;
    --ich-archive-card-gap: 24px;
    --ich-archive-panel-padding: 40px;
    --shadow: -5px 0 24px -2px rgba(213, 209, 209, 0.95);
}

.shell { width: min(calc(100% - 32px), var(--shell)); margin: 0 auto; }
.site-header { position: relative; z-index: 60; }
.site-header, .nav-bar, .site-nav, .menu, .menu-item { overflow: visible; }

.ich-builder-active [data-builder-node] {
    position: relative;
    outline: 1px dashed rgba(11, 107, 117, .26);
    outline-offset: 6px;
}

.ich-builder-active [data-builder-node]:hover {
    outline-color: rgba(11, 107, 117, .64);
}

.ich-builder-active [data-builder-node].is-focus-target {
    outline: 2px solid rgba(11, 107, 117, .9);
    outline-offset: 8px;
    box-shadow: 0 0 0 10px rgba(11, 107, 117, .12);
}

.ich-builder-handle {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 80;
    border: 0;
    padding: 8px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(7, 34, 46, .88);
    box-shadow: 0 10px 24px rgba(4, 29, 49, .22);
    cursor: pointer;
    font-size: .78rem;
    font-weight: 700;
}

.utility-bar { background: var(--navy); color: #ffffff; font-family: "Roboto", sans-serif; font-size: 12px; }
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; }
.utility-list { display: flex; gap: 24px; align-items: center; list-style: none; margin: 0; padding: 0; }
.utility-list i { color: #ffffff; margin-right: 8px; }

.brand-bar { background: var(--header-bg); color: #ffffff; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 18px 0; }
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand img { width: 296px; height: auto; }
.brand-bar__actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; flex: 1; }

.social-list { display: flex; justify-content: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.social-list a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 4px; border: 1px solid rgba(255,255,255,.52); background: transparent; color: #ffffff; }
.social-list a:hover { background: rgba(255,255,255,.08); }
.social-list--inline { justify-content: flex-start; margin-top: 18px; }

.header-search-shell { position: relative; width: min(100%, 420px); min-width: 320px; }
.header-search { display: grid; grid-template-columns: 1fr auto; width: 100%; min-width: 0; background: #ffffff; border: 0; border-radius: 3px; overflow: hidden; }
.header-search input { padding: 12px 16px; border: 0; color: #5f6368; background: transparent; }
.header-search input::placeholder { color: #5f6368; opacity: 1; }
.header-search button { border: 0; padding: 0 18px; color: #ffffff; background: var(--teal); cursor: pointer; }
.live-search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 65; display: grid; gap: 0; padding: 8px; border: 1px solid rgba(16, 45, 58, .1); border-radius: 5px; background: #ffffff; box-shadow: 0 16px 36px rgba(7, 32, 48, .18); }
.live-search-results[hidden] { display: none; }
.live-search-result { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px; border-radius: 5px; transition: background-color .18s ease; }
.live-search-result + .live-search-result { border-top: 1px solid rgba(16, 45, 58, .08); }
.live-search-result:hover { background: #f2f8fa; }
.live-search-result__media { display: grid; place-items: center; overflow: hidden; height: 48px; border-radius: 5px; background: linear-gradient(135deg, rgba(9, 50, 72, .96), rgba(23, 132, 147, .88)); }
.live-search-result__media img { width: 100%; height: 100%; padding: 6px; object-fit: contain; object-position: center; background: transparent; }
.live-search-result__body { display: grid; gap: 5px; min-width: 0; }
.live-search-result__body strong { color: #0c5962; font-size: .9rem; line-height: 1.3; }
.live-search-result__meta { display: flex; flex-wrap: wrap; gap: 8px; color: #66757e; font-size: .72rem; }
.live-search-result__category { display: inline-flex; align-items: center; padding: 3px 8px; border-radius: 999px; color: #ffffff; background: var(--accent); text-transform: uppercase; font-size: .66rem; letter-spacing: .04em; }
.live-search-results__empty { margin: 0; padding: 10px 12px; color: #4f646d; font-size: .9rem; }

.nav-bar { position: sticky; top: 0; z-index: 30; background: var(--nav-bg); box-shadow: 0 10px 24px rgba(3,21,33,.12); }
.nav-bar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; height: 68px; }
.nav-toggle { display: none; border: 0; color: #fff; background: transparent; font-size: 1.4rem; }
.site-nav { width: 100%; position: relative; }
.menu { display: flex; align-items: stretch; list-style: none; margin: 0; padding: 0; }
.menu-item { position: static; border-left: 1px solid rgba(255,255,255,.18); }
.menu-item:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.page-home .menu-item--home { position: relative; align-self: stretch; margin-bottom: 0; overflow: hidden; border-left: 0; background: linear-gradient(180deg, rgba(7, 34, 46, .62), rgba(7, 34, 46, .54)); box-shadow: none; }
.page-home .menu-item--home::after { display: none; }
.menu-item--home .menu-link { min-width: 58px; min-height: 68px; height: 68px; padding-inline: 18px; }
.page-home .menu-item--home .menu-link { position: relative; z-index: 1; background: transparent; }
.menu-link { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 68px; height: 68px; padding: 0 18px; color: #ffffff; }
.menu-link:hover, .menu-item.is-active > .menu-link { background: rgba(7, 34, 46, .46); }
.menu-link__icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 22px; width: 22px; color: #ffffff; font-size: 1.05rem; line-height: 1; }
.menu-link__text { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 2px; min-width: 0; }
.menu-link__text strong { font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0; line-height: 1.05; text-transform: uppercase; }
.menu-link__text span { color: rgba(255,255,255,.92); font-size: 12px; line-height: 1.15; }
.menu-link__caret { color: #ffffff; font-size: .82rem; }

.mega-menu { position: absolute; left: 50%; top: 100%; display: none; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 38px; width: min(1180px, calc(100vw - 40px)); padding: 30px 38px 34px; transform: translateX(-50%); border-radius: 0; background: linear-gradient(90deg, #062738 0%, #083346 48%, #0a4151 100%); color: #edf9fc; box-shadow: 0 30px 60px rgba(0,0,0,.32); }
.menu-item:hover > .mega-menu,
.menu-item:focus-within > .mega-menu { display: grid; }
.mega-menu h3, .mega-menu h4 { margin: 0 0 14px; font-family: "Roboto", sans-serif; }
.mega-menu h3 { position: relative; padding-bottom: 14px; margin-bottom: 20px; font-size: 1rem; letter-spacing: 0; color: #6cc6ee; text-transform: uppercase; }
.mega-menu h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 74px; height: 3px; background: #0fb4c0; }
.mega-menu--kataskevi .mega-menu__column--no-heading,
.mega-menu--proothisi .mega-menu__column--no-heading { padding-top: 34px; }
.mega-list, .mega-posts { display: grid; gap: 12px; }
.mega-card, .mega-post { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(52, 162, 183, .28); }
.mega-card__icon { display: grid; place-items: center; width: 24px; height: 24px; color: #0fb4c0; background: transparent; }
.mega-card h4, .mega-post__title, .mega-featured__title { font-size: .95rem; margin-bottom: 4px; }
.mega-card h4, .mega-post__title, .mega-featured__title { color: #68c0e7; }
.mega-card p, .mega-post p, .mega-featured p { margin: 0; font-size: .82rem; color: rgba(237,249,252,.7); }
.showcase-row { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.showcase-card { position: relative; overflow: hidden; border-radius: 14px; background: #0e3348; height: 172px; box-shadow: 0 18px 30px rgba(4, 29, 49, .26); }
.showcase-card--static,
.showcase-strip__card--static,
.mega-stack__item--static { cursor: default; }
.showcase-card::after,
.showcase-strip__card::after { content: ""; position: absolute; inset: auto 0 0; height: 68px; background: linear-gradient(180deg, rgba(7, 32, 48, 0) 0%, rgba(7, 32, 48, .72) 100%); pointer-events: none; opacity: .92; }
.showcase-card__placeholder,
.showcase-strip__placeholder,
.mega-media-placeholder,
.tabs__visual--placeholder {
    display: grid;
    align-content: end;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(9, 50, 72, .96), rgba(23, 132, 147, .88));
}
.tabs__visual--placeholder {
    min-height: 260px;
    border-radius: 14px;
}
.showcase-card__placeholder strong,
.showcase-strip__placeholder strong,
.mega-media-placeholder strong,
.tabs__visual--placeholder strong { font-family: "Montserrat", sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.2; }
.showcase-card__placeholder span,
.showcase-strip__placeholder span,
.mega-media-placeholder span,
.tabs__visual--placeholder span { color: rgba(255,255,255,.76); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.showcase-card img,
.showcase-strip__card img { width: 100%; height: auto; min-width: 100%; min-height: 100%; max-width: none; object-fit: cover; object-position: center top; transform: translateY(0) scale(1.01); transform-origin: top center; transition: transform 6.8s cubic-bezier(.18,.8,.18,1), filter .45s ease; will-change: transform; }
.showcase-card.is-rollable:hover img,
.showcase-strip__card.is-rollable:hover img { transform: translateY(calc(var(--roll-distance, 0px) * -1)); filter: saturate(1.04); }
.mega-post > a:first-child,
.mega-post__media,
.mega-featured > a { display: grid; place-items: center; overflow: hidden; border-radius: 12px; }
.mega-featured__media { display: grid; place-items: stretch; overflow: hidden; border-radius: 12px; min-height: 180px; }
.mega-post > a:first-child,
.mega-post__media,
.mega-featured > a,
.mega-featured__media,
.mega-stack__item {
    background: linear-gradient(135deg, rgba(9, 50, 72, .96), rgba(23, 132, 147, .88));
}
.mega-post img, .mega-featured img { width: 100%; height: 172px; padding: 14px; object-fit: contain; object-position: center; background: transparent; }
.mega-featured { display: grid; gap: 12px; }
.mega-featured img { border-radius: 16px; }
.mega-stack { display: grid; gap: 22px; align-content: start; }
.mega-stack__item { display: grid; place-items: center; overflow: hidden; border-radius: 8px; box-shadow: 0 18px 30px rgba(4, 29, 49, .26); }
.mega-stack__item img { width: 100%; height: 148px; padding: 0; object-fit: cover; object-position: center top; transform: scale(1.05); transform-origin: center; }
.mega-post__title,
.mega-featured__title {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.mega-post__title:hover,
.mega-featured__title:hover {
    color: #ffffff;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.chip-row a { padding: 8px 14px; border-radius: 999px; background: rgba(146,216,220,.12); color: #dff7fa; font-size: .78rem; }
.contact-mini-form { display: grid; gap: 10px; }
.contact-mini-form label { display: grid; gap: 4px; }
.contact-mini-form span { font-size: .76rem; color: #92d8dc; }
.contact-mini-form input, .contact-mini-form textarea { padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #fff; background: rgba(255,255,255,.06); }
.contact-mini-form button { justify-self: start; border: 0; padding: 10px 16px; border-radius: 999px; color: #fff; background: var(--teal); }
.meta-line { display: flex; flex-wrap: wrap; gap: 12px; color: rgba(237,249,252,.72); font-size: .75rem; }
.mega-menu iframe { width: 100%; min-height: 240px; border: 0; border-radius: 16px; }
.mega-menu--deigmatologio { grid-template-columns: 1fr; }
.mega-menu--deigmatologio .showcase-row { gap: 28px; }
.mega-menu--deigmatologio .showcase-card { height: 302px; border-radius: 0; background: transparent; box-shadow: none; }
.mega-menu--deigmatologio .showcase-card::after { display: none; }
.mega-menu--enimerosi {
    grid-template-columns: minmax(0, 1.12fr) minmax(230px, .78fr);
    gap: 16px;
    width: min(960px, calc(100vw - 40px));
    max-height: min(68vh, 500px);
    padding: 18px 20px 20px;
    overflow: auto;
}
.mega-menu--enimerosi .mega-menu__column { align-content: start; }
.mega-menu--enimerosi h3 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: .9rem;
}
.mega-menu--enimerosi .chip-row a,
.mega-menu--enimerosi .mega-post > a:first-child,
.mega-menu--enimerosi .mega-featured > a,
.mega-menu--enimerosi .mega-featured img,
.mega-menu--enimerosi .mega-post img,
.mega-menu--enimerosi .live-search-result__media { border-radius: 5px; }
.mega-menu--enimerosi .chip-row {
    gap: 6px;
    margin-bottom: 10px;
}
.mega-menu--enimerosi .chip-row a {
    padding: 5px 9px;
    font-size: .69rem;
}
.mega-menu--enimerosi .mega-featured {
    gap: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(52, 162, 183, .24);
}
.mega-menu--enimerosi .mega-featured img {
    height: 132px;
    padding: 0;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}
.mega-menu--enimerosi .mega-featured__title {
    display: -webkit-box;
    overflow: hidden;
    padding: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mega-menu--enimerosi .mega-featured p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .76rem;
    line-height: 1.35;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mega-menu--enimerosi > .mega-menu__column:first-child .mega-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}
.mega-menu--enimerosi .mega-post {
    gap: 8px;
    padding-bottom: 8px;
}
.mega-menu--enimerosi .mega-post img {
    width: 68px;
    height: 50px;
    padding: 0;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}
.mega-menu--enimerosi .mega-post__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: .82rem;
    line-height: 1.22;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mega-menu--enimerosi .mega-post p {
    display: none;
}
.mega-menu--enimerosi .meta-line {
    gap: 6px;
    font-size: .66rem;
}

.section-eyebrow { margin: 0 0 12px; color: var(--green); text-align: center; letter-spacing: 5.5px; text-transform: uppercase; font-family: "Roboto", sans-serif; font-size: clamp(1rem, 1.25vw, 1.25rem); font-weight: 400; }
.post-card__category { justify-self: start; padding: 5px 10px; border-radius: 5px; color: #ffffff; background: var(--accent); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.button-link { justify-self: start; display: inline-flex; align-items: center; padding: 13px 15px; border: 1px solid #038a95; border-radius: 0; color: #164451; background: #f2f4f4; font-size: 12px; font-weight: 400; }
.button-link:hover { color: #ffffff; background: #102d3a; }
.button-link--dark { background: #102d3a; border-color: #102d3a; color: #ffffff; }

.newsletter { padding: 16px 0; background: var(--accent); }
.newsletter__inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; }
.newsletter h2 { margin: 0; color: #ece7e7; font-family: "Open Sans", sans-serif; font-size: 19px; font-weight: 700; }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.newsletter__form input { width: 100%; padding: 12px 14px; border: 0; border-radius: 999px; }
.newsletter__form button { border: 0; padding: 12px 18px; border-radius: 999px; color: #fff; background: #082131; font-weight: 700; }

.footer-main { color: #e9f8fb; background: #102d3a; }
.footer-main__grid { display: grid; grid-template-columns: 1.1fr repeat(3,1fr); align-items: start; gap: 34px; padding: 54px 0 46px; }
.brand--footer { display: inline-flex; align-items: center; min-height: 80px; margin-bottom: 12px; padding-top: 0; }
.brand--footer img { width: auto; max-width: 238px; max-height: 76px; height: auto; object-fit: contain; object-position: left center; transform: none; }
.footer-column { padding-top: 68px; }
.company-list, .footer-column ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.company-list li, .footer-column a { color: #aebdc5; font-size: 14px; font-weight: 300; }
.company-list i, .footer-column i { width: 18px; color: #cad6dc; margin-right: 8px; }
.footer-column h3 { margin: 0; color: #bdbbbb; font-family: "Open Sans", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: 0; }
.footer-column a:hover { color: #ffffff; }
.copyright { padding: 12px 0; color: rgba(233,248,251,.7); background: #081920; text-align: center; font-size: 13px; }

@media (max-width: 1100px) {
    .footer-main__grid { grid-template-columns: 1fr; }
    .mega-menu { width: min(960px, calc(100vw - 24px)); padding: 24px; }
    .showcase-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .mega-menu--enimerosi {
        width: min(720px, calc(100vw - 24px));
        max-height: none;
    }
    .mega-menu--enimerosi > .mega-menu__column:first-child .mega-posts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .utility-bar { display: none; }
    .newsletter__inner, .newsletter__form { grid-template-columns: 1fr; }
    .brand-bar__inner,
    .brand-bar__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
    }
    .brand-bar__inner { gap: 14px; padding: 14px 0; }
    .brand-bar__actions { width: 100%; gap: 12px; }
    .utility-list { gap: 10px; }
    .brand { justify-content: center; width: 100%; }
    .brand img { width: 230px; }
    .social-list { justify-content: center; }
    .social-list a { width: 36px; height: 36px; }
    .header-search-shell,
    .header-search {
        min-width: 0;
        width: 100%;
        max-width: none;
    }
    .header-search-shell {
        justify-self: stretch;
    }
    .live-search-results { position: static; margin-top: 8px; }
    .nav-bar__inner { align-items: flex-start; min-height: 0; height: auto; padding: 10px 0 12px; }
    .nav-toggle { display: inline-flex; min-height: 42px; align-items: center; }
    .site-nav { display: none; }
    .site-nav.is-open { display: block; width: 100%; padding-bottom: 8px; }
    .menu { flex-direction: column; }
    .menu-item, .menu-item:last-child { border-right: 0; border-left: 0; }
    .menu-link { justify-content: space-between; min-height: 0; height: auto; padding: 14px 12px; }
    .menu-link__text strong { font-size: 14px; }
    .menu-link__text span { font-size: 11px; }
    .menu-link__caret { transition: transform .24s ease; }
    .menu-item:hover > .mega-menu { display: none; }
    .menu-item--has-dropdown .mega-menu { position: static; display: none; width: 100%; transform: none; border-radius: 0; box-shadow: none; padding: 14px; background: rgba(2,19,31,.95); }
    .menu-item--has-dropdown.is-expanded > .mega-menu { display: grid; }
    .menu-item--has-dropdown.is-expanded > .menu-link { background: rgba(7, 34, 46, .58); }
    .menu-item--has-dropdown.is-expanded .menu-link__caret { transform: rotate(180deg); }
    .mega-menu { gap: 16px; }
    .ich-builder-handle { top: 10px; right: 10px; padding: 7px 10px; font-size: .72rem; }
    .footer-column { padding-top: 0; }
}

@media (max-width: 560px) {
    .shell { width: min(calc(100% - 20px), var(--shell)); }
    .section-eyebrow { letter-spacing: 3px; }
    .showcase-row { grid-template-columns: 1fr; }
}
