:root {
    --ivory: #FAF7F2;
    --cream: #F2EDE4;
    --gold: #C4A35A;
    --gold-light: #E8D5A3;
    --gold-dark: #8B6E35;
    --charcoal: #2A2520;
    --taupe: #6B5F54;
    --taupe-light: #A89B8F;
    --white: #FFFFFF;
    --border: rgba(196, 163, 90, 0.25);
    --border-strong: rgba(196, 163, 90, 0.5);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--ivory);
    color: var(--charcoal);
    font-size: 16px;
    line-height: 1.7;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 4rem;
    background: rgba(250, 247, 242, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 0.5px solid var(--border);
  }

  .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem; font-weight: 500; letter-spacing: 0.12em;
    color: var(--charcoal); text-decoration: none;
    text-transform: uppercase;
  }

  .nav-logo span { color: var(--gold); }

  .nav-links {
    display: flex; align-items: center; gap: 2.5rem;
    list-style: none;
  }

  .nav-links a {
    font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--taupe); text-decoration: none; font-weight: 400;
    transition: color 0.3s;
  }

  .nav-links a:hover { color: var(--gold); }

  .nav-cta {
    background: var(--charcoal); color: var(--ivory) !important;
    padding: 0.6rem 1.4rem !important;
    font-size: 0.75rem !important; letter-spacing: 0.15em !important;
    transition: background 0.3s !important;
  }

  .nav-cta:hover { background: var(--gold) !important; color: var(--charcoal) !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    overflow: hidden;
  }

  .hero-left {
    display: flex; flex-direction: column; justify-content: center;
    padding: 6rem 4rem 6rem 4rem;
    position: relative;
  }

  .hero-left::before {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    background: var(--ivory);
    z-index: -1;
  }

  .hero-tag {
    display: inline-flex; align-items: center; gap: 0.6rem;
    font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 2rem;
  }

  .hero-tag::before {
    content: '';
    display: block; width: 32px; height: 1px;
    background: var(--gold);
  }

  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.2rem, 5vw, 5rem);
    font-weight: 300; line-height: 1.1;
    color: var(--charcoal);
    margin-bottom: 1.8rem;
  }

  .hero-title em {
    font-style: italic; color: var(--gold);
  }

  .hero-subtitle {
    font-size: 1rem; color: var(--taupe);
    max-width: 440px; line-height: 1.8;
    margin-bottom: 2.8rem;
  }

  .hero-actions { display: flex; gap: 1rem; align-items: center; }

  .btn-primary {
    display: inline-block;
    background: var(--charcoal); color: var(--ivory);
    padding: 0.9rem 2.2rem;
    font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
    text-decoration: none; font-weight: 400;
    transition: all 0.3s;
  }

  .btn-primary:hover { background: var(--gold); color: var(--charcoal); }

  .btn-secondary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--taupe); text-decoration: none;
    border-bottom: 1px solid var(--border-strong);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
  }

  .btn-secondary:hover { color: var(--gold); border-color: var(--gold); }

  .hero-info {
    margin-top: 4rem;
    display: flex; gap: 3rem;
  }

  .hero-info-item { }
  .hero-info-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem; font-weight: 300; color: var(--charcoal);
    line-height: 1;
  }
  .hero-info-label {
    font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--taupe-light); margin-top: 0.3rem;
  }

  .hero-right {
    position: relative; overflow: hidden;
    background: var(--cream);
  }

  .hero-image-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 0;
    background: linear-gradient(135deg, #e8e0d5 0%, #d4c9b8 50%, #c8baa8 100%);
    position: relative; overflow: hidden;
  }

  .hero-image-placeholder::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c4a35a' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .hero-tooth-icon {
    position: relative; z-index: 1;
  }

  .hero-tooth-icon svg {
    width: 180px; height: 180px; opacity: 0.18;
  }

  .hero-card {
    position: absolute; bottom: 3rem; left: -2rem;
    background: var(--white);
    padding: 1.4rem 1.8rem;
    border-left: 3px solid var(--gold);
    box-shadow: 0 20px 60px rgba(42, 37, 32, 0.12);
    max-width: 280px;
  }

  .hero-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem; font-weight: 500; margin-bottom: 0.4rem;
  }

  .hero-card-text {
    font-size: 0.78rem; color: var(--taupe); line-height: 1.5;
  }

  /* ── SECTION BASE ── */
  section { padding: 7rem 4rem; }

  .section-tag {
    display: inline-flex; align-items: center; gap: 0.6rem;
    font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1.2rem;
  }

  .section-tag::before {
    content: ''; display: block; width: 24px; height: 1px; background: var(--gold);
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    font-weight: 300; line-height: 1.2;
    color: var(--charcoal); margin-bottom: 1.2rem;
  }

  .section-title em { font-style: italic; color: var(--gold); }

  .section-lead {
    font-size: 1rem; color: var(--taupe);
    max-width: 600px; line-height: 1.8;
    margin-bottom: 3.5rem;
  }

  .divider {
    width: 60px; height: 1px;
    background: var(--gold);
    margin: 1.5rem 0;
  }

  /* ── INTRO BAND ── */
  .intro-band {
    background: var(--charcoal);
    padding: 4rem 4rem;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .intro-item {
    padding: 2rem 3rem;
    border-right: 0.5px solid rgba(196, 163, 90, 0.2);
    text-align: center;
  }

  .intro-item:last-child { border-right: none; }

  .intro-item-icon {
    font-size: 2rem; margin-bottom: 0.8rem;
    display: block;
  }

  .intro-item-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem; font-weight: 400; color: var(--gold);
    margin-bottom: 0.5rem;
  }

  .intro-item-text {
    font-size: 0.85rem; color: var(--taupe-light); line-height: 1.6;
  }

  /* ── TREATMENTS ── */
  .treatments { background: var(--ivory); }

  .treatments-header {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: end; margin-bottom: 4rem;
  }

  .treatments-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    background: var(--border);
  }

  .treatment-card {
    background: var(--ivory);
    padding: 2.5rem 2rem;
    position: relative; overflow: hidden;
    transition: background 0.4s;
    cursor: default;
  }

  .treatment-card:hover {
    background: var(--charcoal);
  }

  .treatment-card:hover .treatment-number,
  .treatment-card:hover .treatment-title,
  .treatment-card:hover .treatment-text { color: var(--ivory); }

  .treatment-card:hover .treatment-title { color: var(--gold-light); }

  .treatment-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem; font-weight: 300;
    color: var(--border-strong);
    line-height: 1; margin-bottom: 1.5rem;
    transition: color 0.4s;
  }

  .treatment-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem; font-weight: 500;
    color: var(--charcoal); margin-bottom: 0.8rem;
    transition: color 0.4s;
  }

  .treatment-text {
    font-size: 0.85rem; color: var(--taupe); line-height: 1.7;
    transition: color 0.4s;
  }

  /* ── EXPERTISE ── */
  .expertise {
    background: var(--cream);
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0; padding: 0;
  }

  .expertise-content {
    padding: 7rem 4rem;
    display: flex; flex-direction: column; justify-content: center;
  }

  .expertise-visual {
    background: var(--charcoal);
    padding: 4rem 3rem;
    display: flex; flex-direction: column; justify-content: center;
    gap: 0;
  }

  .expertise-list { list-style: none; }

  .expertise-list li {
    padding: 1.5rem 0;
    border-bottom: 0.5px solid rgba(196, 163, 90, 0.2);
    display: flex; align-items: flex-start; gap: 1.2rem;
  }

  .expertise-list li:last-child { border-bottom: none; }

  .expertise-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.8rem; color: var(--gold);
    letter-spacing: 0.05em; margin-top: 0.1rem;
    flex-shrink: 0;
  }

  .expertise-list-title {
    font-size: 0.95rem; font-weight: 500; color: var(--ivory);
    margin-bottom: 0.3rem;
  }

  .expertise-list-text {
    font-size: 0.8rem; color: var(--taupe-light); line-height: 1.6;
  }

  /* ── TEAM ── */

  .team-photo-wrap {
    width: 100px; height: 120px;
    margin: 0 auto 1.2rem;
    overflow: hidden;
    border-radius: 2px;
    border: 0.5px solid var(--border-strong);
  }

  .team-photo {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center center;
    display: block;
    filter: grayscale(15%);
    transition: filter 0.4s;
  }

  .team-card:hover .team-photo { filter: grayscale(0%); }

  .team-sublabel {
    font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--taupe-light); margin-bottom: 1px;
    padding: 0 0 0.6rem 0;
    border-bottom: 0.5px solid var(--border);
  }

  .team-grid-4 {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 2px; background: var(--border);
    margin-bottom: 0;
  }

  .team { background: var(--ivory); }

  .team-header {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: end; margin-bottom: 4rem;
  }

  .team-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: var(--border);
  }

  .team-card {
    background: var(--ivory);
    padding: 2rem 1.5rem 2rem;
    text-align: center;
    transition: background 0.3s;
  }

  .team-card:hover { background: var(--cream); }

  .team-avatar {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var(--cream);
    margin: 0 auto 1.2rem;
    border: 2px solid var(--border-strong);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-weight: 400;
    color: var(--gold);
  }

  .team-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem; font-weight: 500;
    color: var(--charcoal); margin-bottom: 0.3rem;
  }

  .team-role {
    font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--taupe-light);
  }

  .team-spec {
    display: inline-block; margin-top: 0.7rem;
    font-size: 0.73rem; color: var(--gold);
    padding: 0.2rem 0.7rem;
    border: 0.5px solid var(--border-strong);
  }

  /* ── SEO CONTENT ── */
  .seo-content {
    background: var(--white);
    display: grid; grid-template-columns: 5fr 4fr;
    gap: 6rem; align-items: center;
    padding: 7rem 4rem;
  }

  .seo-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem; font-weight: 300; color: var(--charcoal);
    margin-bottom: 1.5rem;
  }

  .seo-text p {
    font-size: 0.93rem; color: var(--taupe); line-height: 1.85;
    margin-bottom: 1.2rem;
  }

  .seo-aside {
    background: var(--cream);
    padding: 3rem;
    border-left: 3px solid var(--gold);
  }

  .seo-aside h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-weight: 400; color: var(--charcoal);
    margin-bottom: 1.5rem;
  }

  .seo-aside ul { list-style: none; }
  .seo-aside ul li {
    padding: 0.6rem 0;
    border-bottom: 0.5px solid var(--border);
    font-size: 0.85rem; color: var(--taupe);
    display: flex; align-items: center; gap: 0.7rem;
  }
  .seo-aside ul li::before {
    content: ''; display: block; width: 6px; height: 6px;
    background: var(--gold); border-radius: 50%; flex-shrink: 0;
  }

  /* ── CTA BAND ── */
  .cta-band {
    background: var(--charcoal);
    padding: 6rem 4rem;
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
    gap: 0;
    position: relative; overflow: hidden;
  }

  .cta-band::before {
    content: '';
    position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px;
    border: 1px solid rgba(196, 163, 90, 0.1);
    border-radius: 50%;
  }

  .cta-band::after {
    content: '';
    position: absolute; bottom: -150px; left: -100px;
    width: 500px; height: 500px;
    border: 1px solid rgba(196, 163, 90, 0.07);
    border-radius: 50%;
  }

  .cta-band h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 300; color: var(--ivory); line-height: 1.2;
    margin-bottom: 1rem; position: relative; z-index: 1;
  }

  .cta-band h2 em { font-style: italic; color: var(--gold); }

  .cta-band p {
    font-size: 0.95rem; color: var(--taupe-light);
    max-width: 500px; line-height: 1.8;
    margin-bottom: 2.5rem; position: relative; z-index: 1;
  }

  .cta-actions {
    display: flex; gap: 1.5rem; align-items: center;
    position: relative; z-index: 1;
  }

  .btn-gold {
    display: inline-block;
    background: var(--gold); color: var(--charcoal);
    padding: 1rem 2.5rem;
    font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
    text-decoration: none; font-weight: 500;
    transition: all 0.3s;
  }

  .btn-gold:hover { background: var(--gold-light); }

  .cta-phone {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem; font-weight: 400; color: var(--ivory);
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.3s;
  }

  .cta-phone:hover { color: var(--gold); }

  /* ── INFO BAND ── */
  .info-band {
    background: var(--cream);
    display: grid; grid-template-columns: repeat(3, 1fr);
    border-top: 0.5px solid var(--border);
  }

  .info-item {
    padding: 3rem 3rem;
    border-right: 0.5px solid var(--border);
  }

  .info-item:last-child { border-right: none; }

  .info-label {
    font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 0.8rem;
  }

  .info-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem; font-weight: 500; color: var(--charcoal);
    line-height: 1.5;
  }

  .info-sub { font-size: 0.8rem; color: var(--taupe); margin-top: 0.3rem; }

  /* ── FOOTER ── */
  footer {
    background: var(--charcoal);
    padding: 4rem 4rem 2.5rem;
  }

  .footer-top {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem; margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.5px solid rgba(196, 163, 90, 0.2);
  }

  .footer-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem; font-weight: 400; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--ivory);
    margin-bottom: 1.2rem;
  }

  .footer-brand span { color: var(--gold); }

  .footer-desc {
    font-size: 0.83rem; color: var(--taupe-light);
    line-height: 1.7; max-width: 320px;
  }

  .footer-col h4 {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1.2rem;
  }

  .footer-col ul { list-style: none; }

  .footer-col ul li {
    margin-bottom: 0.6rem;
  }

  .footer-col ul li a {
    font-size: 0.83rem; color: var(--taupe-light);
    text-decoration: none; transition: color 0.3s;
  }

  .footer-col ul li a:hover { color: var(--gold); }

  .footer-col p {
    font-size: 0.83rem; color: var(--taupe-light);
    line-height: 1.7;
  }

  .footer-bottom {
    display: flex; align-items: center; justify-content: space-between;
  }

  .footer-legal {
    font-size: 0.75rem; color: var(--taupe-light);
  }

  .footer-links {
    display: flex; gap: 1.5rem;
  }

  .footer-links a {
    font-size: 0.75rem; color: var(--taupe-light);
    text-decoration: none; transition: color 0.3s;
  }

  .footer-links a:hover { color: var(--gold); }


  .hero-carousel {
    position: relative; width: 100%; height: 100%;
    overflow: hidden;
  }

  .carousel-track {
    display: flex; width: 100%; height: 100%;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .carousel-slide {
    min-width: 100%; height: 100%;
    background-size: cover; background-position: center;
    flex-shrink: 0;
  }

  .carousel-label {
    position: absolute; bottom: 7rem; left: 2rem;
    background: rgba(42, 37, 32, 0.72);
    color: var(--ivory);
    font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
    padding: 0.45rem 1rem;
    backdrop-filter: blur(6px);
    transition: opacity 0.4s;
  }

  .carousel-dots {
    position: absolute; bottom: 4.5rem; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 7px;
  }

  .carousel-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer; transition: background 0.3s, transform 0.3s;
    border: none;
  }

  .carousel-dot.active {
    background: var(--gold); transform: scale(1.4);
  }

  .carousel-nav {
    position: absolute; bottom: 4rem; right: 1.5rem;
    display: flex; gap: 0.5rem;
  }

  .carousel-btn {
    width: 36px; height: 36px;
    background: rgba(42,37,32,0.6); color: var(--ivory);
    border: 0.5px solid rgba(196,163,90,0.4);
    cursor: pointer; font-size: 1rem;
    backdrop-filter: blur(6px);
    transition: background 0.3s;
    display: flex; align-items: center; justify-content: center;
  }

  .carousel-btn:hover { background: var(--gold); color: var(--charcoal); }


  /* ── LANG SWITCHER ── */
  .nav-right {
    display: flex; align-items: center; gap: 1.5rem;
  }

  .lang-switcher {
    display: flex; align-items: center; gap: 0.4rem;
  }

  .lang-sep {
    color: var(--border-strong); font-size: 0.7rem;
  }

  .lang-btn {
    background: none; border: none; cursor: pointer;
    font-size: 0.7rem; letter-spacing: 0.12em;
    color: var(--taupe-light); font-family: 'DM Sans', sans-serif;
    padding: 0.2rem 0.1rem;
    transition: color 0.2s;
  }

  .lang-btn:hover, .lang-btn.active { color: var(--gold); }

  /* ── HAMBURGER ── */
  .hamburger {
    display: none;
    flex-direction: column; justify-content: center; gap: 5px;
    background: none; border: none; cursor: pointer;
    padding: 0.4rem; width: 36px; height: 36px;
    z-index: 110;
  }

  .hamburger span {
    display: block; width: 22px; height: 1.5px;
    background: var(--charcoal);
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  /* ── FLOATING CTA ── */
  .floating-cta {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 50;
    display: flex; flex-direction: column; align-items: flex-end; gap: 0.7rem;
  }

  .floating-phone {
    background: var(--charcoal); color: var(--ivory);
    padding: 0.8rem 1.4rem;
    font-size: 0.85rem; letter-spacing: 0.08em;
    text-decoration: none; display: flex; align-items: center; gap: 0.6rem;
    box-shadow: 0 8px 30px rgba(42,37,32,0.3);
    transition: background 0.3s;
  }

  .floating-phone:hover { background: var(--gold); color: var(--charcoal); }

  .floating-rdv {
    background: var(--gold); color: var(--charcoal);
    padding: 0.8rem 1.4rem;
    font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
    text-decoration: none; display: flex; align-items: center; gap: 0.6rem;
    box-shadow: 0 8px 30px rgba(196, 163, 90, 0.4);
    transition: all 0.3s;
  }

  .floating-rdv:hover { background: var(--charcoal); color: var(--ivory); }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .animate { animation: fadeUp 0.8s ease forwards; }
  .delay-1 { animation-delay: 0.15s; opacity: 0; }
  .delay-2 { animation-delay: 0.3s; opacity: 0; }
  .delay-3 { animation-delay: 0.45s; opacity: 0; }

  /* ── SCHEMA.ORG LINK (hidden, SEO) ── */
  .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

  /* ═══════════════════════════════════════
     RESPONSIVE — TABLET (≤ 1024px)
  ═══════════════════════════════════════ */
  @media (max-width: 1024px) {
    nav { padding: 1rem 2rem; }

    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { padding: 7rem 2rem 3rem; }
    .hero-right { height: 60vw; min-height: 320px; }
    .hero-card { left: 1rem; bottom: 1.5rem; }

    .intro-band { grid-template-columns: 1fr; }
    .intro-item { border-right: none; border-bottom: 0.5px solid rgba(196,163,90,0.2); }
    .intro-item:last-child { border-bottom: none; }

    section { padding: 5rem 2rem; }

    .treatments-header { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
    .treatments-grid { grid-template-columns: repeat(2, 1fr); }

    .expertise { grid-template-columns: 1fr; }
    .expertise-content { padding: 5rem 2rem 3rem; }
    .expertise-visual { padding: 3rem 2rem; }

    .team-header { grid-template-columns: 1fr; gap: 1.5rem; }
    .team-grid-4 { grid-template-columns: repeat(2, 1fr); }

    .seo-content { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2rem; }

    .info-band { grid-template-columns: 1fr; }
    .info-item { border-right: none; border-bottom: 0.5px solid var(--border); }
    .info-item:last-child { border-bottom: none; }

    .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }

    .cta-band { padding: 5rem 2rem; }
    .cta-actions { flex-direction: column; gap: 1rem; }
  }

  /* ═══════════════════════════════════════
     RESPONSIVE — MOBILE (≤ 680px)
  ═══════════════════════════════════════ */
  @media (max-width: 680px) {

    /* NAV → hamburger */
    nav { padding: 1rem 1.2rem; }
    .hamburger { display: flex; }
    .nav-logo { font-size: 0.85rem; }
    .nav-links {
      display: none;
      position: fixed; top: 0; left: 0; right: 0;
      background: var(--ivory);
      flex-direction: column;
      padding: 5rem 2rem 3rem;
      gap: 0;
      z-index: 100;
      border-bottom: 1px solid var(--border);
      box-shadow: 0 10px 40px rgba(42,37,32,0.12);
    }
    .nav-links.open { display: flex; }
    .nav-links li { border-bottom: 0.5px solid var(--border); }
    .nav-links li:last-child { border-bottom: none; margin-top: 1.5rem; }
    .nav-links a {
      display: block; padding: 1rem 0;
      font-size: 1rem; letter-spacing: 0.05em;
    }
    .nav-links .nav-cta {
      display: block; text-align: center;
      padding: 0.9rem 1.5rem;
    }

    /* HERO */
    .hero-left { padding: 6rem 1.2rem 2.5rem; }
    .hero-title { font-size: 2.6rem; }
    .hero-right { height: 70vw; }
    .hero-card { display: none; }
    .hero-info { gap: 1.5rem; flex-wrap: wrap; }
    .hero-actions { flex-direction: column; align-items: flex-start; }

    /* INTRO */
    .intro-band { padding: 2.5rem 1.2rem; }
    .intro-item { padding: 1.5rem 1rem; }

    /* SECTIONS */
    section { padding: 4rem 1.2rem; }
    .section-title { font-size: 2rem; }

    /* TREATMENTS */
    .treatments-grid { grid-template-columns: 1fr; }
    .treatment-card { padding: 2rem 1.5rem; }

    /* EXPERTISE */
    .expertise-content { padding: 4rem 1.2rem 2rem; }
    .expertise-visual { padding: 2.5rem 1.2rem; }

    /* TEAM */
    .team-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .team-photo-wrap { width: 80px; height: 100px; }
    .team-sublabel { padding: 0 0 0.5rem; }

    /* SEO */
    .seo-content { padding: 4rem 1.2rem; gap: 2rem; }
    .seo-aside { padding: 2rem 1.5rem; }

    /* CTA */
    .cta-band { padding: 4rem 1.2rem; }
    .cta-band h2 { font-size: 2.2rem; }
    .cta-phone { font-size: 1.2rem; }

    /* INFO BAND */
    .info-band { grid-template-columns: 1fr; }
    .info-item { padding: 2rem 1.2rem; }

    /* FOOTER */
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    footer { padding: 3rem 1.2rem 2rem; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; }

    /* FLOATING CTA */
    .floating-cta { bottom: 1rem; right: 1rem; gap: 0.5rem; }
    .floating-phone { font-size: 0.75rem; padding: 0.65rem 1rem; }
    .floating-rdv { font-size: 0.7rem; padding: 0.65rem 1rem; }

    /* CAROUSEL */
    .carousel-label { font-size: 0.65rem; left: 1rem; bottom: 5.5rem; }
    .carousel-nav { bottom: 3.2rem; right: 1rem; }
    .carousel-btn { width: 30px; height: 30px; font-size: 0.85rem; }
  }


  /* ── BLOG ── */
  .blog { background: var(--cream); padding: 7rem 4rem; }

  .blog-header {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: end; margin-bottom: 4rem;
  }

  .blog-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.5px; background: var(--border-strong);
    margin-bottom: 3rem;
  }

  .blog-card {
    background: var(--ivory);
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.3s;
    min-height: 260px;
  }

  .blog-card-body { padding: 2rem 1.8rem 2rem; }

  .blog-card-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.75rem; color: var(--gold);
    letter-spacing: 0.12em; margin-bottom: 0.8rem;
  }

  .blog-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem; font-weight: 500; color: var(--charcoal);
    line-height: 1.35; margin-bottom: 0.8rem;
    transition: color 0.3s;
  }

  .blog-card:hover .blog-card-title { color: var(--gold); }

  .blog-card-excerpt {
    font-size: 0.82rem; color: var(--taupe); line-height: 1.7;
    margin-bottom: 1.2rem;
    display: -webkit-box; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; overflow: hidden;
  }

  .blog-card-link {
    font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--gold); text-decoration: none;
    display: inline-flex; align-items: center; gap: 0.4rem;
  }

  /* ── MODAL ── */
  .blog-modal-overlay {
    display: none; position: fixed; inset: 0; z-index: 200;
    background: rgba(42,37,32,0.75); backdrop-filter: blur(4px);
    align-items: center; justify-content: center;
    padding: 2rem;
  }

  .blog-modal-overlay.open { display: flex; }

  .blog-modal {
    background: var(--ivory); max-width: 760px; width: 100%;
    max-height: 88vh; overflow-y: auto;
    padding: 3.5rem 3rem;
    position: relative;
    border-top: 3px solid var(--gold);
    box-shadow: 0 30px 80px rgba(42,37,32,0.3);
  }

  .blog-modal-close {
    position: sticky; top: 0; float: right;
    background: none; border: none; cursor: pointer;
    font-size: 1.4rem; color: var(--taupe);
    line-height: 1; padding: 0.2rem 0.4rem;
    transition: color 0.2s;
  }

  .blog-modal-close:hover { color: var(--charcoal); }

  .blog-modal-tag {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  .blog-modal-tag::before { content:''; display:block; width:20px; height:1px; background:var(--gold); }

  .blog-modal h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem; font-weight: 400; color: var(--charcoal);
    line-height: 1.2; margin-bottom: 1.5rem;
  }

  .blog-modal-divider {
    width: 50px; height: 1px; background: var(--gold); margin-bottom: 2rem;
  }

  .blog-modal-content p {
    font-size: 0.93rem; color: var(--taupe); line-height: 1.9;
    margin-bottom: 1.2rem;
  }

  .blog-modal-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem; font-weight: 500; color: var(--charcoal);
    margin: 2rem 0 0.7rem;
  }

  /* ── RESPONSIVE BLOG ── */
  @media (max-width: 1024px) {
    .blog { padding: 5rem 2rem; }
    .blog-header { grid-template-columns: 1fr; gap: 1.5rem; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-modal { padding: 2.5rem 2rem; }
  }

  @media (max-width: 680px) {
    .blog { padding: 4rem 1.2rem; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-modal { padding: 2rem 1.4rem; max-height: 94vh; }
    .blog-modal h2 { font-size: 1.5rem; }
  }


  /* ── MENTIONS LÉGALES MODAL ── */
  .ml-overlay {
    display: none; position: fixed; inset: 0; z-index: 300;
    background: rgba(42,37,32,0.8); backdrop-filter: blur(5px);
    align-items: center; justify-content: center; padding: 2rem;
  }
  .ml-overlay.open { display: flex; }
  .ml-modal {
    background: var(--ivory); max-width: 800px; width: 100%;
    max-height: 90vh; overflow-y: auto;
    padding: 3.5rem 3.5rem 3rem;
    position: relative; border-top: 3px solid var(--gold);
    box-shadow: 0 30px 80px rgba(42,37,32,0.35);
  }
  .ml-close {
    position: sticky; top: 0; float: right;
    background: none; border: none; cursor: pointer;
    font-size: 1.4rem; color: var(--taupe);
    transition: color 0.2s; padding: 0.2rem 0.4rem;
  }
  .ml-close:hover { color: var(--charcoal); }
  .ml-tag {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  .ml-tag::before { content:''; display:block; width:20px; height:1px; background:var(--gold); }
  .ml-modal h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem; font-weight: 400; color: var(--charcoal);
    margin-bottom: 0.5rem; line-height: 1.2;
  }
  .ml-divider { width: 50px; height: 1px; background: var(--gold); margin: 1.2rem 0 2rem; }
  .ml-section { margin-bottom: 2.5rem; }
  .ml-section h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem; font-weight: 500; color: var(--charcoal);
    margin-bottom: 1rem; padding-bottom: 0.5rem;
    border-bottom: 0.5px solid var(--border);
  }
  .ml-section p, .ml-section li {
    font-size: 0.87rem; color: var(--taupe); line-height: 1.8;
    margin-bottom: 0.4rem;
  }
  .ml-section ul { list-style: none; padding: 0; }
  .ml-section ul li { display: flex; gap: 0.7rem; align-items: baseline; }
  .ml-section ul li strong { color: var(--charcoal); min-width: 200px; flex-shrink: 0; font-weight: 500; font-size: 0.82rem; }
  .ml-section a { color: var(--gold); text-decoration: none; }
  .ml-section a:hover { text-decoration: underline; }
  @media (max-width: 680px) {
    .ml-modal { padding: 2rem 1.4rem; }
    .ml-modal h2 { font-size: 1.5rem; }
    .ml-section ul li { flex-direction: column; gap: 0.1rem; }
    .ml-section ul li strong { min-width: unset; }
  }

  /* ── VIDEO SECTION ── */
  .video-section {
    position: relative; width: 100%;
    overflow: hidden;
    background: var(--charcoal);
  }

  .video-wrapper {
    position: relative; width: 100%;
    height: 90vh; min-height: 500px; max-height: 900px;
    overflow: hidden;
    background: var(--charcoal);
  }

  .cabinet-video {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: auto; height: 100%;
    object-fit: contain;
  }

  /* Desktop: portrait only — landscape hidden */
  .cabinet-video-portrait { display: block; }
  .cabinet-video-landscape { display: none; }

  @media (max-width: 680px) {
    .cabinet-video-portrait {
      width: 100%; height: 100%;
      object-fit: contain;
    }
  }

  .video-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(42,37,32,0.1) 0%,
      rgba(42,37,32,0.0) 35%,
      rgba(42,37,32,0.6) 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* ── BOUTON PLAY/PAUSE centré ── */
  .video-toggle {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(196,163,90,0.92);
    border: 2px solid var(--gold);
    color: var(--charcoal);
    width: 72px; height: 72px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 30px rgba(42,37,32,0.5);
    z-index: 10;
    opacity: 0;
  }

  /* Toujours visible sur mobile */
  @media (hover: none) {
    .video-toggle { opacity: 1 !important; }
  }

  /* Apparaît au survol de la section sur desktop */
  .video-wrapper:hover .video-toggle { opacity: 1; }

  /* Toujours visible si vidéo en pause */
  .video-toggle.paused { opacity: 1 !important; }

  .video-toggle:hover {
    background: var(--gold);
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 6px 36px rgba(196,163,90,0.6);
  }

  /* ── TEXTE BAS ── */
  .video-overlay-bottom {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2.5rem 4rem;
  }

  .video-tag {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 0.8rem;
    display: flex; align-items: center; gap: 0.6rem;
  }

  .video-tag::before {
    content: ''; display: block; width: 24px; height: 1px; background: var(--gold);
  }

  .video-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 300; color: var(--ivory); line-height: 1.2;
  }

  .video-title em { font-style: italic; color: var(--gold-light); }

  @media (max-width: 680px) {
    .video-wrapper { height: 90vh; min-height: 400px; }
    .video-overlay-bottom { padding: 2rem 1.2rem; }
    .video-toggle { width: 56px; height: 56px; font-size: 1.2rem; opacity: 1; }
  }
