:root {
    --ink: #101214;
    --muted: #676d76;
    --line: #e2e4e8;
    --paper: #ffffff;
    --purple: #704df3;
    --purple-2: #ab35e2;
    --pink: #f54480;
    --yellow: #f7ea19;
    --teal: #30bfb0;
    --navy: #080e14;
    --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "IBM Plex Sans Thai", system-ui, sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img { display: block; width: 100%; }
.container { width: min(calc(100% - 46px), var(--container)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    color: var(--ink);
    border-bottom: 1px solid rgba(0,0,0,.06);
    box-shadow: none;
    backdrop-filter: blur(18px);
}
.site-header.is-scrolled {
    box-shadow: 0 8px 24px rgba(16,18,20,.06);
}
.site-header .brand,
.site-header .brand span,
.site-header .nav-links a,
.site-header .nav-actions button,
.site-header .menu-button {
    color: var(--ink);
}
.site-header .brand small {
    color: #68707a;
}
.site-header .nav-links a:hover,
.site-header .nav-links a[aria-current="page"] {
    color: var(--pink);
}
.site-header .contact-pill {
    color: #fff;
}
.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font: 900 25px/1 Inter, sans-serif;
    letter-spacing: -0.02em;
    white-space: nowrap;
    color: var(--ink);
    text-decoration: none;
}
.brand small {
    display: block;
    margin-top: 5px;
    font: 700 8px/1 Inter, sans-serif;
    color: #68707a;
    letter-spacing: 0;
}
.brand-mark {
    width: 46px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(6, 5px);
    gap: 3px;
    border-radius: 0;
    background: transparent;
}
.brand-mark i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.brand-mark i:nth-child(6n+1) { background: #ef2f8e; }
.brand-mark i:nth-child(6n+2) { background: #f34c68; }
.brand-mark i:nth-child(6n+3) { background: #ff8433; }
.brand-mark i:nth-child(6n+4) { background: #ffd322; }
.brand-mark i:nth-child(6n+5) { background: #37c2a7; }
.brand-mark i:nth-child(6n) { background: #6c55f5; }
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 2.2vw, 34px);
    flex: 1;
    font-size: 14px;
    font-weight: 700;
}
.nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}
.nav-links a { white-space: nowrap; }
.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 700;
}
.nav-actions button {
    border: 0;
    background: transparent;
    padding: 5px;
}
.contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, var(--purple), #e839a6);
    box-shadow: 0 12px 22px rgba(112,77,243,.18);
}
.menu-button { display: none; font-size: 24px; }

.masthead { padding: 18px 0 6px; }
.mast-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 243px;
    align-items: end;
    gap: 64px;
}
.masthead h1 {
    margin: 21px 0 0;
    font: 900 clamp(104px, 15.9vw, 211px)/.71 Inter, sans-serif;
    letter-spacing: -0.082em;
    transform: none;
}
.mast-copy { padding-bottom: 24px; }
.mast-copy strong {
    display: inline-block;
    font-size: 37px;
    line-height: 1.18;
    letter-spacing: -0.02em;
    transform: rotate(-4deg);
}
.mast-copy span {
    display: block;
    width: 185px;
    height: 8px;
    margin: 6px 0 34px;
    transform: rotate(-7deg);
    background: var(--purple);
}
.mast-copy p {
    margin: 0;
    max-width: 275px;
    color: #262c33;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 500;
}

.ticker {
    height: 38px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 38px 38px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #d9dde3;
    border-radius: 10px;
}
.ticker b {
    align-self: stretch;
    display: grid;
    place-items: center;
    padding: 0 18px;
    color: #fff;
    background: var(--ink);
    font: 800 11px/1 Inter, sans-serif;
}
.ticker div {
    display: flex;
    gap: 34px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 18px;
    color: #3f454c;
    font-size: 12px;
    font-weight: 600;
}
.ticker span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 13px 2px 0;
    border-radius: 50%;
    background: var(--ink);
}
.ticker button {
    height: 38px;
    border: 0;
    border-left: 1px solid #d9dde3;
    background: #fff;
    font-size: 22px;
}

.hero-collage {
    display: grid;
    grid-template-columns: 1.36fr .96fr;
    gap: 8px;
    margin-top: 18px;
}
.lead-story,
.mini-story {
    position: relative;
    overflow: hidden;
    background: #d9dce1;
}
.lead-story { height: clamp(388px, 40.7vw, 540px); min-height: 388px; }
.lead-story img,
.mini-story img {
    height: 100%;
    object-fit: cover;
}
.lead-story img { object-position: center center; }
.shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.58));
}
.lead-story .shade,
.mini-story .shade {
    display: block;
}
.lead-story h2 {
    position: absolute;
    left: 28px;
    bottom: 82px;
    max-width: 580px;
    margin: 0;
    color: #fff;
    font-size: 54px;
    line-height: 1.06;
    letter-spacing: -0.04em;
}
.lead-story > a {
    position: absolute;
    left: 30px;
    bottom: 25px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-height: 47px;
    padding: 0 20px;
    color: #fff;
    background: #0f1215;
    border: 1px solid rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 800;
}
.story-stack {
    display: grid;
    grid-template-rows: 160fr 120fr 117fr;
    gap: 8px;
    height: clamp(388px, 40.7vw, 540px);
}
.mini-story {
    min-height: 0;
}
.mini-story > div:last-of-type {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
}
.mini-story b,
.article-card b {
    display: inline-block;
    width: max-content;
    padding: 5px 9px;
    border-radius: 5px;
    color: #fff;
    background: var(--pink);
    font-size: 11px;
    line-height: 1;
}
.mini-story b.blue { background: #4d4beb; }
.mini-story h3 {
    margin: 9px 0 5px;
    max-width: 290px;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}
.mini-story p,
.mini-story small {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.mini-story > span {
    position: absolute;
    right: 15px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 50%;
    color: #fff;
    z-index: 3;
}
.prep-card {
    display: block;
    padding: 0;
    background: #f86a9f;
}
.prep-card img { object-fit: fill; }

.help-rail {
    display: grid;
    grid-template-columns: 280px repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(16,18,20,.04);
}
.help-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 108px;
    padding: 24px;
    color: #fff;
    background: linear-gradient(130deg, #12161b, #080c10);
}
.help-title strong {
    font-size: 26px;
    line-height: 1.2;
}
.help-title span,
.events-title span {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 50%;
}
.help-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 15px;
    align-content: center;
    min-height: 108px;
    padding: 18px 20px;
    border-left: 1px solid var(--line);
}
.help-item i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    background: var(--purple);
    font-style: normal;
    font-weight: 900;
}
.help-item:nth-child(3) i { background: var(--teal); }
.help-item:nth-child(4) i { background: #ff7c27; }
.help-item:nth-child(5) i { background: var(--pink); }
.help-item strong {
    align-self: end;
    font-size: 13px;
}
.help-item small {
    align-self: start;
    margin-top: 4px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}

.editorial-grid,
.events-grid {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 260px;
    gap: 18px;
    margin-top: 30px;
}
.section-label {
    padding: 0 0 12px 16px;
}
.section-label b {
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    background: var(--ink);
    font-size: 14px;
}
.section-label span {
    display: block;
    width: 86px;
    height: 52px;
    margin: 29px 0 16px;
    background: repeating-linear-gradient(90deg, #111 0 3px, #fff 3px 6px);
}
.section-label p {
    margin: 0 0 17px;
    font-size: 18px;
    line-height: 1.55;
}
.section-label em {
    display: inline-block;
    padding: 6px 14px;
    background: var(--yellow);
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
    font-style: normal;
    transform: rotate(-6deg);
}
.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
a.mini-story,
a.article-card {
    color: inherit;
    text-decoration: none;
}
.article-card {
    display: block;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16,18,20,.04);
}
.article-card img {
    height: 170px;
    object-fit: cover;
}
.article-card div { padding: 14px; }
.article-card b {
    background: #f4eaff;
    color: var(--purple);
    border-radius: 999px;
}
.article-card:nth-child(2) b { background: #e7f6ff; color: #2373c9; }
.article-card:nth-child(3) b { background: #ffe4f0; color: #cc2c75; }
.article-card h3 {
    margin: 10px 0 12px;
    min-height: 48px;
    font-size: 17px;
    line-height: 1.42;
}
.article-card p {
    margin: 0;
    color: #848b95;
    font-size: 12px;
}
.support-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    min-height: 305px;
    padding: 28px;
    border-radius: 7px;
    background: var(--yellow);
}
.support-card h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.18;
}
.support-card p {
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.8;
}
.support-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: max-content;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    color: #fff;
    background: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.events-grid { margin-top: 31px; }
.events-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 146px;
    padding: 24px;
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(130deg, #12161b, #080c10);
}
.events-title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.22;
}
.event-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.event-card {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 7px;
    min-height: 146px;
}
.event-card time b {
    display: block;
    font: 900 31px/1 Inter, sans-serif;
}
.event-card time small,
.event-card span small {
    display: block;
    color: var(--muted);
    font-size: 11px;
}
.event-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
}
.community-card {
    overflow: hidden;
    min-height: 146px;
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(135deg, #714cf1, #9638d4);
}
.community-card h2 {
    margin: 0;
    padding: 20px 20px 10px;
    font-size: 21px;
    line-height: 1.28;
}
.community-card div {
    display: flex;
    gap: 9px;
    padding: 0 20px 14px;
}
.community-card span {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    font-weight: 800;
}
.community-card img {
    height: 66px;
    object-fit: cover;
}

.support-banner {
    margin-top: 28px;
    color: #fff;
    background: #6c42e6;
}
.support-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr .68fr;
    align-items: center;
    min-height: 190px;
}
.support-banner h2 {
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 1.15;
}
.support-banner p {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 13px;
    line-height: 1.8;
}
.banner-photo {
    height: 190px;
    background: url("https://images.unsplash.com/photo-1516589178581-6cd7833ae3b2?auto=format&fit=crop&w=1100&q=84") center/cover;
    border-radius: 85px 0 85px 0;
}
.support-banner a {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 25px;
    border-radius: 999px;
    color: #141414;
    background: var(--yellow);
    font-weight: 900;
}

.partners {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px 0;
}
.partners h2 {
    margin: 0;
    font-size: 24px;
    white-space: nowrap;
}
.partners div {
    display: flex;
    gap: 18px;
    align-items: center;
    overflow: auto;
}
.partners span {
    flex: 0 0 auto;
    min-width: 112px;
    padding: 9px 12px;
    color: #52606d;
    background: #f2f4f6;
    border-radius: 7px;
    font: 800 12px/1.2 Inter, sans-serif;
    text-align: center;
}

.site-footer {
    padding: 46px 0 42px;
    color: #fff;
    background:
        radial-gradient(circle at 15% 0, rgba(44,190,183,.16), transparent 32%),
        #080f16;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, .78fr);
    gap: 42px;
}
.footer-brand { color: #fff; }
.site-footer p,
.site-footer small,
.site-footer a {
    color: #aeb8c3;
    font-size: 12px;
    line-height: 1.75;
}
.site-footer p { max-width: 300px; margin: 20px 0; }
.site-footer nav b {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
}
.site-footer nav a {
    display: block;
    margin: 7px 0;
}

@media (max-width: 900px) {
    .nav-links { display: none; }
    .menu-button { display: inline-block; }
    .mast-grid,
    .hero-collage,
    .editorial-grid,
    .events-grid,
    .support-banner-grid {
        grid-template-columns: 1fr;
    }
    .masthead h1 {
        font-size: clamp(86px, 18vw, 142px);
        transform: none;
    }
    .mast-copy { padding-bottom: 0; }
    .lead-story { min-height: 450px; }
    .story-stack { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
    .mini-story { min-height: 170px; }
    .help-rail { grid-template-columns: repeat(2, 1fr); }
    .help-title { grid-column: 1 / -1; }
    .help-item { border-top: 1px solid var(--line); }
    .support-card { min-height: auto; }
    .partners { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 901px) and (max-width: 1080px) {
    .brand { font-size: 20px; gap: 9px; }
    .brand small { font-size: 7px; }
    .brand-mark { width: 38px; grid-template-columns: repeat(6, 4px); gap: 3px; }
    .brand-mark i { width: 4px; height: 4px; }
    .nav-links { gap: 18px; font-size: 12px; }
    .nav-actions { gap: 10px; font-size: 12px; }
    .contact-pill { min-height: 39px; padding: 0 15px; }
}

@media (max-width: 720px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .nav { min-height: 72px; }
    .brand { font-size: 20px; }
    .brand-mark { width: 38px; grid-template-columns: repeat(6, 4px); gap: 3px; }
    .brand-mark i { width: 4px; height: 4px; }
    .contact-pill { display: none; }
    .mast-grid { gap: 18px; }
    .masthead h1 { font-size: 72px; letter-spacing: -0.075em; }
    .mast-copy strong { font-size: 29px; }
    .ticker { grid-template-columns: auto minmax(0, 1fr); }
    .ticker button { display: none; }
    .ticker div { overflow: auto; }
    .lead-story { min-height: 420px; }
    .lead-story h2 { left: 20px; bottom: 76px; font-size: 39px; }
    .lead-story > a { left: 20px; }
    .story-stack,
    .cards,
    .event-cards,
    .help-rail,
    .footer-grid { grid-template-columns: 1fr; }
    .mini-story { min-height: 178px; }
    .help-item { border-left: 0; }
    .editorial-grid,
    .events-grid { gap: 16px; }
    .cards {
        display: flex;
        overflow-x: auto;
        padding-bottom: 5px;
    }
    .article-card { min-width: 78vw; }
    .support-banner-grid { gap: 18px; padding: 28px 0; }
    .support-banner h2 { font-size: 28px; }
    .banner-photo { height: 160px; border-radius: 60px 0 60px 0; }
    .support-banner a { justify-self: start; }
}

/* ── Articles / article detail ─────────────────────────────────────────────── */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.page-mast {
    padding: 36px 0 18px;
}
.page-kicker {
    margin: 0 0 8px;
    color: var(--pink, #e11d8f);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.page-kicker a { color: inherit; }
.page-mast h1 {
    margin: 0 0 10px;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -.03em;
}
.page-mast p {
    margin: 0;
    max-width: 42rem;
    color: #5b6470;
}
.articles-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
    padding: 12px 0 64px;
}
.filter-rail {
    display: grid;
    gap: 22px;
    align-content: start;
}
.search-form {
    display: grid;
    gap: 8px;
}
.search-form input {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    font: inherit;
}
.search-form button {
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.filter-label {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
    color: #6b7280;
}
.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    text-decoration: none;
}
.chip.is-active,
.chip:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}
.articles-count {
    margin: 0 0 14px;
    color: #6b7280;
    font-size: 13px;
}
.articles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.empty-note {
    padding: 28px;
    border: 1px dashed var(--line);
    border-radius: 12px;
    background: #fafafa;
}
.empty-note strong { display: block; margin-bottom: 8px; font-size: 18px; }
.empty-note p { margin: 0; color: #5b6470; line-height: 1.6; }
.empty-note code {
    padding: 1px 6px;
    border-radius: 4px;
    background: #eee;
    font-size: .92em;
}
.pagination {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.pagination a { color: #111; font-weight: 700; }
.article-page { padding: 36px 0 72px; max-width: 760px; }
.article-page h1 {
    margin: 0 0 12px;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.25;
    letter-spacing: -.03em;
}
.article-meta { margin: 0 0 22px; color: #6b7280; font-size: 14px; }
.article-hero {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 12px;
}
.article-body {
    font-size: 17px;
    line-height: 1.75;
    color: #1f2937;
}
.article-body p { margin: 0 0 1.1em; }
.article-body img { border-radius: 8px; margin: 1em 0; }
.article-back { margin-top: 36px; }
.article-back a { font-weight: 700; color: #111; }

@media (max-width: 900px) {
    .articles-layout { grid-template-columns: 1fr; }
    .articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .articles-grid { display: flex; overflow: auto; }
    .articles-grid .article-card { min-width: 78vw; }
}

.article-ad {
  margin: 1.75rem auto;
  text-align: center;
  max-width: 720px;
}
.article-ad a { display: block; line-height: 0; }
.article-ad img,
.article-sidebar-ad img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
}
.article-sidebar-ad { padding: 12px; }

/* Cookie "Necessary only" readable on dark bars */
.btn-cookie-necessary,
.cookie-bar .btn--ghost,
.cookie-bar .btn-ghost,
.cookie-consent .btn-ghost-light,
.cookie-consent [data-cookie-decline],
.cookie-actions .btn-necessary,
.cookie-consent-actions .btn-ghost-light {
  color: #f8fafc !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1.5px solid rgba(255,255,255,0.7) !important;
}
.about-expanded, .contact-expanded, .privacy-expanded { line-height: 1.75; max-width: 860px; }
.about-expanded p, .contact-expanded p, .privacy-expanded p { margin: 0 0 14px; }
.static-doc .privacy-expanded {
    max-width: none;
    margin: 2rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line, #dce8e7);
}

/* Contact desk — gaythai unique */
.contact-desk { width: min(860px, calc(100% - 32px)); margin: 8px auto 72px; }
.contact-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  gap: 19px 22px;
  padding: 24px 32px;
  margin: 0 auto 28px;
  border-radius: 22px;
  background: var(--bg-card, var(--surface, #fff));
  border: 1px solid var(--border, rgba(15,23,42,.1)); border-top: 4px solid var(--accent,#0f766e);
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.contact-card__kicker {
  margin: 0 0 6px;
    font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #0f766e);
}
.contact-card__email {
  display: inline-block;
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 2.2vw, 1.57rem);
  font-weight: 700;
  line-height: 1.3;
  word-break: break-all;
  color: var(--navy-dark, var(--ink, var(--black, #0f172a)));
  text-decoration: none;
}
.contact-card__email:hover { text-decoration: underline; }
.contact-card__hint {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted, var(--grey-4, #64748b));
}
.contact-card .btn, .contact-card .btn--primary, .contact-card .btn-primary, .contact-card .btn-accent {
  flex: 0 0 auto; white-space: nowrap;
}

.contact-expanded {
  max-width: 860px;
  margin: 0 auto 48px;
  padding: 8px 0 24px;
  border-radius: 16px;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 1.85;
  color: var(--text, var(--ink, #1e293b));
}
.contact-expanded p { margin: 0 0 15px; }
.contact-expanded p:first-child { font-size:1.05rem;font-weight:600; color: var(--navy-dark, var(--ink, #0f172a)); }
.contact-expanded p:last-child { margin-bottom: 0; }
.contact-expanded a { color: var(--accent, #0f766e); font-weight: 650; text-underline-offset: 2px; }
.contact-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto 40px;
}
@media (max-width: 720px) {
  .contact-card, .contact-expanded { padding: 20px; text-align: left; }
  .contact-card { flex-direction: column; align-items: flex-start; }
  .contact-action-grid { grid-template-columns: 1fr; }
}

.home-cta {
  background: linear-gradient(120deg, #101214 0%, #e11d8f 58%, #704df3 100%);
  color: #fff;
  padding: 3.2rem 0;
  margin-top: 1.5rem;
}
.home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.home-cta h2 {
  color: #fff;
  margin: 0 0 0.4rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}
.home-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
}
.home-cta .btn-accent {
  background: #fff;
  color: #101214;
}
.home-cta .btn-accent:hover {
  background: #f7ea19;
  color: #101214;
}
