/* ═══ Design Philosophy Page — v2.0 ═══ */

/* ── Greek subtitle under headings ── */
.t-heading-el {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.15rem, 2.4vw, 1.5rem);
    color: var(--stone);
    margin-top: 0.35rem;
    letter-spacing: 0.01em;
    line-height: 1.5;
}
.text-white + .t-heading-el,
.dp-fullwidth-break .t-heading-el { color: rgba(255,255,255,0.55); }
.dp-cta .t-heading-el { color: rgba(255,255,255,0.55); }

/* ── Tighter section rhythm for design page ── */
main.design-page > section.std { padding-top: 3rem; padding-bottom: 3rem; }
main.design-page .two-col { gap: 3.5rem; }
@media (max-width: 768px) {
    main.design-page > section.std { padding-top: 2rem; padding-bottom: 2rem; }
    main.design-page .two-col { gap: 2rem; }
}

/* ── Hero ── */
.dp-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #0a0a0a;
}
.dp-hero__bg {
    position: absolute;
    inset: 0;
}
.dp-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.dp-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    pointer-events: none;
}
.dp-hero__content {
    position: relative;
    z-index: 1;
    padding: 4rem var(--gutter, 2rem);
    max-width: 680px;
}
.dp-hero__title {
    font-family: var(--serif);
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    line-height: 1;
}
.dp-hero__slogan {
    font-family: var(--serif);
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    font-weight: 300;
    font-style: italic;
    color: var(--gold);
    letter-spacing: 0.04em;
    margin-bottom: 0.8rem;
}
.dp-hero__subtitle {
    font-family: var(--sans);
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 2rem;
}
.dp-hero__body {
    font-family: var(--sans);
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    max-width: 560px;
}

/* Override .t-body line-height for design page editorial content */
.design-page .t-body {
    line-height: 1.78;
}
.dp-hero__scroll {
    display: inline-block;
    margin-top: 2.5rem;
    font-family: var(--sans);
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.5);
    animation: dp-bob 2.5s ease-in-out infinite;
}
@keyframes dp-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* ── Shared image styles ── */
.dp-img-portrait {
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 70vh;
    object-fit: cover;
    border-radius: 2px;
}
.dp-img-landscape {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 55vh;
    object-fit: cover;
    border-radius: 2px;
}

/* ── Emphasis line ── */
.design-page .dp-emphasis {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--gold);
    line-height: 1.7;
}
.design-page .dp-body-spaced {
    margin-top: 1.2rem;
}
.design-page .dp-emphasis-spaced {
    margin-top: 1.5rem;
}

/* ── Fullwidth image break ── */
.dp-fullwidth-break {
    position: relative;
    overflow: hidden;
    max-height: 60vh;
}
.dp-fullwidth-break img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}
.dp-fullwidth-break--short {
    max-height: 50vh;
}
.dp-fullwidth-break--short img {
    height: 50vh;
    object-position: center 30%;
}
.dp-fullwidth-break__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,0.35);
    padding: 2rem;
}
.dp-fullwidth-break__overlay .t-label {
    color: var(--gold);
}
.dp-fullwidth-break--time {
    max-height: 58vh;
}
.dp-fullwidth-break--time img {
    height: 58vh;
    object-position: center 42%;
}
.dp-fullwidth-break--time::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32%;
    background: linear-gradient(to bottom, rgba(250,250,248,0) 0%, rgba(250,250,248,0.92) 100%);
    pointer-events: none;
}
.dp-time-body {
    margin-top: -1px;
    padding-top: 4.5rem;
    background: linear-gradient(180deg, rgba(250,250,248,0.95) 0%, var(--white) 22%);
}
.dp-time-copy {
    max-width: 720px;
}

/* ── Letter ── */
.dp-letter__heading {
    font-style: italic;
}
.dp-letter {
    margin-top: 1.5rem;
}
.dp-letter p {
    font-family: var(--serif);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.9;
    color: var(--charcoal, #2a2a2a);
    margin-bottom: 1rem;
}
.dp-letter .dp-letter__sign {
    display: block;
    margin-top: 1.5rem;
    font-style: italic;
    color: var(--gold);
    font-weight: 400;
}

/* ── Questions ── */
.dp-questions {
    list-style: none;
    counter-reset: q;
    padding: 0;
    margin-top: 2.5rem;
}
.dp-questions li {
    counter-increment: q;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    column-gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dp-questions li::before {
    content: counter(q, decimal-leading-zero);
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    font-family: var(--serif);
    font-size: 0.85rem;
    color: var(--gold);
    letter-spacing: 0.05em;
}
.dp-questions strong {
    grid-column: 2;
    font-family: var(--sans);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--charcoal, #1a1a1a);
    line-height: 1.45;
}
.dp-questions span {
    display: block;
    grid-column: 2;
    margin-top: 0.4rem;
    font-family: var(--sans);
    font-size: 0.85rem;
    color: rgba(0,0,0,0.5);
    line-height: 1.6;
}

/* ── Materials grid ── */
.dp-materials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}
.dp-material {
    padding: 1.8rem 0;
    border-top: 1px solid var(--gold);
}
.dp-material h4 {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
    color: var(--charcoal, #1a1a1a);
}
.dp-material p {
    font-family: var(--sans);
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(0,0,0,0.55);
}

/* ── Beliefs ── */
.dp-beliefs {
    list-style: none;
    counter-reset: b;
    padding: 0;
    margin-top: 2rem;
}
.dp-beliefs li {
    counter-increment: b;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    column-gap: 1rem;
    align-items: start;
    padding: 1rem 0;
    font-family: var(--sans);
    font-size: 0.95rem;
    line-height: 1.7;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.dp-beliefs li::before {
    content: counter(b, decimal-leading-zero) ".";
    grid-column: 1;
    align-self: start;
    font-family: var(--serif);
    font-size: 0.85rem;
    color: var(--gold);
    font-weight: 400;
    line-height: 1.7;
}

/* ── Process ── */
.dp-process {
    margin-top: 3rem;
}
.dp-process__step {
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.dp-process__num {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    min-width: 3rem;
}
.dp-process__step h4 {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.3rem;
}
.dp-process__time {
    font-family: var(--sans);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.8rem;
}
.dp-process__step p:not(.dp-process__time) {
    font-family: var(--sans);
    font-size: 0.88rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
}

/* ── CTA ── */
.dp-cta {
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
}
.dp-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
}
.dp-cta__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}
.dp-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3.5rem;
}
.dp-cta__content .t-label {
    color: var(--gold);
}
.dp-cta__content .t-heading {
    margin-bottom: 1.5rem;
}
.dp-cta__body {
    color: rgba(255,255,255,0.7);
    max-width: 540px;
}
.dp-cta__note {
    font-family: var(--sans);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.dp-cta__content .btn-primary {
    align-self: flex-start;
    background: var(--gold);
    color: var(--dark);
    border-color: var(--gold);
}
.dp-cta__content .btn-primary:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .dp-hero__content {
        padding: 3rem 1.5rem;
    }
    .dp-materials-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    .dp-cta__inner {
        grid-template-columns: 1fr;
    }
    .dp-cta__bg {
        height: 50vh;
    }
    .dp-cta__content {
        padding: 3rem 1.5rem;
    }
    .dp-process__step {
        flex-direction: column;
        gap: 0.5rem;
    }
    .dp-process__num {
        font-size: 1.5rem;
    }
    .dp-questions li,
    .dp-beliefs li {
        grid-template-columns: 2.1rem 1fr;
        column-gap: 0.85rem;
    }
    .dp-questions strong,
    .dp-beliefs li {
        font-size: 0.9rem;
        line-height: 1.55;
    }
    .dp-questions span {
        font-size: 0.82rem;
        line-height: 1.6;
        margin-top: 0.35rem;
    }
    .dp-fullwidth-break img,
    .dp-fullwidth-break--short img {
        height: 40vh;
    }
    .dp-fullwidth-break--time img {
        height: 44vh;
    }
    .dp-time-body {
        padding-top: 3rem;
    }
    .dp-img-portrait {
        aspect-ratio: 4 / 3;
        object-position: center 58%;
    }
}
@media (max-width: 480px) {
    .dp-hero__title {
        font-size: clamp(2.4rem, 8vw, 3rem);
    }
    .dp-hero__content {
        padding: 2.5rem 1.2rem;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .dp-materials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
