:root {
  --ink: #f7f2e8;
  --forest: #0a0a09;
  --forest-deep: #050505;
  --cream: #292620;
  --paper: #353029;
  --clay: #d4af37;
  --clay-light: #f3dc93;
  --sage: #8e8a81;
  --muted: #aaa59a;
  --line: rgba(212,175,55,.24);
  --admin-bg: #0d0d0c;
  --metal-gold-h: linear-gradient(90deg,#6d4a0d 0%,#c89a2b 24%,#fff8cf 48%,#e1bd4d 66%,#76510e 100%);
  --metal-gold-v: linear-gradient(180deg,#fff8cf 0%,#d4af37 28%,#8e6c18 72%,#f3dc93 100%);
  --metal-silver-h: linear-gradient(90deg,#5e5b57 0%,#d5d2ca 24%,#ffffff 48%,#aaa7a0 70%,#55524e 100%);
  --metal-silver-v: linear-gradient(180deg,#ffffff 0%,#c9c6bf 30%,#74716c 72%,#e8e5de 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--clay-light); color: var(--forest-deep); }
:focus-visible { outline: 3px solid rgba(212,175,55,.5); outline-offset: 3px; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 999; padding: 12px 16px; border-radius: 4px; background: var(--clay-light); color: var(--forest-deep); font-weight: 700; transition: top .15s; }
.skip-link:focus { top: 16px; }
.skip-target { position: absolute; width: 1px; height: 1px; overflow: hidden; }

.announcement { height: 29px; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--forest); color: #f8f4eb; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.announcement span { color: #dca487; }
.site-header { height: 112px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(36,53,47,.13); background: rgba(247,242,232,.96); position: relative; z-index: 20; }
.wordmark { width: 360px; height: 90px; display: flex; align-items: center; justify-content: center; overflow: hidden; white-space: nowrap; }
.brand-logo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2vw, 30px); margin-left: auto; font: 400 15.5px/1.2 Georgia, "Times New Roman", serif; letter-spacing: .012em; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: var(--clay); transform: scaleX(0); transition: transform .2s; transform-origin: left; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 19px; }
.cart-link { display: flex; align-items: center; gap: 8px; font: 400 14.5px/1.2 Georgia, "Times New Roman", serif; letter-spacing: .01em; }
.cart-link span { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--clay); color: white; font-size: 10px; }
.nav-cta { padding: 14px 20px; border: 1px solid var(--forest); border-radius: 999px; font: 400 14.5px/1.2 Georgia, "Times New Roman", serif; letter-spacing: .01em; transition: .2s; }
.nav-cta:hover { background: var(--forest); color: white; }
.nav-cta span { margin-left: 8px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid var(--line); padding: 10px 12px; border-radius: 999px; font-size: 11px; text-transform: uppercase; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: calc(100% + 10px); min-width: 210px; padding: 12px; display: grid; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(30,53,45,.15); }
.mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 13px; }
.mobile-menu nav a:last-child { border: 0; }

.hero { min-height: calc(100vh - 141px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; padding: 6vh 5vw 5vh; overflow: hidden; }
.hero-copy { align-self: center; max-width: 580px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; color: #65726c; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--clay); }
.eyebrow.light { color: #cdd6d0; }
.eyebrow.light::before { background: #d8a487; }
.hero h1, .page-hero h1, .contact-intro h1 { margin: 26px 0 23px; font: 400 clamp(54px, 6vw, 94px)/.95 Georgia, serif; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--clay); font-weight: 400; }
.hero-copy > p { max-width: 515px; color: #52615b; line-height: 1.75; font-size: 16px; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 16px 21px; border-radius: 999px; font-size: 13px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--forest); color: white; box-shadow: 0 12px 28px rgba(41,70,60,.12); }
.button.primary:hover { background: var(--forest-deep); box-shadow: 0 16px 35px rgba(41,70,60,.2); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; }
.hero-note { margin-top: 50px; color: #7d867f; font: italic 14px Georgia, serif; }
.hero-note span { color: var(--clay); margin-right: 8px; }
.hero-visual { position: relative; min-height: 610px; }
.hero-image { position: absolute; inset: 0 0 4% 0; border-radius: 150px 5px 5px 5px; display: grid; place-items: center; overflow: hidden; background: #070707; isolation: isolate; }
.hero-image::before { content: ""; position: absolute; inset: -9%; z-index: -1; background: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.48)), url('../../hero-atelier-laser-clair-or.webp') center/cover; filter: blur(18px); opacity: .56; transform: scale(1.05); }
.hero-image img { width: 100%; height: 100%; object-fit: contain; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; border: 1px solid var(--clay); border-radius: 50%; right: -55px; top: -45px; }
.floating-card { position: absolute; left: -48px; bottom: 0; background: var(--paper); padding: 18px 21px; border-radius: 4px; display: flex; align-items: center; gap: 13px; box-shadow: 0 18px 45px rgba(37,55,48,.16); }
.floating-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #ead9cc; color: var(--clay); font-size: 24px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font: 17px Georgia, serif; }
.floating-card small { color: #7b837f; margin-top: 3px; font-size: 11px; }
.intro-strip { min-height: 76px; padding: 0 5vw; background: var(--forest); color: #f7f2e8; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.intro-strip p { text-transform: uppercase; letter-spacing: .11em; font-size: 10px; white-space: nowrap; }
.intro-strip span { color: #d8a487; }

.section-pad { padding: 120px 6vw; }
.section-heading h2, .story-copy h2, .process-title h2, .shop-teaser h2, .closing-cta h2 { margin: 19px 0 0; font: 400 clamp(42px, 5vw, 72px)/1 Georgia, serif; letter-spacing: -.045em; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 9vw; align-items: end; margin-bottom: 60px; }
.split-heading > p { color: var(--muted); line-height: 1.8; font-size: 15px; max-width: 470px; }
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 410px; padding: 34px; border: 1px solid var(--line); background: var(--cream); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.service-card-dark { background: var(--forest); color: white; border-color: var(--forest); }
.service-number { font-size: 10px; letter-spacing: .14em; color: #8b958f; }
.service-card-dark .service-number { color: #afbeb7; }
.service-symbol { margin: 62px 0 37px; color: var(--clay); font: 48px Georgia, serif; }
.service-card-image { height: 190px; margin: -34px -34px 24px; position: relative; display: grid; place-items: center; overflow: hidden; background: #050505; border-bottom: 1px solid rgba(212,175,55,.25); }
.service-card-image img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.92) contrast(1.04); }
.service-card-image-wide img { object-position: center; }
.service-card-image + .service-number { margin-bottom: 18px; color: var(--clay); }
.service-card h3 { margin: 0 0 14px; font: 30px Georgia, serif; }
.service-card p { color: var(--muted); line-height: 1.7; font-size: 14px; }
.service-card-dark p { color: #c9d3ce; }
.service-card > a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.service-card:not(.service-card-dark) > a { border-color: var(--line); }
.service-card-photo { min-height: 492px; padding: 0; }
.service-photo { height: 240px; flex: 0 0 240px; position: relative; overflow: hidden; background: #050505; border-bottom: 1px solid rgba(212,175,55,.25); }
.service-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.service-photo-copy { min-height: 250px; padding: 28px 34px 30px; display: flex; flex: 1; flex-direction: column; position: relative; }
.service-photo-copy .service-number { position: absolute; right: 22px; top: 22px; padding: 8px 10px; background: rgba(255,253,248,.9); }
.service-photo-copy h3 { max-width: 80%; margin-top: 0; font-size: 26px; }
.service-photo-copy p { margin-bottom: 20px; }
.service-photo-copy > a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--clay-light); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.atelier-story { display: grid; grid-template-columns: 1fr .86fr; gap: 9vw; align-items: center; }
.story-visual { position: relative; min-height: 670px; }
.story-main-image { position: absolute; inset: 0 9% 8% 0; border-radius: 5px 140px 5px 5px; background: #060606; isolation: isolate; }
.story-main-image::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: url('../../atelier-table-luxe-clair-or.webp') 28% center/cover; filter: blur(12px); opacity: .32; }
.story-main-image > img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: inherit; object-fit: contain; }
.story-visual-collection { min-height: 670px; }.story-main-image-collection { inset: 0; border-radius: 6px 120px 6px 6px; }.story-main-image-collection::before { background: url('../../atelier-collection-boutique.webp') center/cover; }.story-main-image-collection > img { object-fit: contain; }
.story-detail-image { position: absolute; inset: 44% -16% -9% 48%; z-index: 2; display: grid; place-items: center; overflow: hidden; background: #050505; border: 10px solid var(--cream); }
.story-detail-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.story-caption { position: absolute; left: 22px; bottom: 0; z-index: 2; background: var(--forest); color: white; padding: 17px 24px; min-width: 170px; }
.story-caption span, .story-caption strong { display: block; }
.story-caption span { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; color: #b9c5bf; }
.story-caption strong { margin-top: 6px; font: 20px Georgia, serif; }
.story-copy { padding-right: 4vw; }
.story-lead { margin: 29px 0; font: 20px/1.65 Georgia, serif; color: #50605a; }
.story-points { border-block: 1px solid var(--line); margin-bottom: 34px; }
.story-points > div { display: grid; grid-template-columns: 35px 125px 1fr; gap: 13px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.story-points > div:last-child { border: 0; }
.story-points span { color: var(--clay); }
.story-points h3, .story-points p { margin: 0; }
.story-points h3 { font: 17px Georgia, serif; }
.story-points p { color: var(--muted); line-height: 1.6; font-size: 13px; }

.process-section { background: var(--forest); color: white; display: grid; grid-template-columns: .65fr 1fr; gap: 9vw; }
.process-title h2 em { color: #dda78a; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 26px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li > span { width: 39px; height: 39px; border: 1px solid #71837b; border-radius: 50%; display: grid; place-items: center; color: #d8a487; font-size: 11px; }
.process-list h3 { margin: 0 0 7px; font: 22px Georgia, serif; }
.process-list p { margin: 0; color: #bdc9c3; font-size: 13px; line-height: 1.6; }

.shop-teaser { background: #e8ddce; display: grid; grid-template-columns: .8fr 1fr; gap: 10vw; align-items: center; overflow: hidden; }
.shop-teaser-copy > p { max-width: 560px; color: var(--muted); line-height: 1.75; }
.shop-teaser-art { aspect-ratio: 1659/948; border-radius: 50% 50% 8px 8px; background: var(--paper); border: 1px solid #d4c5b3; display: grid; place-items: center; position: relative; overflow: hidden; box-shadow: inset 0 0 0 12px #0b0b0a; }
.shop-teaser-art > .shop-teaser-scene { width: 100%; height: 100%; padding: 10px; object-fit: contain; }
.shop-teaser-logo { width: 76%; height: 45%; position: absolute; left: 12%; top: 22%; z-index: 2; overflow: hidden; background: #050505; box-shadow: 0 12px 34px rgba(0,0,0,.5); }.shop-teaser-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.closing-cta { padding: 105px 6vw; text-align: center; background: #b86f50; color: white; }
.closing-cta .eyebrow { color: #f6ded1; }
.closing-cta .eyebrow::before { background: white; }
.closing-cta h2 { max-width: 850px; margin: 24px auto 34px; }
.closing-cta h2 em { color: #f6ddcf; }
.light-button { background: #fffaf3; color: var(--forest); }

.inner-page { min-height: 65vh; }
.page-hero { padding: 95px 6vw 80px; text-align: center; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-inline: auto; }
.page-hero > p { max-width: 620px; margin: 0 auto; color: var(--muted); line-height: 1.7; }
.shop-page-hero { background: linear-gradient(rgba(6,6,6,.86),rgba(6,6,6,.94)), url('../../atelier-table-luxe-clair-or.webp') center/cover; }
.compact-page-hero { padding-block: 70px 55px; text-align: left; }
.compact-page-hero h1 { font-size: clamp(48px, 6vw, 74px); margin: 18px 0 0; }
.shop-content { padding-top: 55px; }
.shop-toolbar { display: flex; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.shop-new-products { position: relative; margin: 42px 0 58px; padding: clamp(24px,3vw,42px); overflow: hidden; border: 1px solid rgba(212,175,55,.38); background: radial-gradient(circle at 16% 6%,rgba(212,175,55,.2),transparent 31%),linear-gradient(135deg,#070706,#17130d 58%,#282012); box-shadow: 0 26px 60px rgba(60,43,10,.18); }
.shop-new-products::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg,transparent 38%,rgba(255,235,175,.07) 50%,transparent 62%); }
.shop-new-products-heading { position: relative; z-index: 1; margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.shop-new-products-heading h2 { margin: 13px 0 0; color: #f8f1e4; font: 400 clamp(34px,4vw,54px)/1 Georgia,serif; }
.shop-new-products-heading h2 em { color: #e0bd54; font-style: italic; }
.shop-new-products-heading > p { max-width: 360px; margin: 0; color: #b8ae9d; font-size: 12px; line-height: 1.65; }
.shop-new-products-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 220px; gap: 12px; }
.shop-new-product { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(212,175,55,.24); background: #12100c; color: #fff; isolation: isolate; }
.shop-new-product.featured { grid-column: span 2; grid-row: span 2; }
.shop-new-product-image { position: absolute; inset: 0; display: block; overflow: hidden; background: #17130e; }
.shop-new-product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 30%,rgba(4,4,3,.88) 100%); }
.shop-new-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease,filter .45s ease; }
.shop-new-product:hover .shop-new-product-image img { transform: scale(1.035); filter: brightness(1.08); }
.shop-new-product-image > b { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; border: 1px solid rgba(255,232,157,.5); background: linear-gradient(135deg,#f1d67a,#b78619); color: #080704; box-shadow: 0 7px 22px rgba(0,0,0,.28); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.shop-new-product-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: 18px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 6px 14px; align-items: end; }
.shop-new-product-copy small { grid-column: 1/-1; overflow: hidden; color: #d8bd68; font-size: 8px; letter-spacing: .12em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.shop-new-product-copy > strong { min-width: 0; overflow: hidden; color: #fff8e8; font: 21px/1.08 Georgia,serif; text-overflow: ellipsis; white-space: nowrap; }
.shop-new-product-copy > em { color: #f0d679; font: 400 15px Georgia,serif; font-style: normal; white-space: nowrap; }
.shop-new-product-copy > i { grid-column: 1/-1; color: #c9c0b1; font-size: 9px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.shop-new-product-copy > i span { margin-left: 5px; color: #e0bd54; transition: margin-left .25s; }
.shop-new-product:hover .shop-new-product-copy > i span { margin-left: 10px; }
.shop-new-product.featured .shop-new-product-copy { padding: 27px; }
.shop-new-product.featured .shop-new-product-copy > strong { font-size: clamp(28px,3vw,40px); }
.shop-new-product.featured .shop-new-product-copy > em { font-size: 19px; }
.shop-controls { margin-top: 34px; display: grid; grid-template-columns: minmax(260px,1fr) 220px; gap: 18px; align-items: end; }
.shop-search, .shop-sort { display: grid; gap: 8px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.shop-search input, .shop-sort select { min-height: 50px; background: #26231e; }
.shop-categories { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 9px; padding-top: 6px; }
.shop-categories button, .shop-categories a { min-height: 38px; display: inline-flex; align-items: center; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #b0aa9e; font-size: 11px; cursor: pointer; }
.shop-categories button:hover, .shop-categories button.active, .shop-categories a:hover, .shop-categories a.active { border-color: var(--clay); background: rgba(212,175,55,.1); color: var(--clay-light); }
.shop-result-count { grid-column: 1/-1; margin: 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.shop-result-count button { padding: 0; border: 0; border-bottom: 1px solid var(--clay); background: transparent; color: var(--clay-light); cursor: pointer; }
.shop-empty, .cart-empty { max-width: 720px; margin: 75px auto 35px; text-align: center; }
.shop-empty-ready { max-width: 820px; padding: 10px 25px 35px; }
.shop-empty-ready .hero-actions { justify-content: center; }
.empty-shop-features { margin: 32px auto 5px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.empty-shop-features span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--clay-light); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.empty-flower { width: 86px; height: 86px; margin: 0 auto 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; position: relative; }
.empty-flower::after { content: ""; position: absolute; inset: 8px; border: 1px solid var(--clay-light); border-radius: 50%; }
.empty-flower span { color: var(--clay); font-size: 24px; }
.shop-empty h2, .cart-empty h2 { margin: 19px 0 16px; font: 42px Georgia, serif; }
.shop-empty p, .cart-empty p { max-width: 540px; margin: 0 auto 28px; color: var(--muted); line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 45px; }
.product-card { background: var(--paper); border: 1px solid var(--line); padding: 12px; }
.product-image { height: 360px; position: relative; overflow: hidden; background: #e8ddce; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-image-button { width: 100%; padding: 0; border: 0; color: inherit; cursor: pointer; }
.product-image > .product-category { position: absolute; top: 14px; left: 14px; padding: 7px 9px; background: rgba(7,7,7,.9); color: var(--clay-light); border: 1px solid rgba(212,175,55,.28); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.product-stock { position: absolute; right: 14px; bottom: 14px; padding: 7px 9px; border-radius: 999px; font-size: 9px; letter-spacing: .06em; }
.product-stock.available { background: rgba(16,48,31,.92); color: #9be0b7; }.product-stock.made-to-order { background: rgba(30,27,19,.94); color: var(--clay-light); border: 1px solid rgba(212,175,55,.25); }
.product-photo-count { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; border-radius: 999px; background: rgba(7,7,7,.9); color: var(--clay-light); border: 1px solid rgba(212,175,55,.3); font-size: 9px; letter-spacing: .06em; }
.product-placeholder { height: 100%; display: grid; place-content: center; gap: 8px; text-align: center; color: #a98e7b; }.product-placeholder strong { font: 56px Georgia,serif; }.product-placeholder small { font: 9px Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.product-card-copy { min-height: 120px; padding: 22px 10px 15px; display: flex; justify-content: space-between; gap: 18px; }
.product-card-copy h3 { margin: 0 0 7px; font: 23px Georgia,serif; }
.product-card-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-card-copy > strong { font: 17px Georgia,serif; white-space: nowrap; }
.product-card-copy p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
.product-details-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: transparent; color: #d5cdbf; cursor: pointer; }
.product-details-link:hover { border-color: var(--clay); color: var(--clay-light); }
.product-add { min-width: 132px; border-radius: 4px; }
.shop-no-results { margin: 70px auto 20px; text-align: center; }.shop-no-results > span { color: var(--clay); font-size: 32px; }.shop-no-results h3 { margin: 18px 0 8px; font: 28px Georgia,serif; }.shop-no-results p { color: var(--muted); }.shop-no-results .text-link { margin-top: 15px; background: transparent; color: var(--clay-light); cursor: pointer; }
.shop-assurances { margin-top: 90px; padding-top: 30px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.shop-assurances article { min-height: 120px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px; background: #11100e; border: 1px solid var(--line); }.shop-assurances article > span { color: var(--clay); font-size: 10px; }.shop-assurances strong { display: block; font: 19px Georgia,serif; }.shop-assurances p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

/* Pages produit indexables */
.breadcrumbs { max-width: 1500px; margin: 0 auto; padding: 24px 6vw 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #918a7f; font-size: 11px; }
.breadcrumbs a:hover { color: var(--clay-light); }
.product-detail { max-width: 1500px; margin: 0 auto; padding-top: 48px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.72fr); gap: clamp(45px,7vw,110px); align-items: start; }
.product-detail-gallery { min-width: 0; }
.product-detail-main { min-height: 590px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: #171512; }
.product-detail-main > img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; }
.product-detail-thumbs { margin-top: 12px; display: flex; gap: 10px; overflow-x: auto; padding-bottom: 5px; }
.product-detail-thumbs button { width: 92px; height: 82px; flex: 0 0 92px; padding: 4px; border: 1px solid var(--line); background: #171512; cursor: pointer; }
.product-detail-thumbs button.active, .product-detail-thumbs button:hover { border-color: var(--clay); }
.product-detail-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-detail-copy { position: sticky; top: 28px; padding-top: 18px; }
.product-detail-copy h1 { margin: 22px 0 18px; font: 400 clamp(44px,5vw,72px)/.98 Georgia,serif; letter-spacing: -.045em; }
.product-detail-price { display: block; color: var(--clay-light); font: 29px Georgia,serif; }
.product-detail-availability { display: inline-flex; margin-top: 15px; padding: 8px 11px; border: 1px solid rgba(212,175,55,.3); border-radius: 999px; color: #d8cfbf; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.product-detail-description { margin: 31px 0 25px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.product-detail-features { margin: 0 0 31px; padding: 22px 0; display: grid; gap: 13px; list-style: none; border-block: 1px solid var(--line); color: #c8c0b1; font-size: 12px; }
.product-detail-features li::before { content: "✦"; margin-right: 10px; color: var(--clay); }
.product-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.product-detail-note { margin-top: 22px; color: #867f74; font-size: 10px; line-height: 1.65; }
.related-products { max-width: 1180px; margin: 0 auto; padding-top: 45px; border-top: 1px solid var(--line); }
.related-products .section-heading h2 { margin-top: 15px; }
.related-product-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.related-product-grid article { min-width: 0; padding: 9px 9px 20px; border: 1px solid var(--line); background: var(--paper); }
.related-product-grid a { display: block; }
.related-product-grid img { width: 100%; height: 250px; object-fit: contain; background: #171512; }
.related-product-grid span { display: block; margin: 17px 10px 7px; color: var(--clay); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.related-product-grid h3 { margin: 0 10px 10px; font: 24px Georgia,serif; }
.related-product-grid strong { margin-inline: 10px; color: var(--clay-light); font: 16px Georgia,serif; }
.seo-settings-editor { margin-top: 18px; }
.seo-savebar { position: static; margin-top: 14px; }
.product-dialog-backdrop { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.product-dialog { width: min(980px,96vw); max-height: 92vh; position: relative; display: grid; grid-template-columns: 1fr .85fr; overflow: auto; background: #11100f; border: 1px solid rgba(212,175,55,.35); box-shadow: 0 30px 90px rgba(0,0,0,.7); }
.product-dialog-close { position: absolute; right: 15px; top: 12px; z-index: 2; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: rgba(5,5,5,.9); color: var(--clay-light); font-size: 24px; cursor: pointer; }
.product-dialog-gallery { min-width: 0; display: flex; flex-direction: column; background: #050505; }
.product-dialog-image { min-height: 520px; flex: 1; position: relative; display: grid; place-items: center; overflow: hidden; background: #050505; }.product-dialog-image > img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery-nav { width: 42px; height: 42px; position: absolute; top: 50%; z-index: 1; display: grid; place-items: center; padding: 0; transform: translateY(-50%); border: 1px solid rgba(212,175,55,.42); border-radius: 50%; background: rgba(5,5,5,.88); color: var(--clay-light); font: 29px/1 Georgia,serif; cursor: pointer; }.product-gallery-nav:hover { border-color: var(--clay-light); background: rgba(22,19,12,.96); }.product-gallery-nav.previous { left: 15px; }.product-gallery-nav.next { right: 15px; }
.product-gallery-position { position: absolute; right: 14px; bottom: 13px; padding: 6px 9px; border: 1px solid rgba(212,175,55,.28); border-radius: 999px; background: rgba(5,5,5,.86); color: var(--clay-light); font-size: 9px; letter-spacing: .08em; }
.product-gallery-thumbs { min-height: 92px; display: flex; gap: 8px; overflow-x: auto; padding: 10px; border-top: 1px solid var(--line); scrollbar-color: var(--clay) #0b0b0a; }.product-gallery-thumbs button { width: 74px; height: 70px; flex: 0 0 74px; padding: 3px; overflow: hidden; border: 1px solid rgba(212,175,55,.2); background: #12110f; cursor: pointer; }.product-gallery-thumbs button:hover, .product-gallery-thumbs button.active { border-color: var(--clay-light); box-shadow: inset 0 0 0 1px var(--clay); }.product-gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-dialog-copy { padding: 70px 50px 50px; align-self: center; }.product-dialog-copy h2 { margin: 19px 0 12px; font: 42px Georgia,serif; }.product-dialog-price { display: block; color: var(--clay-light); font: 25px Georgia,serif; }.product-dialog-copy > p { margin: 27px 0; color: var(--muted); line-height: 1.75; }.product-dialog-info { margin-bottom: 30px; padding-block: 20px; display: grid; gap: 11px; border-block: 1px solid var(--line); color: #c8c0b1; font-size: 11px; }

.checkout-steps { max-width: 760px; margin: 36px auto 0; padding-inline: 20px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 13px; color: #777166; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.checkout-steps span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }.checkout-steps b { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; }.checkout-steps span.active { color: var(--clay-light); }.checkout-steps span.active b { border-color: var(--clay); background: rgba(212,175,55,.1); }.checkout-steps i { height: 1px; background: var(--line); }
.cart-layout { display: grid; grid-template-columns: 1fr 390px; gap: 6vw; padding-top: 50px; }
.cart-lines-heading { min-height: 85px; display: flex; align-items: start; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.cart-lines-heading h2 { margin: 10px 0 0; font: 27px Georgia,serif; }
.cart-line { display: grid; grid-template-columns: 130px 1fr auto; gap: 25px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 130px; height: 120px; background: #e8ddce; display: grid; place-items: center; font: 23px Georgia,serif; }
.cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
.cart-line-copy > span { display: block; margin-bottom: 6px; color: var(--clay); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.cart-line-copy h2 { margin: 0 0 9px; font: 24px Georgia,serif; }
.cart-line-copy strong { font-size: 13px; }
.cart-line-copy button { display: block; margin-top: 15px; padding: 0; border: 0; border-bottom: 1px solid; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.cart-line-controls { min-width: 135px; display: grid; justify-items: end; gap: 20px; }.cart-line-controls > strong { color: var(--clay-light); font: 20px Georgia,serif; }.quantity-label { display: grid; justify-items: end; gap: 7px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.quantity-stepper { display: grid; grid-template-columns: 34px 36px 34px; align-items: center; border: 1px solid var(--line); }.quantity-stepper button { height: 34px; border: 0; background: transparent; color: var(--clay-light); cursor: pointer; font-size: 17px; }.quantity-stepper span { text-align: center; font-size: 11px; }
.checkout-card { background: var(--paper); border: 1px solid var(--line); padding: 31px; align-self: start; position: sticky; top: 20px; }
.checkout-subtotal { margin-top: 27px; padding-block: 14px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }.checkout-subtotal strong { color: #ddd5c7; }
.checkout-total { display: flex; justify-content: space-between; align-items: center; margin: 0 0 18px; padding: 18px 0 20px; border-bottom: 1px solid var(--line); }
.checkout-total strong { font: 27px Georgia,serif; }
.checkout-card > p { color: var(--muted); line-height: 1.6; font-size: 12px; }
.stacked-form { display: grid; gap: 16px; margin-top: 25px; }
.stacked-form label, .contact-form label, .admin-form-grid label, .product-editor label { display: grid; gap: 8px; color: #56635e; font-size: 11px; letter-spacing: .04em; }
.stacked-form label > span { color: #777166; font-size: 9px; }
.checkout-consent { display: block; text-align: center; color: #777166; font-size: 9px; line-height: 1.5; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); background: var(--paper); border-radius: 0; color: var(--ink); }
textarea { resize: vertical; }
.form-error { padding: 11px 13px; background: #f9e5df; color: #8b3d2e; font-size: 12px; }
.success-panel { max-width: 680px; margin: 80px auto; padding: 90px 35px; text-align: center; background: var(--paper); border: 1px solid var(--line); }
.success-panel > span, .contact-success > span { width: 62px; height: 62px; margin: 0 auto; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; font-size: 22px; }
.success-panel h1 { font: 54px Georgia,serif; margin: 24px 0 15px; }
.success-panel p { color: var(--muted); line-height: 1.7; }

.contact-layout { display: grid; grid-template-columns: .75fr 1fr; gap: 9vw; align-items: start; }
.contact-intro { position: sticky; top: 40px; }
.contact-intro h1 { font-size: clamp(54px, 6vw, 82px); }
.contact-intro > p { color: var(--muted); line-height: 1.75; max-width: 510px; }
.contact-details { margin-top: 50px; border-top: 1px solid var(--line); }
.contact-details > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-details > div > span { color: var(--clay); font-size: 10px; }
.contact-details strong { font: 18px Georgia,serif; }
.contact-details p, .contact-details a { display: block; margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.contact-form-wrap { background: var(--paper); padding: 48px; border: 1px solid var(--line); }
.contact-form { display: grid; gap: 22px; }
.contact-form .form-row, .product-editor .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label > span { color: #909893; font-size: 10px; }
.contact-form input, .contact-form select, .contact-form textarea { background: #fbf8f1; padding: 15px; }
.contact-form .button { justify-self: start; min-width: 190px; }
.contact-success { padding: 75px 30px; text-align: center; }
.contact-success h2 { margin: 24px 0 13px; font: 36px Georgia,serif; }
.contact-success p { color: var(--muted); line-height: 1.7; }

.site-footer { padding: 85px 6vw 28px; background: var(--forest-deep); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.footer-monogram { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #879890; border-radius: 50%; font-size: 11px; }
.footer-brand h2 { margin: 22px 0 12px; font: 37px Georgia,serif; }
.footer-brand h2 em { display: block; color: #d8a487; }
.footer-brand p { color: #adbbb4; max-width: 340px; line-height: 1.6; font: italic 14px Georgia,serif; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; padding-top: 12px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 9px; color: #d4ddd8; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-links a, .footer-links span { color: #9eada6; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { grid-column: 1/-1; margin-top: 45px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #8f9f97; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* Administration */
body:has(.admin-shell) > .announcement, body:has(.admin-shell) > .site-header, body:has(.admin-shell) > .site-footer { display: none; }
body:has(.admin-shell) { background: var(--admin-bg); }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 245px 1fr; color: #26352f; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 27px 17px 22px; background: #203c32; color: white; display: flex; flex-direction: column; }
.admin-brand { display: flex; align-items: center; gap: 12px; padding: 0 10px 30px; border-bottom: 1px solid rgba(255,255,255,.11); }
.admin-brand > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #90a098; border-radius: 50%; font-size: 10px; }
.admin-brand strong, .admin-brand em { display: block; font: 16px Georgia,serif; }
.admin-brand em { color: #dea487; font-size: 13px; }
.admin-sidebar nav { display: grid; gap: 5px; margin-top: 28px; }
.admin-sidebar nav button { width: 100%; min-height: 45px; display: flex; align-items: center; gap: 13px; padding: 0 14px; border: 0; border-radius: 6px; background: transparent; color: #afbeb7; text-align: left; font-size: 12px; cursor: pointer; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.active { background: rgba(255,255,255,.1); color: white; }
.admin-sidebar nav button.active { box-shadow: inset 3px 0 #db9a78; }
.admin-sidebar nav button i { width: 22px; font-style: normal; font-size: 17px; color: #d5a084; }
.admin-sidebar nav button b { margin-left: auto; min-width: 22px; height: 22px; padding: 0 6px; display: grid; place-items: center; border-radius: 99px; background: #c87856; font-size: 9px; }
.admin-sidebar-footer { margin-top: auto; display: grid; gap: 7px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); }
.admin-sidebar-footer a { display: flex; justify-content: space-between; color: #aabab2; padding: 8px 10px; font-size: 11px; }
.admin-sidebar-footer a:hover { color: white; }
.admin-main { min-width: 0; }
.admin-topbar { min-height: 86px; padding: 17px 3.2vw; display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid #e2e5e1; }
.admin-topbar > div:first-child > span { color: #84908a; text-transform: capitalize; font-size: 10px; }
.admin-topbar h1 { margin: 4px 0 0; font: 25px Georgia,serif; }
.admin-user { display: flex; align-items: center; gap: 11px; }
.admin-user > span { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: #e8ded1; color: #9a6048; font: 16px Georgia,serif; }
.admin-user strong, .admin-user small { display: block; }
.admin-user strong { font-size: 11px; }
.admin-user small { margin-top: 3px; color: #84908a; font-size: 9px; }
.admin-content { padding: 32px 3.2vw 55px; max-width: 1500px; margin: auto; }
.admin-welcome { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.admin-kicker { color: #ad6c50; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.admin-welcome h2 { margin: 7px 0 6px; font: 32px Georgia,serif; }
.admin-welcome p { margin: 0; color: #7d8983; font-size: 12px; }
.admin-primary, .admin-secondary { border: 0; border-radius: 5px; padding: 12px 17px; cursor: pointer; font-size: 11px; }
.admin-primary { background: #315346; color: white; box-shadow: 0 8px 20px rgba(49,83,70,.13); }
.admin-primary:hover { background: #244438; }
.admin-primary:disabled { opacity: .55; cursor: wait; }
.admin-secondary { background: #edf0ed; color: #46534e; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.stat-card { min-height: 150px; padding: 21px; position: relative; background: white; border: 1px solid #e1e5e1; border-radius: 7px; }
.stat-icon { position: absolute; right: 18px; top: 18px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #f1e7df; color: #b56f50; }
.stat-card > span, .stat-card > strong, .stat-card > small { display: block; }
.stat-card > span { color: #7f8b85; font-size: 10px; }
.stat-card > strong { margin-top: 25px; font: 28px Georgia,serif; }
.stat-card > small { margin-top: 8px; color: #97a09b; font-size: 9px; }
.admin-dashboard-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 17px; margin-top: 18px; }
.admin-panel { background: white; border: 1px solid #e1e5e1; border-radius: 7px; padding: 23px; }
.panel-title { min-height: 46px; display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 17px; }
.panel-title.standalone { margin-bottom: 20px; }
.panel-title h3 { margin: 0 0 5px; font: 19px Georgia,serif; }
.panel-title p { margin: 0; color: #8a958f; font-size: 10px; }
.activity-list > div { display: grid; grid-template-columns: 35px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid #eef0ee; }
.activity-list > div > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 5px; background: #f2e8e1; color: #b67052; }
.activity-list strong, .activity-list small { display: block; }
.activity-list strong { font-size: 11px; }
.activity-list small, .activity-list time { margin-top: 3px; color: #8d9792; font-size: 9px; }
.quick-actions button { width: 100%; display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 15px 0; border: 0; border-top: 1px solid #eef0ee; background: transparent; text-align: left; cursor: pointer; }
.quick-actions button > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e6eee9; color: #315346; }
.quick-actions strong, .quick-actions small { display: block; }
.quick-actions strong { font-size: 11px; }.quick-actions small { margin-top: 3px; color: #8c9691; font-size: 9px; }.quick-actions i { font-style: normal; color: #a1aaa5; }
.mini-empty, .admin-empty { text-align: center; color: #88938e; }
.mini-empty { padding: 40px 20px; }.mini-empty span { color: #c98769; font-size: 23px; }.mini-empty p { font-size: 11px; }
.admin-table-panel { padding: 0; overflow: hidden; }.admin-table-panel > .panel-title { margin: 0; padding: 22px 24px 16px; }
.admin-table-wrap { overflow: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th { padding: 12px 20px; background: #f7f8f6; color: #84908a; text-align: left; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }
.admin-table td { padding: 14px 20px; border-top: 1px solid #edf0ed; color: #58645f; font-size: 10px; }
.admin-table td > strong { color: #2a3933; }.table-subline { display: block; margin-top: 4px; color: #8b9590; }
.table-product { display: flex; align-items: center; gap: 11px; }.table-product > div { width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; background: #e9dfd2; font: 11px Georgia,serif; }.table-product img { width: 100%; height: 100%; object-fit: cover; }.table-product > span { display: grid; gap: 3px; }.table-product strong { color: #2d3d36; }.table-product small { color: #8f897d; font-size: 8px; letter-spacing: .04em; }
.status-pill { padding: 6px 9px; border-radius: 99px; font-size: 8px; }.status-pill.published { background: #e4f0e8; color: #2e7451; }.status-pill.draft { background: #efefed; color: #747e79; }
.table-actions { display: flex; gap: 8px; justify-content: end; }.table-actions button { border: 0; background: #edf1ee; padding: 7px 9px; font-size: 9px; cursor: pointer; }.table-actions button.danger { background: #f7e8e3; color: #9a4937; }
.order-detail-toggle { padding: 7px 10px; border: 1px solid rgba(212,175,55,.22); background: #24221c; color: var(--clay-light); cursor: pointer; font-size: 9px; }
.order-detail-row > td { padding: 0; background: #0d0d0c; }.order-detail { display: grid; grid-template-columns: 1fr .8fr; gap: 35px; padding: 25px 30px 30px; border-top: 1px solid rgba(212,175,55,.2); }.order-detail ul { list-style: none; padding: 0; margin: 13px 0 0; }.order-detail li { min-height: 45px; display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(212,175,55,.12); }.order-detail li strong, .order-detail li small { display: block; }.order-detail li small { margin-top: 4px; color: #817b71; }.order-detail li b { color: var(--clay-light); font-weight: 400; }.order-customer-note { display: grid; align-content: start; gap: 8px; padding-left: 25px; border-left: 1px solid rgba(212,175,55,.15); }.order-customer-note > strong { margin-top: 8px; font: 16px Georgia,serif; }.order-customer-note a { color: var(--clay-light); }.order-customer-note p { margin: 10px 0 0; padding: 13px; background: #171510; color: #aaa294; white-space: pre-line; line-height: 1.55; }
.admin-empty { padding: 80px 25px; }.admin-empty > span { width: 54px; height: 54px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: #eef2ef; color: #517064; font-size: 21px; }.admin-empty h3 { margin: 18px 0 8px; color: #31413a; font: 22px Georgia,serif; }.admin-empty p { max-width: 420px; margin: 0 auto 20px; line-height: 1.6; font-size: 10px; }
.status-select, .inquiry-card select { width: auto; padding: 7px 9px; border-color: #dde2de; background: white; font-size: 9px; }
.inquiry-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.inquiry-card { padding: 21px; background: white; border: 1px solid #e1e5e1; border-radius: 7px; }
.inquiry-card-top { display: grid; grid-template-columns: 37px 1fr auto; gap: 11px; align-items: center; }.inquiry-card-top > span { width: 37px; height: 37px; display: grid; place-items: center; background: #eee2d8; border-radius: 50%; color: #9d6047; font: 15px Georgia,serif; }.inquiry-card-top h3 { margin: 0; font: 16px Georgia,serif; }.inquiry-card-top a { display: block; margin-top: 3px; color: #7f8b85; font-size: 9px; }.inquiry-card-top time { color: #929b96; font-size: 8px; }
.inquiry-meta { display: flex; gap: 7px; margin: 17px 0 12px; }.inquiry-meta span { padding: 6px 8px; background: #f1f3f0; color: #6f7b75; font-size: 8px; }.inquiry-card > p { min-height: 55px; color: #59655f; line-height: 1.6; font-size: 10px; }.inquiry-card-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid #edf0ed; }.inquiry-card-bottom a { color: #a35f43; font-size: 9px; }
.content-editor { display: grid; gap: 17px; }.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.admin-form-grid label.wide { grid-column: 1/-1; }.admin-form-grid input, .admin-form-grid textarea { background: #fafbf9; border-color: #dfe4df; font-size: 11px; }.content-savebar { position: sticky; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 15px 18px; background: #213d33; color: white; border-radius: 6px; box-shadow: 0 15px 40px rgba(33,61,51,.24); }.content-savebar span { color: #bdc8c3; font-size: 10px; }.content-savebar .admin-primary { background: #d08564; }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.settings-grid .admin-panel:first-child { grid-row: span 2; }.settings-list > div { display: grid; grid-template-columns: 11px 1fr auto; gap: 12px; align-items: center; padding: 18px 0; border-top: 1px solid #edf0ed; }.health-dot { width: 8px; height: 8px; border-radius: 50%; }.health-dot.online { background: #45a36c; box-shadow: 0 0 0 4px #e1f1e7; }.health-dot.waiting { background: #dc9b42; box-shadow: 0 0 0 4px #faedd9; }.settings-list strong, .settings-list small { display: block; }.settings-list strong { font-size: 11px; }.settings-list small { margin-top: 4px; color: #8d9792; font-size: 9px; }.settings-list b { color: #6f7b75; font-size: 8px; }
.security-card { display: flex; gap: 13px; padding: 16px; background: #eaf1ed; }.security-card > span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; background: #3f765e; color: white; border-radius: 50%; }.security-card strong { font-size: 11px; }.security-card p { margin: 5px 0 0; color: #617069; line-height: 1.5; font-size: 9px; }
.launch-checklist { list-style: none; padding: 0; margin: 0; }.launch-checklist li { display: flex; gap: 11px; padding: 11px 0; border-top: 1px solid #edf0ed; color: #65716b; font-size: 10px; }.launch-checklist span { color: #b66d4e; }
.editor-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: end; background: rgba(20,36,30,.5); backdrop-filter: blur(3px); }
.product-editor { width: min(760px, 96vw); height: 100vh; overflow: auto; padding: 27px 30px; background: white; box-shadow: -20px 0 60px rgba(20,36,30,.18); }
.product-editor header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 21px; border-bottom: 1px solid #e4e7e4; }.product-editor header h2 { margin: 6px 0 0; font: 27px Georgia,serif; }.product-editor header button { border: 0; background: transparent; font-size: 27px; cursor: pointer; }
.product-editor form { display: grid; gap: 19px; padding-top: 23px; }.product-editor input, .product-editor select, .product-editor textarea { background: #f8f9f7; border-color: #dde2de; font-size: 11px; }.product-editor label small { color: #929b97; line-height: 1.45; font-size: 9px; }.product-editor footer { display: flex; justify-content: end; gap: 10px; margin-top: 12px; padding-top: 20px; border-top: 1px solid #e4e7e4; }
.editor-guidance { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 13px; background: rgba(212,175,55,.08); border: 1px solid rgba(212,175,55,.2); }.editor-guidance span { color: var(--clay); }.editor-guidance p { margin: 0; color: #aaa294; font-size: 9px; line-height: 1.5; }
.product-editor-preview { min-height: 220px; position: relative; display: grid; place-items: center; overflow: hidden; background: #080808; border: 1px solid rgba(212,175,55,.18); }.product-editor-preview > span { position: absolute; left: 12px; top: 10px; z-index: 1; padding: 5px 7px; background: rgba(0,0,0,.82); color: var(--clay-light); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.product-editor-preview img { width: 100%; height: 260px; object-fit: contain; }.product-editor-preview > div { display: grid; place-items: center; gap: 8px; color: #8f897d; }.product-editor-preview b { color: var(--clay); font: 35px Georgia,serif; }.product-editor-preview small { font-size: 9px; }
.admin-notice, .admin-error { position: fixed; right: 25px; top: 100px; z-index: 120; padding: 13px 17px; border-radius: 5px; box-shadow: 0 12px 35px rgba(30,53,45,.2); font-size: 10px; }.admin-notice { background: #315346; color: white; }.admin-error { background: #9a4435; color: white; }.admin-error button { border: 0; background: transparent; color: white; margin-left: 15px; cursor: pointer; }
.admin-loading { min-height: 70vh; display: grid; place-content: center; text-align: center; color: #79857f; }.admin-loading span { width: 55px; height: 55px; margin: auto; display: grid; place-items: center; border: 1px solid #9aa59f; border-radius: 50%; font: 14px Georgia,serif; }.admin-loading p { font-size: 10px; }

/* Édition noire & or */
body { background: #292620; color: var(--ink); }
.announcement { background: #050505; color: #e7d8ae; border-bottom: 1px solid rgba(212,175,55,.22); }
.announcement span, .intro-strip span { color: var(--clay); }
.site-header { position: sticky; top: 0; background: #050505; border-color: rgba(212,175,55,.2); backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: 0 16px 45px rgba(0,0,0,.3); }
.brand-logo { filter: drop-shadow(0 7px 14px rgba(212,175,55,.12)); }
@media (min-width:1051px) {
  .site-header { height: 122px; }
  .wordmark { width: 430px; height: 104px; flex: 0 0 430px; }
}
.desktop-nav, .cart-link { color: #eee7d8; }
.desktop-nav a::after { background: linear-gradient(90deg,#8e6f1e,#f3dc93); }
.cart-link span { background: linear-gradient(135deg,#f3dc93,#b78d25); color: #080808; }
.nav-cta, .mobile-menu summary { border-color: rgba(212,175,55,.65); color: var(--clay-light); }
.nav-cta:hover { background: var(--clay); color: #080808; }
.mobile-menu nav { background: #10100f; border-color: var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.6); }

.hero { background: radial-gradient(circle at 12% 12%,rgba(212,175,55,.16),transparent 34%), linear-gradient(115deg,#453b2d 0%,#2b2822 58%,#493b29 100%); }
.eyebrow, .hero-copy > p, .hero-note, .split-heading > p, .shop-teaser-copy > p, .page-hero > p, .shop-empty p, .cart-empty p, .checkout-card > p, .contact-intro > p, .contact-details p, .contact-details a, .contact-success p, .success-panel p { color: var(--muted); }
.eyebrow::before { background: linear-gradient(90deg,#8b6b1d,#f3dc93); }
.eyebrow.light { color: #d8d0bf; }
.eyebrow.light::before { background: var(--clay); }
h1 em, h2 em, .process-title h2 em, .closing-cta h2 em { color: var(--clay-light); }
.button.primary { background: linear-gradient(135deg,#f3dc93 0%,#d4af37 55%,#9f771a 100%); color: #080808; box-shadow: 0 14px 38px rgba(212,175,55,.18); font-weight: 700; }
.button.primary:hover { background: linear-gradient(135deg,#fff0b6,#d4af37); box-shadow: 0 18px 44px rgba(212,175,55,.28); }
.text-link { border-color: var(--clay); color: #eee6d7; }
.hero-image { border: 1px solid rgba(212,175,55,.24); box-shadow: 0 28px 70px rgba(0,0,0,.58); }
.hero-visual::before { border-color: rgba(212,175,55,.68); box-shadow: 0 0 55px rgba(212,175,55,.11); }
.floating-card { background: rgba(47,42,35,.96); border: 1px solid rgba(212,175,55,.38); box-shadow: 0 20px 50px rgba(0,0,0,.42); }
.floating-icon { background: rgba(212,175,55,.1); color: var(--clay-light); border: 1px solid rgba(212,175,55,.3); }
.floating-card small { color: var(--muted); }
.intro-strip { background: #24201a; color: #efe8d9; border-block: 1px solid rgba(212,175,55,.28); }

.services-section { background: #37322a; }
.service-card { background: #2d2923; border-color: rgba(212,175,55,.31); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.service-card-dark { background: linear-gradient(145deg,#463a2b,#25211b); border-color: rgba(212,175,55,.48); }
.service-number, .service-card-dark .service-number { color: #9c947f; }
.service-card p, .service-card-dark p { color: var(--muted); }
.service-card > a { border-color: var(--line); color: var(--clay-light); }
.service-photo { filter: saturate(.9) contrast(1.04); }
.service-photo-copy .service-number { background: rgba(5,5,5,.88); color: var(--clay-light); border: 1px solid rgba(212,175,55,.26); }
.atelier-story { background: radial-gradient(circle at 90% 50%,rgba(212,175,55,.13),transparent 38%),#292620; }
.story-main-image, .story-detail-image { box-shadow: 0 25px 65px rgba(0,0,0,.5); }
.story-caption { background: #27231d; border: 1px solid rgba(212,175,55,.38); }
.story-caption span { color: #aaa18c; }
.story-lead, .story-points p { color: var(--muted); }
.story-points, .story-points > div { border-color: var(--line); }
.process-section { background: linear-gradient(135deg,#29251f,#44392b); border-block: 1px solid rgba(212,175,55,.3); }
.process-list li { border-color: rgba(212,175,55,.18); }
.process-list li > span { border-color: rgba(212,175,55,.55); color: var(--clay-light); }
.process-list p { color: #aaa393; }
.shop-teaser { background: #332e27; border-bottom: 1px solid var(--line); }
.shop-teaser-art { background: #050505; border-color: rgba(212,175,55,.35); box-shadow: inset 0 0 0 12px #0b0b0a,0 24px 65px rgba(0,0,0,.45); }
.shop-teaser-art > .shop-teaser-scene { filter: drop-shadow(0 12px 24px rgba(212,175,55,.12)); }
.closing-cta { background: radial-gradient(circle at 50% 0,rgba(212,175,55,.24),transparent 46%),#27231d; border-bottom: 1px solid rgba(212,175,55,.32); }
.closing-cta .eyebrow { color: #d8d0bd; }
.closing-cta .eyebrow::before { background: var(--clay); }
.light-button { background: #f2e4b8; color: #090909; }

.inner-page, .page-hero { background-color: #292620; }
.page-hero { border-color: var(--line); }
.shop-page-hero { background: linear-gradient(rgba(40,35,28,.56),rgba(40,35,28,.72)),url('../../atelier-table-luxe-clair-or.webp') center/cover; border-bottom-color: rgba(212,175,55,.38); }
.shop-toolbar { border-color: var(--line); }
.empty-flower { border-color: var(--line); box-shadow: 0 0 45px rgba(212,175,55,.06); }
.product-card, .checkout-card, .contact-form-wrap, .success-panel { background: #3a342c; border-color: rgba(212,175,55,.31); }
.product-image, .cart-thumb, .product-placeholder { background: #493f31; color: var(--clay-light); }
.product-image > span { background: rgba(7,7,7,.9); color: var(--clay-light); border: 1px solid rgba(212,175,55,.3); }
.cart-line, .checkout-total, .contact-details, .contact-details > div { border-color: var(--line); }
.stacked-form label, .contact-form label, .admin-form-grid label, .product-editor label { color: #b0a998; }
input, select, textarea, .contact-form input, .contact-form select, .contact-form textarea { background: #26231e; border-color: rgba(212,175,55,.4); color: #f5efe2; }
input::placeholder, textarea::placeholder { color: #6f6a60; }
.form-error { background: #2b1511; color: #f1a28d; border: 1px solid #71372a; }
.success-panel > span, .contact-success > span { background: var(--clay); color: #090909; }
.shop-assurances article, .product-dialog { background: #363129; }
.product-dialog-gallery, .product-dialog-image { background: #211e19; }
.site-footer { background: #181612; border-top: 1px solid rgba(212,175,55,.32); }
.footer-logo { width: min(390px,100%); height: 98px; object-fit: cover; object-position: center; filter: drop-shadow(0 12px 25px rgba(212,175,55,.12)); }
.footer-brand p, .footer-links a, .footer-links span { color: #a9a293; }
.footer-links strong { color: var(--clay-light); }
.footer-links a:hover { color: var(--clay-light); }
.footer-bottom { color: #777166; border-color: rgba(212,175,55,.18); }

/* Ornements métalliques brillants, réservés aux visuels du site public. */
main .hero-image::after,
main .service-photo::after,
main .story-main-image::after,
main .shop-teaser-art::after,
main .product-image::after {
  content: "✦";
  position: absolute;
  z-index: 4;
  display: flex;
  pointer-events: none;
  color: #fff8d5;
  font: 18px/1 Georgia,serif;
  text-shadow: 0 0 4px #fff,0 0 12px rgba(243,220,147,.95),0 0 24px rgba(212,175,55,.5);
  filter: drop-shadow(0 0 3px rgba(255,248,207,.85)) drop-shadow(0 0 11px rgba(212,175,55,.45));
  animation: creadeco-ornament-glint 5.8s ease-in-out infinite;
}
main .hero-image::after {
  width: 122px;
  height: 122px;
  top: 18px;
  right: 18px;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 100% 0,#fff 0 1px,#fff4b8 2px 3px,rgba(212,175,55,.75) 4px,transparent 9px),
    var(--metal-gold-h) right top / 100% 2px no-repeat,
    var(--metal-gold-v) right top / 2px 100% no-repeat;
}
main .service-photo::after {
  width: 76px;
  height: 76px;
  top: 14px;
  left: 14px;
  background:
    radial-gradient(circle at 0 0,#fff 0 1px,#fff4b8 2px 3px,rgba(212,175,55,.7) 4px,transparent 8px),
    var(--metal-gold-h) left top / 100% 2px no-repeat,
    var(--metal-gold-v) left top / 2px 100% no-repeat;
}
main .service-card:nth-child(2) .service-photo::after {
  right: 14px;
  left: auto;
  justify-content: flex-end;
  color: #fff;
  text-shadow: 0 0 4px #fff,0 0 12px rgba(232,229,222,.9),0 0 22px rgba(188,186,181,.48);
  filter: drop-shadow(0 0 3px rgba(255,255,255,.9)) drop-shadow(0 0 10px rgba(200,198,192,.45));
  background:
    radial-gradient(circle at 100% 0,#fff 0 2px,#d8d5cf 3px,rgba(188,186,181,.7) 4px,transparent 8px),
    var(--metal-silver-h) right top / 100% 2px no-repeat,
    var(--metal-silver-v) right top / 2px 100% no-repeat;
  animation-delay: -1.8s;
}
main .service-card:nth-child(3) .service-photo::after {
  top: auto;
  bottom: 14px;
  align-items: flex-end;
  background:
    radial-gradient(circle at 0 100%,#fff 0 1px,#fff4b8 2px 3px,rgba(212,175,55,.7) 4px,transparent 8px),
    var(--metal-gold-h) left bottom / 100% 2px no-repeat,
    var(--metal-gold-v) left bottom / 2px 100% no-repeat;
  animation-delay: -3.4s;
}
main .story-main-image::after {
  width: 98px;
  height: 98px;
  right: 22px;
  bottom: 22px;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  text-shadow: 0 0 4px #fff,0 0 12px rgba(232,229,222,.9),0 0 22px rgba(188,186,181,.48);
  filter: drop-shadow(0 0 3px rgba(255,255,255,.9)) drop-shadow(0 0 10px rgba(200,198,192,.45));
  background:
    radial-gradient(circle at 100% 100%,#fff 0 2px,#d8d5cf 3px,rgba(188,186,181,.7) 4px,transparent 9px),
    var(--metal-silver-h) right bottom / 100% 2px no-repeat,
    var(--metal-silver-v) right bottom / 2px 100% no-repeat;
  animation-delay: -2.6s;
}
main .shop-teaser-art::after {
  width: 92px;
  height: 92px;
  top: 22px;
  right: 22px;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 100% 0,#fff 0 1px,#fff4b8 2px 3px,rgba(212,175,55,.7) 4px,transparent 9px),
    var(--metal-gold-h) right top / 100% 2px no-repeat,
    var(--metal-gold-v) right top / 2px 100% no-repeat;
  animation-delay: -4.2s;
}
main .product-image::after {
  width: 48px;
  height: 48px;
  top: 10px;
  right: 10px;
  justify-content: flex-end;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 3px #fff,0 0 9px rgba(232,229,222,.9);
  filter: drop-shadow(0 0 3px rgba(255,255,255,.8));
  background:
    radial-gradient(circle at 100% 0,#fff 0 1px,#d8d5cf 2px 3px,transparent 7px),
    var(--metal-silver-h) right top / 100% 1px no-repeat,
    var(--metal-silver-v) right top / 1px 100% no-repeat;
}
main .product-card:nth-child(3n+2) .product-image::after {
  color: #fff8d5;
  text-shadow: 0 0 3px #fff,0 0 10px rgba(243,220,147,.95);
  filter: drop-shadow(0 0 3px rgba(255,248,207,.8));
  background:
    radial-gradient(circle at 100% 0,#fff 0 1px,#fff4b8 2px 3px,transparent 7px),
    var(--metal-gold-h) right top / 100% 1px no-repeat,
    var(--metal-gold-v) right top / 1px 100% no-repeat;
}
.services-section .section-heading > div::after,
.process-title::after {
  content: "✦";
  width: 170px;
  min-height: 18px;
  display: block;
  margin-top: 25px;
  padding-right: 2px;
  color: #fff8d5;
  background: var(--metal-gold-h) left center / 145px 1px no-repeat;
  text-align: right;
  font: 18px/1 Georgia,serif;
  text-shadow: 0 0 4px #fff,0 0 12px rgba(243,220,147,.9),0 0 22px rgba(212,175,55,.5);
  animation: creadeco-ornament-glint 5.8s -2.2s ease-in-out infinite;
}
.process-title::after {
  color: #fff;
  background-image: var(--metal-silver-h);
  text-shadow: 0 0 4px #fff,0 0 12px rgba(232,229,222,.9),0 0 22px rgba(188,186,181,.48);
}

@keyframes creadeco-ornament-glint {
  0%,72%,100% { opacity: .78; }
  78% { opacity: 1; }
  84% { opacity: .86; }
}
@media (max-width:780px) {
  main .hero-image::after { width: 88px; height: 88px; top: 13px; right: 13px; }
  main .service-photo::after { width: 62px; height: 62px; }
  main .story-main-image::after { width: 74px; height: 74px; right: 15px; bottom: 15px; }
  main .shop-teaser-art::after { width: 70px; height: 70px; top: 16px; right: 16px; }
  main .product-image::after { width: 42px; height: 42px; }
  .services-section .section-heading > div::after, .process-title::after { width: 145px; background-size: 120px 1px; }
}

body:has(.admin-shell) { background: var(--admin-bg); }
.admin-shell { background: #0d0d0c; color: #eee8dc; }
.admin-sidebar { background: #050505; border-right: 1px solid rgba(212,175,55,.22); }
.admin-brand { min-height: 100px; justify-content: center; border-color: rgba(212,175,55,.18); }
.admin-brand img { width: 175px; height: 95px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(212,175,55,.14)); }
.admin-sidebar nav button { color: #969083; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.active { background: rgba(212,175,55,.1); color: #fff4d1; }
.admin-sidebar nav button.active { box-shadow: inset 3px 0 var(--clay); }
.admin-sidebar nav button i { color: var(--clay); }
.admin-sidebar nav button b { background: var(--clay); color: #080808; }
.admin-sidebar-footer { border-color: rgba(212,175,55,.18); }
.admin-sidebar-footer a { color: #8f897d; }
.admin-sidebar-footer a:hover { color: var(--clay-light); }
.admin-topbar { background: #11110f; border-color: var(--line); }
.admin-topbar > div:first-child > span, .admin-user small, .admin-welcome p, .panel-title p, .stat-card > span, .stat-card > small, .activity-list small, .activity-list time, .quick-actions small, .settings-list small { color: #8f897d; }
.admin-user > span, .stat-icon, .activity-list > div > span, .quick-actions button > span, .inquiry-card-top > span { background: rgba(212,175,55,.1); color: var(--clay-light); border: 1px solid rgba(212,175,55,.18); }
.admin-kicker { color: var(--clay); }
.admin-primary { background: linear-gradient(135deg,#efd78c,#b88b23); color: #080808; box-shadow: 0 8px 24px rgba(212,175,55,.14); font-weight: 700; }
.admin-primary:hover { background: linear-gradient(135deg,#fff0b6,#d4af37); }
.admin-secondary, .table-actions button { background: #24221c; color: #d6cebf; border: 1px solid rgba(212,175,55,.18); }
.stat-card, .admin-panel, .inquiry-card { background: #151411; border-color: rgba(212,175,55,.18); }
.activity-list > div, .quick-actions button, .settings-list > div, .launch-checklist li { border-color: rgba(212,175,55,.13); }
.mini-empty, .admin-empty { color: #8f897d; }
.mini-empty span { color: var(--clay); }
.admin-table th { background: #0d0d0c; color: #9c9587; }
.admin-table td { border-color: rgba(212,175,55,.12); color: #bdb5a6; }
.admin-table td > strong, .table-product strong, .admin-empty h3 { color: #f0e9dc; }
.table-subline { color: #817b71; }
.table-product > div { background: #211e16; }
.status-pill.published { background: #17261e; color: #83d1a2; }
.status-pill.draft { background: #26231c; color: #b4ac9b; }
.table-actions button.danger { background: #321b17; color: #ef9d88; border-color: #653329; }
.admin-empty > span { background: rgba(212,175,55,.1); color: var(--clay); }
.status-select, .inquiry-card select, .admin-form-grid input, .admin-form-grid textarea, .product-editor input, .product-editor select, .product-editor textarea { background: #0b0b0a; border-color: rgba(212,175,55,.23); color: #eee7da; }
.inquiry-meta span { background: #242118; color: #b9b09e; }
.inquiry-card > p { color: #b1aa9d; }
.inquiry-card-bottom { border-color: rgba(212,175,55,.13); }
.inquiry-card-bottom a { color: var(--clay-light); }
.content-savebar { background: #070707; border: 1px solid rgba(212,175,55,.32); box-shadow: 0 15px 40px rgba(0,0,0,.48); }
.content-savebar span { color: #a9a293; }
.content-savebar .admin-primary { background: var(--clay); }
.security-card { background: #201d15; border: 1px solid rgba(212,175,55,.18); }
.security-card > span { background: var(--clay); color: #080808; }
.security-card p { color: #aaa294; }
.launch-checklist li { color: #aaa294; }
.launch-checklist span { color: var(--clay); }
.editor-backdrop { background: rgba(0,0,0,.7); }
.product-editor { background: #11110f; box-shadow: -20px 0 60px rgba(0,0,0,.62); }
.product-editor header, .product-editor footer { border-color: rgba(212,175,55,.18); }
.product-editor label small { color: #8f897d; }
.admin-notice { background: #2b2515; color: #f4df9c; border: 1px solid rgba(212,175,55,.35); }
.admin-loading { color: #999185; }
.admin-loading span { border-color: var(--clay); color: var(--clay-light); }

/* Parcours finalisés, pages légales et médias */
.checkout-policies { margin: 18px 0 5px; display: grid; gap: 10px; padding: 14px; border: 1px solid rgba(212,175,55,.25); background: #312c24; }
.checkout-policies p { margin: 0; color: #aaa294; font-size: 10px; line-height: 1.5; }.checkout-policies b { display: block; margin-bottom: 3px; color: var(--clay-light); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.honey-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.stacked-form .consent-field, .contact-form .consent-field { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; color: #aaa294; font-size: 9px; line-height: 1.55; }
.consent-field input { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--clay); }.consent-field a { color: var(--clay-light); text-decoration: underline; }
.inquiry-actions { display: flex; align-items: center; gap: 11px; }.inquiry-actions button { padding: 0; border: 0; background: transparent; color: #e38f78; cursor: pointer; font-size: 9px; }
.settings-form-panel { margin-top: 0; }
.media-dropzone { position: relative; min-height: 100px; padding: 19px; border: 1px dashed rgba(212,175,55,.48); background: rgba(212,175,55,.05); cursor: pointer; }
.media-dropzone:hover, .media-dropzone:focus-within { border-color: var(--clay-light); background: rgba(212,175,55,.09); }.media-dropzone.uploading { cursor: wait; opacity: .7; }
.media-dropzone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }.media-dropzone > span { display: grid; place-items: center; gap: 7px; text-align: center; pointer-events: none; }.media-dropzone b { color: var(--clay-light); font: 17px Georgia,serif; }.media-dropzone small { color: #8f897d; }
.external-image-field { padding: 12px 14px; border: 1px solid rgba(212,175,55,.15); }.external-image-field summary { color: #9d9688; cursor: pointer; font-size: 10px; }.external-image-field label { margin-top: 13px; }
.external-image-row { margin-top: 13px; display: grid; grid-template-columns: 1fr auto; gap: 9px; }.external-image-row .admin-secondary { min-width: 90px; }
.product-editor-gallery { display: grid; gap: 12px; }.product-editor-gallery-title { display: flex; justify-content: space-between; align-items: center; color: #b0a998; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.product-editor-gallery-title small { color: #8f897d; font-size: 9px; text-transform: none; }
.product-editor-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.product-editor-gallery-grid article { min-width: 0; padding: 8px; border: 1px solid rgba(212,175,55,.17); background: #0b0b0a; }.product-editor-gallery-grid article.primary { border-color: rgba(212,175,55,.62); box-shadow: inset 0 0 0 1px rgba(212,175,55,.12); }
.product-editor-thumb { height: 190px; position: relative; display: grid; place-items: center; overflow: hidden; background: #050505; color: #8f897d; font-size: 9px; }.product-editor-thumb img { width: 100%; height: 100%; object-fit: contain; }.product-editor-thumb b { position: absolute; left: 8px; top: 8px; padding: 6px 8px; border: 1px solid rgba(212,175,55,.34); background: rgba(5,5,5,.9); color: var(--clay-light); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.product-editor-image-actions { min-height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding-top: 8px; }.product-editor-image-actions button { padding: 7px 9px; border: 1px solid rgba(212,175,55,.18); background: #24221c; color: #d6cebf; cursor: pointer; font-size: 8px; }.product-editor-image-actions button:hover { border-color: var(--clay); }.product-editor-image-actions button.danger { border-color: #653329; background: #321b17; color: #ef9d88; }
.product-editor-gallery-empty { min-height: 150px; display: grid; place-content: center; justify-items: center; gap: 7px; border: 1px dashed rgba(212,175,55,.2); background: #0b0b0a; color: #8f897d; text-align: center; }.product-editor-gallery-empty b { color: var(--clay); font: 34px Georgia,serif; }.product-editor-gallery-empty small { max-width: 330px; line-height: 1.5; }
.product-editor-preview > button { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 7px 9px; border: 1px solid rgba(212,175,55,.25); background: rgba(0,0,0,.85); color: #e8a08a; cursor: pointer; font-size: 9px; }

.legal-content { max-width: 950px; margin: auto; display: grid; gap: 0; padding-top: 65px; }.legal-content > section { padding: 32px 0; border-bottom: 1px solid var(--line); }.legal-content h2 { margin: 0 0 16px; color: var(--clay-light); font: 28px Georgia,serif; }.legal-content p { margin: 9px 0; color: var(--muted); line-height: 1.85; font-size: 13px; }.legal-content a { color: var(--clay-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-warning { padding: 20px 22px; border: 1px solid #8f6a32; background: #40351f; }.legal-warning strong { color: #f0d990; font: 19px Georgia,serif; }.legal-warning p { margin-bottom: 0; }
.legal-data { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }.legal-data > div { min-height: 85px; padding: 17px; background: #363129; }.legal-data dt { margin-bottom: 7px; color: #b2aa9b; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }.legal-data dd { margin: 0; color: #eee7d8; line-height: 1.55; white-space: pre-line; }
.not-found-page { min-height: 68vh; display: grid; place-content: center; justify-items: center; padding: 80px 20px; text-align: center; }.not-found-page > span { color: var(--clay); font-size: 11px; letter-spacing: .4em; }.not-found-page h1 { margin: 18px 0; font: clamp(44px,7vw,78px) Georgia,serif; }.not-found-page p { max-width: 520px; color: var(--muted); line-height: 1.7; }.not-found-page .hero-actions { justify-content: center; }

body:has(.admin-login-page) > .announcement, body:has(.admin-login-page) > .site-header, body:has(.admin-login-page) > .site-footer { display: none; }
.admin-login-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 15%,#292313 0,#0a0a09 48%,#050505 100%); }
.admin-login-card { width: min(430px,100%); padding: 42px; border: 1px solid rgba(212,175,55,.25); background: rgba(12,12,11,.94); box-shadow: 0 35px 90px rgba(0,0,0,.55); }.admin-login-card > img { width: 230px; height: 125px; display: block; margin: -15px auto 18px; object-fit: contain; }.admin-login-card h1 { margin: 8px 0 10px; font: 38px Georgia,serif; }.admin-login-card > p { color: #aaa294; line-height: 1.6; font-size: 12px; }.admin-login-card > a { display: inline-block; margin-top: 24px; color: #9d9688; font-size: 10px; }
.admin-login-form { display: grid; gap: 16px; margin-top: 25px; }.admin-login-form label { display: grid; gap: 8px; color: #bbb3a4; font-size: 10px; }.admin-login-form input { background: #050505; }.admin-login-form .admin-primary { min-height: 45px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }.nav-cta { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 4vw; }.hero h1 { font-size: clamp(52px, 7vw, 74px); }.hero-visual { min-height: 560px; }
  .service-card { padding: 26px; }.service-card-photo { padding: 0; }.service-card h3 { font-size: 25px; }.service-card-image { margin: -26px -26px 22px; }
  .admin-shell { grid-template-columns: 76px 1fr; }.admin-brand { justify-content: center; padding-inline: 0; }.admin-brand img { width: 58px; height: 62px; }.admin-brand > div, .admin-sidebar nav button:not(.active)::after, .admin-sidebar nav button b, .admin-sidebar-footer a { font-size: 0; }.admin-sidebar nav button { justify-content: center; padding: 0; }.admin-sidebar nav button i { width: auto; }.admin-sidebar-footer a { justify-content: center; }.admin-sidebar-footer a span { font-size: 13px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .cart-line-controls .quantity-label { justify-items: start; }
  .announcement { height: 25px; padding-inline: 12px; overflow: hidden; font-size: 8px; text-align: center; white-space: nowrap; }.site-header { height: 82px; padding-inline: 14px; gap: 10px; }.wordmark { width: 205px; height: 64px; flex: 0 1 205px; }.brand-logo { width: 100%; height: 100%; object-position: center; }.cart-link { display: none; }
  .hero { grid-template-columns: 1fr; padding: 55px 20px 35px; }.hero h1, .page-hero h1, .contact-intro h1 { font-size: clamp(48px,14vw,68px); }.hero-actions { gap: 19px; }.hero-note { margin-top: 35px; }.hero-visual { min-height: 450px; }.hero-image { border-radius: 95px 4px 4px 4px; }.floating-card { left: 14px; }.intro-strip { overflow: auto; justify-content: flex-start; padding: 22px 20px; }
  .section-pad { padding: 80px 20px; }.split-heading, .atelier-story, .process-section, .shop-teaser, .contact-layout { grid-template-columns: 1fr; gap: 50px; }.split-heading { margin-bottom: 40px; }.section-heading h2, .story-copy h2, .process-title h2, .shop-teaser h2, .closing-cta h2 { font-size: clamp(40px,11vw,58px); }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 360px; }.service-card-photo { min-height: 470px; }.service-photo { height: 220px; flex-basis: 220px; }.story-visual { min-height: 520px; }.story-copy { padding: 0; }.story-points > div { grid-template-columns: 28px 100px 1fr; }.process-section { gap: 38px; }.shop-teaser-art { height: auto; }.closing-cta { padding: 80px 20px; }
  .shop-page-hero { padding: 56px 20px 46px; text-align: left; }.shop-page-hero h1 { max-width: 570px; margin-inline: 0; font-size: clamp(42px,12vw,62px); }.shop-page-hero > p { margin-inline: 0; font-size: 14px; }.shop-content.section-pad { padding: 38px 16px 70px; }.shop-toolbar { gap: 8px; flex-direction: column; padding-bottom: 16px; font-size: 9px; line-height: 1.45; }.shop-controls { margin-top: 24px; grid-template-columns: 1fr; gap: 15px; }.shop-search, .shop-sort, .shop-categories, .shop-result-count { grid-column: 1; }.shop-search input, .shop-sort select { min-height: 52px; font-size: 16px; }.shop-categories { flex-wrap: nowrap; gap: 8px; margin-inline: -16px; padding: 3px 16px 7px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }.shop-categories::-webkit-scrollbar { display: none; }.shop-categories button { min-height: 44px; flex: 0 0 auto; padding: 10px 15px; white-space: nowrap; }.shop-result-count { align-items: center; gap: 12px; }.shop-result-count button { min-height: 40px; }.product-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 27px; }.product-card { padding: 8px; }.product-image { width: 100%; height: auto; aspect-ratio: 1/1; }.product-card-copy { min-height: 0; padding: 18px 8px 14px; }.product-card-actions { gap: 8px; }.product-details-link, .product-add { min-height: 50px; }.shop-assurances { grid-template-columns: 1fr; gap: 10px; margin-top: 58px; padding-top: 20px; }.shop-assurances article { min-height: 0; padding: 18px; }.product-dialog-backdrop { place-items: stretch; padding: 0; }.product-dialog { width: 100vw; height: 100dvh; max-height: 100dvh; grid-template-columns: 1fr; grid-template-rows: auto auto; border: 0; overscroll-behavior: contain; }.product-dialog-close { position: fixed; right: 12px; top: 12px; width: 44px; height: 44px; }.product-dialog-image { min-height: 0; height: auto; aspect-ratio: 1/1; }.product-gallery-nav { width: 46px; height: 46px; }.product-gallery-nav.previous { left: 10px; }.product-gallery-nav.next { right: 10px; }.product-gallery-thumbs { min-height: 82px; padding: 8px; }.product-gallery-thumbs button { width: 68px; height: 64px; flex-basis: 68px; }.product-dialog-copy { padding: 31px 20px 32px; align-self: auto; }.product-dialog-copy h2 { padding-right: 35px; font-size: 34px; line-height: 1.05; }.product-dialog-copy > p { margin: 21px 0; line-height: 1.65; }.product-dialog-copy .button { width: 100%; min-height: 52px; }.page-hero { padding: 70px 20px 55px; }.checkout-steps { margin-top: 25px; grid-template-columns: repeat(3,1fr); gap: 7px; }.checkout-steps span { display: grid; justify-items: center; gap: 6px; text-align: center; white-space: normal; }.checkout-steps i { display: none; }.cart-layout { grid-template-columns: 1fr; }.cart-lines-heading { align-items: start; flex-direction: column; }.cart-line { grid-template-columns: 90px 1fr; gap: 15px; }.cart-thumb { width: 90px; height: 90px; }.cart-line-controls { grid-column: 2; min-width: 0; display: flex; align-items: end; justify-content: space-between; }.cart-line-controls label { justify-items: start; }.checkout-card { position: static; }.contact-intro { position: static; }.contact-form-wrap { padding: 27px 20px; }.contact-form .form-row, .product-editor .form-row { grid-template-columns: 1fr; }
  .page-hero.shop-page-hero { padding: 56px 20px 46px; }
  .breadcrumbs { padding: 18px 20px 0; gap: 7px; font-size: 10px; }.product-detail { padding: 32px 16px 72px; grid-template-columns: 1fr; gap: 34px; }.product-detail-main { min-height: 0; aspect-ratio: 1/1; }.product-detail-main > img { max-height: none; }.product-detail-copy { position: static; padding-top: 0; }.product-detail-copy h1 { font-size: clamp(40px,12vw,58px); }.product-detail-actions { align-items: stretch; flex-direction: column; }.product-detail-actions .button, .product-detail-actions .text-link { width: 100%; min-height: 52px; justify-content: center; }.related-products { padding: 64px 16px; }.related-product-grid { grid-template-columns: 1fr; gap: 15px; }
  .site-footer { grid-template-columns: 1fr; padding: 65px 20px 25px; gap: 40px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { gap: 15px; flex-direction: column; }.legal-data { grid-template-columns: 1fr; }.legal-content { padding-top: 40px; }.admin-login-card { padding: 32px 24px; }
  .admin-shell { display: block; padding-bottom: 70px; }.admin-sidebar { position: fixed; inset: auto 0 0; z-index: 90; width: 100%; height: 66px; padding: 7px 10px; }.admin-brand, .admin-sidebar-footer { display: none; }.admin-sidebar nav { margin: 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 2px; }.admin-sidebar nav button { min-height: 52px; display: grid; place-items: center; gap: 0; font-size: 0; }.admin-sidebar nav button i { font-size: 18px; }.admin-sidebar nav button.active { box-shadow: inset 0 -3px #db9a78; }.admin-topbar { padding: 14px 16px; }.admin-user > div { display: none; }.admin-content { padding: 24px 14px 40px; }.admin-welcome { align-items: start; flex-direction: column; }.stats-grid, .admin-dashboard-grid, .inquiry-grid, .settings-grid { grid-template-columns: 1fr; }.settings-grid .admin-panel:first-child { grid-row: auto; }.admin-form-grid { grid-template-columns: 1fr; }.admin-form-grid label.wide { grid-column: auto; }.content-savebar { bottom: 78px; flex-direction: column; align-items: stretch; }.panel-title { align-items: start; flex-direction: column; }.order-detail { grid-template-columns: 1fr; }.order-customer-note { padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(212,175,55,.15); }.admin-topbar h1 { font-size: 21px; }
}

@media (max-width: 480px) {
  .wordmark { width: 188px; height: 60px; flex-basis: 188px; }.wordmark-mark { display: none; }.header-actions { gap: 0; }.mobile-menu summary { min-height: 44px; display: grid; place-items: center; padding: 8px 11px; }.hero-visual { min-height: 390px; }.floating-card { padding: 13px 15px; }.intro-strip { gap: 28px; }.story-detail-image { display: none; }.story-main-image { right: 0; }.story-points > div { grid-template-columns: 24px 1fr; }.story-points p { grid-column: 2; }.footer-links { grid-template-columns: 1fr; }.footer-logo { width: min(330px,100%); height: 84px; }.product-card-copy { display: grid; gap: 10px; }.product-card-copy > strong { justify-self: start; }.product-card-actions { grid-template-columns: 1fr; }.product-add { width: 100%; }.product-image > .product-category { top: 10px; left: 10px; max-width: calc(100% - 20px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.product-stock { right: 10px; bottom: 10px; }.product-photo-count { left: 10px; bottom: 10px; }.shop-empty h2, .cart-empty h2 { font-size: 34px; }.cart-line { grid-template-columns: 72px 1fr; }.cart-thumb { width: 72px; height: 72px; }.cart-line-controls { grid-column: 1/-1; }.admin-topbar > div:first-child > span { display: none; }.product-editor-gallery-grid { grid-template-columns: 1fr; }.external-image-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Alternance très contrastée : noir charbon, ivoire et accents or. */
main > .hero {
  color: #f7f2e8;
  background:
    radial-gradient(circle at 13% 18%,rgba(212,175,55,.2),transparent 31%),
    linear-gradient(118deg,#050505 0%,#12110f 58%,#201a0f 100%);
  border-bottom: 1px solid rgba(212,175,55,.34);
}
main > .hero .hero-copy > p { color: #c9c1b2; }
main > .hero .hero-note { color: #aaa294; }
main > .hero .text-link { color: #f7f2e8; }

main > .services-section {
  color: #17130d;
  background:
    radial-gradient(circle at 92% 8%,rgba(212,175,55,.16),transparent 24%),
    linear-gradient(135deg,#fffdf8 0%,#f7f2e8 56%,#eee2cd 100%);
  border-block: 1px solid rgba(142,108,24,.28);
}
.services-section .eyebrow { color: #725d32; }
.services-section h2 em { color: #8e6c18; }
.services-section .split-heading > p { color: #5f594f; }
.services-section .service-card:not(.service-card-dark) {
  color: #f7f2e8;
  background: linear-gradient(145deg,#1b1812 0%,#0b0a08 68%,#211a0e 100%);
  border-color: rgba(212,175,55,.58);
  box-shadow: 0 24px 58px rgba(38,27,8,.24);
}
.services-section .service-card:not(.service-card-dark) p { color: #c5bcad; }
.services-section .service-card:not(.service-card-dark) .service-number { color: #f3dc93; }
.services-section .service-card:not(.service-card-dark) .service-photo-copy > a {
  color: #f3dc93;
  border-color: rgba(212,175,55,.34);
}
.services-section .service-card-dark {
  background: linear-gradient(145deg,#17130d,#050505);
  border-color: rgba(212,175,55,.62);
  box-shadow: 0 24px 58px rgba(25,18,7,.25);
}

main > .atelier-story {
  color: #f7f2e8;
  background:
    radial-gradient(circle at 86% 46%,rgba(212,175,55,.18),transparent 34%),
    linear-gradient(125deg,#050505 0%,#12110f 64%,#211b10 100%);
  border-bottom: 1px solid rgba(212,175,55,.3);
}
.atelier-story .eyebrow { color: #d0c7b6; }
.atelier-story .story-lead { color: #ded5c4; }
.atelier-story .story-points p { color: #bcb3a3; }
.atelier-story .text-link { color: #f7f2e8; }

main > .process-section {
  color: #17130d;
  background:
    linear-gradient(90deg,rgba(212,175,55,.08) 1px,transparent 1px) 0 0 / 110px 100%,
    linear-gradient(135deg,#fffdf8 0%,#f7f2e8 68%,#eddfc5 100%);
  border-block: 1px solid rgba(142,108,24,.32);
}
.process-section .eyebrow.light { color: #725d32; }
.process-section .process-title h2 em { color: #8e6c18; }
.process-section .process-list li { border-color: rgba(87,67,26,.22); }
.process-section .process-list li > span {
  border-color: #a57c1d;
  color: #6d5012;
  background: rgba(212,175,55,.1);
}
.process-section .process-list p { color: #625b50; }
.process-section .process-title::after {
  color: #8e6c18;
  background-image: var(--metal-gold-h);
  text-shadow: 0 0 4px #fff,0 0 11px rgba(212,175,55,.48);
}

main > .shop-teaser {
  color: #f7f2e8;
  background:
    radial-gradient(circle at 18% 24%,rgba(212,175,55,.14),transparent 29%),
    linear-gradient(120deg,#080807,#17140f 70%,#271f10);
  border-bottom: 1px solid rgba(212,175,55,.34);
}
.shop-teaser .eyebrow { color: #d0c7b6; }
.shop-teaser .shop-teaser-copy > p { color: #bcb3a3; }
.shop-teaser .text-link { color: #f7f2e8; }

main > .closing-cta {
  color: #17130d;
  background:
    radial-gradient(circle at 50% 0,rgba(212,175,55,.3),transparent 42%),
    linear-gradient(135deg,#fffdf8 0%,#f7f2e8 54%,#ead7ad 100%);
  border-bottom: 1px solid rgba(142,108,24,.36);
}
.closing-cta .eyebrow.light { color: #725d32; }
.closing-cta .eyebrow::before { background: #8e6c18; }
.closing-cta h2 em { color: #8e6c18; }
.closing-cta .light-button {
  color: #f7f2e8;
  background: linear-gradient(135deg,#17130d,#050505);
  border: 1px solid rgba(212,175,55,.62);
  box-shadow: 0 15px 34px rgba(39,28,9,.2);
}

/* Pages intérieures : en-tête sombre puis contenu très clair. */
.inner-page > .page-hero,
.legal-page > .page-hero {
  color: #f7f2e8;
  background-color: #0a0907;
  border-bottom-color: rgba(212,175,55,.38);
}
.inner-page > .page-hero > p,
.legal-page > .page-hero > p { color: #c4bbab; }
.inner-page > .page-hero .eyebrow,
.legal-page > .page-hero .eyebrow { color: #d0c7b6; }
.shop-page-hero {
  background:
    radial-gradient(circle at 18% 24%,rgba(243,220,147,.3) 0%,rgba(212,175,55,.16) 22%,transparent 48%),
    linear-gradient(rgba(5,5,5,.72),rgba(10,9,7,.9)),
    url('../../atelier-table-luxe-clair-or.webp') center/cover;
}
.shop-content,
.cart-layout,
.contact-layout {
  color: #17130d;
  background: linear-gradient(135deg,#fffdf8,#f7f2e8 72%,#eee1ca);
}
.shop-content {
  background:
    radial-gradient(circle at 14% 10%,rgba(255,250,240,.9) 0%,rgba(247,242,232,.48) 24%,transparent 46%),
    radial-gradient(circle at 88% 32%,rgba(238,226,204,.84) 0%,transparent 38%),
    radial-gradient(circle at 28% 78%,rgba(250,245,235,.72) 0%,transparent 36%),
    linear-gradient(135deg,#faf5eb 0%,#f7f2e8 45%,#ecdfca 100%);
}
.shop-content .eyebrow,
.cart-layout .eyebrow,
.contact-layout .eyebrow { color: #725d32; }
.contact-layout .contact-intro h1 em { color: #8e6c18; }
.shop-content .shop-toolbar,
.shop-content .shop-result-count,
.contact-layout .contact-intro > p,
.contact-layout .contact-details p,
.contact-layout .contact-details a,
.cart-layout .checkout-card > p { color: #625b50; }
.shop-content .shop-search,
.shop-content .shop-sort,
.contact-layout .contact-form label,
.cart-layout .stacked-form label { color: #665d4f; }
.shop-content input,
.shop-content select,
.contact-layout input,
.contact-layout select,
.contact-layout textarea,
.cart-layout input,
.cart-layout select,
.cart-layout textarea {
  color: #17130d;
  background: #fffdf8;
  border-color: rgba(142,108,24,.38);
}
.shop-content input::placeholder,
.contact-layout input::placeholder,
.contact-layout textarea::placeholder,
.cart-layout input::placeholder,
.cart-layout textarea::placeholder { color: #8f8678; }
.shop-content .shop-categories button,
.shop-content .shop-categories a {
  color: #5f574a;
  border-color: rgba(142,108,24,.35);
}
.shop-content .shop-categories button:hover,
.shop-content .shop-categories button.active,
.shop-content .shop-categories a:hover,
.shop-content .shop-categories a.active {
  color: #17130d;
  background: rgba(212,175,55,.18);
}
.shop-content .shop-assurances article,
.contact-layout .contact-form-wrap,
.cart-layout .checkout-card {
  color: #17130d;
  background: rgba(255,253,248,.96);
  border-color: rgba(142,108,24,.34);
  box-shadow: 0 20px 48px rgba(55,40,16,.1);
}
.shop-content .product-card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #f7f2e8;
  background: linear-gradient(145deg,#201c14 0%,#12110f 58%,#060606 100%);
  border-color: rgba(212,175,55,.64);
  box-shadow: 0 26px 58px rgba(17,12,4,.34),inset 0 1px rgba(255,255,255,.05);
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.shop-content .product-image-button {
  display: block;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  vertical-align: top;
}
.shop-content .product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(243,220,147,.86);
  box-shadow: 0 32px 68px rgba(17,12,4,.42),0 0 24px rgba(212,175,55,.1),inset 0 1px rgba(255,255,255,.07);
}
.shop-content .product-card-copy {
  width: 100%;
  flex: 1 0 auto;
  position: relative;
  z-index: 3;
  margin-top: 1px;
  border-top: 1px solid rgba(212,175,55,.3);
}
.shop-content .product-card-copy h3 {
  color: #f7f2e8;
  opacity: 1;
  visibility: visible;
}
.shop-content .product-card-copy p {
  color: #c8c0b1;
  opacity: 1;
  visibility: visible;
}
.shop-content .product-card-copy > strong {
  color: #f3dc93;
  opacity: 1;
  visibility: visible;
}
.shop-content .shop-assurances p { color: #625b50; }
.shop-content .product-card-actions {
  width: 100%;
  flex: 0 0 auto;
  margin-top: auto;
  position: relative;
  z-index: 3;
}
.shop-content .product-details-link {
  color: #f3dc93;
  background: rgba(212,175,55,.07);
  border-color: rgba(212,175,55,.42);
}
.cart-layout .text-link { color: #17130d; }
.cart-layout .cart-line,
.cart-layout .checkout-total,
.contact-layout .contact-details,
.contact-layout .contact-details > div { border-color: rgba(142,108,24,.28); }

.legal-page { color: #17130d; background: #f7f2e8; }
.legal-content { padding-inline: min(5vw,48px); background: #f7f2e8; }
.legal-content > section { border-color: rgba(142,108,24,.3); }
.legal-content h2 { color: #654b13; }
.legal-content p { color: #5f584d; }
.legal-content a { color: #72581b; }
.legal-data { background: rgba(142,108,24,.28); border-color: rgba(142,108,24,.28); }
.legal-data > div { background: #fffdf8; }
.legal-data dt { color: #766c5e; }
.legal-data dd { color: #17130d; }

@media (max-width:780px) {
  main > .process-section {
    background:
      linear-gradient(90deg,rgba(212,175,55,.06) 1px,transparent 1px) 0 0 / 72px 100%,
      linear-gradient(135deg,#fffdf8,#f2e8d7);
  }
  .legal-content { padding-inline: 20px; }
}

/* Illustration d’atelier en filigrane sur les surfaces ivoire. */
main > .services-section,
main > .process-section,
main > .closing-cta,
.inner-page > .shop-content,
.inner-page > .cart-layout,
.inner-page > .contact-layout,
.legal-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
main > .services-section::before,
main > .process-section::before,
main > .closing-cta::before,
.inner-page > .shop-content::before,
.inner-page > .cart-layout::before,
.inner-page > .contact-layout::before,
.legal-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(247,242,232,.05),rgba(247,242,232,.05)),
    url('../../illustration-fond-clair-creadeco-v2.webp') center / cover no-repeat;
  opacity: .94;
}
main > .services-section > *,
main > .process-section > *,
main > .closing-cta > *,
.inner-page > .shop-content > *,
.inner-page > .cart-layout > *,
.legal-page > * {
  position: relative;
  z-index: 1;
}
.inner-page > .contact-layout > .contact-intro { z-index: 1; }
.inner-page > .contact-layout > .contact-form-wrap {
  position: relative;
  z-index: 1;
}
main > .services-section::before,
main > .process-section::before,
main > .closing-cta::before { filter: blur(1.5px); }
main > .services-section::before { background-position: center; opacity: .48; }
main > .process-section::before {
  background-position: 38% center;
  transform: scaleX(-1);
  opacity: .44;
}
main > .closing-cta::before { background-position: center 59%; opacity: .4; }
.inner-page > .shop-content::before,
.inner-page > .cart-layout::before,
.inner-page > .contact-layout::before,
.legal-page::before {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.inner-page > .shop-content::before { display: none; }
.inner-page > .cart-layout::before,
.inner-page > .contact-layout::before { opacity: .82; }
.legal-page::before { opacity: .8; }

@media (max-width:780px) {
  main > .services-section::before,
  main > .process-section::before,
  main > .closing-cta::before,
  .inner-page > .shop-content::before,
  .inner-page > .cart-layout::before,
  .inner-page > .contact-layout::before,
  .legal-page::before {
    background-size: 160% auto;
    background-position: center top;
    background-repeat: repeat-y;
    opacity: .78;
  }
  main > .services-section::before,
  main > .process-section::before,
  main > .closing-cta::before { filter: blur(1px); }
}

@media (max-width:780px) {
  .shop-categories a { min-height: 44px; flex: 0 0 auto; padding: 10px 15px; white-space: nowrap; }
  .related-product-grid img { height: 210px; }
  .related-product-grid h3 { font-size: 22px; }
}

/* Panier : parcours clair sur ivoire, créations et validation sur charbon. */
.cart-page-hero .checkout-steps { color: #aaa294; }
.cart-page-hero .checkout-steps span.active { color: #f3dc93; }
.cart-page-hero .checkout-steps b { border-color: rgba(212,175,55,.36); }
.cart-page-hero .checkout-steps span.active b { color: #080704; background: linear-gradient(135deg,#f3dc93,#d4af37); }
.cart-page-hero .checkout-steps i { background: rgba(212,175,55,.26); }

.cart-page .cart-layout {
  grid-template-columns: minmax(0,1fr) minmax(370px,430px);
  gap: clamp(38px,5vw,78px);
  align-items: start;
  padding-top: 64px;
}
.cart-page .cart-lines-heading {
  min-height: 0;
  align-items: end;
  padding-bottom: 25px;
  border-color: rgba(142,108,24,.34);
}
.cart-page .cart-lines-heading h2 { margin-top: 10px; color: #17130d; font-size: 34px; }
.cart-page .cart-lines-heading p { max-width: 510px; margin: 9px 0 0; color: #70675a; font-size: 12px; line-height: 1.6; }
.cart-page .cart-lines-heading .text-link { min-height: 42px; display: inline-flex; align-items: center; flex: 0 0 auto; color: #6e5317; border-bottom-color: #9e7620; }
.cart-lines-list { display: grid; gap: 14px; margin-top: 20px; }

.cart-page .cart-line {
  position: relative;
  grid-template-columns: 128px minmax(0,1fr) 180px;
  gap: 22px;
  padding: 13px;
  overflow: hidden;
  color: #f7f2e8;
  background: radial-gradient(circle at 0 0,rgba(212,175,55,.13),transparent 35%),linear-gradient(145deg,#211d16,#11100e 64%,#070706);
  border: 1px solid rgba(212,175,55,.43);
  box-shadow: 0 18px 42px rgba(43,29,7,.2),inset 0 1px rgba(255,255,255,.04);
}
.cart-page .cart-line::after { content: ""; position: absolute; right: -28px; top: -28px; width: 90px; height: 90px; border: 1px solid rgba(212,175,55,.12); border-radius: 50%; pointer-events: none; }
.cart-page .cart-thumb { width: 128px; height: 128px; overflow: hidden; color: #f3dc93; background: #242019; border: 1px solid rgba(212,175,55,.25); font: 25px Georgia,serif; }
.cart-page .cart-thumb img { object-fit: contain; }
.cart-page .cart-line-copy { align-self: center; min-width: 0; }
.cart-page .cart-line-copy > span { color: #d8b956; }
.cart-page .cart-line-copy h3 { margin: 0 0 12px; overflow-wrap: anywhere; color: #fff9ea; font: 26px/1.08 Georgia,serif; }
.cart-page .cart-line-copy > strong { color: #e7dcbf; font-size: 14px; }
.cart-page .cart-line-copy > strong small { color: #91897b; font-size: 10px; font-weight: 400; }
.cart-page .cart-line-controls { min-width: 0; align-self: stretch; display: grid; justify-items: stretch; align-content: center; gap: 12px; padding-left: 18px; border-left: 1px solid rgba(212,175,55,.2); }
.cart-line-total { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.cart-line-total > span { color: #91897b; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.cart-line-total > strong { color: #f3dc93; font: 21px Georgia,serif; white-space: nowrap; }
.cart-page .quantity-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #aaa294; }
.cart-page .quantity-stepper { grid-template-columns: 35px 36px 35px; border-color: rgba(212,175,55,.35); background: rgba(255,255,255,.03); }
.cart-page .quantity-stepper button { color: #f3dc93; }
.cart-page .quantity-stepper button:hover { background: rgba(212,175,55,.12); }
.cart-page .quantity-stepper span { color: #f7f2e8; }
.cart-page .cart-line .remove { justify-self: end; padding: 0 0 3px; border: 0; border-bottom: 1px solid rgba(224,138,113,.55); background: transparent; color: #e4a08d; cursor: pointer; font-size: 9px; }

.cart-page .checkout-card {
  padding: 30px;
  overflow: hidden;
  color: #f7f2e8;
  background: radial-gradient(circle at 100% 0,rgba(212,175,55,.2),transparent 32%),linear-gradient(150deg,#17140f,#080807 72%);
  border: 1px solid rgba(212,175,55,.52);
  box-shadow: 0 30px 70px rgba(35,23,4,.32),inset 0 1px rgba(255,255,255,.05);
}
.checkout-card-heading { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 15px; align-items: center; }
.checkout-card-heading > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(212,175,55,.52); border-radius: 50%; color: #f3dc93; font: 14px Georgia,serif; }
.checkout-card-heading small { display: block; color: #aaa294; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.checkout-card-heading h2 { margin: 5px 0 0; color: #fff9ea; font: 29px Georgia,serif; }
.cart-page .checkout-total { margin: 25px 0 18px; padding: 20px 0; border-block: 1px solid rgba(212,175,55,.25); }
.cart-page .checkout-total > span { display: grid; gap: 4px; color: #d7cdbc; font-size: 11px; }
.cart-page .checkout-total > span small { color: #817a6e; font-size: 8px; }
.cart-page .checkout-total > strong { color: #f3dc93; font-size: 32px; }
.checkout-note { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; padding: 13px; background: rgba(212,175,55,.07); border: 1px solid rgba(212,175,55,.17); }
.checkout-note > span { color: #d4af37; }
.checkout-note p { margin: 0; color: #bdb4a5; font-size: 10px; line-height: 1.55; }
.cart-page .stacked-form { margin-top: 25px; gap: 15px; }
.checkout-form-heading { display: grid; gap: 5px; margin-bottom: 2px; }
.checkout-form-heading > span { color: #f7f2e8; font: 18px Georgia,serif; }
.checkout-form-heading > small { color: #817a6e; font-size: 9px; }
.cart-page .checkout-card .stacked-form label { color: #c9c0b1; font-size: 10px; }
.cart-page .checkout-card input,
.cart-page .checkout-card textarea { color: #17130d; background: #fffdf8; border-color: rgba(212,175,55,.42); }
.cart-page .checkout-card input:focus,
.cart-page .checkout-card textarea:focus { outline: 2px solid rgba(243,220,147,.28); outline-offset: 1px; border-color: #d4af37; }
.cart-page .checkout-card input::placeholder,
.cart-page .checkout-card textarea::placeholder { color: #8f8678; }
.cart-page .checkout-policies { margin: 2px 0; padding: 13px; background: rgba(255,255,255,.035); border-color: rgba(212,175,55,.2); }
.cart-page .checkout-policies p { color: #aaa294; }
.cart-page .checkout-policies b { color: #f3dc93; }
.cart-page .checkout-submit { width: 100%; min-height: 54px; margin-top: 2px; }
.cart-page .checkout-submit:disabled { cursor: not-allowed; filter: grayscale(.7); opacity: .45; }
.cart-page .form-feedback { margin: 0; }
.cart-page .cart-empty { max-width: none; margin: 0; padding: 70px 25px; border: 1px dashed rgba(142,108,24,.35); background: rgba(255,253,248,.62); }
.cart-page .cart-empty h2 { color: #17130d; }
.cart-page .cart-empty p { color: #70675a; }
.cart-page .cart-empty .button { margin-top: 6px; }

/* Galerie directement accessible dans les cartes de la boutique. */
.product-card-gallery { position: relative; min-width: 0; flex: 0 0 auto; overflow: hidden; touch-action: pan-y; user-select: none; }
.product-card-gallery > .product-image { display: block; width: 100%; }
.product-card-gallery img { pointer-events: none; }
.product-card-gallery .product-gallery-arrow { position: absolute; z-index: 6; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; padding: 0 0 3px; transform: translateY(-50%); border: 1px solid rgba(243,220,147,.68); border-radius: 50%; background: rgba(7,7,6,.82); color: #f3dc93; box-shadow: 0 8px 24px rgba(0,0,0,.38); cursor: pointer; font: 31px/1 Georgia,serif; transition: background .2s ease,transform .2s ease,border-color .2s ease; }
.product-card-gallery .product-gallery-arrow:hover { background: #d4af37; border-color: #f3dc93; color: #080704; transform: translateY(-50%) scale(1.06); }
.product-card-gallery .product-gallery-arrow.previous { left: 12px; }
.product-card-gallery .product-gallery-arrow.next { right: 12px; }
.product-card-gallery .product-gallery-dots { position: absolute; z-index: 6; left: 50%; bottom: 18px; display: flex; align-items: center; gap: 5px; transform: translateX(-50%); pointer-events: none; }
.product-card-gallery .product-gallery-dots span { width: 5px; height: 5px; display: block; margin: 0; border: 1px solid rgba(255,248,230,.72); border-radius: 50%; background: rgba(7,7,6,.72); transition: width .2s ease,background .2s ease; }
.product-card-gallery .product-gallery-dots span.active { width: 15px; border-radius: 99px; background: #f3dc93; border-color: #f3dc93; }
.product-card-gallery .product-photo-count { z-index: 5; }
.product-card-gallery .product-photo-count::before { content: "▧ "; }
.product-card-gallery [data-gallery-image].gallery-change { animation: product-gallery-change .28s ease-out; }
@keyframes product-gallery-change { from { opacity: .45; transform: scale(.985); } to { opacity: 1; transform: none; } }
