/* ============================================================
   Atelier Limité, Storefront · site pages
   About / FAQ · Work with us · Private view · Artist detail
   ============================================================ */

/* ─── shared page hero (dark, editorial) ─── */
.page-hero { background: var(--surface); padding: 96px 48px 72px; position: relative; overflow: hidden; }
.page-hero-inner { max-width: 1180px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero-bigchar { position: absolute; right: 4%; top: 50%; transform: translateY(-50%); font-family: var(--serif); font-style: italic; font-size: 360px; font-weight: 300; color: rgba(246,243,237,0.02); line-height: 1; pointer-events: none; user-select: none; }
.page-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.page-eyebrow .l { width: 30px; height: 0.5px; background: var(--bronze); }
.page-eyebrow .t { font-size: 8.5px; font-weight: 300; letter-spacing: 0.32em; text-transform: uppercase; color: var(--bronze); }
.page-title { font-family: var(--serif); font-weight: 300; font-size: clamp(48px, 6.5vw, 92px); line-height: 1.0; letter-spacing: -0.015em; color: var(--ivory); max-width: 16ch; }
.page-title em { font-style: italic; }
.page-lead { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(19px, 2.2vw, 26px); line-height: 1.55; color: rgba(246,243,237,0.5); max-width: 660px; margin-top: 30px; }

/* ─── About: principles ─── */
.about-principles { max-width: 1180px; margin: 0 auto; padding: 80px 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.about-principle { background: var(--ivory); padding: 40px 40px 44px; }
.ap-n { font-family: var(--serif); font-size: 30px; font-weight: 300; font-style: italic; color: var(--bronze); margin-bottom: 18px; }
.ap-t { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--ink); margin-bottom: 12px; letter-spacing: 0.01em; }
.ap-b { font-family: var(--serif); font-size: 16px; font-weight: 300; line-height: 1.65; color: var(--dust); }

/* ─── About: vocabulary strip ─── */
.vocab-strip { background: var(--ink); padding: 72px 48px; }
.vocab-inner { max-width: 1180px; margin: 0 auto; }
.vocab-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(246,243,237,0.08); border: 1px solid rgba(246,243,237,0.08); margin-top: 36px; }
.vocab-cell { background: var(--ink); padding: 26px 32px; display: flex; align-items: baseline; gap: 18px; }
.vocab-term { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ivory); white-space: nowrap; }
.vocab-def { font-size: 12px; font-weight: 300; letter-spacing: 0.02em; color: rgba(246,243,237,0.4); line-height: 1.5; }

/* ─── FAQ groups ─── */
.faq-page { background: var(--ivory); padding: 80px 48px 96px; }
.faq-page-inner { max-width: 880px; margin: 0 auto; }
.faq-group { margin-bottom: 56px; }
.faq-group-head { display: flex; align-items: center; gap: 18px; margin-bottom: 8px; }
.faq-group-label { font-size: 9px; font-weight: 300; letter-spacing: 0.28em; text-transform: uppercase; color: var(--bronze); }
.faq-group-line { flex: 1; height: 0.5px; background: var(--rule); }
.faq-row { border-top: 0.5px solid var(--rule); }
.faq-group .faq-row:last-child { border-bottom: 0.5px solid var(--rule); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 24px 0; display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.faq-q-t { font-family: var(--serif); font-size: 21px; font-weight: 400; color: var(--ink); line-height: 1.3; transition: color 0.25s var(--ease); }
.faq-row:hover .faq-q-t { color: var(--bronze); }
.faq-plus { font-family: var(--sans); font-weight: 200; font-size: 22px; line-height: 1; color: var(--dust); flex-shrink: 0; transition: transform 0.35s var(--ease); margin-top: 2px; }
.faq-row[data-open="true"] .faq-plus { transform: rotate(45deg); color: var(--bronze); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); }
.faq-row[data-open="true"] .faq-a { max-height: 460px; }
.faq-a p { font-family: var(--serif); font-size: 17px; font-weight: 300; line-height: 1.8; color: var(--j-ink); padding-bottom: 28px; max-width: 70ch; }

/* ─── Work with us ─── */
.work-criteria { max-width: 1180px; margin: 0 auto; padding: 80px 48px 40px; }
.work-criteria-head { display: flex; align-items: center; gap: 18px; margin-bottom: 48px; }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.work-crit { padding: 0 30px; border-left: 0.5px solid var(--rule); }
.work-crit:first-child { padding-left: 0; border-left: none; }
.wc-t { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--ink); margin-bottom: 12px; }
.wc-b { font-family: var(--serif); font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--dust); }
.work-steps { background: var(--ink); padding: 76px 48px; }
.work-steps-inner { max-width: 1180px; margin: 0 auto; }
.work-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; }
.work-step { padding: 0 32px; border-left: 0.5px solid rgba(246,243,237,0.1); }
.work-step:first-child { padding-left: 0; border-left: none; }
.ws-n { font-family: var(--serif); font-size: 46px; font-weight: 300; color: var(--bronze); opacity: 0.45; line-height: 1; margin-bottom: 20px; }
.ws-t { font-family: var(--serif); font-size: 19px; font-weight: 400; color: var(--ivory); margin-bottom: 10px; }
.ws-b { font-size: 12px; font-weight: 300; line-height: 1.75; color: rgba(246,243,237,0.4); }
.work-promises { max-width: 1180px; margin: 0 auto; padding: 80px 48px; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.work-promise-row { display: flex; gap: 18px; padding: 20px 0; border-bottom: 0.5px solid var(--rule); align-items: baseline; }
.work-promise-row:first-child { border-top: 0.5px solid var(--rule); }
.wp-mark { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--bronze); }
.wp-t { font-family: var(--serif); font-size: 18px; font-weight: 300; color: var(--ink); line-height: 1.5; }
.work-cta { background: var(--surface); padding: 88px 48px; text-align: center; }
.work-cta-mail { font-family: var(--serif); font-style: italic; font-size: clamp(26px, 4vw, 44px); color: var(--bronze); margin-top: 18px; letter-spacing: 0.01em; }

/* ─── Private view (full page) ─── */
.pv-page { background: var(--surface); min-height: 80vh; }
.pv-hero { padding: 110px 48px 80px; text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; }
.pv-title { font-family: var(--serif); font-weight: 300; font-size: clamp(46px, 7vw, 96px); line-height: 0.98; color: var(--ivory); letter-spacing: -0.01em; }
.pv-title em { font-style: italic; color: var(--bronze); }
.pv-lead { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 22px; color: rgba(246,243,237,0.45); max-width: 540px; margin: 28px auto 0; line-height: 1.6; }
.pv-form { display: flex; max-width: 440px; width: 100%; border-bottom: 0.5px solid rgba(246,243,237,0.18); margin: 52px auto 0; }
.pv-input { flex: 1; background: transparent; border: none; padding: 14px 0; font-family: var(--sans); font-size: 13px; font-weight: 200; letter-spacing: 0.04em; color: var(--ivory); outline: none; }
.pv-input::placeholder { color: rgba(246,243,237,0.25); }
.pv-input:focus { border-bottom-color: var(--bronze); }
.pv-submit { background: transparent; border: none; padding: 14px 0 14px 24px; font-family: var(--sans); font-size: 8.5px; font-weight: 300; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); cursor: pointer; transition: letter-spacing 0.3s var(--ease); }
.pv-submit:hover { letter-spacing: 0.34em; }
.pv-promises { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 900px; margin: 80px auto 0; border-top: 0.5px solid rgba(246,243,237,0.08); }
.pv-promise { padding: 40px 28px; text-align: center; border-right: 0.5px solid rgba(246,243,237,0.08); }
.pv-promise:last-child { border-right: none; }
.pv-promise-num { font-family: var(--serif); font-size: 40px; font-weight: 300; color: var(--bronze); opacity: 0.8; line-height: 1; }
.pv-promise-t { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(246,243,237,0.32); margin-top: 14px; line-height: 1.7; }

/* ─── Artist detail ─── */
.artist-detail { background: var(--ivory); }
.ad-hero { display: grid; grid-template-columns: 1fr 1fr; background: var(--surface); }
.ad-portrait { min-height: 540px; position: relative; }
.ad-intro { padding: 80px 56px; display: flex; flex-direction: column; justify-content: center; border-left: 0.5px solid var(--rule-inv); }
.ad-status { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.ad-status .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--bronze); }
.ad-status .t { font-size: 8.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--bronze); }
.ad-name { font-family: var(--serif); font-weight: 300; font-size: clamp(48px, 6vw, 80px); line-height: 0.98; color: var(--ivory); letter-spacing: -0.01em; }
.ad-meta { display: flex; gap: 16px; margin-top: 20px; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(246,243,237,0.4); }
.ad-meta span.sep { color: var(--bronze); }
.ad-bio { font-family: var(--serif); font-weight: 300; font-size: 18px; line-height: 1.75; color: rgba(246,243,237,0.55); margin-top: 32px; max-width: 460px; }
.ad-statement { background: var(--ink); padding: 88px 48px; }
.ad-statement-inner { max-width: 900px; margin: 0 auto; position: relative; }
.ad-statement-inner::before { content: '\201C'; position: absolute; top: -60px; left: -10px; font-family: var(--serif); font-size: 200px; color: rgba(181,162,142,0.08); line-height: 1; }
.ad-quote { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.4; color: var(--ivory); position: relative; }
.ad-attrib { margin-top: 32px; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); }
.ad-works-head { max-width: 1180px; margin: 0 auto; padding: 64px 48px 0; }

.artist-row:hover { background: #F1EDE5 !important; }
.artist-row:hover .ad-arrow { transform: translateX(3px); }

/* ─── Journal index ─── */
.journal-feature { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 0; font-family: inherit; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; padding-bottom: 64px; border-bottom: 0.5px solid var(--rule); }
.jf-art { display: flex; justify-content: center; }
.jf-art .framed-art { width: 74%; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.journal-feature:hover .jf-art .framed-art { transform: translateY(-6px) rotate(-1.5deg); }
.jf-tag { font-size: 9px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bronze); margin-bottom: 18px; }
.jf-title { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; color: var(--ink); letter-spacing: -0.01em; }
.jf-lead { font-family: var(--serif); font-weight: 300; font-size: 17px; line-height: 1.7; color: var(--dust); margin-top: 18px; max-width: 52ch; }
.jf-more { display: flex; align-items: center; gap: 14px; margin-top: 28px; font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink); }
.jf-arrow { font-family: var(--serif); color: var(--bronze); transition: transform .35s; }
.journal-feature:hover .jf-arrow { transform: translateX(4px); }
.jf-rt { margin-left: auto; color: var(--dust); }

.journal-grid-wrap { max-width: 1180px; margin: 0 auto; padding: 56px 48px 96px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.journal-card { background: var(--ivory); border: none; cursor: pointer; text-align: left; padding: 36px 32px 28px; font-family: inherit; display: flex; flex-direction: column; min-height: 280px; transition: background .35s var(--ease); }
.journal-card:hover { background: #F2EEE6; }
.jc-cat { font-size: 8.5px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bronze); margin-bottom: 20px; }
.jc-title { font-family: var(--serif); font-weight: 400; font-size: 24px; line-height: 1.18; color: var(--ink); letter-spacing: -0.005em; }
.jc-excerpt { font-family: var(--serif); font-weight: 300; font-size: 14.5px; line-height: 1.65; color: var(--dust); margin-top: 14px; flex: 1; }
.jc-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding-top: 16px; border-top: 0.5px solid var(--rule); }
.jc-rt { font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dust); }
.jc-arrow { font-family: var(--serif); font-size: 18px; color: var(--bronze); transition: transform .35s; }
.journal-card:hover .jc-arrow { transform: translateX(4px); }

/* ─── Journal article figure + next ─── */
.article-figure { margin: 8px 0 8px; display: flex; flex-direction: column; align-items: center; }
.article-figure .framed-art { width: 320px; max-width: 70%; }
.article-figure-cap { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--dust); margin-top: 18px; text-align: center; }
.journal-next { max-width: 840px; margin: 0 auto; padding: 24px 40px 80px; }
.journal-next-card { width: 100%; background: var(--canvas-pale); border: none; cursor: pointer; text-align: left; padding: 32px 36px; font-family: inherit; display: flex; align-items: center; gap: 20px; transition: background .35s var(--ease); }
.journal-next-card:hover { background: #E6DFD0; }
.jn-label { font-size: 8.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bronze); }
.jn-title { font-family: var(--serif); font-size: 22px; color: var(--ink); flex: 1; }
.jn-arrow { font-family: var(--serif); font-size: 22px; color: var(--bronze); transition: transform .35s; }
.journal-next-card:hover .jn-arrow { transform: translateX(5px); }

@media (max-width: 900px) {
  .journal-feature { grid-template-columns: 1fr; gap: 32px; }
  .journal-grid { grid-template-columns: 1fr; }
}
