:root {
  --cream: #f7f1e8;
  --off-white: #fffaf3;
  --soft-pink: #e9b5aa;
  --dusty-pink: #d99082;
  --sage: #a7ad8d;
  --deep-sage: #7f896c;
  --soft-green: #c4c7a7;
  --brown: #55483f;
  --dark-text: #302b27;
  --muted-text: #756b64;
  --border: rgba(120, 100, 85, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 70px rgba(91, 75, 61, .13);
  --soft-shadow: 0 8px 25px rgba(85, 72, 63, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--dark-text);
  background:
    radial-gradient(circle at 10% 10%, rgba(233,181,170,.16), transparent 28rem),
    radial-gradient(circle at 90% 80%, rgba(167,173,141,.18), transparent 32rem),
    var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #bd6f64; outline-offset: 4px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: .5rem; transform: translateY(-150%); padding: .7rem 1rem; border-radius: 999px; background: var(--dark-text); color: white; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 24px auto;
  overflow: clip;
  background: var(--off-white);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 44px;
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  min-height: 108px;
  padding: 0 5.5%;
  background: rgba(255,250,243,.93);
  border-bottom: 1px solid transparent;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: min-height .3s ease, box-shadow .3s ease, border-color .3s ease, background-color .3s ease;
}
.site-header.compact { min-height: 78px; border-color: var(--border); background: rgba(255,250,243,.98); box-shadow: 0 10px 28px rgba(85,72,63,.12); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
@supports not (backdrop-filter: blur(1px)) {
  .site-header { background: rgba(255,250,243,.98); }
}
.brand { display: inline-flex; align-items: center; gap: .75rem; width: fit-content; color: var(--brown); text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 62px; height: 76px; overflow: hidden; padding: 3px; color: var(--brown); border: 1px solid rgba(217,144,130,.25); border-radius: 21px; background: #d8edf3; box-shadow: 0 5px 15px rgba(85,72,63,.14), inset 0 0 0 3px rgba(255,250,243,.62); }
.brand-mark img { width: 100%; height: 100%; border-radius: 17px; object-fit: contain; object-position: center; }
.brand-mark svg { width: 31px; height: 31px; fill: currentColor; }
.brand-copy { display: grid; line-height: .95; font-family: var(--serif); }
.brand-copy small { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.brand-copy strong { font-size: 1.45rem; font-weight: 600; }
.main-nav { display: flex; justify-content: center; gap: clamp(1.4rem, 3vw, 3rem); }
.main-nav a { position: relative; padding: .75rem 0; color: var(--dark-text); font-family: var(--serif); font-size: 1.15rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: .35rem; left: 50%; height: 1.5px; background: var(--dusty-pink); transition: inset .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; left: 0; }
.main-nav a.active { color: #bd6f64; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 48px; padding: .65rem 1.3rem; border: 1px solid var(--dusty-pink); border-radius: 999px; font-family: var(--serif); font-weight: 600; text-decoration: none; transition: .25s ease; }
.header-cta svg { width: 18px; height: 18px; fill: var(--dusty-pink); transition: transform .25s ease; }
.header-cta:hover, .header-cta:focus-visible { background: #fff3ee; transform: translateY(-2px); }
.header-cta:is(:hover,:focus-visible) svg { transform: scale(1.03); }
.header-cta:active { transform: translateY(0) scale(.99); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  isolation: isolate;
  padding: 34px clamp(22px, 4.3vw, 60px) 38px;
  background: #fbf5ed;
}
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; width: 58%; opacity: .3; background-repeat: no-repeat; background-position: center; background-size: cover; pointer-events: none; }
.hero::before { left: 0; background-image: linear-gradient(180deg,rgba(255,250,243,.15),transparent 30%,rgba(255,250,243,.12)),linear-gradient(90deg,rgba(255,250,243,.02) 0%,rgba(255,250,243,.1) 50%,rgba(255,250,243,.82) 82%,#fbf5ed 100%),url("assets/images/hero-chiens.jpg"); }
.hero::after { right: 0; background-image: linear-gradient(180deg,rgba(255,250,243,.15),transparent 30%,rgba(255,250,243,.12)),linear-gradient(90deg,#fbf5ed 0%,rgba(255,250,243,.82) 18%,rgba(255,250,243,.1) 50%,rgba(255,250,243,.02) 100%),url("assets/images/hero-coeur-fleurs.jpg"); }
.hero-petals { position: absolute; z-index: 1; inset: 0; overflow: hidden; background: linear-gradient(180deg,rgba(255,250,243,.56) 0%,rgba(255,250,243,.34) 28%,rgba(255,250,243,.08) 58%,transparent 76%); pointer-events: none; }
.hero-petal { --drift: 34px; --mid-drift: -13px; --fall: 660px; --mid-fall: 343px; --turn: 170deg; --mid-turn: 82deg; position: absolute; top: -24px; left: 12%; width: 11px; height: 17px; border-radius: 72% 28% 68% 32%; opacity: 0; background: rgba(233,181,170,.68); box-shadow: inset 0 0 0 1px rgba(255,250,243,.32), 0 1px 2px rgba(85,72,63,.08); transform-origin: 50% 70%; will-change: transform, opacity; animation: petal-drift 14s linear infinite; }
.hero-petal:nth-child(2) { --drift: -28px; --mid-drift: 10px; --turn: -145deg; --mid-turn: -70deg; left: 31%; width: 10px; height: 15px; background: rgba(255,241,222,.82); animation-duration: 17s; animation-delay: -7s; }
.hero-petal:nth-child(3) { --drift: 40px; --mid-drift: -15px; --turn: 200deg; --mid-turn: 96deg; left: 53%; width: 12px; height: 18px; background: rgba(226,149,135,.58); animation-duration: 16s; animation-delay: -12s; }
.hero-petal:nth-child(4) { --drift: -36px; --mid-drift: 13px; --turn: -180deg; --mid-turn: -86deg; left: 72%; width: 10px; height: 16px; background: rgba(245,211,197,.76); animation-duration: 18s; animation-delay: -4s; }
.hero-petal:nth-child(5) { --drift: 26px; --mid-drift: -9px; --turn: 150deg; --mid-turn: 72deg; left: 88%; width: 11px; height: 16px; background: rgba(255,235,213,.78); animation-duration: 15s; animation-delay: -10s; }
@keyframes petal-drift {
  0% { opacity: 0; transform: translate3d(0,-18px,0) rotate(0); }
  12% { opacity: .62; }
  55% { transform: translate3d(var(--mid-drift),var(--mid-fall),0) rotate(var(--mid-turn)); }
  82% { opacity: .42; }
  100% { opacity: 0; transform: translate3d(var(--drift),var(--fall),0) rotate(var(--turn)); }
}
.hero-brand, .hero-stage { position: relative; z-index: 2; }
.hero-brand { max-width: 690px; margin: 0 auto; text-align: center; }
.eyebrow { display: inline-block; color: var(--deep-sage); font-size: .72rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { margin: -.05rem 0 0; font-family: var(--serif); font-size: clamp(3rem, 4.3vw, 3.85rem); font-weight: 600; line-height: 1; letter-spacing: .075em; white-space: nowrap; text-transform: uppercase; text-shadow: 0 2px 20px rgba(255,250,243,.85); }
.floral-paw { display: flex; align-items: center; justify-content: center; gap: .35rem; margin: .4rem 0 .2rem; color: var(--dusty-pink); font-size: 1.2rem; }
.floral-paw svg { width: 34px; height: 34px; fill: var(--brown); }
.hero-brand p { position: relative; width: fit-content; margin: 0 auto; padding: .25rem 2.5rem .65rem; border-bottom: 1px solid rgba(127,137,108,.45); font-family: var(--serif); font-size: clamp(1.03rem, 1.7vw, 1.3rem); font-weight: 600; }
.hero-brand p span { margin: 0 .35rem; color: var(--dusty-pink); }

.hero-stage { display: grid; grid-template-columns: 1fr minmax(250px, 330px) 1fr; align-items: center; max-width: 900px; min-height: 360px; margin: -6px auto 0; }
.hero-actions { position: relative; z-index: 3; display: grid; gap: 27px; }
.hero-actions-left { justify-items: end; }
.hero-actions-right { justify-items: start; }
.orbit-button { position: relative; display: flex; align-items: center; gap: .85rem; width: 166px; min-height: 58px; padding: .6rem 1.05rem; border: 1px solid rgba(116,94,78,.16); border-radius: 999px; background: rgba(255,250,243,.94); box-shadow: 0 5px 14px rgba(67,54,44,.16); font-family: var(--serif); font-size: 1.02rem; font-weight: 600; line-height: 1.05; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.orbit-button:hover, .orbit-button:focus-visible { z-index: 2; transform: translateY(-2px); background: #fff; box-shadow: 0 10px 23px rgba(67,54,44,.18); }
.orbit-button:active { transform: translateY(0) scale(.99); box-shadow: 0 4px 11px rgba(67,54,44,.15); }
.orbit-button svg { flex: 0 0 auto; width: 24px; height: 24px; fill: currentColor; transition: transform .25s ease; }
.orbit-button:is(:hover,:focus-visible) svg { transform: scale(1.03); }
.hero-actions-left .orbit-button:nth-child(1):is(:hover,:focus-visible) svg { transform: translateY(-1px) scale(1.03); }
.hero-actions-left .orbit-button:nth-child(2):is(:hover,:focus-visible) svg { transform: rotate(3deg) scale(1.03); }
.hero-actions-right .orbit-button:nth-child(1):is(:hover,:focus-visible) svg { transform: rotate(4deg) scale(1.03); }
.hero-actions-right .orbit-button:nth-child(2):is(:hover,:focus-visible) svg { transform: scale(1.04); }
.hero-actions-right .orbit-button:nth-child(3):is(:hover,:focus-visible) svg { transform: translateX(1px) scale(1.03); }
.orbit-button svg.sage { color: var(--deep-sage); }
.orbit-button svg.pink { color: var(--dusty-pink); }
.hero-actions-left .orbit-button::after, .hero-actions-right .orbit-button::after { content: ""; position: absolute; top: 50%; width: 57px; border-top: 1.5px dashed rgba(217,144,130,.65); }
.hero-actions-left .orbit-button::after { right: -57px; transform: rotate(18deg); transform-origin: left; }
.hero-actions-left .orbit-button:nth-child(2)::after { transform: rotate(0); }
.hero-actions-left .orbit-button:nth-child(3)::after { transform: rotate(-18deg); }
.hero-actions-right .orbit-button::after { left: -57px; transform: rotate(-18deg); transform-origin: right; }
.hero-actions-right .orbit-button:nth-child(2)::after { transform: rotate(0); }
.hero-actions-right .orbit-button:nth-child(3)::after { transform: rotate(18deg); }

.balloon-wrap { position: relative; z-index: 2; display: grid; place-items: center; height: 390px; }
.balloon-image { display: block; width: min(100%, 290px); height: auto; max-height: 386px; border-radius: 32px; object-fit: contain; object-position: center; filter: drop-shadow(0 14px 12px rgba(85,72,63,.2)); animation: leo-float 10s ease-in-out infinite; }
@keyframes leo-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.section-pad { padding: 86px clamp(24px, 6vw, 88px); }
.section-heading { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.section-heading h2, .service-content h2, .about-copy h2 { margin: .18rem 0 .1rem; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.7rem); font-weight: 600; line-height: 1.03; }
.heading-heart { display: block; color: var(--dusty-pink); font-size: 1.15rem; }
.worlds { background: #fffbf6; }
.world-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.world-card { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 245px; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 28px; transition: transform .3s ease, box-shadow .3s ease; }
.world-card:hover, .world-card:focus-within { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(85,72,63,.15); }
.dog-card { background: linear-gradient(130deg,#eff0e5,#dadfc8); }
.bouquet-card { background: linear-gradient(130deg,#f8e9e3,#f4dcd5); }
.world-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 32px; }
.world-icon { width: 34px; height: 34px; margin-bottom: .5rem; fill: var(--deep-sage); color: var(--dusty-pink); }
.bouquet-card .world-icon { fill: var(--dusty-pink); }
.world-copy h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: 1.65rem; line-height: 1.1; }
.world-copy p { margin: 0 0 1.3rem; color: var(--muted-text); font-size: .87rem; line-height: 1.55; }
.world-image { min-height: 245px; background-repeat: no-repeat; background-size: cover; transition: transform .4s ease; }
.world-card:hover .world-image, .world-card:focus-within .world-image { transform: scale(1.025); }
.dog-image { background-image: url("assets/images/carte-garderie.jpg"); background-position: center; }
.bouquet-image { background-image: url("assets/images/carte-bouquet.jpg"); background-position: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 48px; padding: .7rem 1.2rem; border: 1px solid transparent; border-radius: 999px; color: #fff; font-size: .9rem; font-weight: 600; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(85,72,63,.15); }
.button:active { transform: translateY(0) scale(.99); box-shadow: 0 3px 10px rgba(85,72,63,.12); }
.button-sage { background: var(--deep-sage); }
.button-sage:hover { background: #6f7a5d; }
.button-pink { background: var(--dusty-pink); }
.button-pink:hover { background: #c77d70; }
.button-ghost { border-color: var(--border); color: var(--brown); background: rgba(255,250,243,.65); }
.button svg { width: 18px; height: 18px; fill: currentColor; transition: transform .25s ease; }
.button:is(:hover,:focus-visible) svg { transform: scale(1.03); }

.service-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(35px, 6vw, 82px); align-items: stretch; padding: 96px clamp(24px, 7vw, 100px); }
.garderie-section { background: linear-gradient(135deg,#eef0e3,#fbf8ef 58%); }
.bouquet-section { background: linear-gradient(145deg,#fffaf3 40%,#f8e7e1); }
.service-art { position: relative; min-height: 620px; overflow: hidden; border-radius: 150px 150px 28px 28px; background-repeat: no-repeat; background-size: cover; box-shadow: var(--soft-shadow); }
.service-art-dogs { background-image: url("assets/images/garderie-chiens.jpg?v=real-2"); background-position: center; }
.service-art-bouquet { border-radius: 28px 150px 150px 28px; background-image: url("assets/images/bouquet-fleurs.jpg?v=real-2"); background-position: center; }
.art-badge { position: absolute; right: 22px; bottom: 24px; display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1rem; border-radius: 999px; color: var(--deep-sage); background: rgba(255,250,243,.9); box-shadow: var(--soft-shadow); font-family: var(--serif); font-weight: 600; backdrop-filter: blur(8px); }
.art-badge svg { width: 17px; height: 17px; fill: var(--dusty-pink); }
.pink-badge { right: auto; left: 22px; color: #ad655b; }
.service-content { align-self: center; max-width: 650px; }
.service-content > p, .about-copy p { color: var(--muted-text); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1.2rem; padding: 0; margin: 1.6rem 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.6rem; color: var(--brown); font-size: .92rem; }
.check-list li::before { content: "♥"; position: absolute; left: 0; color: var(--dusty-pink); }
.care-notes { display: grid; gap: 12px; margin: 1.4rem 0; }
.care-notes article { display: flex; align-items: flex-start; gap: .9rem; padding: 1rem 1.1rem; border: 1px solid rgba(127,137,108,.2); border-radius: 18px; background: rgba(255,255,255,.58); transition: transform .3s ease, box-shadow .3s ease; }
.care-notes article:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(85,72,63,.09); }
.care-notes svg { flex: 0 0 auto; width: 27px; height: 27px; margin-top: .15rem; fill: var(--deep-sage); }
.care-notes article:nth-child(2) svg { fill: var(--dusty-pink); }
.care-notes h3 { margin: 0 0 .25rem; font-family: var(--serif); font-size: 1.2rem; line-height: 1.1; }
.care-notes p { margin: .25rem 0 0; color: var(--muted-text); font-size: .77rem; line-height: 1.5; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 1.4rem 0 .7rem; }
.price-grid article { padding: 1.2rem; border: 1px solid rgba(127,137,108,.2); border-radius: 20px; background: rgba(255,250,243,.7); transition: transform .3s ease, box-shadow .3s ease; }
.price-grid article:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(85,72,63,.09); }
.price-grid span { display: block; color: var(--deep-sage); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.price-grid strong { display: block; margin: .15rem 0; font-family: var(--serif); font-size: 2.3rem; line-height: 1; }
.price-grid strong small { font-family: var(--sans); font-size: .8rem; }
.price-grid p { margin: 0; color: var(--muted-text); font-size: .8rem; }
.fine-print { margin: .3rem 0 .4rem; font-size: .78rem; }
.treatment-note { margin: 0 0 1.4rem; padding-left: .9rem; border-left: 2px solid var(--deep-sage); font-size: .78rem; }
.petal-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.5rem 0; }
.petal-list span { padding: .55rem .85rem; border: 1px solid rgba(217,144,130,.3); border-radius: 999px; color: #8f5e56; background: rgba(255,255,255,.55); font-size: .8rem; }
.budget-card { display: flex; align-items: flex-start; gap: 1rem; margin: 1.4rem 0; padding: 1.2rem; border: 1px solid rgba(217,144,130,.28); border-radius: 22px; background: rgba(255,255,255,.62); box-shadow: 0 8px 22px rgba(85,72,63,.07); transition: transform .3s ease, box-shadow .3s ease; }
.budget-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(85,72,63,.11); }
.budget-card > svg { flex: 0 0 auto; width: 32px; height: 32px; color: var(--dusty-pink); fill: var(--dusty-pink); }
.budget-card h3 { margin: 0 0 .35rem; font-family: var(--serif); font-size: 1.45rem; line-height: 1.1; }
.budget-card p { margin: .35rem 0; color: var(--muted-text); font-size: .82rem; }
.budget-card strong { display: block; margin: .55rem 0; color: #a35e54; font-size: .88rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }

.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 96px); align-items: center; background: #fffaf3; }
.about-visual { position: relative; display: grid; place-items: center; min-height: 430px; overflow: hidden; border-radius: 48% 48% 24px 24px; background: radial-gradient(circle at center,#fffaf3 0 25%,transparent 26%), repeating-radial-gradient(circle at 47% 52%,#edbeb3 0 8px,#a7ad8d 9px 13px,#f7e2d9 14px 25px); box-shadow: var(--soft-shadow); }
.about-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-visual.has-photo .fallback-floral { display: none; }
.fallback-floral { display: grid; grid-template-columns: auto auto auto; place-items: center; gap: .45rem; color: var(--dusty-pink); font-family: var(--serif); font-size: 2.7rem; text-align: center; }
.fallback-floral svg { width: 72px; height: 72px; fill: var(--brown); }
.fallback-floral small { grid-column: 1 / -1; padding: .3rem .8rem; border-radius: 999px; color: var(--brown); background: rgba(255,250,243,.88); font-family: var(--sans); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.about-copy { max-width: 670px; }
.signature { display: block; margin-top: 1.2rem; color: var(--dusty-pink); font-family: var(--serif); font-size: 1.9rem; font-style: italic; }

.contact-section { padding: 96px clamp(24px, 6vw, 84px); background: linear-gradient(145deg,#f4eee1,#fffaf3 48%,#f5e2dc); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 26px; align-items: stretch; max-width: 1040px; margin: 0 auto; }
.contact-card, .contact-actions-panel { border: 1px solid rgba(255,255,255,.82); border-radius: 28px; box-shadow: var(--soft-shadow); }
.contact-card { padding: 35px; color: #fff; background: linear-gradient(150deg,#8f9979,#717b60); }
.contact-card h3 { margin: 0 0 1.2rem; font-family: var(--serif); font-size: 1.7rem; }
.contact-list { display: grid; gap: 1.15rem; padding: 0; margin: 0; list-style: none; }
.contact-list li { display: flex; align-items: center; gap: .9rem; }
.contact-list svg { flex: 0 0 auto; width: 38px; height: 38px; padding: 9px; border-radius: 50%; fill: #fff; color: #fff; background: rgba(255,255,255,.14); }
.contact-list span { min-width: 0; }
.contact-list small { display: block; color: rgba(255,255,255,.72); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a { overflow-wrap: anywhere; }
.contact-actions-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 46px); background: rgba(255,250,243,.8); }
.contact-actions-panel h3 { margin: .25rem 0 .45rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.05; }
.contact-actions-panel > p { margin: 0 0 1.4rem; color: var(--muted-text); }
.contact-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-action-grid > a { display: flex; align-items: center; gap: .85rem; min-width: 0; min-height: 78px; padding: .9rem 1rem; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.72); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.contact-action-grid > a:hover, .contact-action-grid > a:focus-visible { transform: translateY(-2px); border-color: rgba(217,144,130,.45); box-shadow: var(--soft-shadow); }
.contact-action-grid > a:active { transform: translateY(0) scale(.99); }
.contact-action-grid svg { flex: 0 0 auto; width: 36px; height: 36px; padding: 8px; border-radius: 50%; fill: var(--dusty-pink); color: var(--dusty-pink); background: #f9e5df; transition: transform .25s ease; }
.contact-action-grid > a:is(:hover,:focus-visible) svg { transform: scale(1.03); }
.contact-action-grid span { min-width: 0; }
.contact-action-grid strong, .contact-action-grid small { display: block; }
.contact-action-grid strong { color: var(--brown); font-family: var(--serif); font-size: 1.08rem; }
.contact-action-grid small { overflow-wrap: anywhere; color: var(--muted-text); font-size: .68rem; }

.site-footer { position: relative; overflow: hidden; padding: 58px 7% 20px; border-radius: 58px 58px 0 0; color: #504c3f; background: linear-gradient(135deg,#d3d5bd,#bfc4a6); }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr 1.35fr 1fr; }
.footer-column { min-width: 0; padding: 0 32px; border-right: 1px solid rgba(255,250,243,.45); }
.footer-column:first-child { padding-left: 0; }
.footer-column:last-child { padding-right: 0; border-right: 0; }
.footer-column h2, .footer-column h3 { margin: 0 0 .5rem; color: #fffaf3; font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.footer-column h3 { font-size: 1.25rem; }
.footer-column p { margin: 0 0 .7rem; font-size: .76rem; line-height: 1.55; }
.footer-column a { overflow-wrap: anywhere; font-size: .76rem; }
.social-row { display: flex; gap: .55rem; margin-top: 1rem; }
.social-row a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--deep-sage); background: #fffaf3; transition: transform .25s ease, box-shadow .25s ease; }
.social-row a:is(:hover,:focus-visible) { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(85,72,63,.13); }
.social-row a:active { transform: translateY(0) scale(.97); }
.social-row svg { width: 20px; height: 20px; fill: currentColor; transition: transform .25s ease; }
.social-row a:is(:hover,:focus-visible) svg { transform: scale(1.03); }
.footer-button { display: inline-flex; padding: .48rem .8rem; border-radius: 9px; color: var(--brown); background: rgba(255,250,243,.9); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.footer-button:is(:hover,:focus-visible) { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(85,72,63,.12); }
.footer-button:active { transform: translateY(0) scale(.99); }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,250,243,.4); font-size: .68rem; }
.footer-bottom div { display: flex; gap: 1rem; }
.footer-bottom p { margin: 0; text-align: right; }
.footer-bottom p span:last-child { opacity: .72; }
.footer-flower { position: absolute; bottom: 22px; color: rgba(127,137,108,.28); font-family: var(--serif); font-size: 3rem; line-height: .65; }
.footer-flower-left { left: 18px; transform: rotate(-18deg); }
.footer-flower-right { right: 18px; transform: rotate(18deg); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.visible { opacity: 1; transform: none; }
.js .world-card.reveal.visible:is(:hover,:focus-within) { transform: translateY(-4px); }

.gallery-page { background: #fffaf3; }
.gallery-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; overflow: hidden; background: linear-gradient(135deg,#f2f0e3,#fffaf3 58%); }
.gallery-hero-bouquets { background: linear-gradient(135deg,#fffaf3,#f8e4de); }
.gallery-hero-copy { align-self: center; padding: clamp(48px, 7vw, 94px); }
.gallery-hero h1 { max-width: 700px; margin: .25rem 0 1rem; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 5.4rem); font-weight: 600; line-height: .94; }
.gallery-hero-copy > p { max-width: 620px; margin: 0 0 1.6rem; color: var(--muted-text); }
.gallery-hero-art { min-height: 520px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.gallery-hero-dogs .gallery-hero-art { background-image: linear-gradient(90deg,#fffaf3 0,transparent 28%),url("assets/images/garderie-chiens.jpg?v=real-2"); }
.gallery-hero-bouquets .gallery-hero-art { background-image: linear-gradient(90deg,#fff7f1 0,transparent 28%),url("assets/images/bouquet-fleurs.jpg?v=real-2"); }
.gallery-section { padding: 90px clamp(20px, 6vw, 84px) 110px; }
.gallery-section .section-heading p { margin: .8rem auto 0; color: var(--muted-text); }
.photo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; max-width: 1120px; margin: 0 auto; }
.gallery-item { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; min-width: 0; overflow: hidden; padding: 0; border: 1px solid rgba(127,137,108,.18); border-radius: 24px; color: var(--deep-sage); background: linear-gradient(145deg,#f4f1e7,#e6e9d8); box-shadow: 0 8px 22px rgba(85,72,63,.08); cursor: pointer; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.bouquet-photo-grid .gallery-item { color: #b66d62; background: linear-gradient(145deg,#fff7f1,#f4ddd6); }
.gallery-item:disabled { opacity: 1; cursor: default; }
.gallery-item.loaded:hover, .gallery-item.loaded:focus-visible { z-index: 1; transform: translateY(-4px); border-color: rgba(217,144,130,.42); box-shadow: 0 14px 30px rgba(85,72,63,.14); }
.gallery-item.loaded:active { transform: translateY(0) scale(.99); }
.gallery-placeholder { display: grid; place-items: center; gap: .25rem; pointer-events: none; }
.gallery-placeholder svg { width: 38px; height: 38px; fill: currentColor; }
.gallery-placeholder b { font-family: var(--serif); font-size: 1.2rem; }
.gallery-placeholder small { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.gallery-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease, transform .4s ease; }
.gallery-item.loaded .gallery-photo { opacity: 1; }
.gallery-item.loaded .gallery-placeholder { opacity: 0; }
.gallery-item.loaded:hover .gallery-photo, .gallery-item.loaded:focus-visible .gallery-photo { transform: scale(1.025); filter: brightness(1.02) saturate(1.02); }
body.lightbox-open { overflow: hidden; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 3000; inset: 0; display: grid; grid-template-columns: 72px minmax(0,1fr) 72px; align-items: center; padding: 30px; color: white; background: rgba(35,30,27,.92); backdrop-filter: blur(12px); }
.lightbox-stage { display: grid; place-items: center; min-width: 0; height: 100%; }
.lightbox figure { display: grid; max-width: min(100%,1100px); max-height: calc(100vh - 60px); margin: 0; }
.lightbox-image { display: block; max-width: 100%; max-height: calc(100vh - 130px); margin: auto; border-radius: 22px; object-fit: contain; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem .4rem 0; font-size: .78rem; }
.lightbox-count { flex: 0 0 auto; opacity: .7; }
.lightbox button { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(255,255,255,.1); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.lightbox [hidden] { display: none !important; }
.lightbox button:hover { background: rgba(255,255,255,.2); transform: scale(1.05); }
.lightbox-close { position: absolute; z-index: 2; top: 22px; right: 22px; width: 50px; height: 50px; font-size: 2rem; line-height: 1; }
.lightbox-nav { width: 54px; height: 54px; font-size: 2.5rem; }
.lightbox-previous { justify-self: start; }
.lightbox-next { justify-self: end; }

.legal-page { max-width: 850px; margin: 0 auto; padding: 70px clamp(24px, 6vw, 80px) 90px; }
.legal-page h1 { margin-bottom: .5rem; font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1; }
.legal-page h2 { margin-top: 2rem; font-family: var(--serif); font-size: 1.8rem; }
.legal-page p, .legal-page li { color: var(--muted-text); }
.legal-back { display: inline-flex; margin-bottom: 2rem; color: var(--deep-sage); font-weight: 600; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 180px 1fr 180px; padding-inline: 3.5%; }
  .brand-copy { display: none; }
  .main-nav { gap: 1.25rem; }
  .main-nav a { font-size: 1.02rem; }
  .hero-stage { grid-template-columns: 1fr 250px 1fr; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card { min-height: 260px; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .footer-column:nth-child(2) { border-right: 0; }
  .footer-column:nth-child(3) { padding-left: 0; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 80px; }
  .site-shell { width: min(100% - 20px, 760px); margin: 10px auto; border-radius: 28px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 82px; padding: 0 24px; }
  .site-header.compact { min-height: 70px; }
  .brand-mark { width: 56px; height: 68px; }
  .brand-copy { display: grid; }
  .header-cta { display: none; }
  .menu-toggle { z-index: 1002; display: grid; align-content: center; gap: 5px; width: 48px; height: 48px; border: 1px solid var(--border); border-radius: 50%; background: var(--off-white); cursor: pointer; }
  .menu-toggle i { display: block; width: 20px; height: 1.5px; margin: 0 auto; background: var(--brown); transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 1001; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: .5rem; padding: 88px 12%; background: rgba(255,250,243,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { display: block; width: 100%; padding: .9rem 0; border-bottom: 1px solid var(--border); font-size: 1.65rem; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 34px 18px 42px; background: linear-gradient(#fbf5ed 0 410px,#fff8f1 480px,#f7efe5 100%); }
  .hero::before, .hero::after { bottom: auto; width: 72%; height: 480px; opacity: .22; }
  .hero-petal { --fall: 900px; --mid-fall: 470px; }
  .hero h1 { max-width: 520px; margin-inline: auto; font-size: clamp(2.6rem, 10vw, 4.2rem); white-space: normal; }
  .hero-brand p { max-width: 95%; padding-inline: 1rem; }
  .hero-stage { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 15px; min-height: 0; margin-top: 0; }
  .balloon-wrap { grid-column: 1 / -1; grid-row: 1; height: 345px; }
  .balloon-image { width: min(72vw, 250px); max-height: 333px; }
  .hero-actions { display: contents; }
  .orbit-button { justify-self: stretch; width: auto; min-width: 0; min-height: 58px; }
  .orbit-button span { min-width: 0; overflow-wrap: anywhere; }
  .hero-actions-left .orbit-button::after, .hero-actions-right .orbit-button::after { display: none; }
  .hero-actions-left .orbit-button:nth-child(1) { grid-column: 1; grid-row: 2; }
  .hero-actions-right .orbit-button:nth-child(1) { grid-column: 2; grid-row: 2; }
  .hero-actions-left .orbit-button:nth-child(2) { grid-column: 1; grid-row: 3; }
  .hero-actions-right .orbit-button:nth-child(2) { grid-column: 2; grid-row: 3; }
  .hero-actions-left .orbit-button:nth-child(3) { grid-column: 1; grid-row: 4; }
  .hero-actions-right .orbit-button:nth-child(3) { grid-column: 2; grid-row: 4; }
  .section-pad { padding: 70px 24px; }
  .world-card { grid-template-columns: 1fr 1fr; }
  .service-section { grid-template-columns: 1fr; padding: 72px 28px; }
  .service-art { min-height: 450px; border-radius: 110px 110px 28px 28px; }
  .bouquet-section .service-content { grid-row: 2; }
  .service-art-bouquet { border-radius: 28px 110px 110px 28px; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 340px; }
  .contact-section { padding: 72px 24px; }
  .contact-layout { grid-template-columns: 1fr; }
  .gallery-hero { grid-template-columns: 1fr; }
  .gallery-hero-art { min-height: 340px; }
  .gallery-hero-copy { padding: 65px 32px 45px; }
  .photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p { text-align: center; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  .site-shell { width: 100%; margin: 0; border: 0; border-radius: 0; }
  .site-header { padding-inline: 18px; }
  .brand-mark { width: 49px; height: 60px; }
  .brand-copy strong { font-size: 1.25rem; }
  .hero { padding-inline: 14px; background-position: 43% top; }
  .hero .eyebrow { max-width: 80%; }
  .hero h1 { margin-top: .25rem; font-size: clamp(2.25rem, 12vw, 3.2rem); letter-spacing: .045em; }
  .hero-brand p { font-size: .98rem; line-height: 1.3; }
  .hero-stage { gap: 10px; }
  .balloon-wrap { height: 320px; }
  .balloon-image { width: min(72vw, 230px); max-height: 307px; }
  .orbit-button { gap: .55rem; min-height: 58px; padding: .55rem .75rem; font-size: .9rem; }
  .orbit-button svg { width: 21px; height: 21px; }
  .section-heading h2, .service-content h2, .about-copy h2 { font-size: 2.35rem; }
  .world-card { grid-template-columns: 1fr; }
  .world-card .world-copy { min-height: 230px; padding: 30px; }
  .world-image { min-height: 230px; }
  .bouquet-card .world-image { grid-row: 2; }
  .service-section { padding-inline: 20px; }
  .service-art { min-height: 360px; }
  .check-list, .price-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 300px; }
  .contact-section { padding-inline: 16px; }
  .contact-card, .contact-actions-panel { padding: 26px 20px; }
  .contact-action-grid { grid-template-columns: 1fr; }
  .gallery-hero h1 { font-size: 3rem; }
  .gallery-hero-art { min-height: 280px; }
  .gallery-section { padding: 65px 16px 80px; }
  .photo-grid { gap: 10px; }
  .gallery-item { border-radius: 17px; }
  .lightbox { grid-template-columns: 48px minmax(0,1fr) 48px; padding: 16px 8px; }
  .lightbox-nav { width: 44px; height: 44px; font-size: 2rem; }
  .lightbox-close { top: 12px; right: 12px; width: 44px; height: 44px; }
  .lightbox figcaption { display: grid; gap: .25rem; }
  .site-footer { padding: 50px 24px 18px; border-radius: 38px 38px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-column, .footer-column:nth-child(3) { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,250,243,.4); text-align: center; }
  .footer-column:last-child { border-bottom: 0; }
  .social-row { justify-content: center; }
  .footer-bottom div { flex-wrap: wrap; justify-content: center; }
  .footer-bottom p span:last-child { display: block; }
}

@media (max-width: 350px) {
  .brand-copy { display: none; }
  .hero h1 { font-size: 2.05rem; }
  .orbit-button { font-size: .82rem; }
  .orbit-button svg { width: 18px; height: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-petals { display: none !important; }
  .balloon-image { animation: none !important; transform: none !important; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

@media print {
  .site-header, .site-footer, .skip-link { display: none !important; }
  .site-shell { width: 100%; margin: 0; box-shadow: none; }
  .legal-page { padding: 0; }
}
