@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&family=Cormorant+Garamond:wght@500;600;700&family=Nunito+Sans:wght@400;500;600;700&display=swap');

:root {
  --blue: #4b66e8;
  --blue-dark: #0c2a70;
  --blue-soft: #e9f1ff;
  --gold: #d8a044;
  --cream: #fffdf8;
  --ink: #27324d;
  --line: #d8e0ff;
  --shadow: 0 20px 60px rgba(64, 88, 150, .11);
  --radius: 26px;
}

* { box-sizing: border-box; }
html {
  min-height: 100%;
  background: #fffdf8;
}

body {
  margin: 0;
  font-family: "Nunito Sans", "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background-color: #fffdf8;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 231, 145, .26), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(196, 218, 255, .30), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(196, 218, 255, .20), transparent 31%),
    radial-gradient(circle at 100% 100%, rgba(255, 231, 145, .20), transparent 31%);
}

body::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1700' viewBox='0 0 1200 1700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpath id='s1' d='M0 -18l5 13 13 5-13 5-5 13-5-13-13-5 13-5 5-13z'/%3E%3Cpath id='s2' d='M0 -11l3 8 8 3-8 3-3 8-3-8-8-3 8-3 3-8z'/%3E%3Cpath id='s3' d='M0 -6l2 4 4 2-4 2-2 4-2-4-4-2 4-2 2-4z'/%3E%3C/defs%3E%3Cg fill='%233F63E6'%3E%3Cuse href='%23s1' x='28' y='235'/%3E%3Cuse href='%23s2' x='210' y='78'/%3E%3Cuse href='%23s2' x='1042' y='92'/%3E%3Cuse href='%23s1' x='1114' y='265'/%3E%3Cuse href='%23s1' x='92' y='660'/%3E%3Cuse href='%23s2' x='1092' y='670'/%3E%3Cuse href='%23s1' x='146' y='1522'/%3E%3Cuse href='%23s2' x='1010' y='1538'/%3E%3C/g%3E%3Cg fill='%23DFA43A'%3E%3Cuse href='%23s2' x='128' y='62'/%3E%3Cuse href='%23s3' x='250' y='203'/%3E%3Cuse href='%23s2' x='988' y='208'/%3E%3Cuse href='%23s3' x='1148' y='365'/%3E%3Cuse href='%23s2' x='118' y='752'/%3E%3Cuse href='%23s1' x='1126' y='1175'/%3E%3Cuse href='%23s3' x='84' y='1598'/%3E%3Cuse href='%23s2' x='927' y='1488'/%3E%3C/g%3E%3C/svg%3E");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  opacity: .58;
}

body.lightbox-open {
  overflow: hidden;
}

header,
main,
footer {
  position: relative;
  z-index: 1;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(890px, calc(100% - 92px)); margin: 0 auto; }
.site-header {
  width: min(890px, calc(100% - 92px));
  margin: 25px auto 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  position: relative;
  z-index: 5;
}
.brand img { width: 124px; }
.site-nav { display: flex; justify-content: center; gap: 33px; align-items: center; font-weight: 700; color: var(--blue-dark); min-width: 0; }
.site-nav a { text-decoration: none; position: relative; padding: 12px 0; white-space: nowrap; font-size: 13px; }
.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}
.site-nav small { margin-left: 6px; padding: 2px 7px; border-radius: 999px; background: #f8d47a; color: #7a5b14; font-size: 10px; vertical-align: middle; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--blue);
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.btn.primary { color: white; background: linear-gradient(180deg, #5678f0, #3155d5); box-shadow: 0 12px 28px rgba(69, 103, 223, .25); }
.btn.secondary { color: var(--blue); background: rgba(255,255,255,.68); }
.nav-toggle { display: none; background: white; border: 1px solid var(--line); border-radius: 14px; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--blue); }
.hero { display: grid; grid-template-columns: 395px 1fr; gap: 42px; align-items: center; padding: 48px 0 6px; }
.hero-copy { padding-left: 0; }
.script {
  margin: -6px 0 20px;
  font-family: "Caveat", "Parisienne", cursive;
  color: var(--gold);
  font-size: 35px;
  line-height: 1.15;
}
h1, h2, h3 { color: var(--blue); font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.02; letter-spacing: 0; }
h1 { margin: 0 0 18px; font-size: 55px; max-width: 410px; }
h2 { margin: 0 0 8px; font-size: 36px; text-align: center; }
h3 { font-size: 22px; margin: 16px 0 12px; }
.intro { font-size: 15px; line-height: 1.64; max-width: 345px; font-weight: 400; color: #27324d; }
.hero-actions { display: flex; flex-wrap: nowrap; gap: 16px; margin-top: 28px; }
.boutique-hero-simple {
  grid-template-columns: minmax(300px, 390px) minmax(320px, 420px);
  justify-content: center;
  gap: 54px;
  padding-top: 54px;
  padding-bottom: 48px;
}
.boutique-hero-simple .hero-copy {
  text-align: center;
}
.boutique-hero-simple h1,
.boutique-hero-simple .intro {
  margin-left: auto;
  margin-right: auto;
}
.boutique-hero-simple .hero-actions {
  justify-content: center;
}
.boutique-hero-simple .hero-collage {
  width: min(420px, 100%);
}
.hero-art, .hero-collage { position: relative; min-height: 412px; }
.boutique-visual { position: relative; width: 100%; min-height: 320px; }
.boutique-visual > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border: 2px solid rgba(216, 160, 68, .65);
  border-radius: 18% 8% 22% 14% / 16% 10% 20% 18%;
  box-shadow: var(--shadow);
}
.boutique-visual .note {
  position: absolute;
  left: 12px;
  bottom: 24px;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
  border-radius: 50%;
  background: rgba(232, 241, 255, .94);
  color: var(--blue);
  font-family: "Caveat", cursive;
  font-size: 15px;
  line-height: 1.12;
  transform: rotate(-7deg);
}
.hero-art img, .organic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid rgba(216, 160, 68, .65);
  border-radius: 32% 18% 28% 16% / 18% 26% 18% 30%;
  box-shadow: var(--shadow);
}
.hero-collage .collage-item {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(216, 160, 68, .68);
  background: white;
  box-shadow: var(--shadow);
}
.hero-collage .collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-collage .item-1 {
  width: 210px;
  height: 210px;
  left: 0;
  top: 6px;
  border-radius: 38% 24% 34% 22% / 28% 34% 24% 30%;
  z-index: 2;
}
.hero-collage .item-2 {
  width: 198px;
  height: 185px;
  right: 0;
  top: 0;
  border-radius: 30% 36% 26% 30% / 28% 24% 30% 24%;
  z-index: 1;
}
.hero-collage .item-3 {
  width: 182px;
  height: 140px;
  left: 10px;
  bottom: 42px;
  border-radius: 28% 20% 38% 18% / 24% 34% 20% 26%;
  z-index: 3;
}
.hero-collage .item-4 {
  width: 232px;
  height: 252px;
  right: -2px;
  bottom: 10px;
  border-radius: 29% 17% 25% 34% / 18% 27% 30% 23%;
  z-index: 4;
}
.hero-collage::before,
.hero-collage::after {
  content: "✦";
  position: absolute;
  color: var(--gold);
  font-size: 28px;
  z-index: 2;
}
.hero-collage::before { left: -2px; top: 34%; }
.hero-collage::after { right: -3px; bottom: 29%; color: var(--blue); }
.hero-art .note, .hero-collage .note {
  position: absolute;
  left: 158px;
  bottom: 132px;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px;
  border-radius: 50%;
  background: rgba(232, 241, 255, .93);
  color: var(--blue);
  font-family: "Caveat", cursive;
  transform: rotate(-7deg);
  z-index: 3;
}
.section-heading { text-align: center; padding: 12px 0 20px; }
.section-heading h2 { font-size: 34px; margin-bottom: 0; }
.section-heading .script { margin: 0; font-size: 30px; line-height: 1; }
.stars { color: var(--gold); letter-spacing: 22px; margin: 0 0 8px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.soft-card, .contact-panel, .info-cards article, .split-panel {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(184, 198, 241, .62);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.soft-card { min-height: 278px; padding: 30px 18px 22px; text-align: center; border-color: rgba(184, 198, 241, .2); box-shadow: 0 18px 55px rgba(64, 88, 150, .045); border-radius: 8px; }
.soft-card p { line-height: 1.65; }
.soft-card a { color: var(--blue); text-decoration: none; font-weight: 700; }
.icon-wash {
  width: 112px;
  height: 80px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.icon-wash img {
  width: 112px;
  height: auto;
  object-fit: contain;
}
.split-panel { margin-top: 38px; padding: 0 14px; display: grid; grid-template-columns: 410px 1fr; gap: 58px; align-items: center; background: transparent; border: 0; box-shadow: none; }
.split-panel h2 { text-align: left; }
.organic-img { height: 250px; }
.cta-band {
  margin-top: 28px;
  margin-bottom: 0;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 44px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 20%, rgba(244, 197, 85, .28), transparent 16rem),
    radial-gradient(circle at 90% 30%, rgba(122, 166, 255, .32), transparent 18rem),
    rgba(255,255,255,.68);
}
.cta-band h2 { text-align: left; margin-bottom: 0; }
.cta-band .script { margin: 0; font-size: 28px; line-height: 1; }
.cta-band p { margin: 4px 0; }
.contact-panel { padding: 34px 40px; }
.contact-panel h2 { text-align: left; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.contact-form textarea { grid-column: 1 / -1; min-height: 140px; resize: vertical; }
.contact-form input, .contact-form select, .contact-form textarea, .newsletter input {
  width: 100%;
  border: 1px solid #cdd8ff;
  border-radius: 12px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255,255,255,.78);
}
.contact-form .privacy { grid-column: 1 / 2; font-size: 13px; color: #6a789f; }
.contact-form button { justify-self: end; align-self: center; }
.hp { position: absolute; left: -9999px; }
.alert { padding: 12px 16px; border-radius: 12px; }
.alert.error { background: #ffecec; color: #8c1f1f; }
.alert.success { background: #eaf8ef; color: #24683d; }
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 28px; }
.info-cards article { min-height: 260px; padding: 30px; text-align: center; }
.map-placeholder { min-height: 150px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, #e7f5df, #d9edff); color: var(--blue); font-weight: 700; }
.legal { padding: 80px 0; min-height: 55vh; }
.contact-info-grid,
.contact-faq,
.contact-bottom-cta {
  display: grid;
}
.contact-visual {
  position: relative;
}
.contact-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid rgba(216, 160, 68, .65);
  border-radius: 18% 8% 22% 14% / 16% 10% 20% 18%;
  box-shadow: var(--shadow);
}
.contact-visual .note {
  position: absolute;
  right: -34px;
  bottom: -30px;
  width: 144px;
  height: 144px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 50%;
  background: rgba(232, 241, 255, .94);
  color: var(--blue);
  font-family: "Caveat", cursive;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-7deg);
}
.contact-form label {
  position: relative;
  display: block;
}
.contact-form .hp {
  display: none;
}
.contact-form label > span {
  position: absolute;
  left: -9999px;
}
.contact-form .message-field {
  grid-column: 1 / -1;
}
.contact-info-grid article,
.contact-faq,
.contact-bottom-cta {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(184, 198, 241, .42);
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
}
.contact-info-grid h3,
.contact-faq h2,
.contact-bottom-cta h2 {
  margin: 0;
}
.contact-info-grid h3 span,
.contact-faq h2 span {
  color: var(--gold);
  font-family: inherit;
}
.contact-details p:not(.script) {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
}
.contact-details img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.contact-details .sign {
  margin: 22px 0 0;
  text-align: center;
  font-size: 28px;
}
.contact-map {
  position: relative;
  height: 128px;
  margin: 18px 0 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(184, 232, 190, .5), transparent 36%),
    linear-gradient(45deg, transparent 47%, rgba(128, 152, 210, .45) 48%, rgba(128, 152, 210, .45) 50%, transparent 51%),
    linear-gradient(-20deg, transparent 50%, rgba(233, 194, 108, .42) 51%, rgba(233, 194, 108, .42) 53%, transparent 54%),
    #eef5ef;
}
.contact-map img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(216, 160, 68, .55);
}
.contact-map strong {
  position: absolute;
  bottom: 10px;
  color: #53628b;
  font-size: 12px;
}
.contact-map-card,
.contact-hours-card {
  text-align: center;
}
.contact-map-card p,
.contact-hours-card p {
  margin: 8px 0;
  font-size: 12.5px;
  line-height: 1.55;
}
.contact-hours-card > img {
  width: 56px;
  height: 56px;
  margin: 22px auto;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 231, 145, .36);
}
.contact-hours-card hr {
  width: 70%;
  border: 0;
  border-top: 1px solid rgba(184, 198, 241, .45);
  margin: 16px auto;
}
.contact-hours-card .script {
  margin: 18px auto 0;
  max-width: 210px;
  color: var(--blue);
  font-size: 21px;
}
.mountains {
  width: 78px;
  height: 28px;
  margin: 12px auto 0;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
  opacity: .6;
}
.contact-faq > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.contact-faq article {
  position: relative;
  min-height: 118px;
  padding: 18px 22px 16px 56px;
  border-left: 1px solid rgba(184, 198, 241, .42);
}
.contact-faq article:first-child {
  border-left: 0;
}
.contact-faq .faq-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 800;
}
.contact-faq h3 {
  margin: 0 26px 8px 0;
  color: var(--blue-dark);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.25;
}
.contact-faq button {
  position: absolute;
  right: 18px;
  top: 22px;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 22px;
}
.contact-faq p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.5;
}
.contact-bottom-cta {
  align-items: center;
}
.contact-bottom-cta > img {
  width: 92px;
  justify-self: center;
}
.contact-bottom-cta .script {
  margin: 0 0 8px;
  font-size: 28px;
}
.contact-bottom-cta p:not(.script) {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
}
.site-footer {
  margin-top: 24px;
  padding: 28px max(46px, calc((100vw - 890px) / 2)) 12px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
  gap: 36px;
  background: linear-gradient(180deg, #eef5ff, #e6f0ff);
  color: #50608c;
}
.footer-logo { width: 118px; }
.site-footer h3 { font-family: inherit; color: var(--blue-dark); font-size: 13px; font-weight: 700; margin: 0 0 10px; }
.site-footer p { margin: 5px 0; font-size: 13px; }
.site-footer a { display: block; text-decoration: none; margin: 5px 0; font-size: 13px; }
.socials { display: flex; gap: 12px; }
.socials a { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-weight: 700; }
.newsletter { position: relative; }
.newsletter span { position: absolute; left: -9999px; }
.newsletter button { position: absolute; right: 8px; bottom: 4px; border: 0; background: transparent; color: var(--gold); font-size: 18px; }
.copyright { grid-column: 1 / -1; text-align: center; margin: 0; font-size: 13px; color: #7180aa; }

@media (max-width: 900px) {
  .shell { width: min(100% - 48px, 1120px); }
  .site-header { grid-template-columns: 100px 1fr auto; }
  .brand img { width: 96px; }
  .nav-toggle { display: block; justify-self: end; }
  .site-nav { display: none; position: absolute; top: 86px; left: 0; right: 0; flex-direction: column; gap: 4px; padding: 18px; border-radius: 22px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .header-cta { display: none; }
  .hero, .split-panel { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding-top: 34px; }
  .hero-art, .hero-collage { min-height: 390px; }
  .card-grid, .info-cards { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header {
    width: min(100% - 56px, 1040px);
    grid-template-columns: 112px minmax(0, 1fr) auto;
    gap: 12px;
  }
  .brand img { width: 102px; }
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 13px; }
  .site-nav small { display: none; }
  .header-cta {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  h1 { font-size: 49px; max-width: 430px; }
  .script { font-size: 31px; }
  .intro { max-width: 420px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .card-grid, .info-cards, .contact-form { grid-template-columns: 1fr; }
  .contact-form textarea, .contact-form .privacy { grid-column: auto; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 26px; }
  .site-footer { grid-template-columns: 1fr; }
  h1 { font-size: 45px; max-width: 100%; }
  .script { font-size: 31px; }
  .intro { max-width: 100%; }
  .hero { gap: 24px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .btn { width: 100%; }
  .hero-collage { min-height: 360px; }
  .hero-collage .item-1 { width: 52%; height: 30%; left: 0; top: 3%; }
  .hero-collage .item-2 { width: 50%; height: 28%; right: 0; top: 18%; }
  .hero-collage .item-3 { width: 48%; height: 27%; left: 4%; bottom: 18%; }
  .hero-collage .item-4 { width: 56%; height: 34%; right: 0; bottom: 0; }
  .hero-collage .note { width: 122px; height: 122px; left: 35%; bottom: 32%; padding: 18px; font-size: 13px; }
  .atelier-features,
  .workshop-panels,
  .practical-info,
  .participation-band {
    grid-template-columns: 1fr;
  }
  .page-ateliers .atelier-features {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: start;
    margin-top: 26px;
  }
  .page-ateliers .atelier-features article {
    min-width: 0;
    text-align: center;
    font-size: 12px;
  }
  .page-ateliers .atelier-features img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    margin: 0 auto 8px;
  }
  .page-ateliers .workshop-card {
    grid-template-columns: 1fr;
  }
  .page-ateliers .workshop-card > div {
    padding: 22px;
  }
  .page-ateliers .workshop-photo {
    min-height: 220px;
    height: 220px;
  }
  .page-ateliers .practical-info {
    display: grid;
  }
  .page-ateliers .practical-info article {
    border-left: 0;
    border-top: 1px solid rgba(184, 198, 241, .38);
    padding: 20px;
  }
  .page-ateliers .practical-info img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin: 0 auto 10px;
  }
  .page-ateliers .participation-band {
    padding: 26px;
  }
  .page-ateliers .polaroids {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-evenements .event-card-grid,
  .page-evenements .event-services,
  .page-evenements .service-highlights,
  .page-evenements .event-trust,
  .page-evenements .event-cta {
    grid-template-columns: 1fr;
  }
  .page-evenements .service-list,
  .page-evenements .event-trust,
  .page-evenements .event-cta {
    padding: 26px;
  }
  .page-evenements .service-highlights article {
    border-left: 0;
    border-top: 1px solid rgba(184, 198, 241, .35);
  }
  .page-evenements .event-card .icon-wash {
    width: 82px;
    height: 62px;
  }
  .page-evenements .event-card .icon-wash img {
    width: 62px;
    height: 62px;
    object-fit: contain;
  }
  .page-evenements .event-card .icon-wash img[src$="deco.png"] {
    width: 82px;
    height: auto;
  }
  .page-evenements .service-highlights img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin: 0 auto 12px;
  }
  .page-evenements .trust-photos {
    grid-template-columns: 1fr;
  }
  .page-jesmonite .jesmonite-features,
  .page-jesmonite .jesmonite-creations,
  .page-jesmonite .jesmonite-benefits,
  .page-jesmonite .jesmonite-material,
  .page-jesmonite .material-badges,
  .page-jesmonite .jesmonite-cta {
    grid-template-columns: 1fr;
  }
  .page-jesmonite .jesmonite-features {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 26px;
  }
  .page-jesmonite .jesmonite-features article {
    min-width: 0;
    text-align: center;
    font-size: 11.5px;
  }
  .page-jesmonite .jesmonite-features img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    margin: 0 auto 8px;
  }
  .page-jesmonite .jesmonite-visual {
    width: 100%;
    height: 310px;
  }
  .page-jesmonite .jesmonite-visual .note,
  .page-jesmonite .material-photo span {
    left: 12px;
  }
  .page-jesmonite .jesmonite-benefits,
  .page-jesmonite .jesmonite-cta {
    padding: 26px;
  }
  .page-jesmonite .jesmonite-benefits img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }
  .page-jesmonite .material-badges img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }
  .page-jesmonite .jesmonite-cta > img {
    width: 92px;
    height: auto;
    justify-self: center;
  }
  .page-jesmonite .material-photo {
    height: 230px;
  }
  .page-accueil .icon-wash,
  .page-accueil .icon-wash img {
    width: 92px;
  }
  .page-accueil .icon-wash {
    height: 68px;
  }
}

@media (min-width: 901px) {
  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .shell {
    width: min(980px, calc(100% - 36px));
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .site-header {
    width: min(980px, calc(100% - 36px));
    height: 92px;
    margin-top: 20px;
    grid-template-columns: 148px 1fr 148px;
    gap: 24px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .brand img {
    width: 126px;
    height: auto;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .site-nav {
    justify-content: space-between;
    gap: 0;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .site-nav a {
    font-size: 13px;
    padding: 9px 0 12px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .header-cta {
    min-height: 42px;
    padding: 0 19px;
    font-size: 13px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero {
    width: min(980px, calc(100% - 36px));
    grid-template-columns: 425px 475px;
    gap: 80px;
    padding: 30px 0 0;
    min-height: 428px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-copy {
    padding-left: 0;
    align-self: start;
    padding-top: 26px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) h1 {
    width: 440px;
    max-width: 440px;
    margin: 0 0 18px;
    font-size: 60px;
    line-height: .98;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero .script {
    margin: 0 0 22px;
    font-size: 36px;
    line-height: .95;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .intro {
    max-width: 374px;
    font-size: 15px;
    line-height: 1.55;
    color: #2f374d;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-actions {
    margin-top: 28px;
    gap: 16px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-actions .btn {
    min-height: 39px;
    padding: 0 18px;
    font-size: 13px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-collage {
    width: 475px;
    height: 382px;
    min-height: 382px;
    align-self: start;
    margin-top: 2px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-art {
    width: 475px;
    height: 382px;
    min-height: 382px;
    align-self: start;
    margin-top: 2px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-collage .item-1 {
    width: 218px;
    height: 218px;
    left: 2px;
    top: 28px;
    border-radius: 40% 24% 34% 22% / 30% 36% 24% 32%;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-collage .item-2 {
    width: 216px;
    height: 188px;
    right: 0;
    top: 0;
    border-radius: 30% 38% 28% 32% / 28% 24% 30% 24%;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-collage .item-3 {
    width: 190px;
    height: 148px;
    left: 18px;
    bottom: 35px;
    border-radius: 26% 20% 38% 18% / 24% 34% 20% 26%;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-collage .item-4 {
    width: 255px;
    height: 262px;
    right: 0;
    bottom: 0;
    border-radius: 30% 18% 23% 34% / 20% 28% 30% 23%;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .hero-collage .note {
    left: 172px;
    bottom: 124px;
    width: 144px;
    height: 144px;
    z-index: 8;
    font-size: 18px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .section-heading {
    padding: 8px 0 18px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .section-heading h2 {
    font-size: 34px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .section-heading .script {
    font-size: 30px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .card-grid {
    width: min(980px, calc(100% - 36px));
    gap: 8px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .soft-card {
    min-height: 264px;
    padding: 25px 20px 18px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .icon-wash {
    width: 110px;
    height: 78px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .icon-wash img {
    width: 110px;
    height: auto;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .soft-card h3 {
    min-height: 46px;
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 23px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .soft-card p {
    font-size: 13.5px;
    line-height: 1.52;
    margin: 0 0 18px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .soft-card a {
    font-size: 13px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .split-panel {
    width: min(980px, calc(100% - 36px));
    grid-template-columns: 470px 1fr;
    gap: 62px;
    margin-top: 24px;
    padding: 0 10px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .organic-img {
    height: 250px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .split-panel .script {
    margin: 0 0 4px;
    font-size: 30px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .split-panel h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .split-panel p:not(.script) {
    font-size: 14.5px;
    line-height: 1.55;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .split-panel .btn {
    min-height: 39px;
    margin-top: 8px;
    font-size: 13px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .cta-band {
    width: min(980px, calc(100% - 36px));
    min-height: 100px;
    margin-top: 22px;
    padding: 16px 42px;
    border-radius: 28px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .cta-band h2 {
    font-size: 32px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .site-footer {
    margin-top: 18px;
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  :is(.page-accueil, .page-ateliers, .page-evenements, .page-jesmonite, .page-boutique, .page-contact) .footer-logo {
    width: 106px;
  }

  .page-contact .contact-panel,
  .page-contact .contact-info-grid,
  .page-contact .contact-faq,
  .page-contact .contact-bottom-cta {
    width: min(980px, calc(100% - 36px));
  }

  .page-contact .contact-hero {
    min-height: 350px;
    grid-template-columns: 390px 545px;
    gap: 45px;
    padding-top: 12px;
  }

  .page-contact .contact-hero .hero-copy {
    padding-top: 34px;
  }

  .page-contact .contact-hero h1 {
    width: 430px;
    margin-bottom: 8px;
    font-size: 42px;
  }

  .page-contact .contact-hero .script {
    margin: 0 0 12px;
    font-size: 31px;
  }

  .page-contact .contact-hero .contact-script-line {
    margin: 0 0 26px;
    font-size: 38px;
  }

  .page-contact .contact-hero .intro {
    max-width: 375px;
  }

  .page-contact .contact-visual {
    width: 545px;
    height: 285px;
    align-self: start;
    margin-top: 18px;
  }

  .page-contact .contact-panel {
    margin-top: 20px;
    padding: 28px 38px 24px;
    border-radius: 14px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
  }

  .page-contact .contact-panel h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .page-contact .contact-form {
    gap: 14px 18px;
  }

  .page-contact .contact-form input,
  .page-contact .contact-form select,
  .page-contact .contact-form textarea {
    min-height: 48px;
    padding: 13px 17px;
    border-radius: 8px;
    font-size: 13px;
  }

  .page-contact .contact-form textarea {
    min-height: 86px;
  }

  .page-contact .contact-form .privacy {
    margin: 8px 0 0;
    font-size: 11.5px;
  }

  .page-contact .contact-form button {
    min-height: 38px;
    padding: 0 28px;
    font-size: 12.5px;
  }

  .page-contact .contact-info-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 22px;
  }

  .page-contact .contact-info-grid article {
    min-height: 266px;
    padding: 22px 28px;
    border-radius: 14px;
    box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
  }

  .page-contact .contact-info-grid h3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
  }

  .page-contact .contact-faq {
    margin-top: 22px;
    padding: 22px 30px 20px;
    border-radius: 14px;
  }

  .page-contact .contact-faq h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .page-contact .contact-bottom-cta {
    min-height: 104px;
    margin-top: 22px;
    margin-bottom: 0;
    grid-template-columns: 180px 1fr auto;
    gap: 24px;
    padding: 18px 54px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 7% 45%, rgba(255, 231, 145, .34), transparent 15rem),
      radial-gradient(circle at 94% 50%, rgba(196, 218, 255, .36), transparent 16rem),
      rgba(255,255,255,.62);
  }

  .page-contact .contact-bottom-cta h2 {
    text-align: left;
    font-size: 28px;
  }

  .page-ateliers .atelier-hero {
    min-height: 420px;
    grid-template-columns: 420px 503px;
    gap: 50px;
  }

  .page-ateliers .atelier-hero .hero-copy {
    padding-top: 42px;
  }

  .page-ateliers .atelier-hero .hero-copy > .script {
    margin: 0 0 18px;
  }

  .page-ateliers .atelier-hero h1 {
    margin-bottom: 22px;
  }

  .page-ateliers .atelier-hero .intro {
    max-width: 405px;
    line-height: 1.58;
  }

  .page-ateliers .atelier-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    width: 350px;
    margin-top: 36px;
  }

  .page-ateliers .atelier-features article {
    text-align: center;
    color: var(--blue-dark);
    font-size: 12px;
    font-weight: 800;
  }

  .page-ateliers .atelier-features img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 0 auto 8px;
  }

  .page-ateliers .atelier-collage {
    width: 503px;
    height: 392px;
  }

  .page-ateliers .atelier-collage .item-1 {
    width: 230px;
    height: 224px;
    left: 0;
    top: 16px;
    border-radius: 23% 17% 19% 24% / 18% 26% 20% 22%;
  }

  .page-ateliers .atelier-collage .item-2 {
    width: 232px;
    height: 172px;
    right: 0;
    top: 22px;
    border-radius: 13% 18% 16% 19% / 18% 14% 22% 16%;
  }

  .page-ateliers .atelier-collage .item-3 {
    width: 232px;
    height: 150px;
    left: 5px;
    bottom: 15px;
    border-radius: 20% 14% 18% 17% / 18% 20% 14% 16%;
  }

  .page-ateliers .atelier-collage .item-4 {
    width: 245px;
    height: 185px;
    right: 0;
    bottom: 10px;
    border-radius: 12% 19% 18% 24% / 15% 18% 21% 14%;
  }

  .page-ateliers .atelier-collage .note {
    left: 206px;
    bottom: 120px;
    width: 158px;
    height: 158px;
    padding: 28px;
    font-size: 16px;
    line-height: 1.12;
    overflow: hidden;
  }

  .page-ateliers .atelier-heading {
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .page-ateliers .workshop-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: min(980px, calc(100% - 36px));
  }

  .page-ateliers .workshop-card {
    min-height: 278px;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 22px;
    overflow: hidden;
    border: 1px solid rgba(184, 198, 241, .45);
    border-radius: 8px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
  }

  .page-ateliers .workshop-photo {
    width: 100%;
    height: 100%;
    min-height: 278px;
    object-fit: cover;
  }

  .page-ateliers .workshop-card > div {
    padding: 16px 20px 16px 0;
  }

  .page-ateliers .workshop-card h3 {
    margin: 0;
    font-size: 26px;
  }

  .page-ateliers .workshop-card .script {
    margin: 2px 0 12px;
    font-size: 22px;
  }

  .page-ateliers .workshop-card p:not(.script) {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.55;
  }

  .page-ateliers .workshop-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: grid;
    gap: 7px;
    font-size: 12.5px;
  }

  .page-ateliers .workshop-card li {
    position: relative;
    padding-left: 22px;
  }

  .page-ateliers .workshop-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: white;
    font-size: 10px;
    line-height: 1;
  }

  .page-ateliers .workshop-card .btn {
    min-height: 36px;
    padding: 0 18px;
    font-size: 12.5px;
  }

  .page-ateliers .practical-info {
    width: min(980px, calc(100% - 36px));
    margin-top: 28px;
    min-height: 158px;
    display: grid;
    grid-template-columns: 190px repeat(4, 1fr);
    align-items: center;
    border: 1px solid rgba(184, 198, 241, .55);
    border-radius: 18px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
  }

  .page-ateliers .practical-title {
    padding: 24px 28px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-ateliers .practical-title h2 {
    text-align: left;
    font-size: 28px;
    margin: 0;
  }

  .page-ateliers .practical-title span {
    color: var(--gold);
    font-family: "Caveat", cursive;
    font-size: 42px;
    line-height: .8;
  }

  .page-ateliers .practical-info article {
    min-height: 112px;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid rgba(184, 198, 241, .38);
  }

  .page-ateliers .practical-info img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin: 0 auto 10px;
  }

  .page-ateliers .practical-info h3 {
    margin: 0 0 8px;
    font-family: inherit;
    font-size: 13px;
    color: var(--blue-dark);
  }

  .page-ateliers .practical-info p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.55;
  }

  .page-ateliers .participation-band {
    width: min(980px, calc(100% - 36px));
    min-height: 170px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 34px;
    align-items: center;
    padding: 24px 48px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 8% 20%, rgba(255, 231, 145, .32), transparent 14rem),
      radial-gradient(circle at 95% 72%, rgba(255, 231, 145, .22), transparent 15rem),
      rgba(255, 255, 255, .55);
    border: 1px solid rgba(255, 231, 145, .45);
  }

  .page-ateliers .participation-band h2 {
    text-align: left;
    font-size: 32px;
  }

  .page-ateliers .participation-band .script {
    margin: 0 0 10px;
    font-size: 28px;
  }

  .page-ateliers .participation-band p:not(.script) {
    margin: 0 0 16px;
    font-size: 13px;
  }

  .page-ateliers .participation-band .btn {
    min-height: 38px;
    font-size: 13px;
  }

  .page-ateliers .polaroids {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .page-ateliers .polaroids figure {
    width: 135px;
    height: 110px;
    margin: 0;
    padding: 8px 8px 18px;
    background: white;
    box-shadow: 0 12px 28px rgba(64, 88, 150, .16);
  }

  .page-ateliers .polaroids figure:nth-child(1) { transform: rotate(-6deg); }
  .page-ateliers .polaroids figure:nth-child(2) { transform: rotate(4deg); }
  .page-ateliers .polaroids figure:nth-child(3) { transform: rotate(-3deg); }

  .page-ateliers .polaroids img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-evenements .event-hero {
    min-height: 360px;
    grid-template-columns: 380px 520px;
    gap: 80px;
    padding-top: 12px;
  }

  .page-evenements .event-hero .hero-copy {
    padding-top: 48px;
  }

  .page-evenements .event-hero h1 {
    width: 410px;
    margin-bottom: 12px;
    font-size: 42px;
  }

  .page-evenements .event-hero .script {
    margin: 0 0 22px;
    font-size: 40px;
    letter-spacing: 2px;
  }

  .page-evenements .event-hero .intro {
    max-width: 350px;
  }

  .page-evenements .event-hero .hero-actions {
    margin-top: 22px;
  }

  .page-evenements .event-collage {
    width: 520px;
    height: 340px;
    min-height: 340px;
  }

  .page-evenements .event-collage .item-1 {
    width: 260px;
    height: 195px;
    left: 65px;
    top: 0;
    border-radius: 24% 17% 19% 26% / 18% 22% 20% 28%;
    z-index: 3;
  }

  .page-evenements .event-collage .item-2 {
    width: 192px;
    height: 155px;
    right: 12px;
    top: 55px;
    border-radius: 22% 17% 21% 18% / 19% 16% 24% 17%;
    z-index: 2;
  }

  .page-evenements .event-collage .item-3 {
    width: 220px;
    height: 150px;
    left: 0;
    bottom: 24px;
    border-radius: 18% 24% 21% 14% / 21% 18% 17% 20%;
    z-index: 4;
  }

  .page-evenements .event-collage .item-4 {
    width: 285px;
    height: 210px;
    right: 0;
    bottom: 0;
    border-radius: 18% 24% 18% 25% / 15% 18% 24% 19%;
    z-index: 1;
  }

  .page-evenements .event-heading {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .page-evenements .event-card-grid {
    width: min(980px, calc(100% - 36px));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .page-evenements .event-card {
    min-height: 334px;
    padding: 24px 20px 20px;
    text-align: center;
    border: 1px solid rgba(184, 198, 241, .32);
    border-radius: 8px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
  }

  .page-evenements .event-card .icon-wash {
    width: 80px;
    height: 58px;
  }

  .page-evenements .event-card .icon-wash img {
    width: 58px;
    max-height: 58px;
  }

  .page-evenements .event-card .icon-wash img[src$="deco.png"] {
    width: 76px;
  }

  .page-evenements .event-card h3 {
    min-height: 48px;
    margin: 10px 0 12px;
    font-size: 21px;
  }

  .page-evenements .event-card-photo {
    width: 100%;
    height: 118px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 14px;
  }

  .page-evenements .event-card p {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .page-evenements .event-services {
    width: min(980px, calc(100% - 36px));
    margin-top: 22px;
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 26px;
    align-items: center;
  }

  .page-evenements .service-list {
    min-height: 170px;
    padding: 26px 50px;
    border-radius: 24px;
    background: rgba(255,255,255,.7);
  }

  .page-evenements .service-list h2 {
    text-align: left;
    font-size: 31px;
  }

  .page-evenements .service-list .script {
    margin: 0 0 12px;
    font-size: 25px;
  }

  .page-evenements .service-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 7px;
    font-size: 12.5px;
  }

  .page-evenements .service-list li {
    position: relative;
    padding-left: 22px;
  }

  .page-evenements .service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: white;
    font-size: 10px;
  }

  .page-evenements .service-highlights {
    min-height: 170px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 20px;
    border: 1px solid rgba(184, 198, 241, .42);
    background: rgba(238,245,255,.7);
  }

  .page-evenements .service-highlights article {
    padding: 26px 24px;
    text-align: center;
    border-left: 1px solid rgba(184, 198, 241, .35);
  }

  .page-evenements .service-highlights article:first-child {
    border-left: 0;
  }

  .page-evenements .service-highlights img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin: 0 auto 12px;
  }

  .page-evenements .service-highlights h3 {
    margin: 0 0 10px;
    font-family: inherit;
    font-size: 12.5px;
    color: var(--blue-dark);
  }

  .page-evenements .service-highlights p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.65;
  }

  .page-evenements .event-trust {
    width: min(980px, calc(100% - 36px));
    min-height: 156px;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 34px;
    align-items: center;
    padding: 28px 54px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 5% 35%, rgba(196, 218, 255, .34), transparent 16rem),
      rgba(255,255,255,.58);
  }

  .page-evenements .event-trust h2 {
    text-align: left;
    font-size: 29px;
  }

  .page-evenements .event-trust p {
    margin: 14px 0 8px;
    font-size: 13px;
    line-height: 1.6;
  }

  .page-evenements .event-trust small {
    color: var(--gold);
  }

  .page-evenements .trust-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .page-evenements .trust-photos img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    border-radius: 8px;
  }

  .page-evenements .event-cta {
    width: min(980px, calc(100% - 36px));
    min-height: 112px;
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 20px 70px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 12% 25%, rgba(255, 231, 145, .32), transparent 15rem),
      radial-gradient(circle at 92% 50%, rgba(255, 231, 145, .22), transparent 14rem),
      rgba(255,255,255,.58);
    border: 1px solid rgba(255, 231, 145, .45);
  }

  .page-evenements .event-cta h2 {
    text-align: left;
    font-size: 30px;
  }

  .page-evenements .event-cta .script {
    margin: 0;
    font-size: 27px;
  }

  .page-evenements .event-cta p:not(.script) {
    margin: 4px 0 0;
    font-size: 12.5px;
  }

  .page-jesmonite .jesmonite-hero {
    min-height: 430px;
    grid-template-columns: 390px 545px;
    gap: 45px;
    padding-top: 28px;
  }

  .page-jesmonite .jesmonite-hero .hero-copy {
    padding-top: 30px;
  }

  .page-jesmonite .jesmonite-hero h1 {
    width: 430px;
    margin-bottom: 8px;
    font-size: 44px;
  }

  .page-jesmonite .jesmonite-hero .script {
    margin: 0 0 22px;
    font-size: 39px;
  }

  .page-jesmonite .jesmonite-hero .intro {
    max-width: 350px;
  }

  .page-jesmonite .jesmonite-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 350px;
    margin-top: 28px;
  }

  .page-jesmonite .jesmonite-features article {
    text-align: center;
    color: var(--blue-dark);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
  }

  .page-jesmonite .jesmonite-features img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 0 auto 8px;
  }

  .page-jesmonite .jesmonite-hero .hero-actions {
    margin-top: 26px;
  }

  .page-jesmonite .jesmonite-visual {
    position: relative;
    width: 545px;
    height: 370px;
    align-self: start;
  }

  .page-jesmonite .jesmonite-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgba(216, 160, 68, .65);
    border-radius: 18% 8% 22% 14% / 16% 10% 20% 18%;
    box-shadow: var(--shadow);
  }

  .page-jesmonite .jesmonite-visual .note {
    position: absolute;
    left: -58px;
    bottom: 28px;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 26px;
    border-radius: 50%;
    background: rgba(232, 241, 255, .94);
    color: var(--blue);
    font-family: "Caveat", cursive;
    font-size: 16px;
    line-height: 1.12;
    transform: rotate(-7deg);
    z-index: 3;
  }

  .page-jesmonite .jesmonite-heading {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .page-jesmonite .jesmonite-creations {
    width: min(980px, calc(100% - 36px));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }

  .page-jesmonite .jesmonite-creations article {
    min-height: 275px;
    padding: 18px 14px 16px;
    text-align: center;
    border: 1px solid rgba(184, 198, 241, .36);
    border-radius: 8px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
  }

  .page-jesmonite .jesmonite-creations h3 {
    min-height: 34px;
    margin: 0 0 12px;
    font-family: inherit;
    font-size: 15px;
    color: var(--blue-dark);
  }

  .page-jesmonite .jesmonite-creations img {
    width: 100%;
    height: 132px;
    object-fit: cover;
    border-radius: 7px;
    margin-bottom: 14px;
  }

  .page-jesmonite .jesmonite-creations p {
    min-height: 48px;
    margin: 0 0 14px;
    font-size: 11.5px;
    line-height: 1.55;
  }

  .page-jesmonite .jesmonite-creations a {
    color: var(--blue);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
  }

  .page-jesmonite .jesmonite-benefits {
    width: min(980px, calc(100% - 36px));
    min-height: 104px;
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 20px 36px;
    border: 1px solid rgba(184, 198, 241, .4);
    border-radius: 18px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 18px 55px rgba(64, 88, 150, .045);
  }

  .page-jesmonite .jesmonite-benefits article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
  }

  .page-jesmonite .jesmonite-benefits img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  .page-jesmonite .jesmonite-benefits h3 {
    margin: 0 0 8px;
    font-family: inherit;
    font-size: 13px;
    color: var(--blue-dark);
  }

  .page-jesmonite .jesmonite-benefits p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .page-jesmonite .jesmonite-material {
    width: min(980px, calc(100% - 36px));
    margin-top: 26px;
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 64px;
    align-items: center;
  }

  .page-jesmonite .material-photo {
    position: relative;
    height: 240px;
  }

  .page-jesmonite .material-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgba(216, 160, 68, .65);
    border-radius: 28% 16% 22% 13% / 18% 16% 18% 22%;
    box-shadow: var(--shadow);
  }

  .page-jesmonite .material-photo span {
    position: absolute;
    left: -50px;
    bottom: -22px;
    width: 145px;
    height: 145px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 22px;
    border-radius: 50%;
    background: rgba(255, 241, 181, .88);
    color: var(--gold);
    font-family: "Caveat", cursive;
    font-size: 17px;
    line-height: 1.08;
    transform: rotate(-9deg);
  }

  .page-jesmonite .material-copy > .script {
    margin: 0 0 6px;
    color: var(--blue);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    line-height: 1;
  }

  .page-jesmonite .material-copy h2 {
    text-align: left;
    margin-bottom: 16px;
    font-family: "Caveat", cursive;
    color: var(--gold);
    font-size: 30px;
    font-weight: 600;
  }

  .page-jesmonite .material-copy p:not(.script) {
    margin: 0 0 20px;
    max-width: 430px;
    font-size: 13px;
    line-height: 1.6;
  }

  .page-jesmonite .material-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .page-jesmonite .material-badges article {
    min-height: 58px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(184, 198, 241, .35);
    border-radius: 16px;
    background: rgba(255,255,255,.72);
    font-size: 9.5px;
    line-height: 1.25;
    color: var(--blue-dark);
  }

  .page-jesmonite .material-badges img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .page-jesmonite .jesmonite-cta {
    width: min(980px, calc(100% - 36px));
    min-height: 112px;
    margin-top: 28px;
    display: grid;
    grid-template-columns: 125px 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 20px 46px;
    border-radius: 26px;
    background:
      radial-gradient(circle at 7% 38%, rgba(196, 218, 255, .34), transparent 15rem),
      radial-gradient(circle at 96% 55%, rgba(255, 231, 145, .24), transparent 15rem),
      rgba(255,255,255,.58);
    border: 1px solid rgba(196, 218, 255, .38);
  }

  .page-jesmonite .jesmonite-cta > img {
    width: 98px;
    height: auto;
  }

  .page-jesmonite .jesmonite-cta h2 {
    text-align: left;
    font-size: 26px;
  }

  .page-jesmonite .jesmonite-cta .script {
    margin: 0;
    font-size: 25px;
  }

  .page-jesmonite .jesmonite-cta p:not(.script) {
    margin: 4px 0 0;
    font-size: 12px;
  }

  .page-boutique .boutique-hero-simple {
    width: min(980px, calc(100% - 36px));
    min-height: 430px;
    grid-template-columns: 390px 545px;
    gap: 45px;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .page-boutique .boutique-hero-simple .hero-copy {
    padding-top: 0;
    text-align: left;
  }

  .page-boutique .boutique-hero-simple h1 {
    width: 390px;
    margin-bottom: 8px;
    font-size: 46px;
  }

  .page-boutique .boutique-hero-simple .script {
    margin: 0 0 22px;
    font-size: 37px;
    line-height: 1.05;
  }

  .page-boutique .boutique-hero-simple .intro {
    max-width: 340px;
  }

  .page-boutique .boutique-hero-simple .hero-actions {
    margin-top: 28px;
    justify-content: flex-start;
  }

  .page-boutique .boutique-hero-simple .hero-actions .btn {
    min-height: 42px;
    padding: 0 22px;
    font-size: 13px;
  }

  .page-boutique .boutique-visual {
    position: relative;
    width: 545px;
    height: 370px;
  }

  .page-boutique .boutique-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgba(216, 160, 68, .65);
    border-radius: 18% 8% 22% 14% / 16% 10% 20% 18%;
    box-shadow: var(--shadow);
  }

  .page-boutique .boutique-visual .note {
    position: absolute;
    left: -58px;
    bottom: 34px;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 26px;
    border-radius: 50%;
    background: rgba(232, 241, 255, .94);
    color: var(--blue);
    font-family: "Caveat", cursive;
    font-size: 17px;
    line-height: 1.12;
    transform: rotate(-7deg);
  }
}

.page-realisations .realisations-intro {
  position: relative;
  padding: 54px 0 24px;
  text-align: center;
}

.page-realisations .realisations-intro::before,
.page-realisations .realisations-intro::after {
  content: "✦";
  position: absolute;
  color: var(--gold);
  font-size: 20px;
}

.page-realisations .realisations-intro::before {
  left: 14%;
  top: 110px;
}

.page-realisations .realisations-intro::after {
  right: 16%;
  top: 150px;
  color: var(--blue);
}

.page-realisations .realisations-intro h1 {
  width: auto;
  max-width: none;
  margin: 0 auto 6px;
  font-size: 56px;
}

.page-realisations .realisations-intro .script {
  margin: 0 auto 18px;
  font-size: 39px;
}

.page-realisations .realisations-intro .intro {
  max-width: 620px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
}

.realisations-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
}

.realisations-filters button {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(75, 102, 232, .55);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--blue);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.realisations-filters button.active {
  background: linear-gradient(180deg, #5678f0, #3155d5);
  color: white;
  box-shadow: 0 12px 28px rgba(69, 103, 223, .2);
}

.realisations-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 118px;
  gap: 14px;
  padding: 20px 0 28px;
}

.realisation-card {
  min-width: 0;
}

.realisation-card[hidden] {
  display: none;
}

.realisation-card.size-tall {
  grid-row: span 3;
}

.realisation-card.size-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.realisation-card.size-regular {
  grid-row: span 2;
}

.realisation-card button {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 198, 241, .38);
  border-radius: 16px;
  background: white;
  box-shadow: 0 18px 48px rgba(64, 88, 150, .08);
  cursor: pointer;
}

.realisation-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.realisation-card button:hover img,
.realisation-card button:focus-visible img {
  transform: scale(1.035);
}

.realisation-card span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 253, 248, .88);
  text-align: left;
  color: var(--blue-dark);
  box-shadow: 0 8px 24px rgba(64, 88, 150, .1);
}

.realisation-card strong,
.realisation-card small {
  display: block;
}

.realisation-card strong {
  font-size: 13px;
}

.realisation-card small {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.25;
}

.realisations-cta {
  min-height: 118px;
  margin-top: 10px;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 22px 58px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 34%, rgba(196, 218, 255, .34), transparent 16rem),
    radial-gradient(circle at 96% 50%, rgba(255, 231, 145, .24), transparent 14rem),
    rgba(255,255,255,.62);
  border: 1px solid rgba(196, 218, 255, .38);
}

.realisations-cta h2 {
  text-align: left;
  font-size: 34px;
}

.realisations-cta p {
  margin: 0;
  max-width: 560px;
  font-size: 13px;
  line-height: 1.55;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 72px minmax(0, 920px) 72px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 36px;
  background: rgba(14, 23, 54, .78);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.lightbox img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.lightbox figcaption {
  color: white;
  font-weight: 700;
  text-align: center;
}

.lightbox button {
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.16);
  color: white;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  right: 26px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
}

.lightbox-prev,
.lightbox-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 44px;
  line-height: .8;
}

@media (min-width: 901px) {
  .page-realisations .shell {
    width: min(980px, calc(100% - 36px));
  }

  .page-realisations .site-header {
    width: min(980px, calc(100% - 36px));
    height: 92px;
    margin-top: 20px;
    grid-template-columns: 148px 1fr 148px;
    gap: 24px;
  }

  .page-realisations .brand img {
    width: 126px;
    height: auto;
  }

  .page-realisations .site-nav {
    justify-content: space-between;
    gap: 0;
  }

  .page-realisations .site-nav a {
    font-size: 13px;
    padding: 9px 0 12px;
  }

  .page-realisations .header-cta {
    min-height: 42px;
    padding: 0 19px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .realisations-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }

  .realisations-cta {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .lightbox {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 8px;
    padding: 22px 12px;
  }
}

@media (max-width: 900px) {
  .page-contact .contact-visual {
    width: 100%;
    height: 300px;
  }

  .page-contact .contact-info-grid,
  .page-contact .contact-faq > div,
  .page-contact .contact-bottom-cta {
    grid-template-columns: 1fr;
  }

  .page-contact .contact-info-grid {
    gap: 18px;
    margin-top: 20px;
  }

  .page-contact .contact-faq {
    margin-top: 20px;
    padding: 24px;
  }

  .page-contact .contact-faq article,
  .page-contact .contact-faq article:first-child {
    border-left: 0;
    border-top: 1px solid rgba(184, 198, 241, .42);
  }

  .page-contact .contact-faq article:first-child {
    border-top: 0;
  }

  .page-contact .contact-bottom-cta {
    margin-top: 20px;
    padding: 28px;
    text-align: center;
  }

  .page-contact .contact-bottom-cta h2 {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .site-header {
    width: min(100% - 28px, 420px);
    grid-template-columns: 78px minmax(0, 1fr) 48px;
    gap: 9px;
    align-items: center;
    margin-top: 18px;
  }

  .brand {
    grid-column: 1;
  }

  .brand img {
    width: 78px;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    justify-self: end;
    min-height: 38px;
    max-width: 100%;
    padding: 0 12px;
    font-size: 11.5px;
  }

  .nav-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .nav-toggle span {
    width: 22px;
    margin: 5px auto;
  }

  .site-nav {
    top: 68px;
  }
}

@media (max-width: 560px) {
  .page-realisations .realisations-intro {
    padding-top: 34px;
  }

  .page-realisations .realisations-intro h1 {
    font-size: 44px;
  }

  .page-realisations .realisations-intro .script {
    font-size: 32px;
  }

  .realisations-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .realisation-card,
  .realisation-card.size-tall,
  .realisation-card.size-wide,
  .realisation-card.size-regular {
    grid-column: auto;
    grid-row: auto;
  }

  .realisation-card button {
    height: 260px;
  }

  .lightbox {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-prev,
  .lightbox-next {
    justify-self: center;
  }

  .page-contact .contact-hero .contact-script-line {
    font-size: 32px;
  }

  .page-contact .contact-visual .note {
    right: 46px;
    bottom: -8px;
    width: 94px;
    height: 94px;
    padding: 18px;
    font-size: 10.5px;
    overflow: hidden;
    transform: none;
  }

  .page-contact .contact-panel {
    padding: 24px 18px;
  }

  .page-contact .contact-info-grid article,
  .page-contact .contact-faq {
    padding: 24px 20px;
  }
}
