:root {
  --bg: #f7f4ef;
  --surface: #ffffff;
  --surface-soft: #fdfaf6;
  --text: #1c1a17;
  --muted: #6b6257;
  --primary: #1f5a45;
  --primary-dark: #123d2d;
  --border: #eadfd3;
  --shadow: 0 18px 50px rgba(46, 32, 21, 0.12);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #f0fbf5 0, var(--bg) 42%, #f4eee6 100%);
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 244, 239, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 223, 211, 0.8);
}

.navbar {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: -2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(123, 74, 47, 0.08);
}

.nav-links .nav-cta {
  color: #fff;
  background: var(--primary);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--surface);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(46, 32, 21, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.section-pad {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 48px;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  font-weight: 800;
  font-size: 0.78rem;
}

h1,
h2 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.35rem, 8vw, 5.3rem);
  letter-spacing: -0.065em;
}

h2 {
  font-size: clamp(1.65rem, 4vw, 2.4rem);
  letter-spacing: -0.04em;
}

.lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 2.5vw, 1.3rem);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 14px 34px rgba(123, 74, 47, 0.24);
}

.btn-secondary {
  color: var(--primary-dark);
  background: var(--surface);
  border: 1px solid var(--border);
}

.hero-card,
.card,
.hours-card,
.contact {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(234, 223, 211, 0.9);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.hero-visual {
  display: grid;
  gap: 16px;
}

.portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
  border: 1px solid rgba(234, 223, 211, 0.9);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 26px;
}

.status {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef7ee;
  color: #2d6a35;
  font-weight: 800;
  font-size: 0.88rem;
}

.status.closed-now {
  background: #fff0ed;
  color: #9a371f;
}

.hero-card h2 {
  margin-bottom: 12px;
}

.hero-card p {
  color: var(--muted);
  margin: 0 0 20px;
}

.phone {
  display: block;
  width: fit-content;
  color: var(--primary);
  font-weight: 900;
  font-size: 1.35rem;
  text-decoration: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 28px;
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.card p {
  color: var(--muted);
}

.text-link {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.phone-large {
  font-size: 1.16rem;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 28px;
}

.section-heading p:last-child {
  color: var(--muted);
}

.hours-card {
  overflow: hidden;
}

.hours-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
}

.hours-row:last-child {
  border-bottom: 0;
}

.hours-row span {
  color: var(--muted);
  font-weight: 700;
}

.hours-row strong {
  text-align: right;
}

.hours-row.closed strong {
  color: #9a371f;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  margin-bottom: 64px;
}

.contact p:last-child {
  color: var(--muted);
}

.btn-wide {
  white-space: nowrap;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 12px;
}

.footer {
  padding: 26px 16px;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--border);
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    border-radius: 14px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 54px;
    gap: 28px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .navbar,
  .section-pad {
    width: min(100% - 24px, 1120px);
  }

  .brand small {
    display: none;
  }

  .section-pad {
    padding: 48px 0;
  }

  .hero-actions,
  .btn,
  .btn-wide,
  .contact-actions {
    width: 100%;
  }

  .hero-card,
  .card,
  .contact {
    padding: 24px;
  }

  .portrait {
    max-height: 520px;
  }

  .hours-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 18px;
  }

  .hours-row strong {
    text-align: left;
  }

  .phone {
    font-size: 1.2rem;
  }
}

/* Petites corrections UI */
.card-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef7ee;
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.email-link {
  display: block;
  width: fit-content;
  margin-top: 6px;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 0;
}

.email-link:hover,
.email-link:focus-visible,
.footer a:hover,
.footer a:focus-visible {
  color: var(--primary-dark);
}

.footer a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.hero-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(253, 250, 246, 0.86));
}

.contact {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 251, 245, 0.68));
}

.btn:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible,
.phone:focus-visible,
.email-link:focus-visible,
.footer a:focus-visible {
  outline: 3px solid rgba(31, 90, 69, 0.24);
  outline-offset: 3px;
}
