/* ============================================
   Desert Falcons Collective — Designers Page
   Creative, warm aesthetic — gold & burgundy.
   ============================================ */

/* ===================================================
   SECTION 1 — HERO
   =================================================== */
.des-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0A0A0A;
}

.des-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(10,10,10,0.5) 0%, rgba(10,10,10,0.5) 40%, rgba(10,10,10,1) 100%),
        url('images/arabic-architecture.jpg') center center / cover no-repeat;
}

/* Sketch grid overlay — softer, artistic */
.des-sketch-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.skg-v, .skg-h { position: absolute; background: rgba(184,145,90,0.04); }
.skg-v { width: 1px; height: 100%; top: 0; }
.skg-h { height: 1px; width: 100%; left: 0; }
.skg-v1 { left: 25%; }
.skg-v2 { left: 75%; }
.skg-h1 { top: 35%; }
.skg-h2 { top: 68%; }

.skg-arc {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(184,145,90,0.06);
    pointer-events: none;
}
.skg-arc-1 {
    width: 500px; height: 500px;
    top: -100px; right: -100px;
}
.skg-arc-2 {
    width: 300px; height: 300px;
    bottom: 60px; left: 5%;
}

/* Hero content */
.des-hero-inner {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 4rem 2rem;
    max-width: 960px;
}

.des-hero-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.des-eyebrow-line {
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(184,145,90,0.3);
}
.des-eyebrow-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #B8915A;
}

.des-hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}
.des-hero-em {
    display: block;
    font-style: italic;
    background: linear-gradient(135deg, #B8915A 0%, #D4AA72 50%, #B8915A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.des-hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 3rem;
    font-style: italic;
}

.des-hero-scroll-prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255,255,255,0.3);
}
.des-scroll-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.des-scroll-icon {
    width: 20px;
    height: 20px;
    animation: des-scroll-bounce 2s ease-in-out infinite;
}
@keyframes des-scroll-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* Corner marks */
.des-hero-corners { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.dhc {
    position: absolute;
    width: 20px; height: 20px;
    border-color: rgba(184,145,90,0.25);
    border-style: solid;
}
.dhc-tl { top: 2rem; left: 2rem; border-width: 1px 0 0 1px; }
.dhc-tr { top: 2rem; right: 2rem; border-width: 1px 1px 0 0; }
.dhc-bl { bottom: 2rem; left: 2rem; border-width: 0 0 1px 1px; }
.dhc-br { bottom: 2rem; right: 2rem; border-width: 0 1px 1px 0; }

/* ===================================================
   SECTION 2 — THE INVITATION
   =================================================== */
.des-invitation {
    background: #0A0A0A;
    padding: 7rem 0 0;
}

.des-invitation-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 5rem;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 4rem;
    align-items: start;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.des-invitation-label-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 0.5rem;
}

.des-section-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    color: rgba(184,145,90,0.5);
    letter-spacing: 0.15em;
}
.des-section-num--light { color: rgba(255,255,255,0.15); }
.des-section-rule {
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(184,145,90,0.2);
}
.des-section-name {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.des-invitation-body-col { padding-top: 0.25rem; }
.des-invitation-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 1.75rem;
    line-height: 1.2;
}
.des-invitation-lead {
    font-size: 1.0625rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.85;
    margin-bottom: 1.25rem;
}
.des-invitation-text {
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.8;
}

/* Stat bar */
.des-stat-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.des-stat-item {
    padding: 1.5rem 2rem;
    text-align: center;
}
.des-stat-value {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #B8915A;
    line-height: 1;
    margin-bottom: 0.75rem;
}
.des-stat-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    line-height: 1.6;
}
.des-stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.06);
    align-self: stretch;
    margin: 1rem 0;
}

/* ===================================================
   SECTION 3 — CLARIFICATION
   =================================================== */
.des-clarification {
    background: linear-gradient(135deg, #1A0E06 0%, #140A04 100%);
    border-top: 1px solid rgba(184,145,90,0.15);
    border-bottom: 1px solid rgba(184,145,90,0.15);
    padding: 5rem 2rem;
}

.des-clarification-inner {
    max-width: 900px;
    margin: 0 auto;
}

.des-clar-header {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.des-clar-icon {
    flex-shrink: 0;
    width: 48px; height: 48px;
    color: #B8915A;
    opacity: 0.8;
    margin-top: 0.25rem;
}
.des-clar-icon svg { width: 100%; height: 100%; }

.des-clar-eyebrow {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B8915A;
    margin-bottom: 0.75rem;
}
.des-clar-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
}

.des-clar-body {
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.85;
    margin-bottom: 3rem;
    padding-left: calc(48px + 2rem);
}

.des-clar-split {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    border: 1px solid rgba(184,145,90,0.15);
}
.des-clar-half {
    padding: 2rem 2.5rem;
}
.des-clar-half p {
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.6;
}
.des-clar-no { border-right: none; }
.des-clar-yes { background: rgba(184,145,90,0.04); }
.des-clar-split-label {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B8915A;
    margin-bottom: 0.75rem;
}
.des-clar-rule {
    width: 1px;
    background: rgba(184,145,90,0.15);
}

/* ===================================================
   SECTION 4 — DESIGN DISCIPLINES
   =================================================== */
.des-disciplines {
    background: #0A0A0A;
    padding: 7rem 0;
}

.des-disciplines-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
    display: flex;
    align-items: baseline;
    gap: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.des-disc-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 0.5rem;
}
.des-disc-subhead {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.35);
    margin: 0;
    line-height: 1.6;
}

.des-disc-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.des-disc-row {
    display: grid;
    grid-template-columns: 80px 80px 1fr 4px;
    gap: 0 2rem;
    align-items: center;
    padding: 3rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background 0.3s ease;
    position: relative;
}
.des-disc-row:hover { background: rgba(184,145,90,0.02); }
.des-disc-row:hover .des-disc-bar { background: #B8915A; }

.des-disc-num-col {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    color: rgba(184,145,90,0.4);
    letter-spacing: 0.1em;
    padding-left: 1rem;
}

.des-disc-icon-col {
    width: 48px; height: 48px;
    color: rgba(184,145,90,0.5);
    transition: color 0.3s ease;
}
.des-disc-row:hover .des-disc-icon-col { color: #B8915A; }
.des-disc-icon-col svg { width: 100%; height: 100%; }

.des-disc-content { padding-right: 2rem; }
.des-disc-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}
.des-disc-areas {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}
.des-disc-areas li {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.35);
    font-family: 'Inter', sans-serif;
    position: relative;
    padding-left: 1rem;
}
.des-disc-areas li::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 3px; height: 3px;
    border-radius: 50%;
    background: rgba(184,145,90,0.4);
}

.des-disc-bar {
    width: 4px;
    height: 40px;
    background: rgba(255,255,255,0.06);
    border-radius: 2px;
    transition: background 0.3s ease;
    justify-self: end;
}

/* ===================================================
   SECTION 5 — DESIGN PHILOSOPHY (Split Layout)
   =================================================== */
.des-philosophy {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 90vh;
    overflow: hidden;
}

/* Left image panel */
.des-phil-image-panel {
    position: relative;
    overflow: hidden;
}
.des-phil-image-inner {
    position: absolute;
    inset: 0;
    background: url('images/desert-dunes.jpg') center center / cover no-repeat;
    transition: transform 0.8s ease;
}
.des-philosophy:hover .des-phil-image-inner {
    transform: scale(1.03);
}
.des-phil-image-tag {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    z-index: 2;
}
.des-phil-image-tag span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(184,145,90,0.6);
    background: rgba(10,6,2,0.5);
    padding: 0.5rem 0.75rem;
    backdrop-filter: blur(4px);
}

/* Right content panel */
.des-phil-content-panel {
    background: #0D0A07;
    padding: 6rem 4rem 6rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(184,145,90,0.08);
}

.des-phil-header {
    margin-bottom: 2.5rem;
}
.des-phil-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.01em;
}
.des-phil-title em {
    font-style: italic;
    color: #B8915A;
}

.des-phil-quote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-style: italic;
    color: rgba(255,255,255,0.45);
    line-height: 1.85;
    margin: 0 0 3rem;
    padding: 1.5rem 1.5rem;
    border-left: 2px solid rgba(184,145,90,0.25);
    background: rgba(184,145,90,0.04);
}

/* Philosophy items — vertical stacked list */
.des-phil-elements {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.des-phil-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0 1.25rem;
    align-items: start;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    transition: background 0.2s ease;
    cursor: default;
}
.des-phil-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.05); }
.des-phil-item:hover { background: rgba(184,145,90,0.03); margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; }

.des-phil-item-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.15em;
    color: rgba(184,145,90,0.45);
    padding-top: 0.2rem;
    flex-shrink: 0;
}

.des-phil-item-body h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 0.3rem;
    line-height: 1.3;
}
.des-phil-item-body p {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.65;
    margin: 0;
}

/* ===================================================
   SECTION 6 — WHAT WE'RE LOOKING FOR (3x3 Grid)
   =================================================== */
.des-qualities {
    background: #0A0A0A;
    padding: 7rem 2rem;
}

.des-qual-header {
    max-width: 1200px;
    margin: 0 auto 3.5rem;
}
.des-qual-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #B8915A;
    display: block;
    margin-bottom: 1rem;
}
.des-qual-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 0.75rem;
}
.des-qual-subhead {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.35);
    margin: 0;
}

/* 3x3 Grid */
.des-qual-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.06);
}

/* Base card */
.des-qual-card {
    background: #0A0A0A;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: background 0.25s ease;
    position: relative;
    overflow: hidden;
}
.des-qual-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: linear-gradient(90deg, #B8915A, transparent);
    transition: width 0.35s ease;
}
.des-qual-card:hover { background: #0F0B08; }
.des-qual-card:hover::after { width: 100%; }

.des-qual-card-icon {
    width: 28px; height: 28px;
    color: rgba(184,145,90,0.4);
    margin-bottom: 0.25rem;
    transition: color 0.25s ease;
}
.des-qual-card:hover .des-qual-card-icon { color: #B8915A; }
.des-qual-card-icon svg { width: 100%; height: 100%; }

.des-qual-card-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5rem;
    letter-spacing: 0.2em;
    color: rgba(184,145,90,0.35);
    text-transform: uppercase;
}
.des-qual-card-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}
.des-qual-card-reason {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.38);
    line-height: 1.75;
    margin: 0;
}

/* Card 7 — Quote */
.des-qual-card--quote {
    background: #0D0905;
    justify-content: center;
    gap: 1rem;
}
.des-qual-card--quote:hover { background: #120D07; }
.des-qual-quote-mark {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 5rem;
    line-height: 0.6;
    color: rgba(184,145,90,0.2);
    display: block;
}
.des-qual-card--quote p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.125rem;
    font-style: italic;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin: 0;
}

/* Card 8 — Stat */
.des-qual-card--stat {
    background: #0D0905;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
}
.des-qual-card--stat:hover { background: #120D07; }
.des-qual-stat-value {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 300;
    color: #B8915A;
    line-height: 1;
    letter-spacing: -0.02em;
}
.des-qual-stat-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    line-height: 1.7;
    max-width: 200px;
}

/* Card 9 — CTA */
.des-qual-card--cta {
    background: linear-gradient(135deg, #1A0E06 0%, #0D0905 100%);
    justify-content: center;
    gap: 1.5rem;
    border-left: 2px solid rgba(184,145,90,0.2);
}
.des-qual-card--cta:hover { background: linear-gradient(135deg, #221208 0%, #140C06 100%); }
.des-qual-card--cta h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
}
.des-qual-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B8915A;
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}
.des-qual-cta-link:hover { color: #D4AA72; gap: 0.9rem; }
.des-qual-cta-link svg { width: 14px; height: 14px; }

/* ===================================================
   SECTION 7 — CALL TO ACTION
   =================================================== */
.des-cta {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 2rem;
}

.des-cta-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(120,60,10,0.35) 0%, rgba(10,6,2,1) 70%);
}

.des-cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
}

.des-cta-tag {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.625rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(184,145,90,0.6);
    margin-bottom: 2.5rem;
}

.des-cta-quote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.25rem, 2.5vw, 1.875rem);
    font-style: italic;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin: 0 0 3.5rem;
}
.des-cta-em {
    display: block;
    color: #B8915A;
    font-size: 1.1em;
    margin-top: 0.5rem;
}

.des-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 900px) {
    .des-invitation-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .des-invitation-label-col {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
    .des-section-name { writing-mode: horizontal-tb; transform: none; }
    .des-section-rule { width: 30px; height: 1px; }

    .des-stat-bar {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .des-stat-divider { width: 100%; height: 1px; margin: 0; }
    .des-stat-item { padding: 1.5rem; }

    .des-clar-body { padding-left: 0; }
    .des-clar-split { grid-template-columns: 1fr; }
    .des-clar-rule { width: 100%; height: 1px; }

    .des-disc-row {
        grid-template-columns: 48px 1fr;
        gap: 1rem;
    }
    .des-disc-num-col { display: none; }
    .des-disc-bar { display: none; }

    .des-philosophy {
        grid-template-columns: 1fr;
    }
    .des-phil-image-panel {
        min-height: 40vh;
    }
    .des-phil-content-panel {
        padding: 4rem 2rem;
    }

    .des-qual-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .des-phil-elements { grid-template-columns: 1fr; }
    .des-hero-title { font-size: 2.2rem; }
    .des-clar-header { flex-direction: column; gap: 1rem; }
    .des-qual-grid { grid-template-columns: 1fr; }
}

/* RTL Overrides — auto-generated */

/* Corner marks: swap left↔right positioning */
html[dir="rtl"] .dhc-tl { left: auto; right: 2rem; border-width: 1px 1px 0 0; }
html[dir="rtl"] .dhc-tr { right: auto; left: 2rem; border-width: 1px 0 0 1px; }
html[dir="rtl"] .dhc-bl { left: auto; right: 2rem; border-width: 0 1px 1px 0; }
html[dir="rtl"] .dhc-br { right: auto; left: 2rem; border-width: 0 0 1px 1px; }

/* Sketch grid horizontal lines: left:0 decorative — no functional flip needed */

/* Sketch arc: bottom-left arc swap */
html[dir="rtl"] .skg-arc-2 {
    left: auto;
    right: 5%;
}

/* Clarification body: padding-left → padding-right */
html[dir="rtl"] .des-clar-body {
    padding-left: 0;
    padding-right: calc(48px + 2rem);
}
@media (max-width: 900px) {
    html[dir="rtl"] .des-clar-body { padding-right: 0; }
}

/* Discipline list items: bullet uses left:0, padding-left */
html[dir="rtl"] .des-disc-areas li {
    padding-left: 0;
    padding-right: 1rem;
}
html[dir="rtl"] .des-disc-areas li::before {
    left: auto;
    right: 0;
}

/* Discipline number column: padding-left → padding-right */
html[dir="rtl"] .des-disc-num-col {
    padding-left: 0;
    padding-right: 1rem;
}

/* Philosophy: border-left on quote → border-right */
html[dir="rtl"] .des-phil-quote {
    border-left: none;
    border-right: 2px solid rgba(184,145,90,0.25);
}

/* Philosophy image tag: left → right */
html[dir="rtl"] .des-phil-image-tag {
    left: auto;
    right: 2.5rem;
}

/* Philosophy content panel: border-left → border-right */
html[dir="rtl"] .des-phil-content-panel {
    border-left: none;
    border-right: 1px solid rgba(184,145,90,0.08);
}

/* Quality card CTA: border-left → border-right */
html[dir="rtl"] .des-qual-card--cta {
    border-left: none;
    border-right: 2px solid rgba(184,145,90,0.2);
}

/* Quality card bottom pseudo: gradient from right in RTL */
html[dir="rtl"] .des-qual-card::after {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #B8915A, transparent);
}
