@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root{
  --bordeaux:#6a0e22;
  --bordeaux-dark:#390610;
  --gold:#d8ad63;
  --cream:#fff8ef;
  --text:#321018;
  --muted:#6f6065;
  --shadow:0 18px 45px rgba(58,6,16,.14);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--text)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:radial-gradient(circle at center top,#8c1733 0%,var(--bordeaux) 45%,var(--bordeaux-dark) 100%);
  color:white;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}

.top-brand{
  height:105px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px 20px 2px;
}

.top-brand img{
  width:240px;
  max-width:68vw;
  height:92px;
  object-fit:contain;
}

#menu-toggle{display:none}

.hamburger{
  display:none;
  position:absolute;
  right:18px;
  top:29px;
  width:46px;
  height:46px;
  background:#8e1830;
  color:#f5d58d;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  text-align:center;
  line-height:44px;
  font-size:27px;
  cursor:pointer;
}

.nav{
  height:56px;
  border-top:1px solid rgba(255,255,255,.12);
  background:rgba(45,5,13,.42);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:36px;
  font-weight:800;
  font-size:15px;
}

.nav a{padding:18px 0 15px;border-bottom:3px solid transparent}
.nav a.active,.nav a:hover{color:#f2d58e;border-bottom-color:#f2d58e}
.nav .rdv{
  background:linear-gradient(135deg,#f2d895,var(--gold));
  color:#5b1020;
  padding:11px 22px;
  border-radius:10px;
  border-bottom:0;
}

.hero{
  display:grid;
  grid-template-columns:41% 59%;
  max-width:1680px;
  margin:0 auto;
  background:#fff8ef;
  align-items:center;
  padding:34px 54px;
  gap:40px;
}

.hero-text{
  padding:22px 0;
}

.kicker{
  color:#d6a052;
  text-transform:uppercase;
  letter-spacing:.36em;
  font-size:13px;
  font-weight:900;
}
.center{text-align:center}

h1,h2{font-family:'Playfair Display',serif;letter-spacing:-.035em}
h1{margin-top:22px;font-size:48px;line-height:1.08;color:#320b15}
h1 strong{color:#8e1732}
.gold-line{width:56px;height:2px;background:var(--gold);margin:20px 0}
.lead{color:var(--muted);font-size:17px;line-height:1.75;max-width:610px}
.lead strong{color:#77142c}

.actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:34px}
.btn{
  min-height:52px;
  padding:0 26px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.primary{background:linear-gradient(135deg,#7b1028,#a11838);color:white}
.secondary{background:#fffaf4;border:1px solid var(--gold);color:#5c2516}

.hero-photo{
  height:430px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#eee;
}

.hero-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  background:#f7efe5;
}

.section{background:var(--cream);padding:70px 70px}
.section h2,.hours h2{text-align:center;font-size:36px;margin:16px auto 34px;max-width:950px}

.specialites{background:#fff}
.specialty-grid{
  max-width:1180px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.specialty-grid article{
  background:#fffaf4;
  border:1px solid #ead9bd;
  border-radius:18px;
  padding:26px;
  text-align:center;
  box-shadow:0 12px 30px rgba(58,6,16,.05);
}
.specialty-grid .icon{
  width:62px;height:62px;border-radius:50%;margin:0 auto 14px;display:grid;place-items:center;
  background:#8e1732;color:#f2d895;font-size:28px;
}
.specialty-grid h3{color:#7d1129;margin-bottom:10px;font-family:'Playfair Display',serif;font-size:22px}
.specialty-grid p{color:var(--muted);line-height:1.7}

.gallery{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.gallery img{
  width:100%;
  height:250px;
  object-fit:cover;
  object-position:center center;
  border-radius:16px;
  box-shadow:var(--shadow);
}

.about{
  display:grid;
  grid-template-columns:380px 1fr;
  gap:60px;
  align-items:center;
  background:linear-gradient(135deg,#fff,#fff7eb);
}
.doctor-photo img{border-radius:24px;box-shadow:var(--shadow)}
.about h2{text-align:left;margin-left:0}
.about p,.about li{color:var(--muted);line-height:1.85;font-size:17px}
.about ul{margin:18px 0 0 20px}

.hours{
  padding:72px 70px;
  background:linear-gradient(135deg,var(--bordeaux-dark),var(--bordeaux));
  color:white;
  text-align:center;
}
.hours h2{color:white}
.hours-grid{max-width:900px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.hours-grid div{background:rgba(255,255,255,.1);border-radius:18px;padding:25px}
.hours-grid strong{display:block;color:#f3d891;margin-bottom:10px}
.hours-grid span{font-size:28px;font-weight:900}

.contact{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.contact-card{background:#fff;border-radius:22px;padding:38px;box-shadow:var(--shadow)}
.contact-card h2{text-align:left;margin-left:0}
.contact-card p{color:var(--muted);line-height:1.8;margin-bottom:12px}
iframe{width:100%;min-height:430px;border:0;border-radius:22px;box-shadow:var(--shadow)}
footer{background:#320610;color:white;text-align:center;padding:28px}

@media(max-width:1150px){
  .top-brand{height:96px}
  .top-brand img{width:210px;height:82px}
  .hamburger{display:block}
  .nav{display:none;height:auto;flex-direction:column;gap:0;padding:12px 0}
  .nav a{width:100%;text-align:center;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.08)}
  .nav .rdv{margin:10px auto;width:80%}
  #menu-toggle:checked ~ .nav{display:flex}

  .hero{grid-template-columns:1fr;padding:32px 20px;gap:24px}
  .hero-photo{height:auto}
  .hero-photo img{height:auto;max-height:520px}
  .about,.contact{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr 1fr}
  .specialty-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:700px){
  .top-brand{height:86px;padding:6px 70px 4px 18px}
  .top-brand img{width:175px;height:70px}
  .hamburger{top:20px}
  h1{font-size:36px}
  .section,.hours{padding:48px 22px}
  .gallery,.specialty-grid,.hours-grid{grid-template-columns:1fr}
}
