:root {
  --bg: #f4efe6;
  --surface: #fffbf5;
  --surface-soft: #eee3d5;
  --ink: #2c1d15;
  --ink-soft: #5e4b3f;
  --line: #deccb8;
  --brand: #bc6a2a;
  --brand-deep: #8f4719;
  --brand-soft: #f6e2cc;
  --shadow: 0 18px 42px rgba(81, 47, 24, 0.14);
  --shadow-soft: 0 10px 24px rgba(81, 47, 24, 0.09);
  --radius-lg: 22px;
  --radius-md: 16px;
  --header-height: 82px;
  --bs-body-font-family: "Source Sans 3", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.04rem;
  line-height: 1.6;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, #fdf3e4 0%, rgba(253, 243, 228, 0) 34%),
    radial-gradient(circle at 88% 16%, #efd9c0 0%, rgba(239, 217, 192, 0) 44%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    var(--bg);
}

.btn,
button {
  font-family: "Source Sans 3", sans-serif;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  color: var(--brand-deep);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #2a1810;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.2px;
}

p,
li {
  color: var(--ink-soft);
}

main {
  padding-top: 16px;
}

section {
  position: relative;
  padding: 82px 0;
}

.section-bg {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.9), rgba(248, 238, 226, 0.9));
}

.section-title {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c46f1f, #f0b07a);
}

.section-title h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  margin-bottom: 16px;
  line-height: 1.1;
}

.section-title p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

#faq .section-title {
  max-width: 900px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 250, 244, 0.92);
  border-bottom: 1px solid rgba(176, 126, 78, 0.3);
  backdrop-filter: blur(10px);
}

.site-header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #4b2c1d;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.site-brand span,
.register-brand span,
.gift-brand span {
  white-space: nowrap;
}

.site-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #efd6bb;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: #4f392d;
  font-size: 0.98rem;
  font-weight: 600;
}

.site-nav a.active,
.site-nav a:hover {
  color: #3a2317;
  background: #f5e7d3;
}

.site-nav-cta {
  border: 1px solid rgba(157, 79, 18, 0.24);
  background: #f3d9bc;
  color: #532f18;
}

.site-nav-cta:hover {
  background: #efcaa3;
}


.site-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: #533322;
  font-size: 1.35rem;
}

.hero {
  position: relative;
  min-height: min(860px, calc(100vh - 40px));
  padding: 120px 0 90px;
  background:
    linear-gradient(115deg, rgba(49, 27, 14, 0.86), rgba(124, 70, 34, 0.75)),
    url("../img/workshop/overview1.webp") center 22% / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 5%, rgba(255, 255, 255, 0.24), transparent 48%);
}

.hero-container {
  position: relative;
  width: min(960px, calc(100% - 24px));
  margin: 0 auto;
  padding: 44px;
  border-radius: 30px;
  border: 1px solid rgba(255, 233, 213, 0.4);
  background: rgba(32, 16, 8, 0.48);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.32);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  background: rgba(255, 218, 184, 0.2);
  border: 1px solid rgba(255, 218, 184, 0.45);
  color: #ffe8d4;
  font-size: 0.95rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 14px;
}

.hero h1 {
  margin: 18px 0 10px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.12;
}

.hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  max-width: 680px;
  margin: 0;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn-hero-primary,
.btn-hero-secondary {
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
}

.btn-hero-primary {
  background: linear-gradient(120deg, #cf7a34, #b15d1f);
  color: #fff;
  border: 1px solid rgba(255, 219, 184, 0.5);
  box-shadow: 0 10px 22px rgba(157, 79, 18, 0.34);
}

.btn-hero-primary:hover {
  background: linear-gradient(120deg, #bf6b28, #994915);
  color: #fff;
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.icon-box {
  height: 100%;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.icon-box:hover {
  transform: translateY(-4px);
  border-color: #cfaa86;
  background: #fff8ef;
  box-shadow: 0 24px 48px rgba(78, 48, 26, 0.18);
}

.icon-box .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.icon-box .title,
.icon-box h4 {
  color: #341f13;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.icon-box .description {
  line-height: 1.7;
}

#workshop .icon-box .title {
  font-size: 1.28rem;
}

#workshop .icon-box .description,
#workshop .icon-box li {
  font-size: 1.04rem;
}

.icon-box ul {
  margin-bottom: 0;
}

summary {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  list-style: none;
  cursor: pointer;
}

summary .icon {
  margin-bottom: 0;
  flex: 0 0 auto;
}

#workshop summary.title {
  margin-bottom: 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "\25be";
  margin-left: auto;
  flex: 0 0 auto;
  color: var(--brand);
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

details[open]>summary::after {
  transform: rotate(180deg);
}

.why-chip {
  border-radius: 999px;
  border: 1px solid #e5d5c2;
  background: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 22px rgba(96, 56, 28, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(96, 56, 28, 0.16);
}

.why-word {
  color: #4f3528;
  font-weight: 700;
}

.atelier img,
.speciality img,
.about img {
  border-radius: var(--radius-md);
  border: 1px solid #eadccf;
  box-shadow: 0 12px 26px rgba(98, 58, 32, 0.12);
}

.atelier96-equipment {
  border: 1px dashed #cfa680;
  border-radius: var(--radius-md);
  background: #fff8ef;
  padding: 22px;
}

#atelier96 details.icon-box>summary.title {
  font-size: 1.24rem;
}

#about details.icon-box>summary.title {
  font-size: 1.3rem;
}

.table {
  background: #fff;
}

.cuisson-table {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.cuisson-table th,
.cuisson-table td {
  vertical-align: middle;
  padding: 0.75rem;
}

.cuisson-table thead th,
.cuisson-table .table-light th {
  background: #f8ede1;
  color: #4b2c1d;
  font-weight: 700;
  border-color: #e9d9c8;
}

@media (max-width: 576px) {
  .cuisson-table {
    font-size: 0.94rem;
  }

  .cuisson-table th,
  .cuisson-table td {
    padding: 0.6rem 0.5rem;
  }
}

.faq .icon-box,
.services-cta .icon-box {
  background: #fff;
}

#faq .row {
  align-items: flex-start;
}

#faq .icon-box {
  display: block;
}

#faq .icon-box .title {
  font-size: 1.22rem;
}

#faq .icon-box .description,
#faq .icon-box li,
#faq .icon-box p {
  font-size: 1.03rem;
}

#faq .icon-box>details {
  width: 100%;
}

#bon-cadeau .icon-box h4.title {
  font-size: 1.34rem;
}

#bon-cadeau .icon-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 14px;
  row-gap: 10px;
}

#bon-cadeau .icon-box .icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

#bon-cadeau .icon-box .title {
  margin: 0;
  flex: 1 1 calc(100% - 66px);
}

#bon-cadeau .icon-box .description {
  width: 100%;
}

#commande-sur-mesure .icon-box h4.title {
  font-size: 1.34rem;
}

#commande-sur-mesure .icon-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 14px;
  row-gap: 10px;
}

#commande-sur-mesure .icon-box .icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

#commande-sur-mesure .icon-box .title {
  margin: 0;
  flex: 1 1 calc(100% - 66px);
}

#commande-sur-mesure .icon-box .description {
  width: 100%;
}

#bon-cadeau .icon-box .btn,
#commande-sur-mesure .icon-box .btn {
  font-size: 1.02rem;
  padding: 0.5rem 0.92rem;
  font-weight: 700;
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
  padding-left: 26px;
  margin-top: 8px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #d8b290 0%, #c7844d 100%);
}

.timeline-item {
  position: relative;
  margin-left: 22px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff6ed 100%);
  border: 1px solid #ecd8c4;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 24px rgba(87, 50, 25, 0.1);
}

.timeline-icon {
  position: absolute;
  left: -40px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #c06e2a;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #a5521a;
  font-size: 0.85rem;
}

.timeline-content h4 {
  margin-bottom: 6px;
  font-size: 1.05rem;
  color: #4a2c1b;
}

.timeline-content p {
  margin: 0;
  line-height: 1.6;
}

.timeline-content p+p {
  margin-top: 6px;
}

.testimonials .swiper {
  padding-bottom: 44px;
}

.testimonials .swiper-wrapper {
  align-items: stretch;
}

.testimonials .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid #eadccf;
  box-shadow: var(--shadow);
  padding: 26px;
}

.testimonial-item p {
  flex: 1;
  line-height: 1.7;
  margin-bottom: 18px;
}

.testimonial-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f4d7bb;
  margin-top: auto;
  margin-bottom: 10px;
}

.testimonial-item h3 {
  margin-bottom: 0;
  font-size: 1.18rem;
}

.quote-icon-left,
.quote-icon-right {
  color: #dea469;
  font-size: 1.2rem;
}

.speciality-item {
  border-radius: var(--radius-lg);
  border: 1px solid #ead8c4;
  background: #fffcf8;
  box-shadow: var(--shadow);
  padding: 26px;
}

.speciality-item+.speciality-item {
  margin-top: 24px;
}

.news iframe {
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(70, 42, 23, 0.14);
}

.news-calendar {
  margin-top: 24px;
}

.news-calendar iframe {
  width: 100%;
  height: 500px;
  border: 0;
  overflow: hidden;
  display: block;
}

.contact .info,
.php-email-form {
  border-radius: var(--radius-lg);
  border: 1px solid #ead8c4;
  background: #fff;
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.contact-layout {
  --bs-gutter-x: 1.25rem;
}

.contact-layout .info,
.contact-layout .php-email-form {
  width: 100%;
}

.contact .info i {
  font-size: 1.3rem;
  color: #a4551d;
  margin-right: 6px;
}

.contact .info h4 {
  display: inline-block;
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.contact .info p {
  margin: 0 0 14px;
  font-size: 1.06rem;
}

.php-email-form .form-group {
  margin-bottom: 16px;
}

.php-email-form,
.php-email-form label,
.php-email-form input,
.php-email-form select,
.php-email-form textarea,
.php-email-form button,
.php-email-form .form-control {
  font-family: "Source Sans 3", sans-serif !important;
}

.php-email-form label {
  font-weight: 600;
  margin-bottom: 6px;
}

.php-email-form .form-control {
  border-radius: 10px;
  border: 1px solid #e8d7c6;
  padding: 11px 13px;
}

.php-email-form .form-control:focus {
  border-color: #d89d6c;
  box-shadow: 0 0 0 0.2rem rgba(200, 125, 59, 0.15);
}

.php-email-form button[type="submit"] {
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  background: linear-gradient(120deg, #d47f32, #b65f1b);
  color: #fff;
  font-weight: 700;
}

.php-email-form button[type="submit"]:hover {
  background: linear-gradient(120deg, #bf6f2b, #9d4f12);
}

.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #24150d;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 960;
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  color: #fff;
  background: #120a06;
}

.sticky-register-btn {
  position: fixed;
  right: 16px;
  bottom: 74px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(110deg, #df8b3f, #b8621e);
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(100, 49, 20, 0.33);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
  z-index: 961;
}

.sticky-register-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-register-btn:hover {
  color: #fff;
  background: linear-gradient(110deg, #d17d33, #a85114);
}

.site-footer {
  background: linear-gradient(180deg, #2c1a11, #22130c);
  color: #f5e8d9;
  padding: 24px 0;
}

.services-cta .icon-box,
.speciality-item,
.testimonial-item,
.atelier96-equipment,
.table,
.contact .info,
.php-email-form {
  backdrop-filter: blur(1px);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.btn-warning {
  background: linear-gradient(120deg, #d1843d, #b56023);
  border-color: #b56023;
  color: #fff;
}

.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(120deg, #bf702d, #9f4d16);
  border-color: #9f4d16;
  color: #fff;
}

.btn-outline-dark {
  border-color: rgba(89, 52, 28, 0.45);
  color: #51311f;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background: #533220;
  border-color: #533220;
  color: #fff;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer p {
  margin: 0;
  color: #f3e4d4;
  font-size: 1rem;
}

.site-footer-links {
  display: flex;
  gap: 8px;
}

.site-footer-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffe2c4;
  background: rgba(255, 255, 255, 0.08);
}

.site-footer-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  section {
    padding: 70px 0;
  }

  .site-nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    border: 1px solid #ead8c4;
    border-radius: 16px;
    background: #fffbf7;
    box-shadow: 0 20px 44px rgba(70, 40, 21, 0.2);
    padding: 12px;
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.22s ease;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 4px;
  }

  .site-nav a {
    width: 100%;
    border-radius: 10px;
  }

  .site-nav-cta {
    justify-content: center;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  :root {
    --header-height: 74px;
  }

  .hero {
    min-height: auto;
    padding: 90px 0 74px;
  }

  .hero-container {
    padding: 28px;
    border-radius: 22px;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .sticky-register-btn {
    right: 12px;
    bottom: 68px;
  }

  .sticky-register-btn span {
    display: none;
  }

  .sticky-register-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 1.75rem;
  }

  .icon-box,
  .speciality-item,
  .contact .info,
  .php-email-form,
  .testimonial-item {
    padding: 18px;
  }
}
