﻿/* blog.css — O.S.E. massage Caen — pages articles */

/* ─── NAV ─────────────────────────────────────────── */

.art-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 8, 13, 0.96);
  border-bottom: 1px solid rgba(200, 169, 110, 0.3);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 2rem;
}

.art-nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #c8a96e;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.art-nav-logo span {
  font-size: 0.52rem;
  text-transform: uppercase;
  color: rgba(200, 169, 110, 0.45);
  letter-spacing: 0.18em;
}

.art-nav-spacer {
  flex: 1;
}

.art-nav-back {
  font-size: 0.75rem;
  color: rgba(200, 169, 110, 0.6);
  text-decoration: none;
}

.art-nav-back:hover {
  color: #c8a96e;
}

.art-nav-wa {
  font-size: 0.7rem;
  color: #c8a96e;
  border: 1px solid rgba(200, 169, 110, 0.25);
  background: transparent;
  padding: 0.4rem 0.9rem;
  text-decoration: none;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.art-nav-wa:hover {
  background: rgba(200, 169, 110, 0.08);
}

/* ─── BREADCRUMB ──────────────────────────────────── */

.art-breadcrumb {
  padding: 1rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.art-breadcrumb a,
.art-breadcrumb .sep {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(200, 169, 110, 0.5);
  text-decoration: none;
}

.art-breadcrumb a:hover {
  color: rgba(200, 169, 110, 0.8);
}

/* ─── HERO ────────────────────────────────────────── */

.art-hero {
  padding: 2.5rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.art-cat {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #c8a96e;
  opacity: 0.7;
  margin-bottom: 0.8rem;
}

h1.art-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.2rem;
  line-height: 1.25;
}

h1.art-title em {
  font-style: italic;
  color: #c8a96e;
}

.art-meta {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

/* ─── IMAGE HERO ──────────────────────────────────── */

.art-img-hero {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  max-height: 420px;
}

.art-img-hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* ─── LAYOUT ──────────────────────────────────────── */

.art-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
  align-items: start;
}

/* ─── CONTENT ─────────────────────────────────────── */

.art-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(200, 169, 110, 0.12);
}

.art-content h2 em {
  font-style: italic;
  color: #c8a96e;
}

.art-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}

.art-content p {
  font-size: 0.9rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1rem;
}

.art-content ul {
  margin: 0.5rem 0 1.2rem 1.2rem;
}

.art-content li {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin-bottom: 0.4rem;
}

.art-content blockquote {
  border-left: 2px solid rgba(200, 169, 110, 0.4);
  padding: 1rem 1.5rem;
  background: rgba(200, 169, 110, 0.04);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.art-content blockquote p {
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.art-content a {
  color: #c8a96e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.art-content a:hover {
  color: rgba(200, 169, 110, 0.8);
}

/* ─── FAQ ─────────────────────────────────────────── */

.art-faq {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(200, 169, 110, 0.12);
  padding-top: 2rem;
}

.art-faq h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.2rem;
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem 0;
}

.faq-q {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.4rem;
}

.faq-a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
}

/* ─── TAGS ────────────────────────────────────────── */

.art-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.art-tag {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(200, 169, 110, 0.6);
  border: 1px solid rgba(200, 169, 110, 0.2);
  padding: 0.3rem 0.7rem;
}

/* ─── CTA ─────────────────────────────────────────── */

.art-cta {
  margin-top: 2.5rem;
  padding: 2rem;
  border: 1px solid rgba(200, 169, 110, 0.18);
  background: rgba(200, 169, 110, 0.04);
  text-align: center;
}

.art-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.6rem;
}

.art-cta p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.art-cta-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: rgba(200, 169, 110, 0.12);
  border: 1px solid rgba(200, 169, 110, 0.4);
  color: #c8a96e;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}

.art-cta-btn:hover {
  background: rgba(200, 169, 110, 0.2);
}

/* ─── SIDEBAR ─────────────────────────────────────── */

.art-sidebar-block {
  border: 1px solid rgba(200, 169, 110, 0.12);
  padding: 1.5rem;
  margin-bottom: 1.2rem;
  background: rgba(200, 169, 110, 0.03);
}

.art-sidebar-block h4 {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}

.art-sidebar-block p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.art-sidebar-block ul {
  list-style: none;
  padding: 0;
}

.art-sidebar-block li {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.art-sidebar-block a {
  font-size: 0.8rem;
  color: rgba(200, 169, 110, 0.7);
  text-decoration: none;
}

.art-sidebar-block a:hover {
  color: #c8a96e;
}

/* ─── FOOTER ──────────────────────────────────────── */

.art-footer {
  border-top: 1px solid rgba(200, 169, 110, 0.1);
  padding: 2rem;
  text-align: center;
}

.art-footer-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}

.art-footer-nav a {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(200, 169, 110, 0.5);
  text-decoration: none;
}

.art-footer-nav a:hover {
  color: #c8a96e;
}

.art-footer p {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.7;
}

.art-footer a {
  color: rgba(200, 169, 110, 0.5);
  text-decoration: none;
}

.art-footer a:hover {
  color: #c8a96e;
}

/* ─── RESPONSIVE 900px ────────────────────────────── */

@media (max-width: 900px) {
  .art-layout {
    grid-template-columns: 1fr;
  }

  .art-sidebar {
    display: none;
  }
}

/* ─── RESPONSIVE 600px ────────────────────────────── */

@media (max-width: 600px) {
  .art-nav {
    padding: 0.7rem 1rem;
  }

  .art-hero {
    padding: 2rem 1rem;
  }

  .art-layout {
    padding: 2rem 1rem;
  }

  .art-breadcrumb {
    padding: 1rem;
  }
}