/* ============================================================
   Voronkin Studio — web-development page
   ============================================================ */

/* ── Shared page wrapper ── */
.wd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: clamp(100px, 13vw, 168px) var(--ph) 0;
    max-width: var(--w);
    margin: 0 auto;
    font-size: 0.8rem;
    color: var(--faint);
    flex-wrap: wrap;
}
.wd-breadcrumb a { color: var(--muted); transition: color 0.15s; }
.wd-breadcrumb a:hover { color: var(--text); }

/* ════════════════════════════════════
   HERO
════════════════════════════════════ */
.wd-hero {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: clamp(40px, 6vw, 96px);
    padding: clamp(40px, 5vw, 72px) var(--ph) clamp(64px, 8vw, 112px);
    max-width: var(--w);
    margin: 0 auto;
}

.wd-hero-copy h1 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: clamp(2.6rem, 5.5vw, 5.2rem);
    line-height: 1.08;
    letter-spacing: 0;
    color: var(--text);
    margin-bottom: clamp(18px, 2vw, 28px);
}
.wd-hero-copy h1 em {
    font-style: italic;
    color: var(--gold);
}
.wd-hero-copy .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}
.wd-hero-sub {
    font-size: clamp(1rem, 1.4vw, 1.14rem);
    color: var(--muted);
    max-width: 54ch;
    line-height: 1.72;
    margin-bottom: clamp(28px, 3.5vw, 44px);
}
.wd-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.wd-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 1px solid var(--line-s);
    padding-left: clamp(32px, 4vw, 64px);
    flex-shrink: 0;
}
.wd-stat {
    padding: clamp(18px, 2.5vw, 28px) 0;
    border-bottom: 1px solid var(--line-s);
}
.wd-stat:last-child { border-bottom: none; }
.wd-stat strong {
    display: block;
    font-family: "Syne", sans-serif;
    font-weight: 800;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    color: var(--text);
    line-height: 1;
    margin-bottom: 4px;
}
.wd-stat span {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--faint);
}

/* ════════════════════════════════════
   SECTIONS shared
════════════════════════════════════ */
.wd-section {
    border-top: 1px solid var(--line-s);
}
.wd-section-inner {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: clamp(40px, 6vw, 96px);
    padding: clamp(56px, 7vw, 96px) var(--ph);
    max-width: var(--w);
    margin: 0 auto;
    align-items: start;
}
.wd-section-label .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    position: sticky;
    top: 90px;
}

/* ── Deliverables ── */
.wd-deliverables {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.wd-deliv {
    padding: clamp(24px, 3vw, 40px);
    border-bottom: 1px solid var(--line-s);
    border-right: 1px solid var(--line-s);
    transition: background 0.2s;
}
.wd-deliv:nth-child(even) { border-right: none; }
.wd-deliv:nth-last-child(-n+2) { border-bottom: none; }
.wd-deliv:hover { background: rgba(255,255,255,0.024); }
.wd-deliv-n {
    display: block;
    font-family: "Syne", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    color: var(--gold);
    margin-bottom: 12px;
}
.wd-deliv h2 {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: clamp(0.96rem, 1.4vw, 1.1rem);
    color: var(--text);
    margin-bottom: 10px;
    line-height: 1.32;
}
.wd-deliv p {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.68;
}

/* ── Stack ── */
.wd-stack-section {
    border-top: 1px solid var(--line-s);
    background: var(--panel);
}
.wd-stack-inner {
    padding: clamp(56px, 7vw, 96px) var(--ph);
    max-width: var(--w);
    margin: 0 auto;
}
.wd-stack-inner .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.wd-stack-inner h2 {
    font-family: "Syne", sans-serif;
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    line-height: 1.14;
    color: var(--text);
    margin-bottom: clamp(36px, 5vw, 64px);
    max-width: 22ch;
}
.wd-stack-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line-s);
    border: 1px solid var(--line-s);
    border-radius: 4px;
    overflow: hidden;
}
.wd-stack-group {
    background: var(--bg);
    padding: clamp(24px, 3vw, 40px);
}
.wd-stack-group h3 {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.wd-stack-group ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wd-stack-group li {
    font-size: 0.92rem;
    color: var(--muted);
    padding-left: 12px;
    position: relative;
}
.wd-stack-group li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: var(--gold);
}

/* ── Process ── */
.wd-process {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.wd-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 24px;
    padding: clamp(24px, 3vw, 36px) 0;
    border-bottom: 1px solid var(--line-s);
    align-items: start;
}
.wd-step:last-child { border-bottom: none; }
.wd-step-n {
    font-family: "Syne", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: var(--gold);
    padding-top: 4px;
}
.wd-step h3 {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    color: var(--text);
    margin-bottom: 10px;
}
.wd-step p {
    font-size: 0.94rem;
    color: var(--muted);
    line-height: 1.72;
}

/* ── Who ── */
.wd-who {
    border-top: 1px solid var(--line-s);
}
.wd-who-inner {
    padding: clamp(56px, 7vw, 96px) var(--ph);
    max-width: var(--w);
    margin: 0 auto;
}
.wd-who-inner .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: clamp(28px, 4vw, 48px);
}
.wd-who-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(16px, 2vw, 24px);
}
.wd-who-card {
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--line-s);
    border-radius: 4px;
    background: var(--panel);
}
.wd-who-card--accent {
    border-color: rgba(165,80,36,0.32);
    background: rgba(165,80,36,0.06);
}
.wd-who-card h3 {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 10px;
    line-height: 1.3;
}
.wd-who-card--accent h3 { color: var(--gold); }
.wd-who-card p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.68;
}

/* ── FAQ ── */
.wd-faq {
    border-top: 1px solid var(--line-s);
}
.wd-faq-inner {
    padding: clamp(56px, 7vw, 96px) var(--ph);
    max-width: var(--w);
    margin: 0 auto;
}
.wd-faq-inner .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.wd-faq-inner h2 {
    font-family: "Syne", sans-serif;
    font-weight: 800;
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    color: var(--text);
    margin-bottom: clamp(32px, 4vw, 56px);
}
.wd-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.wd-faq-item {
    border-top: 1px solid var(--line-s);
}
.wd-faq-item:last-child { border-bottom: 1px solid var(--line-s); }
.wd-faq-item summary {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: clamp(0.96rem, 1.3vw, 1.06rem);
    color: var(--text);
    padding: clamp(18px, 2.2vw, 26px) 0;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.wd-faq-item summary::-webkit-details-marker { display: none; }
.wd-faq-item summary::after {
    content: "+";
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--gold);
    flex-shrink: 0;
    transition: transform 0.22s;
}
.wd-faq-item[open] summary::after { transform: rotate(45deg); }
.wd-faq-item p {
    font-size: 0.94rem;
    color: var(--muted);
    line-height: 1.76;
    padding-bottom: clamp(18px, 2.2vw, 26px);
    max-width: 72ch;
}

/* ── CTA ── */
.wd-cta {
    border-top: 1px solid var(--line-s);
    background: var(--panel);
}
.wd-cta-inner {
    padding: clamp(64px, 9vw, 128px) var(--ph);
    max-width: var(--w);
    margin: 0 auto;
    text-align: center;
}
.wd-cta-inner h2 {
    font-family: "Syne", sans-serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 3.4rem);
    color: var(--text);
    margin-bottom: 16px;
    line-height: 1.12;
}
.wd-cta-inner p {
    font-size: clamp(0.96rem, 1.3vw, 1.1rem);
    color: var(--muted);
    max-width: 52ch;
    margin: 0 auto clamp(32px, 4vw, 48px);
}
.wd-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.wd-cta-note {
    font-size: 0.82rem;
    color: var(--faint);
    letter-spacing: 0.06em;
}

/* ── Other services ── */
.wd-other {
    border-top: 1px solid var(--line-s);
}
.wd-other-inner {
    padding: clamp(56px, 7vw, 96px) var(--ph);
    max-width: var(--w);
    margin: 0 auto;
}
.wd-other-inner .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: clamp(24px, 3.5vw, 40px);
}
.wd-other-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 2vw, 24px);
}
.wd-other-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(24px, 3vw, 40px);
    border: 1px solid var(--line-s);
    border-radius: 4px;
    background: var(--panel);
    transition: border-color 0.22s;
}
.wd-other-card:hover { border-color: rgba(165,80,36,0.32); }
.wd-other-n {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    color: var(--gold);
    font-family: "Syne", sans-serif;
}
.wd-other-card h3 {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 1.04rem;
    color: var(--text);
    line-height: 1.28;
}
.wd-other-card p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.6;
    flex: 1;
}
.wd-other-arrow {
    font-size: 1rem;
    color: var(--gold);
    margin-top: 4px;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .wd-who-grid { grid-template-columns: 1fr 1fr; }
    .wd-stack-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
    .wd-hero { grid-template-columns: 1fr; }
    .wd-hero-stats { flex-direction: row; border-left: none; border-top: 1px solid var(--line-s); padding-left: 0; padding-top: clamp(24px, 3vw, 36px); }
    .wd-stat { border-bottom: none; border-right: 1px solid var(--line-s); padding: 0 clamp(16px, 3vw, 36px); }
    .wd-stat:last-child { border-right: none; }
    .wd-section-inner { grid-template-columns: 1fr; gap: 24px; }
    .wd-section-label .eyebrow { position: static; }
    .wd-other-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .wd-deliverables { grid-template-columns: 1fr; }
    .wd-deliv { border-right: none !important; }
    .wd-deliv:nth-last-child(-n+2) { border-bottom: 1px solid var(--line-s); }
    .wd-deliv:last-child { border-bottom: none; }
    .wd-who-grid { grid-template-columns: 1fr; }
    .wd-stack-grid { grid-template-columns: 1fr 1fr; }
    .wd-other-grid { grid-template-columns: 1fr; }
    .wd-hero-stats { flex-direction: column; }
    .wd-stat { border-right: none; border-bottom: 1px solid var(--line-s); padding: clamp(14px,2vw,20px) 0; }
    .wd-stat:last-child { border-bottom: none; }
}
