:root {
  --ptg-cream: #F7F3E8;
  --ptg-cream-2: #FFFDF6;
  --ptg-forest: #3D542A;
  --ptg-forest-deep: #2D3E20;
  --ptg-olive: #99A64A;
  --ptg-purple: #C77ADB;
  --ptg-purple-deep: #775084;
  --ptg-teal: #1689A3;
  --ptg-orange: #ED8706;
  --ptg-ink: #1F2619;
  --ptg-muted: #697061;
  --ptg-white: #fff;
  --ptg-line: rgba(61,84,42,.16);
  --ptg-shadow: 0 16px 44px rgba(51, 67, 35, .11);
  --ptg-radius: 28px;
  --ptg-radius-sm: 18px;
  --ptg-container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ptg-cream);
  color: var(--ptg-ink);
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position:absolute!important; clip:rect(1px,1px,1px,1px); clip-path:inset(50%); width:1px; height:1px; overflow:hidden; white-space:nowrap; }
.ptg-container { width: var(--ptg-container); margin-inline: auto; }
.ptg-main { overflow: clip; }

h1,h2,h3,h4 { font-family: "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif; color: var(--ptg-forest); line-height: 1.05; letter-spacing: -.03em; margin-top: 0; }
h1 { font-size: clamp(2.8rem, 6.4vw, 6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin-top: 0; }

.ptg-site-header { position: sticky; top: 0; z-index: 60; background: rgba(247,243,232,.92); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: .2s ease; }
.ptg-site-header.is-scrolled { border-color: var(--ptg-line); box-shadow: 0 8px 30px rgba(43,57,31,.07); }
.admin-bar .ptg-site-header { top: 32px; }
.ptg-header-inner { min-height: 86px; display: flex; align-items: center; gap: 24px; }
.ptg-brand { display:inline-flex; align-items:center; flex:0 0 auto; }
.ptg-brand-fallback { display:inline-flex; align-items:center; gap:10px; text-decoration:none; }
.ptg-brand-logo img, .ptg-brand .custom-logo { max-height: 64px; width: auto; display:block; }
.ptg-brand-name { max-width:190px; color:var(--ptg-forest); font-weight:900; line-height:1.02; font-size:1.02rem; display:flex; flex-direction:column; }
.ptg-brand-name small { color:var(--ptg-purple-deep); font-size:.76rem; font-weight:900; margin-top:2px; }
.ptg-brand-mark { width:42px; height:42px; border-radius:50%; background:var(--ptg-purple); color:#fff; display:grid; place-items:center; }
.ptg-primary-nav { margin-left:auto; }
.ptg-menu { display:flex; gap: 8px; list-style:none; padding:0; margin:0; align-items:center; }
.ptg-menu a { display:block; text-decoration:none; padding: 10px 9px; font-weight:800; font-size:.92rem; color:var(--ptg-forest-deep); border-radius:999px; }
.ptg-menu a:hover, .ptg-menu .current-menu-item > a { background:rgba(153,166,74,.16); }
.ptg-header-actions { display:flex; align-items:center; gap:10px; }
.ptg-cart-link { position:relative; width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--ptg-line); border-radius:50%; text-decoration:none; background:#fff; }
.ptg-cart-count { position:absolute; top:-4px; right:-4px; min-width:20px; height:20px; display:grid; place-items:center; padding:0 4px; border-radius:20px; background:var(--ptg-orange); color:#fff; font-size:.72rem; font-weight:900; }
.ptg-menu-toggle { display:none; width:46px; height:46px; background:#fff; border:1px solid var(--ptg-line); border-radius:50%; padding:11px; }
.ptg-menu-toggle span:not(.screen-reader-text) { height:2px; background:var(--ptg-forest); display:block; margin:5px 0; }

.ptg-button { display:inline-flex; align-items:center; justify-content:center; gap:.5rem; min-height:52px; padding: 0 22px; border-radius:999px; border:2px solid transparent; text-decoration:none; font-weight:900; transition:.18s ease; }
.ptg-button:hover { transform: translateY(-2px); }
.ptg-button-small { min-height:44px; padding-inline:18px; font-size:.9rem; }
.ptg-button-primary { background:var(--ptg-forest); color:#fff; box-shadow:0 10px 26px rgba(61,84,42,.18); }
.ptg-button-primary:hover { background:var(--ptg-forest-deep); color:#fff; }
.ptg-button-secondary { background:rgba(199,122,219,.12); border-color:rgba(119,80,132,.18); color:var(--ptg-purple-deep); }
.ptg-button-light { background:#fff; color:var(--ptg-forest); }
.ptg-button-outline-light { border-color:rgba(255,255,255,.65); color:#fff; }

.ptg-hero { position:relative; min-height:720px; display:flex; align-items:center; padding: 72px 0 84px; background:
  radial-gradient(circle at 8% 12%, rgba(153,166,74,.14), transparent 24%),
  radial-gradient(circle at 91% 18%, rgba(199,122,219,.12), transparent 22%),
  linear-gradient(180deg, var(--ptg-cream-2), var(--ptg-cream));
}
.ptg-hero-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items:center; }
.ptg-eyebrow, .ptg-kicker { display:inline-flex; align-items:center; gap:8px; margin-bottom:16px; color:var(--ptg-teal); font-weight:900; letter-spacing:.04em; text-transform:uppercase; font-size:.82rem; }
.ptg-eyebrow::before, .ptg-kicker::before { content:""; width:30px; height:4px; border-radius:99px; background:var(--ptg-orange); }
.ptg-hero h1 { max-width: 760px; margin-bottom:24px; }
.ptg-hero-text { max-width:680px; font-size:clamp(1.1rem,1.7vw,1.35rem); color:#41483a; }
.ptg-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.ptg-hero-points { list-style:none; display:flex; flex-wrap:wrap; gap:12px; padding:0; margin:28px 0 0; }
.ptg-hero-points li { background:#fff; border:1px solid var(--ptg-line); border-radius:999px; padding:9px 14px; font-size:.92rem; box-shadow:0 8px 20px rgba(61,84,42,.06); }
.ptg-hero-visual { min-height:520px; position:relative; display:grid; place-items:center; isolation:isolate; }
.ptg-hero-visual::before { content:""; position:absolute; width:min(470px,90%); aspect-ratio:1; border-radius:48% 52% 56% 44% / 48% 40% 60% 52%; background:linear-gradient(135deg, rgba(199,122,219,.18), rgba(153,166,74,.18)); z-index:-2; transform:rotate(-8deg); }
.ptg-hero-image { max-height:560px; width:auto; object-fit:contain; filter:drop-shadow(0 18px 22px rgba(48,58,37,.13)); }
.ptg-hero-image-official { width:min(540px,100%); max-height:none; }
.ptg-hero-logo img { width:min(430px,100%); height:auto; }
.ptg-hero-placeholder { width:340px; height:340px; background:#fff; border-radius:50%; box-shadow:var(--ptg-shadow); display:grid; place-items:center; align-content:center; text-align:center; transform:rotate(-3deg); border:10px solid rgba(153,166,74,.22); }
.ptg-hero-placeholder strong { font-size:3.1rem; color:var(--ptg-purple-deep); line-height:.9; }
.ptg-hero-placeholder small { font-size:1.25rem; color:var(--ptg-forest); font-weight:900; }
.ptg-placeholder-spark { font-size:2.2rem; color:var(--ptg-orange); }
.ptg-orbit { position:absolute; border:2px dashed rgba(119,80,132,.35); border-radius:50%; z-index:-1; }
.ptg-orbit-one { width:88%; aspect-ratio:1; }
.ptg-orbit-two { width:68%; aspect-ratio:1; border-color:rgba(22,137,163,.28); }
.ptg-leaf { position:absolute; width:160px; height:80px; opacity:.45; }
.ptg-leaf::before, .ptg-leaf::after { content:""; position:absolute; width:74px; height:40px; border-radius:100% 0 100% 0; background:linear-gradient(135deg,var(--ptg-olive),#bfd36e); transform-origin:100% 100%; }
.ptg-leaf::after { transform:translateX(58px) rotate(90deg); }
.ptg-leaf-a { left:2%; top:10%; transform:rotate(-18deg); }
.ptg-leaf-b { right:2%; bottom:12%; transform:rotate(145deg); }

.ptg-hours-section, .ptg-products-section, .ptg-mission-section, .ptg-news-section { padding: 90px 0; }
.ptg-hours-section { padding-top: 0; margin-top:-20px; }
.ptg-section-heading { margin-bottom:34px; }
.ptg-section-heading h2 { margin-bottom:10px; }
.ptg-section-heading p { color:var(--ptg-muted); margin-bottom:0; }
.ptg-section-heading-center { text-align:center; max-width:760px; margin-inline:auto; margin-bottom:38px; }
.ptg-heading-row { display:flex; align-items:end; justify-content:space-between; gap:20px; }
.ptg-text-link { color:var(--ptg-purple-deep); font-weight:900; text-decoration-thickness:2px; text-underline-offset:4px; }
.ptg-hours-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.ptg-hours-card { display:grid; grid-template-columns:auto 1fr; gap:18px; padding:30px; border-radius:var(--ptg-radius); background:#fff; box-shadow:var(--ptg-shadow); border:1px solid var(--ptg-line); }
.ptg-hours-card h3 { margin-bottom:12px; }
.ptg-hours-card p { white-space:normal; margin-bottom:0; font-weight:700; font-size:1.05rem; line-height:1.9; }
.ptg-hours-icon { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; font-size:1.7rem; }
.ptg-hours-collect { background:linear-gradient(160deg,#fff 0%,#f0f5fb 100%); }
.ptg-hours-collect .ptg-hours-icon { background:rgba(22,137,163,.14); }
.ptg-hours-shop { background:linear-gradient(160deg,#fff 0%,#fbf0fd 100%); }
.ptg-hours-shop .ptg-hours-icon { background:rgba(199,122,219,.17); }

.ptg-actions-section { padding:10px 0 50px; }
.ptg-action-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.ptg-action-card { display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center; padding:22px; border-radius:22px; background:#fff; border:1px solid var(--ptg-line); box-shadow:0 10px 24px rgba(61,84,42,.06); text-decoration:none; transition:.2s ease; }
.ptg-action-card:hover { transform:translateY(-4px); box-shadow:var(--ptg-shadow); }
.ptg-action-icon { width:48px; height:48px; display:grid; place-items:center; background:rgba(153,166,74,.13); border-radius:16px; font-size:1.5rem; }
.ptg-action-copy { display:flex; flex-direction:column; }
.ptg-action-copy strong { color:var(--ptg-forest); font-size:1.12rem; }
.ptg-action-copy small { color:var(--ptg-muted); }
.ptg-action-arrow { color:var(--ptg-purple-deep); font-size:1.3rem; font-weight:900; }

.ptg-products-section { background:#fffdf7; }
.ptg-product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.ptg-product-card { background:#fff; border:1px solid var(--ptg-line); border-radius:22px; overflow:hidden; box-shadow:0 10px 26px rgba(51,67,35,.07); }
.ptg-product-image { display:block; aspect-ratio:1/1; position:relative; background:#f0eee6; overflow:hidden; }
.ptg-product-image img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.ptg-product-card:hover .ptg-product-image img { transform:scale(1.035); }
.ptg-badge { position:absolute; left:12px; top:12px; background:rgba(61,84,42,.92); color:#fff; border-radius:999px; padding:7px 11px; font-size:.75rem; font-weight:900; }
.ptg-product-body { padding:17px 18px 20px; }
.ptg-product-body h3 { font-size:1.12rem; margin-bottom:8px; }
.ptg-product-body h3 a { text-decoration:none; }
.ptg-price { color:var(--ptg-purple-deep); font-weight:900; font-size:1.08rem; }
.ptg-image-placeholder { width:100%; height:100%; min-height:220px; display:grid; place-items:center; font-size:3rem; background:linear-gradient(135deg,rgba(153,166,74,.15),rgba(199,122,219,.13)); }
.ptg-empty-state { padding:34px; border-radius:22px; background:rgba(255,255,255,.7); border:1px dashed rgba(61,84,42,.28); text-align:center; }

.ptg-journey-section { padding: 100px 0; background:linear-gradient(180deg,#f5f7ef,#fbf8ef); }
.ptg-journey { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.ptg-road { position:absolute; left:7%; right:7%; top:42px; height:18px; background:var(--ptg-purple); border-radius:999px; opacity:.8; }
.ptg-road::after { content:""; position:absolute; inset:8px 14px auto; border-top:2px dashed rgba(255,255,255,.95); }
.ptg-journey article { position:relative; text-align:center; z-index:2; }
.ptg-journey article > span { position:absolute; top:-8px; right:calc(50% - 42px); background:var(--ptg-forest); color:#fff; width:28px; height:28px; border-radius:50%; display:grid; place-items:center; font-weight:900; }
.ptg-journey-icon { width:84px; height:84px; margin:0 auto 26px; border-radius:50%; background:#fff; border:8px solid var(--ptg-cream); display:grid; place-items:center; font-size:2.2rem; box-shadow:0 8px 20px rgba(61,84,42,.09); }
.ptg-journey article p { color:var(--ptg-muted); font-size:.95rem; }

.ptg-mission-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:center; }
.ptg-mission-visual { position:relative; min-height:460px; display:grid; place-items:center; }
.ptg-mission-art { width:min(100%,680px); padding:22px; border-radius:36px; background:rgba(255,255,255,.74); border:1px solid var(--ptg-line); box-shadow:var(--ptg-shadow); transform:rotate(-1.5deg); }
.ptg-mission-art img { width:100%; height:auto; display:block; filter:drop-shadow(0 12px 18px rgba(61,84,42,.07)); }
.ptg-mission-tag { position:absolute; background:#fff; padding:10px 16px; border-radius:999px; font-weight:900; box-shadow:0 10px 24px rgba(61,84,42,.10); }
.ptg-mission-tag-a { top:13%; left:4%; color:var(--ptg-teal); }
.ptg-mission-tag-b { right:2%; top:26%; color:var(--ptg-orange); }
.ptg-mission-tag-c { bottom:16%; left:8%; color:var(--ptg-purple-deep); }
.ptg-mission-copy p { max-width:700px; color:#4f5749; font-size:1.12rem; }

.ptg-news-section { background:#fffdf7; }
.ptg-news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.ptg-news-card { background:#fff; border:1px solid var(--ptg-line); border-radius:22px; overflow:hidden; box-shadow:0 10px 26px rgba(51,67,35,.06); }
.ptg-news-image { display:block; aspect-ratio:16/10; overflow:hidden; background:#f0eee6; }
.ptg-news-image img { width:100%; height:100%; object-fit:cover; }
.ptg-news-body { padding:20px; }
.ptg-news-meta { font-size:.8rem; color:var(--ptg-teal); font-weight:900; margin-bottom:7px; }
.ptg-news-body h3 { margin-bottom:10px; }
.ptg-news-body h3 a { text-decoration:none; }
.ptg-news-body p { color:var(--ptg-muted); }

.ptg-visit-section { padding:90px 0; }
.ptg-visit-card { position:relative; overflow:hidden; display:flex; align-items:center; justify-content:space-between; gap:30px; background:var(--ptg-forest); color:#fff; border-radius:36px; padding:46px 52px; box-shadow:var(--ptg-shadow); }
.ptg-visit-card::after { content:""; position:absolute; right:-70px; bottom:-130px; width:330px; height:330px; border-radius:50%; background:rgba(153,166,74,.25); }
.ptg-visit-card h2 { color:#fff; max-width:700px; margin-bottom:10px; }
.ptg-visit-card .ptg-kicker { color:#f1d5f7; }
.ptg-visit-address { margin-bottom:0; opacity:.92; }
.ptg-visit-actions { position:relative; z-index:2; display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }

.ptg-site-footer {
  position:relative;
  padding:72px 0 28px;
  background:
    linear-gradient(180deg, #7d588c 0%, #775084 56%, #6c477b 100%);
  color:#fbf5fc;
  overflow:hidden;
  isolation:isolate;
}
.ptg-footer-wave {
  position:absolute;
  left:0;
  right:0;
  top:-48px;
  height:50px;
  z-index:0;
  pointer-events:none;
}
.ptg-footer-wave svg { width:100%; height:100%; display:block; }
.ptg-footer-wave-fill { fill:#5f3b6d; }
.ptg-footer-wave-accent { fill:none; stroke:#b975c7; stroke-width:8; stroke-linecap:round; opacity:.78; vector-effect:non-scaling-stroke; }

/* Formes décoratives plus proches du hero : gros aplats doux + petites touches. */
.ptg-footer-shape {
  position:absolute;
  pointer-events:none;
  z-index:0;
}
.ptg-footer-shape-a {
  left:18px;
  top:72px;
  width:280px;
  height:196px;
  background:radial-gradient(circle at 44% 42%, rgba(255,255,255,.12) 0%, rgba(255,255,255,.08) 48%, rgba(255,255,255,0) 72%);
  border-radius:50%;
  opacity:.9;
}
.ptg-footer-shape-b {
  right:-130px;
  bottom:-118px;
  width:520px;
  height:350px;
  background:radial-gradient(circle at 40% 34%, rgba(255,255,255,.16) 0%, rgba(255,255,255,.09) 52%, rgba(255,255,255,0) 74%);
  border-radius:50%;
  opacity:.95;
}
.ptg-footer-shape-c {
  right:180px;
  top:26px;
  width:142px;
  height:72px;
  background:linear-gradient(145deg, rgba(255,255,255,.09), rgba(168,184,90,.08));
  border-radius:58% 42% 55% 45% / 62% 38% 62% 38%;
  opacity:.5;
  transform: rotate(-18deg);
}
.ptg-footer-shape-d {
  left:54px;
  top:52px;
  width:44px;
  height:16px;
  background:rgba(168,184,90,.18);
  border-radius:100% 0 100% 0;
  opacity:.72;
  transform: rotate(-30deg);
}

.ptg-footer-grid {
  display:grid;
  grid-template-columns:1.25fr 1fr .75fr;
  gap:64px;
  position:relative;
  z-index:1;
  align-items:start;
}
.ptg-site-footer h2,.ptg-site-footer h3 { color:#fff; }
.ptg-footer-title { font-size:clamp(1.75rem,2.5vw,2.2rem); margin-bottom:12px; text-shadow:0 2px 16px rgba(45,25,52,.16); }
.ptg-site-footer p { color:rgba(255,255,255,.84); }
.ptg-footer-brand p { max-width:380px; margin-bottom:0; }
.ptg-footer-practical h3,.ptg-footer-discover h3 { margin-bottom:16px; }
.ptg-footer-info-line { display:flex; align-items:flex-start; gap:9px; margin:0 0 10px; }
.ptg-footer-info-line > span { flex:0 0 20px; line-height:1.55; text-align:center; }
.ptg-site-footer a { color:#fff; text-decoration-color:rgba(255,255,255,.38); text-underline-offset:3px; }
.ptg-site-footer a:hover { color:#f7e3fb; text-decoration-color:#f7e3fb; }
.ptg-footer-menu { list-style:none; margin:0; padding:0; }
.ptg-footer-menu li { margin:0 0 8px; }
.ptg-footer-menu a { text-decoration:none; font-weight:760; }
.ptg-footer-menu a:hover { text-decoration:underline; }
.ptg-socials { display:flex; gap:14px; margin-top:16px; font-weight:900; }
.ptg-footer-bottom {
  position:relative;
  z-index:1;
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.18);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:.88rem;
  opacity:.88;
}
.ptg-mobile-bar { display:none; }

@media (max-width: 900px) {
  .ptg-footer-shape-a { width:200px; height:138px; left:10px; top:78px; }
  .ptg-footer-shape-b { width:300px; height:210px; right:-110px; bottom:-70px; }
  .ptg-footer-shape-c { right:50px; top:14px; width:90px; height:46px; }
  .ptg-footer-shape-d { left:28px; top:58px; width:30px; height:12px; }
}

.ptg-content-wrap { padding:80px 0 110px; }
.ptg-entry { max-width:900px; margin-inline:auto; }
.ptg-entry-header { margin-bottom:34px; }
.ptg-entry-header h1 { font-size:clamp(2.6rem,5vw,4.8rem); }
.ptg-entry-cover { margin-bottom:34px; border-radius:28px; overflow:hidden; }
.ptg-entry-content { font-size:1.06rem; }
.ptg-entry-content > * { max-width:760px; margin-left:auto; margin-right:auto; }
.ptg-entry-content > .alignwide { max-width:1180px; }
.ptg-entry-content > .alignfull { max-width:none; }
.ptg-entry-content a { color:var(--ptg-purple-deep); }
.ptg-entry-content blockquote { border-left:5px solid var(--ptg-olive); margin-block:2rem; padding:1rem 1.4rem; background:rgba(153,166,74,.08); border-radius:0 16px 16px 0; }
.ptg-404 { max-width:760px; margin:60px auto; text-align:center; }
.ptg-404-genie { font-size:5rem; }
.ptg-404 .ptg-hero-actions { justify-content:center; }
.ptg-pagination { margin-top:40px; }

/* WooCommerce */
.ptg-woocommerce { padding:70px 0 110px; }
.woocommerce .woocommerce-breadcrumb { color:var(--ptg-muted); font-size:.9rem; }
.woocommerce h1.page-title { font-size:clamp(2.5rem,5vw,4.6rem); }
.woocommerce ul.products { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:34px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product { width:auto!important; margin:0!important; float:none!important; background:#fff; border:1px solid var(--ptg-line); border-radius:22px; padding:0 0 18px; overflow:hidden; box-shadow:0 10px 26px rgba(51,67,35,.06); }
.woocommerce ul.products li.product a img { margin:0 0 16px!important; aspect-ratio:1; object-fit:cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left:16px; margin-right:16px; }
.woocommerce ul.products li.product .price { color:var(--ptg-purple-deep); font-weight:900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background:var(--ptg-forest)!important; color:#fff!important; border-radius:999px!important; font-weight:900!important; padding:.9em 1.25em!important; }
.woocommerce div.product { display:grid; grid-template-columns:1fr 1fr; gap:50px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width:auto; float:none; }
.woocommerce div.product div.images img { border-radius:22px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color:var(--ptg-purple-deep); font-weight:900; }
.woocommerce-message, .woocommerce-info { border-top-color:var(--ptg-olive); background:#fff; border-radius:14px; }
.woocommerce-message::before, .woocommerce-info::before { color:var(--ptg-forest); }

@media (max-width: 1080px) {
  .ptg-header-actions .ptg-button { display:none; }
  .ptg-primary-nav { display:none; position:absolute; left:20px; right:20px; top:78px; margin:0; background:#fff; border-radius:24px; padding:14px; box-shadow:var(--ptg-shadow); border:1px solid var(--ptg-line); }
  .ptg-primary-nav.is-open { display:block; }
  .ptg-menu { flex-direction:column; align-items:stretch; }
  .ptg-menu a { padding:12px 14px; }
  .ptg-menu-toggle { display:block; margin-left:auto; }
  .ptg-header-actions { margin-left:0; }
  .ptg-hero-grid { grid-template-columns:1fr; }
  .ptg-hero-copy { text-align:center; }
  .ptg-hero-copy .ptg-eyebrow { justify-content:center; }
  .ptg-hero-text { margin-inline:auto; }
  .ptg-hero-actions, .ptg-hero-points { justify-content:center; }
  .ptg-hero-visual { min-height:420px; }
  .ptg-product-grid, .woocommerce ul.products { grid-template-columns:repeat(2,1fr); }
  .ptg-action-grid { grid-template-columns:1fr; }
  .ptg-mission-grid { grid-template-columns:1fr; }
  .ptg-mission-visual { min-height:390px; }
}

@media (max-width: 760px) {
  :root { --ptg-container: min(100% - 28px, 1180px); }
  body { padding-bottom:72px; }
  .admin-bar .ptg-site-header { top:46px; }
  .ptg-header-inner { min-height:72px; }
  .ptg-brand-logo img, .ptg-brand .custom-logo { max-height:52px; }
  .ptg-brand-name { max-width:135px; font-size:.92rem; }
  .ptg-cart-link { width:42px; height:42px; }
  .ptg-hero { min-height:auto; padding:50px 0 54px; }
  .ptg-hero h1 { font-size:clamp(2.55rem,12vw,4.2rem); }
  .ptg-hero-grid { gap:20px; }
  .ptg-hero-visual { min-height:330px; }
  .ptg-hero-placeholder { width:260px; height:260px; }
  .ptg-hero-placeholder strong { font-size:2.4rem; }
  .ptg-leaf { display:none; }
  .ptg-hours-section, .ptg-products-section, .ptg-mission-section, .ptg-news-section, .ptg-journey-section, .ptg-visit-section { padding:64px 0; }
  .ptg-hours-section { padding-top:20px; margin-top:0; }
  .ptg-hours-grid, .ptg-news-grid { grid-template-columns:1fr; }
  .ptg-hours-card { padding:22px; grid-template-columns:1fr; }
  .ptg-hours-icon { width:50px; height:50px; }
  .ptg-heading-row { align-items:flex-start; flex-direction:column; }
  .ptg-product-grid, .woocommerce ul.products { grid-template-columns:1fr 1fr; gap:12px; }
  .ptg-product-body { padding:14px; }
  .ptg-product-body h3 { font-size:1rem; }
  .ptg-badge { font-size:.68rem; padding:6px 8px; }
  .ptg-journey { grid-template-columns:1fr; gap:16px; }
  .ptg-road { left:30px; top:0; bottom:0; width:14px; height:auto; right:auto; }
  .ptg-road::after { inset:16px 6px 16px auto; height:auto; border-top:0; border-left:2px dashed rgba(255,255,255,.95); }
  .ptg-journey article { text-align:left; padding-left:76px; min-height:110px; }
  .ptg-journey-icon { position:absolute; left:0; top:0; width:72px; height:72px; margin:0; }
  .ptg-journey article > span { left:52px; right:auto; top:-6px; }
  .ptg-mission-visual { min-height:330px; }
  .ptg-mission-art { padding:14px; border-radius:24px; }
  .ptg-visit-card { padding:34px 26px; border-radius:28px; flex-direction:column; align-items:flex-start; }
  .ptg-visit-actions { justify-content:flex-start; }
  .ptg-footer-grid { grid-template-columns:1fr; gap:28px; }
  .ptg-footer-bottom { flex-direction:column; }
  .ptg-site-footer { padding-bottom:70px; }
  .ptg-mobile-bar { position:fixed; left:10px; right:10px; bottom:10px; z-index:80; height:60px; display:grid; grid-template-columns:repeat(3,1fr); background:rgba(45,62,32,.96); color:#fff; border-radius:20px; box-shadow:0 14px 34px rgba(0,0,0,.22); backdrop-filter:blur(12px); overflow:hidden; }
  .ptg-mobile-bar a { display:flex; flex-direction:column; justify-content:center; align-items:center; text-decoration:none; font-size:.72rem; font-weight:900; gap:2px; }
  .ptg-mobile-bar a span:first-child { font-size:1.1rem; }
  .ptg-content-wrap { padding:54px 0 80px; }
  .woocommerce div.product { grid-template-columns:1fr; gap:24px; }
}

@media (max-width: 480px) {
  .ptg-product-grid, .woocommerce ul.products { grid-template-columns:1fr; }
  .ptg-hero-actions .ptg-button { width:100%; }
  .ptg-hero-points { flex-direction:column; align-items:stretch; }
  .ptg-hero-points li { text-align:center; }
}

/* === V0.3 — Accueil orienté visiteurs : horaires, ateliers, actualités === */
.ptg-site-header { background:rgba(247,243,232,.96); }
.ptg-header-inner { min-height:78px; }
.ptg-brand-logo img, .ptg-brand .custom-logo { max-height:62px; }
.ptg-brand-logo-default { display:inline-flex; align-items:center; }
.ptg-primary-nav { margin-left:auto; }
.ptg-menu { gap:4px; }
.ptg-menu a { padding:10px 10px; }

.ptg-hero {
  min-height:590px;
  padding:58px 0 68px;
  background:
    radial-gradient(circle at 8% 14%, rgba(153,166,74,.15), transparent 25%),
    radial-gradient(circle at 91% 18%, rgba(199,122,219,.11), transparent 23%),
    linear-gradient(180deg,var(--ptg-cream-2),var(--ptg-cream));
}
.ptg-hero-grid { grid-template-columns:1.08fr .92fr; gap:34px; }
.ptg-hero h1 { font-size:clamp(3rem,5vw,4.7rem); max-width:700px; line-height:1.02; margin-bottom:20px; }
.ptg-hero-text { max-width:660px; font-size:clamp(1.05rem,1.45vw,1.22rem); }
.ptg-hero-actions { margin-top:26px; }
.ptg-hero-visual { min-height:430px; }
.ptg-hero-visual::before { width:min(420px,88%); opacity:.75; }
.ptg-hero-image { max-height:470px; }
.ptg-hero-image-official { width:min(455px,100%); }

.ptg-hours-section { padding:72px 0 84px; margin-top:0; background:#fffdf7; scroll-margin-top:86px; }
.ptg-hours-grid { gap:24px; }
.ptg-hours-card { display:block; padding:30px 32px 32px; }
.ptg-hours-card-top { display:flex; align-items:center; gap:16px; margin-bottom:20px; }
.ptg-hours-card h3 { margin:2px 0 0; font-size:1.9rem; }
.ptg-hours-label { display:block; color:var(--ptg-muted); font-size:.8rem; font-weight:900; text-transform:uppercase; letter-spacing:.055em; }
.ptg-hours-lines { padding-top:17px; border-top:1px solid rgba(61,84,42,.11); font-size:1.08rem; font-weight:850; line-height:2; color:#30382b; }
.ptg-hours-collect .ptg-hours-label { color:var(--ptg-teal); }
.ptg-hours-shop .ptg-hours-label { color:var(--ptg-purple-deep); }


.ptg-address-strip { display:flex; align-items:center; gap:14px; margin-top:18px; padding:14px 18px; border:1px solid var(--ptg-line); border-radius:18px; background:rgba(255,255,255,.72); box-shadow:0 8px 20px rgba(61,84,42,.045); }
.ptg-address-icon { width:42px; height:42px; display:grid; place-items:center; flex:0 0 auto; border-radius:14px; background:rgba(237,135,6,.11); font-size:1.2rem; }
.ptg-address-strip div { display:flex; flex-direction:column; line-height:1.25; }
.ptg-address-strip strong { color:var(--ptg-forest); }
.ptg-address-strip span:not(.ptg-address-icon) { color:var(--ptg-muted); }
.ptg-address-strip a { margin-left:auto; color:var(--ptg-forest); font-weight:800; text-decoration:none; white-space:nowrap; }
.ptg-address-strip a:hover { text-decoration:underline; }

.ptg-practical-links { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:18px; }
.ptg-practical-links a { display:grid; grid-template-columns:auto 1fr; column-gap:12px; row-gap:1px; align-items:center; padding:16px 18px; border:1px solid var(--ptg-line); background:#fff; border-radius:18px; text-decoration:none; box-shadow:0 8px 20px rgba(61,84,42,.045); transition:.18s ease; }
.ptg-practical-links a:hover { transform:translateY(-2px); box-shadow:0 12px 26px rgba(61,84,42,.09); }
.ptg-practical-links a > span { grid-row:1 / span 2; width:42px; height:42px; display:grid; place-items:center; border-radius:14px; background:rgba(153,166,74,.12); font-size:1.2rem; }
.ptg-practical-links strong { color:var(--ptg-forest); line-height:1.15; }
.ptg-practical-links small { color:var(--ptg-muted); line-height:1.2; }

.ptg-workshops-section { padding:92px 0; background:linear-gradient(180deg,#f5f7ef 0%,#fbf8ef 100%); }
.ptg-workshop-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.ptg-workshop-grid.ptg-card-count-2,
.ptg-news-grid.ptg-card-count-2 {
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:780px;
  margin-inline:auto;
}
.ptg-workshop-grid.ptg-card-count-1,
.ptg-news-grid.ptg-card-count-1 {
  grid-template-columns:minmax(0,1fr);
  max-width:380px;
  margin-inline:auto;
}
.ptg-workshop-card { background:#fff; border:1px solid var(--ptg-line); border-radius:24px; overflow:hidden; box-shadow:0 10px 28px rgba(51,67,35,.065); }
.ptg-workshop-image { display:block; aspect-ratio:16/10; overflow:hidden; background:#efece5; }
.ptg-workshop-image img { width:100%; height:100%; object-fit:cover; transition:transform .28s ease; }
.ptg-workshop-card:hover .ptg-workshop-image img { transform:scale(1.035); }
.ptg-workshop-body { padding:21px 21px 24px; }
.ptg-workshop-tag { display:inline-flex; margin-bottom:10px; padding:6px 10px; border-radius:999px; color:var(--ptg-purple-deep); background:rgba(199,122,219,.13); font-size:.75rem; font-weight:900; text-transform:uppercase; letter-spacing:.04em; }
.ptg-workshop-body h3 { margin-bottom:10px; }
.ptg-workshop-body h3 a { text-decoration:none; }
.ptg-workshop-body p { color:var(--ptg-muted); }
.ptg-empty-state-featured { max-width:760px; margin-inline:auto; padding:46px; }
.ptg-empty-state-featured > div { font-size:2.4rem; margin-bottom:12px; }

.ptg-news-section { padding:92px 0; background:#fffdf7; }
.ptg-mission-section { padding:96px 0; background:var(--ptg-cream); }
.ptg-mission-grid { grid-template-columns:.95fr 1.05fr; gap:64px; align-items:center; }
.ptg-mission-visual { position:relative; min-height:390px; display:grid; place-items:center; padding:20px 18px 26px; }
.ptg-mission-art {
  width:min(100%,680px);
  padding:18px;
  border-radius:32px;
  background:rgba(255,255,255,.82);
  border:1px solid var(--ptg-line);
  box-shadow:0 18px 46px rgba(51,67,35,.12);
  transform:translateX(-12px) rotate(-1.6deg);
  transition:transform .22s ease, box-shadow .22s ease;
}
.ptg-mission-art:hover { transform:translateX(-12px) rotate(-.7deg) translateY(-3px); box-shadow:0 22px 54px rgba(51,67,35,.15); }
.ptg-mission-art img { display:block; width:100%; height:auto; border-radius:20px; }
.ptg-mission-copy p { font-size:1.08rem; }
.ptg-mission-tag {
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:9px 17px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(61,84,42,.07);
  box-shadow:0 12px 28px rgba(61,84,42,.12);
  font-weight:900;
  letter-spacing:.01em;
  white-space:nowrap;
}
.ptg-mission-tag-a { top:6%; left:0; color:var(--ptg-teal); transform:rotate(-2deg); }
.ptg-mission-tag-b { top:22%; right:-1%; color:var(--ptg-orange); transform:rotate(1.5deg); }
.ptg-mission-tag-c { bottom:5%; left:5%; color:var(--ptg-purple-deep); transform:rotate(-1deg); }

.ptg-products-section { padding:88px 0; background:#fffdf7; border-top:1px solid rgba(61,84,42,.07); }
.ptg-product-grid-limited { grid-template-columns:repeat(3,1fr); max-width:930px; }
.ptg-products-section .ptg-section-heading { max-width:980px; }
.ptg-products-section .ptg-section-heading p { max-width:710px; }

.ptg-visit-section { padding:86px 0 110px; background:#fffdf7; }
.ptg-visit-card { padding:42px 48px; }

@media (max-width:1080px) {
  .ptg-hero { min-height:auto; }
  .ptg-hero-grid { gap:12px; }
  .ptg-hero h1 { max-width:820px; margin-inline:auto; }
  .ptg-hero-visual { min-height:370px; }
  .ptg-address-strip { align-items:flex-start; flex-wrap:wrap; }
  .ptg-address-strip a { margin-left:56px; }
  .ptg-practical-links { grid-template-columns:1fr; }
  .ptg-workshop-grid { grid-template-columns:repeat(2,1fr); }
  .ptg-product-grid-limited { grid-template-columns:repeat(3,1fr); }
}

@media (max-width:760px) {
  .ptg-header-inner { min-height:68px; }
  .ptg-brand-logo img, .ptg-brand .custom-logo { max-height:52px; }
  .ptg-hero { padding:42px 0 34px; }
  .ptg-hero h1 { font-size:clamp(2.45rem,11vw,3.75rem); line-height:1.01; }
  .ptg-hero-text { font-size:1.02rem; }
  .ptg-hero-actions { gap:9px; }
  .ptg-hero-actions .ptg-button { min-height:48px; }
  .ptg-hero-visual { min-height:290px; }
  .ptg-hero-image { max-height:320px; }
  .ptg-hours-section { padding:58px 0 64px; }
  .ptg-hours-card { padding:22px; }
  .ptg-hours-card-top { margin-bottom:16px; }
  .ptg-hours-card h3 { font-size:1.55rem; }
  .ptg-hours-lines { font-size:1rem; line-height:1.9; }
  .ptg-practical-links { margin-top:14px; }
  .ptg-workshops-section,.ptg-news-section,.ptg-mission-section,.ptg-products-section { padding:66px 0; }
  .ptg-workshop-grid { grid-template-columns:1fr; }
  .ptg-workshop-grid.ptg-card-count-1,
  .ptg-workshop-grid.ptg-card-count-2,
  .ptg-news-grid.ptg-card-count-1,
  .ptg-news-grid.ptg-card-count-2 { max-width:none; }
  .ptg-product-grid-limited { grid-template-columns:1fr 1fr; max-width:none; }
  .ptg-mission-grid { gap:30px; }
  .ptg-mission-visual { min-height:300px; padding:18px 12px 28px; }
  .ptg-mission-art { transform:rotate(-1deg); width:94%; }
  .ptg-mission-art:hover { transform:rotate(-.4deg) translateY(-2px); }
  .ptg-mission-tag { min-height:38px; padding:7px 13px; font-size:.86rem; }
  .ptg-mission-tag-a { top:2%; left:2%; }
  .ptg-mission-tag-b { top:20%; right:0; }
  .ptg-mission-tag-c { bottom:2%; left:6%; }
  .ptg-visit-section { padding:62px 0 82px; }
}

@media (max-width:480px) {
  .ptg-hero-actions .ptg-button { width:100%; }
  .ptg-product-grid-limited { grid-template-columns:1fr; }
  .ptg-practical-links a { padding:14px; }
}


/* === V0.3.3 — Footer violet affiné === */
@media (max-width:760px) {
  .ptg-site-footer { padding:62px 0 82px; }
  .ptg-footer-wave { top:-37px; height:40px; }
  .ptg-footer-grid { grid-template-columns:1fr; gap:28px; }
  .ptg-footer-bottom { margin-top:28px; padding-top:18px; flex-direction:column; gap:8px; }
  .ptg-footer-smoke { width:230px; opacity:.14; }
  .ptg-footer-smoke-left { left:-108px; bottom:94px; }
  .ptg-footer-smoke-right { right:-108px; top:84px; }
}

/* === V0.3.5 — Mission illustrée restaurée depuis la V0.2 === */
@media (max-width:480px) {
  .ptg-mission-visual { min-height:250px; padding-inline:4px; }
  .ptg-mission-art { width:92%; padding:10px; border-radius:22px; }
  .ptg-mission-art img { border-radius:14px; }
  .ptg-mission-tag { font-size:.78rem; min-height:34px; padding:6px 11px; }
  .ptg-mission-tag-a { top:0; left:0; }
  .ptg-mission-tag-b { top:18%; right:0; }
  .ptg-mission-tag-c { bottom:0; left:4%; }
}


/* === V0.3.12 — Accueil éditable depuis Pages > Accueil === */
.ptg-home-editable > .wp-block-group,
.ptg-home-editable .wp-block-group {
  margin-block-start: 0;
  margin-block-end: 0;
}
.ptg-home-editable .ptg-container.wp-block-group {
  width: var(--ptg-container);
  margin-inline: auto;
}
.ptg-home-editable .ptg-hero-grid.wp-block-group,
.ptg-home-editable .ptg-mission-grid.wp-block-group,
.ptg-home-editable .ptg-heading-row.wp-block-group,
.ptg-home-editable .ptg-visit-card.wp-block-group,
.ptg-home-editable .ptg-visit-actions.wp-block-group,
.ptg-home-editable .ptg-hero-copy.wp-block-group,
.ptg-home-editable .ptg-mission-copy.wp-block-group,
.ptg-home-editable .ptg-section-heading.wp-block-group {
  max-width: none;
}
.ptg-home-editable .ptg-kicker,
.ptg-home-editable .ptg-eyebrow,
.ptg-home-editable .ptg-hero-text,
.ptg-home-editable .ptg-section-heading p,
.ptg-home-editable .ptg-mission-copy p {
  margin-block-start: 0;
}
.ptg-home-editable .ptg-hero-copy h1,
.ptg-home-editable .ptg-section-heading h2,
.ptg-home-editable .ptg-mission-copy h2,
.ptg-home-editable .ptg-visit-card h2 {
  margin-block-start: 0;
}
.ptg-home-editable .ptg-heading-row > .wp-block-group { flex: 1 1 auto; }
.ptg-home-editable .ptg-heading-row > .ptg-text-link { flex: 0 0 auto; margin-bottom: 0; }
.ptg-home-editable .ptg-heading-row > .ptg-text-link a { color: inherit; }
.ptg-home-editable .ptg-hero-actions { margin-top: 28px; }
.ptg-home-editable .ptg-hero-actions a { text-decoration: none; }
.ptg-home-editable .ptg-mission-copy .ptg-button { margin-top: 8px; }
.ptg-home-editable .ptg-visit-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.ptg-home-editable .ptg-visit-actions a { text-decoration:none; }

@media (max-width: 900px) {
  .ptg-home-editable .ptg-heading-row > .ptg-text-link { margin-top: 4px; }
  .ptg-home-editable .ptg-visit-actions { justify-content:flex-start; }
}
