/* ═══════════════════════════════════════════════════════════════
   HOME MID 2026 — Manifesto · Spotlight · Promise
   ═══════════════════════════════════════════════════════════════ */

/* ── Manifesto (hikâye) ── */
.manifesto {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    padding: clamp(4rem, 10vw, 7.5rem) 0;
    background: #0B0B0B;
}
.manifesto__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.manifesto__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(0.15) contrast(1.05);
    transform: scale(1.04);
}
.manifesto__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(11,11,11,0.92) 0%, rgba(11,11,11,0.78) 42%, rgba(11,11,11,0.35) 100%),
        linear-gradient(180deg, rgba(11,11,11,0.2) 0%, rgba(11,11,11,0.55) 100%);
}
.manifesto__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: end;
}
.manifesto__kicker {
    font-family: var(--font-accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FF4F1A;
    margin: 0 0 1.25rem;
}
.manifesto__title {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6.5vw, 4.6rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin: 0 0 1.5rem;
}
.manifesto__title span { display: block; color: #fff; }
.manifesto__title em {
    display: block;
    font-style: italic;
    color: #FF4F1A;
}
.manifesto__lead {
    font-size: 1.08rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.84);
    margin: 0 0 1rem;
    max-width: 38ch;
}
.manifesto__body {
    font-size: 0.98rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.58);
    margin: 0 0 1.75rem;
    max-width: 42ch;
}
.manifesto__link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 0.92rem;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    padding-bottom: 0.25rem;
    transition: color 0.2s, border-color 0.2s, gap 0.2s;
}
.manifesto__link:hover {
    color: #FF4F1A;
    border-color: #FF4F1A;
    gap: 0.8rem;
}
.manifesto__rail {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.manifesto__rail-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.manifesto__rail-item:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,79,26,0.45);
    transform: translateX(4px);
}
.manifesto__rail-item--accent {
    background: rgba(255,79,26,0.14);
    border-color: rgba(255,79,26,0.35);
}
.manifesto__rail-num {
    font-family: var(--font-accent);
    font-size: 1.35rem;
    font-weight: 800;
    color: #FF4F1A;
    letter-spacing: -0.03em;
    min-width: 2ch;
}
.manifesto__rail-item strong {
    display: block;
    font-family: var(--font-accent);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.manifesto__rail-item span {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.62);
}

/* ── Spotlight (seçki) ── */
.spotlight {
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
    background: var(--atelier-paper, #F2F2F0);
}
.spotlight__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
.spotlight__kicker {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FF4F1A;
    margin-bottom: 0.75rem;
}
.spotlight__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin: 0 0 0.65rem;
    color: #0B0B0B;
}
.spotlight__lead {
    margin: 0;
    max-width: 36ch;
    color: var(--atelier-muted, #6A6A66);
    font-size: 1rem;
    line-height: 1.55;
}
.spotlight__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    background: #0B0B0B;
    color: #fff;
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.2s, transform 0.2s;
}
.spotlight__cta span {
    display: inline-grid;
    place-items: center;
    min-width: 1.6rem;
    height: 1.6rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #FF4F1A;
    font-size: 0.75rem;
}
.spotlight__cta:hover {
    background: #FF4F1A;
    transform: translateY(-2px);
}

.spotlight__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 320px);
    gap: 1rem;
    overflow-x: auto;
    padding: 0 max(1.25rem, calc((100% - min(1280px, 92%)) / 2)) 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.spotlight__rail::-webkit-scrollbar { display: none; }

.spotlight__card {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    border-radius: 24px;
    overflow: hidden;
    scroll-snap-align: start;
    background: #1a1a1a;
    isolation: isolate;
}
.spotlight__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.spotlight__card:hover img { transform: scale(1.06); }
.spotlight__card-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(11,11,11,0.85) 100%);
    z-index: 1;
}
.spotlight__card-meta {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1.15rem;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.spotlight__card-rate {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: var(--font-accent);
    font-size: 0.78rem;
    font-weight: 700;
    color: #FFB4A2;
    margin-bottom: 0.2rem;
}
.spotlight__card-meta strong {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.spotlight__card-meta small {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.7);
}
.spotlight__card--more {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(160deg, #171717, #0B0B0B);
    color: #fff;
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 1.15rem;
}
.spotlight__card--more:hover { background: #FF4F1A; }

.spotlight__mosaic {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.85rem;
    width: min(1280px, 92%);
    margin: 0 auto;
    min-height: min(62vh, 560px);
}
.spotlight__tile {
    position: relative;
    display: block;
    border-radius: 22px;
    overflow: hidden;
    isolation: isolate;
    background: #1a1a1a;
    min-height: 220px;
}
.spotlight__tile--hero {
    grid-row: 1 / span 2;
    min-height: 100%;
}
.spotlight__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.spotlight__tile:hover img { transform: scale(1.05); }
.spotlight__tile-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(11,11,11,0.82) 100%);
    z-index: 1;
}
.spotlight__tile-copy {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 2;
    color: #fff;
}
.spotlight__tile-copy strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}
.spotlight__tile-copy small {
    font-family: var(--font-accent);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.7);
}

/* ── Promise (neden biz) ── */
.promise {
    padding: clamp(3.5rem, 8vw, 6rem) 0;
    background: #fff;
    border-block: 1px solid rgba(11,11,11,0.06);
}
.promise__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}
.promise__kicker {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FF4F1A;
    margin-bottom: 0.85rem;
}
.promise__title {
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4.5vw, 3.4rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin: 0 0 1rem;
    color: #0B0B0B;
    max-width: 10ch;
}
.promise__lead {
    margin: 0;
    color: var(--atelier-muted, #6A6A66);
    font-size: 1.02rem;
    line-height: 1.55;
    max-width: 28ch;
}
.promise__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(11,11,11,0.1);
}
.promise__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.35rem 0;
    border-bottom: 1px solid rgba(11,11,11,0.1);
    transition: padding 0.25s, background 0.25s;
}
.promise__row:hover {
    padding-left: 0.5rem;
}
.promise__index {
    font-family: var(--font-accent);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #FF4F1A;
    min-width: 2.2ch;
}
.promise__text h3 {
    font-family: var(--font-accent);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 0.3rem;
    color: #0B0B0B;
}
.promise__text p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--atelier-muted, #6A6A66);
    max-width: 42ch;
}
.promise__arrow {
    color: rgba(11,11,11,0.25);
    transition: color 0.2s, transform 0.2s;
}
.promise__row:hover .promise__arrow {
    color: #FF4F1A;
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .manifesto__grid,
    .promise__inner {
        grid-template-columns: 1fr;
    }
    .promise__title { max-width: none; }
    .spotlight__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .spotlight__mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
    }
    .spotlight__tile--hero {
        grid-row: auto;
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    .manifesto { padding: 3.25rem 0; }
    .manifesto__title { font-size: clamp(2.2rem, 11vw, 3rem); }
    .spotlight__rail {
        grid-auto-columns: minmax(78vw, 300px);
        padding-left: 4%;
        padding-right: 4%;
    }
    .promise__row {
        grid-template-columns: auto 1fr;
        gap: 0.85rem;
    }
    .promise__arrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .spotlight__card img,
    .spotlight__tile img { transition: none; }
}

/* ── Voices (yorumlar) ── */
.voices {
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
    background: #0B0B0B;
    color: #fff;
}
.voices__head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: end;
    margin-bottom: clamp(2rem, 5vw, 3.25rem);
}
.voices__kicker {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FF4F1A;
    margin: 0 0 0.85rem;
}
.voices__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.8vw, 3.4rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin: 0 0 0.85rem;
    color: #fff;
}
.voices__lead {
    margin: 0;
    color: rgba(255,255,255,0.58);
    max-width: 36ch;
    line-height: 1.55;
}
.voices__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}
.voices__metric {
    padding: 1rem 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.14);
}
.voices__metric dt {
    font-family: var(--font-accent);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #FF4F1A;
    margin: 0 0 0.25rem;
}
.voices__metric dd {
    margin: 0;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: var(--font-accent);
    font-weight: 600;
}
.voices__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1rem;
    align-items: stretch;
}
.voices__featured {
    margin: 0;
    padding: clamp(1.75rem, 4vw, 2.75rem);
    border-radius: 28px;
    background:
        radial-gradient(ellipse 80% 60% at 0% 100%, rgba(255,79,26,0.22), transparent 55%),
        #141414;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    min-height: 100%;
}
.voices__featured > p {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 3.2vw, 2.15rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin: 0;
    color: rgba(255,255,255,0.94);
}
.voices__featured footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}
.voices__featured footer strong {
    display: block;
    font-family: var(--font-accent);
    font-size: 0.95rem;
}
.voices__featured footer span {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
}
.voices__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
}
.voices__stars {
    margin-left: auto;
    color: #FF4F1A !important;
}
.voices__stars .icon-svg,
.voices__stars svg { color: #FF4F1A !important; fill: currentColor; }
.voices__stars--sm { margin-left: 0; margin-bottom: 0.65rem; }
.voices__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}
.voices__card {
    padding: 1.25rem 1.2rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
}
.voices__card:nth-child(1) { grid-column: 1 / -1; }
.voices__card p {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.78);
    flex: 1;
}
.voices__who strong {
    display: block;
    font-family: var(--font-accent);
    font-size: 0.88rem;
    font-weight: 700;
}
.voices__who span {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.45);
}

/* ── Ask (FAQ) ── */
.ask {
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
    background: var(--atelier-paper, #F2F2F0);
}
.ask--page { padding-top: clamp(2.5rem, 5vw, 4rem); }
.ask__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}
.ask__kicker {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FF4F1A;
    margin-bottom: 0.85rem;
}
.ask__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin: 0 0 1rem;
    color: #0B0B0B;
    max-width: 12ch;
}
.ask__title--sm { max-width: none; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.ask__lead {
    margin: 0 0 1.5rem;
    color: var(--atelier-muted, #6A6A66);
    line-height: 1.55;
    max-width: 30ch;
}
.ask__more {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 0.9rem;
    color: #0B0B0B;
    border-bottom: 1px solid rgba(11,11,11,0.25);
    padding-bottom: 0.2rem;
}
.ask__more:hover { color: #FF4F1A; border-color: #FF4F1A; }
.ask__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.ask__list {
    border-top: 1px solid rgba(11,11,11,0.12);
}
.ask__item {
    border-bottom: 1px solid rgba(11,11,11,0.12);
    background: transparent;
}
.ask__item summary {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem 0;
    cursor: pointer;
    list-style: none;
}
.ask__item summary::-webkit-details-marker { display: none; }
.ask__num {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 800;
    color: #FF4F1A;
    letter-spacing: -0.02em;
}
.ask__q {
    font-family: var(--font-accent);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 650;
    letter-spacing: -0.02em;
    color: #0B0B0B;
    line-height: 1.3;
}
.ask__toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(11,11,11,0.18);
    position: relative;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.ask__toggle::before,
.ask__toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #0B0B0B;
    transform: translate(-50%, -50%);
}
.ask__toggle::before { width: 12px; height: 1.5px; }
.ask__toggle::after { width: 1.5px; height: 12px; transition: opacity 0.2s; }
.ask__item[open] .ask__toggle {
    background: #0B0B0B;
    border-color: #0B0B0B;
}
.ask__item[open] .ask__toggle::before,
.ask__item[open] .ask__toggle::after { background: #fff; }
.ask__item[open] .ask__toggle::after { opacity: 0; }
.ask__a {
    padding: 0 0 1.35rem 2.6rem;
    color: var(--atelier-muted, #6A6A66);
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 58ch;
}

/* ── Inner page hero ── */
.inner-hero {
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(255,79,26,0.2), transparent 50%),
        linear-gradient(145deg, #0B0B0B 0%, #141414 60%, #1A1210 100%);
    color: #fff;
    padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}
.inner-hero__kicker {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FF4F1A;
    margin: 1rem 0 0.75rem;
}
.inner-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 0.85rem;
    color: #fff;
}
.inner-hero__lead {
    margin: 0;
    max-width: 40ch;
    color: rgba(255,255,255,0.65);
    font-size: 1.05rem;
    line-height: 1.5;
}
.breadcrumb--on-dark {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.65);
}
.breadcrumb--on-dark a { color: #fff; }

/* Contact / experience polish */
.contact-quick {
    background: #fff !important;
    border-bottom: 1px solid rgba(11,11,11,0.06);
}
.contact-grid {
    gap: 1rem !important;
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
}
.contact-card {
    border-radius: 24px !important;
    border: 1px solid rgba(11,11,11,0.08) !important;
    box-shadow: none !important;
    transition: transform 0.25s, border-color 0.25s !important;
}
.contact-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,79,26,0.35) !important;
}
.experience-grid {
    gap: 1rem !important;
    padding: var(--space-6) 0;
}
.experience-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(11,11,11,0.08);
    background: #fff;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0;
}
.experience-card__img { border-radius: 0 !important; }
.experience-card h3 {
    font-family: var(--font-accent);
    font-size: 1.05rem;
    margin: 1rem 1rem 0.35rem;
}
.experience-card p {
    margin: 0 1rem 1rem;
    color: var(--atelier-muted, #6A6A66);
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .voices__head,
    .voices__stage,
    .ask__layout {
        grid-template-columns: 1fr;
    }
    .voices__metrics { grid-template-columns: repeat(3, 1fr); }
    .ask__title { max-width: none; }
}
@media (max-width: 767px) {
    .voices__grid { grid-template-columns: 1fr; }
    .voices__card:nth-child(1) { grid-column: auto; }
    .voices__metrics { grid-template-columns: 1fr; gap: 0; }
    .ask__a { padding-left: 0; }
    .ask__item summary { gap: 0.75rem; }
    .experience-card { grid-template-columns: 1fr; }
}
