/*
 * Ethos Prod — Extras
 * Social links, gallery, quotes, press cards, events & tickets.
 * Χτισμένο πάνω στη γλώσσα του theme: Playfair Display + Plus Jakarta Sans,
 * γκρι-λευκό φόντο, λεπτές γραμμές, πολύ αέρας.
 */

:root {
    --ethos-dark: #111111;
    --ethos-light: #f9f8f6;
    --ethos-gray: #888888;
    --ethos-line: rgba(17, 17, 17, 0.12);
    --ethos-radius: 0px;

    --ethos-quote-peach: #e9c2a6;
    --ethos-quote-sand: #c9b294;
    --ethos-quote-cream: #f1e7db;
    --ethos-quote-olive: #b7bca2;
    --ethos-quote-dark: #1a1a1a;
}

/* ==================================================================
 * PRIMITIVES
 * ================================================================== */

.ethos-container {
    width: min(100%, 1500px);
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 40px);
}

.ethos-section {
    padding-block: clamp(56px, 7vw, 116px);
}

.ethos-section--tight {
    padding-block: clamp(36px, 4vw, 64px);
}

.ethos-section--light { background: #ffffff; }
.ethos-section--muted { background: var(--ethos-light); }

.ethos-section__head {
    margin-bottom: clamp(32px, 4vw, 56px);
}

.ethos-section__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 4.4vw, 68px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--ethos-dark);
    margin: 0 0 clamp(28px, 3vw, 44px);
}

.ethos-section__head .ethos-section__title { margin-bottom: 0; }

.ethos-section__more {
    margin-top: clamp(28px, 3vw, 44px);
}

.ethos-eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--ethos-gray);
    margin-bottom: 14px;
}

.ethos-eyebrow--light { color: rgba(255, 255, 255, 0.55); }

.ethos-empty {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: clamp(19px, 1.7vw, 25px);
    color: var(--ethos-gray);
    max-width: 640px;
    line-height: 1.5;
}

.ethos-empty a { text-decoration: underline; text-underline-offset: 4px; color: var(--ethos-dark); }

/* Κουμπιά */
.ethos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 34px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    border: 1px solid var(--ethos-dark);
    transition: background-color .45s ease, color .45s ease, border-color .45s ease;
    white-space: nowrap;
}

.ethos-btn--sm { padding: 10px 20px; letter-spacing: 0.18em; }
.ethos-btn--block { width: 100%; }
.ethos-btn--solid { background: var(--ethos-dark); color: #fff; }
.ethos-btn--solid:hover { background: transparent; color: var(--ethos-dark); }
.ethos-btn--ghost { background: transparent; color: var(--ethos-dark); border-color: var(--ethos-line); }
.ethos-btn--ghost:hover { background: var(--ethos-dark); color: #fff; border-color: var(--ethos-dark); }
.ethos-btn--outline-light { border-color: rgba(255,255,255,.35); color: #fff; }
.ethos-btn--outline-light:hover { background: #fff; color: var(--ethos-dark); }
.ethos-btn--disabled { opacity: .45; pointer-events: none; border-style: dashed; }

/* Επικεφαλίδα σελίδας */
.ethos-page-head {
    background: var(--ethos-light);
    padding: clamp(128px, 15vw, 200px) 0 clamp(48px, 6vw, 88px);
    text-align: center;
}

.ethos-page-head__inner {
    width: min(100%, 1100px);
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 40px);
}

.ethos-page-title {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: clamp(48px, 8vw, 128px);
    line-height: .9;
    letter-spacing: -0.045em;
    margin: 0;
}

.ethos-page-head__intro {
    margin: 26px auto 0;
    max-width: 640px;
    color: var(--ethos-gray);
    font-size: clamp(16px, 1.2vw, 19px);
    font-weight: 300;
    line-height: 1.65;
}

.ethos-page-head__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 34px;
}

/* Φίλτρα */
.ethos-filters {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 48px);
    padding-bottom: 28px;
    margin-bottom: clamp(32px, 4vw, 52px);
    border-bottom: 1px solid var(--ethos-line);
}

.ethos-filters__group {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ethos-filters__label {
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--ethos-gray);
    margin-right: 6px;
}

.ethos-chip {
    border: 1px solid var(--ethos-line);
    background: transparent;
    padding: 8px 16px;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    color: var(--ethos-dark);
}

.ethos-chip:hover { border-color: var(--ethos-dark); }
.ethos-chip.is-active { background: var(--ethos-dark); color: #fff; border-color: var(--ethos-dark); }

.ethos-select {
    border: 1px solid var(--ethos-line);
    background: transparent;
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
    font-family: inherit;
}

/* CTA strip */
.ethos-cta-strip {
    background: var(--ethos-dark);
    color: #fff;
    padding: clamp(44px, 5vw, 72px) 0;
}

.ethos-cta-strip__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
}

.ethos-cta-strip__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 2.6vw, 38px);
    margin: 0;
}

.ethos-cta-strip__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Μικρές κάρτες */
.ethos-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 22px;
}

.ethos-mini-card {
    display: block;
    border: 1px solid var(--ethos-line);
    transition: border-color .4s ease;
}

.ethos-mini-card:hover { border-color: var(--ethos-dark); }

.ethos-mini-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--ethos-light);
}

.ethos-mini-card__media img { width: 100%; height: 100%; object-fit: cover; }

.ethos-mini-card__title {
    display: block;
    padding: 18px 20px;
    font-family: "Playfair Display", serif;
    font-size: 21px;
    line-height: 1.25;
}

/* Βίντεο */
.ethos-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.ethos-video iframe,
.ethos-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ==================================================================
 * SOCIAL LINKS
 * ================================================================== */

.ethos-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ethos-social__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--ethos-line);
    color: var(--ethos-dark);
    transition: color .35s ease, border-color .35s ease, background-color .35s ease, transform .35s ease;
}

.ethos-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ethos-social__svg { width: 20px; height: 20px; display: block; }

/* Παραλλαγή: μόνο εικονίδια */
.ethos-social--icons .ethos-social__link {
    width: 48px;
    height: 48px;
    justify-content: center;
    border-radius: 50%;
}

.ethos-social--icons .ethos-social__label {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* Παραλλαγή: εικονίδιο + κείμενο */
.ethos-social--pills .ethos-social__link {
    padding: 13px 22px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.ethos-social__link:hover {
    color: var(--ethos-social-brand, var(--ethos-dark));
    border-color: currentColor;
    transform: translateY(-2px);
}

.ethos-social--dark .ethos-social__link { color: #fff; border-color: rgba(255,255,255,.28); }
.ethos-social--dark .ethos-social__link:hover { color: var(--ethos-social-brand, #fff); }

.ethos-links-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
}

.ethos-links-section__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.ethos-links-section__note {
    font-size: 13px;
    color: var(--ethos-gray);
    margin-top: 14px;
    font-style: italic;
}

.ethos-btn--ticket { letter-spacing: 0.22em; }

@media (max-width: 860px) {
    .ethos-links-section__inner { grid-template-columns: 1fr; }
}

/* ==================================================================
 * GALLERY
 * ================================================================== */

.ethos-gallery--grid,
.ethos-gallery--mosaic {
    display: grid;
    gap: clamp(10px, 1.1vw, 18px);
}

.ethos-gallery--grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.ethos-gallery--mosaic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ethos-gallery--mosaic .ethos-gallery__item { grid-column: span 2; }
.ethos-gallery--mosaic .ethos-gallery__item--wide { grid-column: span 3; }

.ethos-gallery__item { margin: 0; position: relative; }

.ethos-gallery__link {
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--ethos-light);
    aspect-ratio: 4 / 3;
}

.ethos-gallery--mosaic .ethos-gallery__item--wide .ethos-gallery__link { aspect-ratio: 16 / 10; }

.ethos-gallery__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.3s cubic-bezier(.16,.8,.3,1), opacity .4s ease;
}

.ethos-gallery__link:hover img { transform: scale(1.045); }

.ethos-gallery__zoom {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .92);
    color: var(--ethos-dark);
    font-size: 18px;
    line-height: 1;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .35s ease, transform .35s ease;
}

.ethos-gallery__link:hover .ethos-gallery__zoom { opacity: 1; transform: translateY(0); }

.ethos-gallery__caption {
    font-size: 12px;
    color: var(--ethos-gray);
    margin-top: 10px;
    line-height: 1.5;
}

.ethos-gallery--slider .ethos-gallery__link { aspect-ratio: 3 / 2; }

.ethos-gallery__nav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.ethos-gallery__nav button {
    width: 44px;
    height: 44px;
    border: 1px solid var(--ethos-line);
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
}

.ethos-gallery__nav button:hover { background: var(--ethos-dark); color: #fff; }

@media (max-width: 780px) {
    .ethos-gallery--mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ethos-gallery--mosaic .ethos-gallery__item,
    .ethos-gallery--mosaic .ethos-gallery__item--wide { grid-column: span 1; }
    .ethos-gallery--mosaic .ethos-gallery__item--wide .ethos-gallery__link { aspect-ratio: 4 / 3; }
}

/* ==================================================================
 * QUOTES
 * ================================================================== */

.ethos-quote-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: clamp(16px, 1.6vw, 26px);
}

.ethos-quote {
    position: relative;
    margin: 0;
    padding: clamp(32px, 3.4vw, 60px);
    display: flex;
    flex-direction: column;
    min-height: 340px;
    background: var(--ethos-quote-peach);
    color: #111;
    overflow: hidden;
}

.ethos-quote--peach { background: var(--ethos-quote-peach); }
.ethos-quote--sand  { background: var(--ethos-quote-sand); }
.ethos-quote--cream { background: var(--ethos-quote-cream); }
.ethos-quote--olive { background: var(--ethos-quote-olive); }
.ethos-quote--dark  { background: var(--ethos-quote-dark); color: #f4f0ea; }

.ethos-quote__mark {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: clamp(88px, 9vw, 150px);
    line-height: .62;
    display: block;
    margin-bottom: clamp(16px, 2vw, 30px);
    user-select: none;
}

.ethos-quote__text {
    font-family: "Playfair Display", serif;
    font-size: clamp(20px, 1.9vw, 31px);
    line-height: 1.42;
    letter-spacing: -0.012em;
    margin: 0;
    flex: 1;
    border: 0;
    padding: 0;
    quotes: none;
}

.ethos-quote--md .ethos-quote__text { font-size: clamp(18px, 1.55vw, 26px); }
.ethos-quote--sm .ethos-quote__text { font-size: clamp(16px, 1.25vw, 21px); line-height: 1.5; }

.ethos-quote--inline {
    min-height: 0;
}

.ethos-quote__footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: clamp(24px, 2.6vw, 40px);
}

.ethos-quote__photo img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.ethos-quote__who { display: flex; flex-direction: column; gap: 3px; }

.ethos-quote__author {
    font-weight: 700;
    font-size: clamp(14px, 1.05vw, 17px);
    letter-spacing: -0.005em;
}

.ethos-quote__role,
.ethos-quote__source {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: .68;
}

.ethos-quote__source a { text-decoration: underline; text-underline-offset: 3px; }

/* Μέσα στη ροή του project το quote πιάνει όλο το πλάτος της στήλης */
.ethos-project-item--quote { grid-column: 2 / span 9; }
.ethos-project-item--gallery,
.ethos-project-item--press { grid-column: 1 / span 12; }
.ethos-project-item--video { grid-column: 2 / span 10; }

.ethos-project-blocktitle {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 2.4vw, 40px);
    margin: 0 0 clamp(18px, 2vw, 30px);
    letter-spacing: -0.02em;
}

@media (max-width: 700px) {
    .ethos-project-item--quote,
    .ethos-project-item--gallery,
    .ethos-project-item--press,
    .ethos-project-item--video { grid-column: auto; }
}

/* ==================================================================
 * PRESS
 * ================================================================== */

.ethos-press-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: clamp(20px, 2.2vw, 38px);
}

.ethos-press-grid--compact {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.ethos-press-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ethos-line);
    transition: border-color .45s ease, transform .45s ease;
    height: 100%;
}

.ethos-press-card:hover { border-color: var(--ethos-dark); transform: translateY(-3px); }

.ethos-press-card__media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: var(--ethos-light);
}

.ethos-press-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 1.2s cubic-bezier(.16,.8,.3,1);
}

.ethos-press-card:hover .ethos-press-card__media img { transform: scale(1.04); }

.ethos-press-card__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    color: var(--ethos-gray);
    text-align: center;
    padding: 20px;
}

.ethos-press-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, .94);
    color: var(--ethos-dark);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 6px 12px;
}

.ethos-press-card__body {
    padding: clamp(20px, 2vw, 30px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.ethos-press-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ethos-gray);
}

.ethos-press-card__outlet { color: var(--ethos-dark); font-weight: 600; }

.ethos-press-card__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(22px, 1.9vw, 30px);
    line-height: 1.16;
    letter-spacing: -0.02em;
    margin: 0;
}

.ethos-press-card__title a:hover { opacity: .6; }

.ethos-press-card__subtitle {
    font-style: italic;
    color: var(--ethos-gray);
    margin: 0;
    font-size: 15px;
}

.ethos-press-card__excerpt {
    font-size: 15px;
    line-height: 1.62;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0;
}

.ethos-press-card__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 16px;
    flex-wrap: wrap;
}

.ethos-press-card__cta {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid var(--ethos-dark);
    padding-bottom: 4px;
    display: inline-flex;
    gap: 8px;
}

.ethos-press-card__ghost {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ethos-gray);
    border: 1px solid var(--ethos-line);
    padding: 5px 11px;
    transition: all .3s ease;
}

.ethos-press-card__ghost:hover { color: var(--ethos-dark); border-color: var(--ethos-dark); }

/* Προβεβλημένο άρθρο */
.ethos-press-hero {
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
}

.ethos-press-hero__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--ethos-light);
}

.ethos-press-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.ethos-press-hero__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 3.8vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 14px 0 18px;
}

.ethos-press-hero__excerpt {
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.65;
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 26px;
}

@media (max-width: 900px) {
    .ethos-press-hero { grid-template-columns: 1fr; }
}

/* Σελίδα άρθρου */
.ethos-press-head {
    background: var(--ethos-light);
    padding: clamp(120px, 14vw, 190px) 0 clamp(44px, 5vw, 72px);
}

.ethos-press-head__inner { max-width: 1000px; }

.ethos-breadcrumb {
    display: flex;
    gap: 10px;
    font-size: 9px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ethos-gray);
    margin-bottom: 26px;
}

.ethos-breadcrumb a:hover { color: var(--ethos-dark); }

.ethos-press-head__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(36px, 5.2vw, 82px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    margin: 0;
}

.ethos-press-head__subtitle {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: clamp(19px, 2vw, 30px);
    color: var(--ethos-gray);
    margin: 18px 0 0;
}

.ethos-press-head__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ethos-gray);
}

.ethos-press-head__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }

.ethos-press-lead p {
    font-family: "Playfair Display", serif;
    font-size: clamp(21px, 2.1vw, 33px);
    line-height: 1.45;
    max-width: 900px;
    margin: 0;
}

.ethos-press-body {
    max-width: 820px;
    font-size: clamp(17px, 1.2vw, 20px);
    line-height: 1.75;
    font-weight: 300;
    color: #2a2a2a;
}

.ethos-press-body p { margin: 0 0 1.15em; }

.ethos-pdf {
    border: 1px solid var(--ethos-line);
    background: var(--ethos-light);
    height: clamp(460px, 78vh, 900px);
}

.ethos-pdf object { width: 100%; height: 100%; }

.ethos-pdf__fallback { padding: 40px; text-align: center; color: var(--ethos-gray); }
.ethos-pdf__fallback a { text-decoration: underline; }

/* ==================================================================
 * EVENTS & TICKETS
 * ================================================================== */

.ethos-event-list {
    display: flex;
    flex-direction: column;
}

.ethos-event {
    display: grid;
    grid-template-columns: 82px 180px minmax(0, 1fr) auto;
    gap: clamp(18px, 2.4vw, 40px);
    align-items: center;
    padding: clamp(22px, 2.4vw, 34px) 0;
    border-bottom: 1px solid var(--ethos-line);
}

.ethos-event:first-child { border-top: 1px solid var(--ethos-line); }
.ethos-event--past { opacity: .55; }
.ethos-event--featured .ethos-event__title { font-style: italic; }

.ethos-event__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    text-align: center;
}

.ethos-event__day {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    letter-spacing: -0.04em;
}

.ethos-event__month {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-top: 6px;
}

.ethos-event__year { font-size: 9px; letter-spacing: 0.2em; color: var(--ethos-gray); margin-top: 4px; }

.ethos-event__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--ethos-light);
}

.ethos-event__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.ethos-event:hover .ethos-event__media img { transform: scale(1.05); }

.ethos-event__top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }

.ethos-event__badge {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 5px 11px;
    border: 1px solid currentColor;
}

.ethos-event__badge--live { color: #1f7a45; }
.ethos-event__badge--few  { color: #b4671a; }
.ethos-event__badge--soon { color: #4a5a8a; }
.ethos-event__badge--out  { color: #9b2f2f; }
.ethos-event__badge--free { color: #2f6f8f; }
.ethos-event__badge--past { color: var(--ethos-gray); }

.ethos-event__project {
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ethos-gray);
    border-bottom: 1px solid transparent;
}

.ethos-event__project:hover { color: var(--ethos-dark); border-color: currentColor; }

.ethos-event__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(25px, 2.5vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 0;
}

.ethos-event__title a:hover { opacity: .6; }

.ethos-event__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: var(--ethos-gray);
}

.ethos-event__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.ethos-event__cta {
    background: var(--ethos-dark);
    color: #fff;
    padding: 13px 28px;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid var(--ethos-dark);
    transition: all .4s ease;
}

.ethos-event__cta:hover { background: transparent; color: var(--ethos-dark); }
.ethos-event__cta--disabled { opacity: .4; pointer-events: none; }

.ethos-event__link,
.ethos-event__ics {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ethos-gray);
}

.ethos-event__link:hover,
.ethos-event__ics:hover { color: var(--ethos-dark); }

@media (max-width: 1080px) {
    .ethos-event { grid-template-columns: 70px minmax(0, 1fr); }
    .ethos-event__media { grid-column: 1 / -1; order: 3; }
    .ethos-event__actions { grid-column: 1 / -1; order: 4; flex-direction: row; align-items: center; justify-content: flex-start; gap: 18px; }
}

/* Επόμενο event */
.ethos-next-event {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    background: var(--ethos-dark);
    color: #fff;
}

.ethos-next-event__media { position: relative; min-height: 380px; }
.ethos-next-event__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; }

.ethos-next-event__body { padding: clamp(32px, 4vw, 72px); display: flex; flex-direction: column; justify-content: center; }

.ethos-next-event__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(30px, 3.4vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
}

.ethos-next-event__meta { color: rgba(255,255,255,.75); font-size: 14px; letter-spacing: 0.05em; margin: 0 0 8px; }
.ethos-next-event__note { color: rgba(255,255,255,.55); font-style: italic; font-size: 13px; margin: 0 0 22px; }
.ethos-next-event__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.ethos-next-event .ethos-btn--solid { background: #fff; color: var(--ethos-dark); border-color: #fff; }
.ethos-next-event .ethos-btn--solid:hover { background: transparent; color: #fff; }
.ethos-next-event .ethos-btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.ethos-next-event .ethos-btn--ghost:hover { background: #fff; color: var(--ethos-dark); }

@media (max-width: 900px) {
    .ethos-next-event { grid-template-columns: 1fr; }
    .ethos-next-event__media { min-height: 260px; }
}

/* Σελίδα event */
.ethos-event-hero {
    position: relative;
    min-height: 74vh;
    display: flex;
    align-items: flex-end;
    background: #000;
    color: #fff;
    overflow: hidden;
}

.ethos-event-hero--plain { min-height: 52vh; background: var(--ethos-dark); }
.ethos-event-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.ethos-event-hero__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.15)); }

.ethos-event-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1500px);
    margin-inline: auto;
    padding: 0 clamp(20px, 4vw, 40px) clamp(40px, 5vw, 80px);
}

.ethos-event-hero__inner .ethos-event__badge { display: inline-block; margin-bottom: 20px; color: #fff; }

.ethos-event-hero__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(40px, 6.5vw, 108px);
    line-height: .95;
    letter-spacing: -0.04em;
    margin: 0;
    max-width: 16ch;
}

.ethos-event-hero__meta { margin-top: 22px; font-size: clamp(14px, 1.15vw, 18px); color: rgba(255,255,255,.8); }

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

.ethos-event-content {
    font-size: clamp(17px, 1.2vw, 20px);
    line-height: 1.75;
    font-weight: 300;
}

.ethos-event-project-link {
    margin-top: 30px;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ethos-gray);
}

.ethos-event-project-link a { color: var(--ethos-dark); border-bottom: 1px solid currentColor; margin-left: 8px; }

.ethos-ticket-box,
.ethos-info-box {
    border: 1px solid var(--ethos-line);
    padding: clamp(24px, 2.4vw, 36px);
}

.ethos-info-box { margin-top: 18px; }

.ethos-ticket-box__price { font-family: "Playfair Display", serif; font-size: 34px; margin: 0 0 6px; }
.ethos-ticket-box__price strong { font-weight: 600; }
.ethos-ticket-box__note { font-size: 13px; color: var(--ethos-gray); margin: 0 0 22px; line-height: 1.55; }

.ethos-ticket-box__ics {
    display: block;
    margin-top: 18px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ethos-gray);
    text-align: center;
}

.ethos-ticket-box__ics:hover { color: var(--ethos-dark); }

.ethos-vendor-list { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }

.ethos-vendor-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ethos-line);
}

.ethos-vendor-list a { border-bottom: 1px solid currentColor; }
.ethos-vendor-list em { color: var(--ethos-gray); font-size: 11px; }

.ethos-info-box dl { margin: 6px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; font-size: 13px; }
.ethos-info-box dt { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ethos-gray); padding-top: 3px; }
.ethos-info-box dd { margin: 0; }

.ethos-info-box__map {
    display: inline-block;
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}

@media (max-width: 900px) {
    .ethos-event-grid { grid-template-columns: 1fr; }
}
