/* ============================================================
   THEME ARCHITECTE — MAGAZINE EDITORIAL
   AD France / Elle Deco / Cabana / Architectural Record
   Typographie : Fraunces italique grand format + Inter petit
   Layout : asymetrique, beaucoup de blanc, photos generous
   ============================================================ */

:root {
  --ar-bg: #f7f4ed;
  --ar-paper: #ffffff;
  --ar-ink: #1a1714;
  --ar-ink-soft: #5e574e;
  --ar-ink-mute: #8c8278;
  --ar-rule: #d8cfbf;
  --ar-rule-soft: rgba(26, 23, 20, 0.08);
  --ar-accent: #8a3a2a;
  --ar-gold: #b08654;

  --ar-font-serif: 'Fraunces', 'Playfair Display', Georgia, serif;
  --ar-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --ar-edge: clamp(1.25rem, 5vw, 4rem);
}

body.theme-architecte {
  background: var(--ar-bg);
  color: var(--ar-ink);
  font-family: var(--ar-font-sans);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0;
}

.theme-architecte * { box-sizing: border-box; }
.theme-architecte img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Common eyebrow + headings */
.theme-architecte .ar-eyebrow {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-soft);
  margin: 0 0 1.5rem 0;
}

.theme-architecte .ar-h1,
.theme-architecte .ar-h2,
.theme-architecte .ar-h3 {
  font-family: var(--ar-font-serif);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--ar-ink);
  margin: 0;
}

.theme-architecte .ar-h1 {
  font-size: clamp(3rem, 8vw + 0.5rem, 7rem);
  font-style: normal;
}
.theme-architecte .ar-h1 em {
  font-style: italic;
  font-weight: 300;
}

.theme-architecte .ar-h2 {
  font-size: clamp(2.5rem, 5.5vw + 0.5rem, 5.25rem);
  line-height: 0.98;
}
.theme-architecte .ar-h2 em {
  font-style: italic;
  font-weight: 300;
}
.theme-architecte .ar-h2-small { font-size: clamp(2rem, 4vw + 0.5rem, 3.5rem); }
.theme-architecte .ar-h2-light { color: var(--ar-paper); }

.theme-architecte .ar-section-head {
  padding: clamp(4rem, 10vw, 8rem) var(--ar-edge) clamp(2.5rem, 5vw, 4rem);
  max-width: 1400px;
  margin: 0 auto;
}

/* ============================================================
   HEADER — Tres minimal, type magazine
   ============================================================ */
.theme-architecte .ar-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 237, 0.94);
  backdrop-filter: saturate(150%) blur(8px);
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--ar-rule-soft);
}
.theme-architecte .ar-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1rem var(--ar-edge);
  max-width: 1400px;
  margin: 0 auto;
}
.theme-architecte .ar-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--ar-ink);
}
.theme-architecte .ar-brand-mark {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  color: var(--ar-accent);
}
.theme-architecte .ar-brand-name {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.theme-architecte .ar-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.theme-architecte .ar-nav a {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ar-ink-soft);
  transition: color 0.2s;
}
.theme-architecte .ar-nav a:hover { color: var(--ar-ink); opacity: 1; }
.theme-architecte .ar-nav-cta {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ar-ink);
  border-bottom: 1px solid var(--ar-ink);
  padding: 0.25rem 0;
  transition: opacity 0.2s;
}
.theme-architecte .ar-nav-cta:hover { opacity: 0.6; }

@media (max-width: 880px) {
  .theme-architecte .ar-nav { display: none; }
  .theme-architecte .ar-header-inner { grid-template-columns: auto 1fr; }
}

/* ============================================================
   HERO — Split typo gauche / photo droite plein hauteur
   ============================================================ */
.theme-architecte .ar-hero {
  padding: clamp(2.5rem, 6vw, 5rem) var(--ar-edge) clamp(4rem, 8vw, 7rem);
  max-width: 1400px;
  margin: 0 auto;
}
.theme-architecte .ar-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  min-height: 78vh;
}
.theme-architecte .ar-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 1rem;
}
.theme-architecte .ar-hero-text .ar-eyebrow {
  margin-bottom: 2rem;
}
.theme-architecte .ar-hero-text .ar-h1 {
  margin-bottom: 2rem;
}
.theme-architecte .ar-hero-sub {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.05rem, 1.2vw + 0.5rem, 1.4rem);
  line-height: 1.5;
  color: var(--ar-ink-soft);
  max-width: 38ch;
  margin: 0 0 2.5rem 0;
}
.theme-architecte .ar-hero-sig {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-mute);
  margin: 0 0 3rem 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ar-rule);
  max-width: 22rem;
}
.theme-architecte .ar-hero-link {
  font-family: var(--ar-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ar-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--ar-ink);
  align-self: flex-start;
  transition: gap 0.25s;
}
.theme-architecte .ar-hero-link:hover { gap: 1.25rem; opacity: 1; }

.theme-architecte .ar-hero-image {
  margin: 0;
  overflow: hidden;
}
.theme-architecte .ar-hero-image img { width: 100%; height: 100%; min-height: 78vh; object-fit: cover; }

@media (max-width: 880px) {
  .theme-architecte .ar-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .theme-architecte .ar-hero-image img { min-height: 60vh; }
}

/* ============================================================
   PROJETS — Cas etudes longs, layout asymetrique
   ============================================================ */
.theme-architecte .ar-projets {
  border-top: 1px solid var(--ar-rule);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}
.theme-architecte .ar-projet {
  padding: clamp(4rem, 7vw, 6.5rem) var(--ar-edge);
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid var(--ar-rule);
}
.theme-architecte .ar-projet:last-child { border-bottom: none; }

.theme-architecte .ar-projet-num {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-accent);
  margin: 0 0 2rem 0;
}
.theme-architecte .ar-projet-num-sep {
  margin: 0 0.5rem;
  color: var(--ar-rule);
}

.theme-architecte .ar-projet-cover {
  margin: 0 0 clamp(2.5rem, 5vw, 4rem) 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ar-rule-soft);
}

.theme-architecte .ar-projet-body {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.theme-architecte .ar-projet-header {
  position: sticky;
  top: 6rem;
}
.theme-architecte .ar-projet-titre {
  font-family: var(--ar-font-serif);
  font-weight: 300;
  font-size: clamp(2.25rem, 3.5vw + 0.5rem, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 2rem 0;
}
.theme-architecte .ar-projet-titre em {
  font-style: italic;
  font-weight: 300;
}
.theme-architecte .ar-projet-meta {
  margin: 0;
  border-top: 1px solid var(--ar-rule);
  padding-top: 1.25rem;
}
.theme-architecte .ar-projet-meta > div {
  display: grid;
  grid-template-columns: 5rem 1fr;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--ar-rule-soft);
}
.theme-architecte .ar-projet-meta dt {
  font-family: var(--ar-font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-mute);
  margin: 0;
  padding-top: 0.15rem;
}
.theme-architecte .ar-projet-meta dd {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  color: var(--ar-ink);
  margin: 0;
}

.theme-architecte .ar-projet-brief {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.6vw + 0.5rem, 1.85rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ar-ink);
  margin: 0 0 2.5rem 0;
  padding-left: 0;
  max-width: 36ch;
}

.theme-architecte .ar-projet-texte {
  margin: 0 0 3rem 0;
}
.theme-architecte .ar-projet-texte p {
  font-family: var(--ar-font-sans);
  font-size: 15px;
  line-height: 1.78;
  color: var(--ar-ink-soft);
  margin: 0;
  max-width: 62ch;
  column-count: 1;
}
.theme-architecte .ar-projet-texte p::first-letter {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 3.2em;
  line-height: 0.85;
  float: left;
  margin: 0.18em 0.15em 0 0;
  color: var(--ar-accent);
}

.theme-architecte .ar-projet-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 7rem;
  gap: 0.75rem;
}
.theme-architecte .ar-projet-gallery figure { margin: 0; overflow: hidden; background: var(--ar-rule-soft); }
.theme-architecte .ar-g-1 { grid-column: span 4; grid-row: span 3; }
.theme-architecte .ar-g-2 { grid-column: span 2; grid-row: span 2; }
.theme-architecte .ar-g-3 { grid-column: span 2; grid-row: span 1; }
.theme-architecte .ar-g-4 { grid-column: span 6; grid-row: span 2; }

@media (max-width: 880px) {
  .theme-architecte .ar-projet-body { grid-template-columns: 1fr; }
  .theme-architecte .ar-projet-header { position: static; }
  .theme-architecte .ar-projet-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 8rem; }
  .theme-architecte .ar-g-1, .theme-architecte .ar-g-2, .theme-architecte .ar-g-3, .theme-architecte .ar-g-4 { grid-column: span 2; grid-row: span 2; }
}

/* ============================================================
   AGENCE — Philosophie + equipe
   ============================================================ */
.theme-architecte .ar-agence {
  background: var(--ar-paper);
  padding: clamp(5rem, 10vw, 9rem) var(--ar-edge);
}
.theme-architecte .ar-agence-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.theme-architecte .ar-agence-text .ar-h2 { margin-bottom: 2.5rem; }
.theme-architecte .ar-agence-lead {
  font-family: var(--ar-font-sans);
  font-size: 16px;
  line-height: 1.78;
  color: var(--ar-ink-soft);
  margin: 0 0 2rem 0;
  max-width: 48ch;
}
.theme-architecte .ar-agence-credo {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.8vw + 0.5rem, 2rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ar-ink);
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid var(--ar-rule);
  max-width: 32ch;
}
.theme-architecte .ar-agence-credo em { color: var(--ar-accent); font-style: italic; }

.theme-architecte .ar-equipe {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.theme-architecte .ar-personne {
  margin: 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.5rem;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ar-rule-soft);
}
.theme-architecte .ar-personne:last-child { border-bottom: none; padding-bottom: 0; }
.theme-architecte .ar-personne img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  filter: grayscale(20%) contrast(1.02);
}
.theme-architecte .ar-personne-nom {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  margin: 0 0 0.35rem 0;
}
.theme-architecte .ar-personne-role {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-mute);
  margin: 0;
}

@media (max-width: 880px) {
  .theme-architecte .ar-agence-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SERVICES — Liste epuree, pas de cards
   ============================================================ */
.theme-architecte .ar-services {
  padding-bottom: clamp(5rem, 10vw, 9rem);
}
.theme-architecte .ar-services-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--ar-edge);
  border-top: 1px solid var(--ar-rule);
}
.theme-architecte .ar-service {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--ar-rule);
  align-items: start;
}
.theme-architecte .ar-service-num {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.6rem;
  color: var(--ar-accent);
  margin: 0;
  padding-top: 0.35rem;
}
.theme-architecte .ar-service-titre {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.6rem, 2vw + 0.5rem, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ar-ink);
  margin: 0 0 0.75rem 0;
}
.theme-architecte .ar-service-desc {
  font-family: var(--ar-font-sans);
  font-size: 15px;
  line-height: 1.75;
  color: var(--ar-ink-soft);
  margin: 0;
  max-width: 60ch;
}

@media (max-width: 720px) {
  .theme-architecte .ar-service { grid-template-columns: 1fr; gap: 0.75rem; }
}

/* ============================================================
   PRESSE — Citations courtes
   ============================================================ */
.theme-architecte .ar-presse {
  background: var(--ar-paper);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}
.theme-architecte .ar-presse-list {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--ar-edge);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(2rem, 4vw, 4rem) clamp(2rem, 5vw, 5rem);
}
.theme-architecte .ar-citation {
  margin: 0;
  padding: 0 0 0 0;
}
.theme-architecte .ar-citation-texte {
  font-family: var(--ar-font-serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.35rem, 1.5vw + 0.5rem, 1.75rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ar-ink);
  margin: 0 0 1.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ar-accent);
}
.theme-architecte .ar-citation-source {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-mute);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.theme-architecte .ar-citation-media { color: var(--ar-ink); }

.theme-architecte .ar-temoignages {
  max-width: 1400px;
  margin: clamp(4rem, 7vw, 6rem) auto 0;
  padding: 0 var(--ar-edge);
  border-top: 1px solid var(--ar-rule);
  padding-top: clamp(3rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.theme-architecte .ar-eyebrow-inline {
  margin-top: 0.5rem;
}
.theme-architecte .ar-temoignage {
  margin: 0 0 2.5rem 0;
}
.theme-architecte .ar-temoignage:last-child { margin-bottom: 0; }
.theme-architecte .ar-temoignage blockquote {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 1.3vw + 0.5rem, 1.45rem);
  line-height: 1.55;
  color: var(--ar-ink);
  margin: 0 0 0.75rem 0;
  max-width: 56ch;
}
.theme-architecte .ar-temoignage figcaption {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-mute);
}

@media (max-width: 720px) {
  .theme-architecte .ar-temoignages { grid-template-columns: 1fr; }
}

/* ============================================================
   DEVIS — Bloc sobre, pas de tarifs publics
   ============================================================ */
.theme-architecte .ar-devis {
  padding: clamp(5rem, 10vw, 9rem) var(--ar-edge);
  border-top: 1px solid var(--ar-rule);
}
.theme-architecte .ar-devis-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.theme-architecte .ar-devis-inner .ar-eyebrow {
  display: inline-block;
}
.theme-architecte .ar-devis-inner .ar-h2 { margin-bottom: 2.5rem; }
.theme-architecte .ar-devis-corps {
  font-family: var(--ar-font-sans);
  font-size: 15px;
  line-height: 1.78;
  color: var(--ar-ink-soft);
  margin: 0 0 2.5rem 0;
  max-width: 56ch;
  margin-inline: auto;
}
.theme-architecte .ar-devis-link {
  font-family: var(--ar-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ar-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--ar-ink);
  transition: gap 0.25s;
}
.theme-architecte .ar-devis-link:hover { gap: 1.25rem; opacity: 1; }

/* ============================================================
   FAQ — Toute petite typo, minimaliste
   ============================================================ */
.theme-architecte .ar-faq {
  background: var(--ar-paper);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}
.theme-architecte .ar-faq-list {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--ar-edge);
}
.theme-architecte .ar-faq-item {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--ar-rule-soft);
}
.theme-architecte .ar-faq-item:last-child { border-bottom: none; }
.theme-architecte .ar-faq-q {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: var(--ar-ink);
  margin: 0 0 0.5rem 0;
}
.theme-architecte .ar-faq-a {
  font-family: var(--ar-font-sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--ar-ink-soft);
  margin: 0;
}

/* ============================================================
   CONTACT — Fond ivoire fonce, typo elegante
   ============================================================ */
.theme-architecte .ar-contact {
  background: #1a1714;
  color: #f7f4ed;
  padding: clamp(5rem, 10vw, 10rem) var(--ar-edge);
}
.theme-architecte .ar-contact-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.theme-architecte .ar-contact-text .ar-eyebrow { color: var(--ar-gold); }
.theme-architecte .ar-contact-text .ar-h2 { margin-bottom: 2rem; color: #f7f4ed; }
.theme-architecte .ar-contact-text .ar-h2 em { color: var(--ar-gold); }
.theme-architecte .ar-contact-lead {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.55;
  color: rgba(247, 244, 237, 0.75);
  margin: 0 0 3rem 0;
  max-width: 38ch;
}

.theme-architecte .ar-contact-info {
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(247, 244, 237, 0.12);
}
.theme-architecte .ar-contact-info > div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(247, 244, 237, 0.08);
}
.theme-architecte .ar-contact-info dt {
  font-family: var(--ar-font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-gold);
  margin: 0;
  padding-top: 0.2rem;
}
.theme-architecte .ar-contact-info dd {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  color: #f7f4ed;
  margin: 0;
}
.theme-architecte .ar-contact-info dd a { color: #f7f4ed; text-decoration: none; border-bottom: 1px solid rgba(247, 244, 237, 0.3); }

.theme-architecte .ar-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.theme-architecte .ar-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.theme-architecte .ar-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.theme-architecte .ar-field label {
  font-family: var(--ar-font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-gold);
}
.theme-architecte .ar-field input,
.theme-architecte .ar-field textarea {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  background: transparent;
  color: #f7f4ed;
  border: none;
  border-bottom: 1px solid rgba(247, 244, 237, 0.25);
  border-radius: 0;
  padding: 0.5rem 0;
  width: 100%;
  resize: vertical;
}
.theme-architecte .ar-field input::placeholder,
.theme-architecte .ar-field textarea::placeholder {
  color: rgba(247, 244, 237, 0.4);
}
.theme-architecte .ar-field input:focus,
.theme-architecte .ar-field textarea:focus {
  outline: none;
  border-bottom-color: var(--ar-gold);
}
.theme-architecte .ar-honeypot { position: absolute; left: -9999px; }

.theme-architecte .ar-form-submit {
  align-self: flex-start;
  font-family: var(--ar-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: transparent;
  color: #f7f4ed;
  border: none;
  border-bottom: 1px solid #f7f4ed;
  padding: 0.5rem 0;
  margin-top: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: gap 0.25s;
}
.theme-architecte .ar-form-submit:hover { gap: 1.25rem; opacity: 1; color: var(--ar-gold); border-bottom-color: var(--ar-gold); }

.theme-architecte .ar-form-note {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  line-height: 1.55;
  color: rgba(247, 244, 237, 0.5);
  margin: 0.5rem 0 0 0;
  max-width: 44ch;
}

@media (max-width: 880px) {
  .theme-architecte .ar-contact-grid { grid-template-columns: 1fr; }
  .theme-architecte .ar-field-row { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER — Edito sobre
   ============================================================ */
.theme-architecte .ar-footer {
  background: var(--ar-bg);
  padding: clamp(3rem, 5vw, 4.5rem) var(--ar-edge) clamp(2rem, 3vw, 3rem);
  border-top: 1px solid var(--ar-rule);
}
.theme-architecte .ar-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.theme-architecte .ar-footer-signature {
  border-right: 1px solid var(--ar-rule);
  padding-right: clamp(2rem, 4vw, 4rem);
}
.theme-architecte .ar-footer-brand {
  font-family: var(--ar-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.75rem, 2.5vw + 0.5rem, 2.5rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ar-ink);
  margin: 0 0 0.5rem 0;
}
.theme-architecte .ar-footer-tagline {
  font-family: var(--ar-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-mute);
  margin: 0;
}
.theme-architecte .ar-footer-tagline em { font-style: italic; }

.theme-architecte .ar-footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  font-family: var(--ar-font-sans);
  font-size: 13px;
  line-height: 1.7;
  color: var(--ar-ink-soft);
}
.theme-architecte .ar-footer-cols p { margin: 0 0 0.35rem 0; }
.theme-architecte .ar-footer-cols a { color: var(--ar-ink-soft); text-decoration: none; border-bottom: 1px solid var(--ar-rule); }
.theme-architecte .ar-footer-cols a:hover { color: var(--ar-ink); opacity: 1; }
.theme-architecte .ar-footer-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ar-ink-mute);
  margin: 0 0 0.85rem 0 !important;
}
.theme-architecte .ar-footer-credit { font-style: italic; color: var(--ar-ink-mute); }

.theme-architecte .ar-footer-base {
  grid-column: 1 / -1;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ar-rule-soft);
  font-family: var(--ar-font-sans);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--ar-ink-mute);
  text-align: center;
}
.theme-architecte .ar-footer-base a { color: var(--ar-ink-soft); text-decoration: none; border-bottom: 1px solid var(--ar-rule); }

@media (max-width: 880px) {
  .theme-architecte .ar-footer-inner { grid-template-columns: 1fr; }
  .theme-architecte .ar-footer-signature { border-right: none; padding-right: 0; padding-bottom: 2rem; border-bottom: 1px solid var(--ar-rule); }
  .theme-architecte .ar-footer-cols { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PREVIEW BANNER
   ============================================================ */
.theme-architecte .preview-banner {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ar-ink);
  color: var(--ar-bg);
  padding: 0.5rem 1.25rem;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 100;
}
