/* ==========================================================================
   Claymorphism Theme — Hausärztliche Gemeinschaftspraxis in der Stadtgalerie
   Soft 3D · chunky · playful · double shadows · thick borders · soft bounce
   Tokens/Fonts nach ./uiux "Soft 3D chunky playful" --design-system
   Fonts werden über wp_enqueue_style('hgp-fonts') geladen.
   ========================================================================== */

:root{
  /* Palette (uiux Pro Max: playful orange + trust blue) — Customizer überschreibt --color-* */
  --color-primary:#F97316;
  --color-secondary:#FB923C;
  --color-accent:#2563EB;
  --bg:#FFF7ED;
  --fg:#1F2937;            /* Body-Text – kontraststark auf Creme */
  --heading:#9A3412;       /* warmes, kräftiges Braun-Orange für Headings */
  --muted:#64748B;
  --border:#FED7AA;

  /* Pastell-Akzente für die toy-like Karten */
  --clay-peach:#FFE7D6;
  --clay-blue:#DCEAFE;
  --clay-mint:#D9FBE6;
  --clay-lilac:#ECE6FE;

  /* Claymorphism-Formen */
  --radius:22px;
  --radius-lg:28px;
  --radius-pill:999px;
  --bw:3px;

  /* Double Shadows — inner + outer, weich, keine harten Kanten */
  --sh-out:6px 6px 16px rgba(154,52,18,.16), -6px -6px 16px rgba(255,255,255,.85);
  --sh-in:inset 2px 2px 6px rgba(255,255,255,.65), inset -5px -5px 12px rgba(154,52,18,.12);
  --sh-clay:var(--sh-out), var(--sh-in);
  --sh-press:inset 4px 4px 10px rgba(154,52,18,.18), inset -3px -3px 8px rgba(255,255,255,.7);

  --bounce:cubic-bezier(.34,1.56,.64,1);
  --ease:cubic-bezier(.4,0,.2,1);
  --maxw:1180px;
  --gap:clamp(1rem,3vw,2rem);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Nunito Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-size:clamp(1rem,1.05vw,1.125rem);line-height:1.7;color:var(--fg);
  background:
    radial-gradient(60rem 60rem at 110% -10%, rgba(249,115,22,.10), transparent 60%),
    radial-gradient(50rem 50rem at -10% 20%, rgba(37,99,235,.08), transparent 55%),
    var(--bg);
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-accent);text-decoration:none;transition:color .2s var(--ease)}
a:hover{color:var(--color-primary)}

h1,h2,h3,h4{font-family:'Varela Round',sans-serif;color:var(--heading);line-height:1.15;letter-spacing:-.01em}
h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;margin:.2em 0 .4em}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem);margin:0 0 .5em}
h3{font-size:clamp(1.25rem,2vw,1.6rem);margin:0 0 .4em}
p{margin:0 0 1.1em}

.hgp-container{max-width:var(--maxw);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}
.hgp-section{padding:clamp(3rem,7vw,5.5rem) 0}
.hgp-main{display:block}

/* ---- Eyebrow / Kicker / Badge ---- */
.hgp-kicker,.hgp-badge{display:inline-block;font-family:'Varela Round',sans-serif;color:var(--color-accent);
  background:var(--clay-blue);border:var(--bw) solid #fff;border-radius:var(--radius-pill);
  padding:.35rem 1.1rem;font-size:.85rem;letter-spacing:.04em;box-shadow:var(--sh-out);margin-bottom:1rem}

.hgp-section__head{margin:0 0 clamp(1.8rem,4vw,3rem)}
.hgp-section__head--center{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}
.hgp-section__title{margin:0 0 .4em}
.hgp-section__intro{font-size:1.1rem;color:var(--muted);margin:0}
.hgp-section__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:clamp(1.8rem,4vw,2.6rem)}

/* ==========================================================================
   Buttons — chunky clay pills with soft press
   ========================================================================== */
.hgp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;cursor:pointer;
  font-family:'Varela Round',sans-serif;font-size:1rem;line-height:1.1;padding:.85rem 1.6rem;
  border-radius:var(--radius-pill);border:var(--bw) solid #fff;color:#fff;
  background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));box-shadow:var(--sh-clay);
  transition:transform .2s var(--bounce),box-shadow .2s var(--ease),filter .2s var(--ease)}
.hgp-btn:hover{transform:translateY(-3px) scale(1.02);filter:brightness(1.05);color:#fff}
.hgp-btn:active{transform:translateY(1px) scale(.98);box-shadow:var(--sh-press)}
.hgp-btn--lg{font-size:1.08rem;padding:1rem 1.9rem}
.hgp-btn--accent{background:linear-gradient(145deg,var(--color-accent),#3b82f6)}
.hgp-btn--primary{background:linear-gradient(145deg,var(--color-primary),var(--color-secondary))}
.hgp-btn--ghost{background:#fff;color:var(--heading)}
.hgp-btn--ghost:hover{color:var(--color-primary)}
.hgp-btn--light{background:#fff;color:var(--color-accent)}
.hgp-btn svg{flex:0 0 auto}

/* ==========================================================================
   Header / Navbar (sticky, großzügig, Burger < 900px)
   ========================================================================== */
.hgp-skip-link{position:absolute;left:-999px;top:0;background:#fff;padding:.8rem 1.2rem;border-radius:0 0 16px 0;box-shadow:var(--sh-clay);z-index:999}
.hgp-skip-link:focus{left:0}

.hgp-header{position:sticky;top:0;z-index:100;background:rgba(255,247,237,.85);
  backdrop-filter:saturate(160%) blur(10px);border-bottom:var(--bw) solid var(--border)}
.hgp-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;
  max-width:var(--maxw);margin:0 auto;padding:.8rem clamp(1rem,4vw,2.5rem)}

.hgp-brand__link{display:flex;align-items:center;gap:.7rem;color:var(--heading)}
.hgp-brand__mark{flex:0 0 auto;width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#fff;
  background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));border:var(--bw) solid #fff;box-shadow:var(--sh-out)}
.hgp-brand__text{display:flex;flex-direction:column;line-height:1.12}
.hgp-brand__name{font-family:'Varela Round',sans-serif;font-size:1.02rem;color:var(--heading);max-width:22ch}
.hgp-brand__sub{font-size:.74rem;color:var(--color-accent);font-weight:700}
.hgp-custom-logo-link img{border-radius:14px}

.hgp-nav{display:flex;align-items:center;gap:.6rem}
.hgp-nav__list{display:flex;align-items:center;gap:.3rem;list-style:none;margin:0;padding:0}
.hgp-nav__list a{display:inline-block;font-family:'Varela Round',sans-serif;color:var(--heading);
  padding:.55rem 1rem;border-radius:var(--radius-pill);border:3px solid transparent;
  transition:background .2s var(--ease),border-color .2s var(--ease),transform .2s var(--bounce)}
.hgp-nav__list a:hover{background:#fff;border-color:#fff;box-shadow:var(--sh-out);transform:translateY(-2px)}
.hgp-nav__list .current-menu-item>a,.hgp-nav__list .current_page_item>a{background:var(--clay-peach);border-color:#fff;box-shadow:var(--sh-out)}
.hgp-nav__cta{margin-left:.4rem}

.hgp-burger{display:none;cursor:pointer;width:54px;height:54px;border-radius:16px;background:#fff;
  border:var(--bw) solid #fff;box-shadow:var(--sh-out);position:relative;z-index:120}
.hgp-burger span{display:block;width:24px;height:3px;border-radius:99px;background:var(--heading);margin:4px auto;
  transition:transform .3s var(--bounce),opacity .2s var(--ease)}
.hgp-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hgp-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.hgp-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

body.hgp-nav-open{overflow:hidden}
.hgp-nav-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.4);z-index:90;opacity:0;visibility:hidden;transition:opacity .3s var(--ease)}
.hgp-nav-backdrop.is-open{opacity:1;visibility:visible}

@media (max-width:900px){
  .hgp-burger{display:block}
  .hgp-nav{position:fixed;inset:0 0 0 auto;width:min(84vw,360px);flex-direction:column;align-items:stretch;
    justify-content:flex-start;gap:.6rem;padding:6rem 1.4rem 2rem;background:var(--bg);
    border-left:var(--bw) solid var(--border);box-shadow:-12px 0 40px rgba(154,52,18,.18);
    transform:translateX(110%);transition:transform .3s var(--bounce);overflow-y:auto;z-index:110}
  .hgp-nav.is-open{transform:translateX(0)}
  .hgp-nav__list{flex-direction:column;align-items:stretch;gap:.5rem}
  .hgp-nav__list a{background:#fff;border-color:#fff;box-shadow:var(--sh-out);font-size:1.1rem}
  .hgp-nav__cta{margin:.6rem 0 0;width:100%}
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hgp-hero{position:relative;padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3rem,7vw,5rem);overflow:hidden}
.hgp-hero__inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);
  display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}
.hgp-hero__blob{position:absolute;border-radius:42% 58% 63% 37%/41% 44% 56% 59%;z-index:1}
.hgp-hero__blob--1{width:280px;height:280px;background:radial-gradient(circle at 30% 30%,var(--clay-blue),rgba(220,234,254,0));top:-60px;right:-40px;animation:float 7s var(--ease) infinite}
.hgp-hero__blob--2{width:220px;height:220px;background:radial-gradient(circle at 30% 30%,var(--clay-mint),rgba(217,251,230,0));bottom:-40px;left:-60px;animation:float 9s var(--ease) infinite reverse}
@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(8deg)}}

.hgp-hero__title{margin-top:.2em}
.hgp-hero__subtitle{font-size:clamp(1.1rem,1.5vw,1.28rem);color:var(--muted);max-width:50ch}
.hgp-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin:1.7rem 0}
.hgp-hero__facts{list-style:none;margin:1.4rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.7rem}
.hgp-hero__facts li{display:flex;align-items:center;gap:.5rem;background:#fff;border:3px solid #fff;border-radius:var(--radius-pill);
  padding:.5rem 1rem;box-shadow:var(--sh-out);font-family:'Varela Round',sans-serif;font-size:.9rem;color:var(--heading)}
.hgp-hero__facts svg{color:var(--color-accent)}

.hgp-hero__card{background:linear-gradient(150deg,#fff,#fff8f1);border:var(--bw) solid #fff;border-radius:var(--radius-lg);
  box-shadow:var(--sh-clay);padding:clamp(1.5rem,3vw,2.2rem)}
.hgp-hero__phone{display:flex;flex-direction:column;gap:.2rem;padding-bottom:1.2rem;margin-bottom:1.2rem;border-bottom:3px dashed var(--border)}
.hgp-hero__phone-label{font-size:.85rem;color:var(--muted);font-weight:700}
.hgp-hero__phone-num{display:inline-flex;align-items:center;gap:.6rem;font-family:'Varela Round',sans-serif;
  font-size:clamp(1.3rem,2.4vw,1.8rem);color:var(--color-primary)}
.hgp-hero__phone-num:hover{color:var(--heading)}
.hgp-hero__mini{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}
.hgp-hero__mini li{display:flex;align-items:center;gap:.7rem;font-family:'Varela Round',sans-serif;color:var(--heading)}
.hgp-dot{flex:0 0 auto;width:18px;height:18px;border-radius:50%;border:3px solid #fff;box-shadow:var(--sh-out)}
.hgp-dot--a{background:var(--clay-peach)}.hgp-dot--b{background:var(--clay-blue)}
.hgp-dot--c{background:var(--clay-mint)}.hgp-dot--d{background:var(--clay-lilac)}

@media (max-width:820px){.hgp-hero__inner{grid-template-columns:1fr}.hgp-hero__subtitle{max-width:none}}

/* ==========================================================================
   Slider (CPT slide)
   ========================================================================== */
.hgp-slider{position:relative;max-width:var(--maxw);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}
.hgp-slider__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:var(--gap);
  padding:.5rem .25rem 1.6rem;scrollbar-width:none;scroll-behavior:smooth}
.hgp-slider__track::-webkit-scrollbar{display:none}
.hgp-slide{scroll-snap-align:center;flex:0 0 100%;position:relative;border-radius:var(--radius-lg);overflow:hidden;
  border:5px solid #fff;box-shadow:var(--sh-clay);min-height:clamp(320px,46vw,460px);display:flex;align-items:flex-end}
.hgp-slide__media{position:absolute;inset:0;z-index:1}
.hgp-slide__media img{width:100%;height:100%;object-fit:cover}
.hgp-slide::after{content:"";position:absolute;inset:0;z-index:2;
  background:linear-gradient(90deg,rgba(154,52,18,.82),rgba(154,52,18,.18) 70%)}
.hgp-slide__body{position:relative;z-index:3;max-width:560px;padding:clamp(1.5rem,4vw,3rem);color:#fff}
.hgp-slide__title{color:#fff;font-size:clamp(1.5rem,3vw,2.2rem);margin:0 0 .4em}
.hgp-slide__text{color:rgba(255,255,255,.95)}
.hgp-slide__text p:last-child{margin-bottom:0}

.hgp-slider__nav{position:absolute;top:46%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;
  border:var(--bw) solid #fff;box-shadow:var(--sh-clay);cursor:pointer;display:grid;place-items:center;color:var(--heading);
  z-index:4;transition:transform .2s var(--bounce)}
.hgp-slider__nav:hover{transform:translateY(-50%) scale(1.12)}
.hgp-slider__nav--prev{left:clamp(1.2rem,4vw,2.6rem)}
.hgp-slider__nav--next{right:clamp(1.2rem,4vw,2.6rem)}
.hgp-slider__dots{display:flex;justify-content:center;gap:.6rem;margin-top:.3rem}
.hgp-slider__dots button{width:14px;height:14px;border-radius:50%;border:3px solid #fff;background:var(--clay-peach);
  box-shadow:var(--sh-out);cursor:pointer;padding:0;transition:transform .2s var(--bounce),background .2s var(--ease)}
.hgp-slider__dots button[aria-current="true"]{background:var(--color-primary);transform:scale(1.25)}

/* ==========================================================================
   Service / Feature cards
   ========================================================================== */
.hgp-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--gap)}
.hgp-card{background:#fff;border:var(--bw) solid #fff;border-radius:var(--radius);box-shadow:var(--sh-clay);
  padding:1.8rem;display:flex;flex-direction:column;transition:transform .25s var(--bounce)}
.hgp-card:hover{transform:translateY(-6px)}
.hgp-card__icon{width:66px;height:66px;border-radius:20px;display:grid;place-items:center;margin-bottom:1.1rem;overflow:hidden;
  border:var(--bw) solid #fff;box-shadow:var(--sh-out);color:var(--heading)}
.hgp-card__icon:has(.hgp-card__img){width:100%;height:170px;border-radius:18px;margin-bottom:1.2rem}
.hgp-card__img{width:100%;height:100%;object-fit:cover}
.hgp-card--tone1 .hgp-card__icon{background:var(--clay-peach)}
.hgp-card--tone2 .hgp-card__icon{background:var(--clay-blue)}
.hgp-card--tone3 .hgp-card__icon{background:var(--clay-mint)}
.hgp-card--tone4 .hgp-card__icon{background:var(--clay-lilac)}
.hgp-card__title{margin-bottom:.4rem}
.hgp-card__title a{color:var(--heading)}
.hgp-card__title a:hover{color:var(--color-primary)}
.hgp-card__text{color:var(--muted);font-size:.98rem}
.hgp-card__link{margin-top:auto;font-family:'Varela Round',sans-serif;color:var(--color-accent);display:inline-flex;align-items:center;gap:.4rem}
.hgp-card__link svg{transition:transform .2s var(--bounce)}
.hgp-card:hover .hgp-card__link svg{transform:translateX(4px)}

/* ==========================================================================
   Über uns
   ========================================================================== */
.hgp-about__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}
.hgp-about__media{position:relative}
.hgp-about__media img{border-radius:var(--radius-lg);border:5px solid #fff;box-shadow:var(--sh-clay);width:100%;aspect-ratio:4/3;object-fit:cover}
.hgp-about__sticker{position:absolute;right:-12px;bottom:-18px;background:#fff;border:var(--bw) solid #fff;border-radius:var(--radius);
  box-shadow:var(--sh-clay);padding:.9rem 1.3rem;text-align:center;line-height:1.1}
.hgp-about__sticker strong{display:block;font-family:'Varela Round',sans-serif;font-size:1.8rem;color:var(--color-primary)}
.hgp-about__sticker span{font-size:.8rem;color:var(--muted)}
.hgp-about__text{font-size:1.08rem;color:var(--fg)}
.hgp-checklist{list-style:none;margin:1.4rem 0;padding:0;display:flex;flex-direction:column;gap:.8rem}
.hgp-checklist li{display:flex;align-items:flex-start;gap:.7rem;font-weight:600;color:var(--fg)}
.hgp-checklist svg{flex:0 0 auto;margin-top:.15em;color:#fff;background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));
  border:3px solid #fff;border-radius:50%;padding:3px;width:28px;height:28px;box-shadow:var(--sh-out)}
@media (max-width:820px){.hgp-about__grid{grid-template-columns:1fr}.hgp-about__media{order:-1;max-width:480px}}

/* ==========================================================================
   CTA band
   ========================================================================== */
.hgp-cta-card{background:linear-gradient(145deg,var(--clay-blue),var(--clay-peach));border:5px solid #fff;border-radius:var(--radius-lg);
  box-shadow:var(--sh-clay);padding:clamp(2rem,5vw,3.2rem);display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}
.hgp-cta-card__text{flex:1 1 320px}
.hgp-cta-card__text h2{margin:0 0 .3em}
.hgp-cta-card__text p{margin:0;color:#7c3a16}
.hgp-cta-card__actions{display:flex;flex-wrap:wrap;gap:1rem}

/* ==========================================================================
   Footer
   ========================================================================== */
.hgp-footer{margin-top:clamp(3rem,7vw,5rem);background:#9A3412;color:#FFE7D6;border-top:6px solid var(--color-secondary)}
.hgp-footer a{color:#FFE7D6}
.hgp-footer a:hover{color:#fff}
.hgp-footer__inner{max-width:var(--maxw);margin:0 auto;padding:clamp(2.5rem,5vw,3.5rem) clamp(1rem,4vw,2.5rem) 2rem;
  display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}
.hgp-footer .hgp-brand--footer .hgp-brand__name,.hgp-footer .hgp-brand--footer .hgp-brand__sub{color:#fff}
.hgp-brand--footer{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.hgp-footer__claim{color:rgba(255,231,214,.9);max-width:36ch}
.hgp-footer__title{color:#fff;font-family:'Varela Round',sans-serif;margin:0 0 1rem;font-size:1.2rem}
.hgp-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}
.hgp-footer__list li{display:flex;align-items:center;gap:.6rem}
.hgp-footer__list svg{flex:0 0 auto;color:var(--color-secondary)}
.hgp-footer__bar{border-top:1px solid rgba(255,231,214,.25);max-width:var(--maxw);margin:0 auto;
  padding:1.2rem clamp(1rem,4vw,2.5rem);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;
  font-size:.9rem;color:rgba(255,231,214,.85)}
.hgp-footer__bar p{margin:0}
.hgp-footer__legal{display:flex;gap:.6rem;align-items:center}
@media (max-width:760px){.hgp-footer__inner{grid-template-columns:1fr}}

/* ==========================================================================
   Seiten (page.php / single-service.php) + Gutenberg-Prosa
   ========================================================================== */
.hgp-page__hero{position:relative;text-align:center;padding:clamp(2.5rem,6vw,4rem) 0 clamp(1.2rem,3vw,2rem);overflow:hidden}
.hgp-page__hero-blob{position:absolute;width:300px;height:300px;border-radius:42% 58% 63% 37%/41% 44% 56% 59%;
  background:radial-gradient(circle at 30% 30%,var(--clay-peach),rgba(255,231,214,0));top:-90px;right:-60px;z-index:-1;animation:float 8s var(--ease) infinite}
.hgp-page__title{margin:0 auto;max-width:20ch}
.hgp-page__body{padding-bottom:clamp(2.5rem,6vw,4rem)}

.hgp-prose{max-width:820px;margin:0 auto}
.hgp-prose h2{margin-top:2.2rem}
.hgp-prose h3{margin-top:1.6rem}
.hgp-prose ul:not(.hgp-checklist),.hgp-prose ol{padding-left:0;list-style:none;margin:0 0 1.3em}
.hgp-prose ol{counter-reset:li}
.hgp-prose li{position:relative;padding-left:2rem;margin-bottom:.65rem}
.hgp-prose ul:not(.hgp-checklist) li::before{content:"";position:absolute;left:0;top:.5em;width:14px;height:14px;border-radius:50%;
  background:var(--clay-mint);border:3px solid #fff;box-shadow:var(--sh-out)}
.hgp-prose ol li::before{counter-increment:li;content:counter(li);position:absolute;left:0;top:.05em;width:24px;height:24px;border-radius:50%;
  display:grid;place-items:center;font-size:.8rem;font-family:'Varela Round',sans-serif;color:#fff;
  background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));border:2px solid #fff;box-shadow:var(--sh-out)}
.hgp-prose .wp-block-columns{gap:var(--gap);margin:1.6rem 0}
.hgp-prose .wp-block-group.has-background{border-radius:var(--radius);border:var(--bw) solid #fff;box-shadow:var(--sh-clay);padding:1.6rem !important}
.hgp-prose .wp-block-separator{border:0;height:4px;width:80px;margin:2.4rem auto;border-radius:99px;background:var(--color-secondary);opacity:1}
.hgp-prose img,.hgp-prose .wp-block-image img{border-radius:var(--radius);border:4px solid #fff;box-shadow:var(--sh-clay)}
.hgp-prose .wp-block-quote{border-left:5px solid var(--color-primary);background:#fff;border-radius:var(--radius);box-shadow:var(--sh-out);padding:1.2rem 1.5rem;margin:1.6rem 0}
.hgp-prose .wp-block-buttons{margin:1.4rem 0}
.hgp-prose .wp-block-button__link{background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));border:var(--bw) solid #fff;
  border-radius:var(--radius-pill);box-shadow:var(--sh-clay);font-family:'Varela Round',sans-serif;padding:.85rem 1.7rem}

.hgp-service-single__media{max-width:820px;margin:0 auto 1.8rem}
.hgp-service-single__media img{border-radius:var(--radius-lg);border:5px solid #fff;box-shadow:var(--sh-clay);width:100%}

.hgp-pagination{max-width:820px;margin:2.5rem auto 0;text-align:center}
.hgp-pagination .page-numbers{display:inline-grid;place-items:center;min-width:44px;height:44px;padding:0 .6rem;margin:.2rem;
  border-radius:14px;background:#fff;border:var(--bw) solid #fff;box-shadow:var(--sh-out);font-family:'Varela Round',sans-serif;color:var(--heading)}
.hgp-pagination .page-numbers.current{background:var(--color-primary);color:#fff}

/* ==========================================================================
   Formulare (CF7 / Shortcodes)
   ========================================================================== */
.hgp-prose input[type=text],.hgp-prose input[type=email],.hgp-prose input[type=tel],.hgp-prose input[type=date],
.hgp-prose textarea,.hgp-prose select,.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),.wpcf7 textarea,.wpcf7 select{
  width:100%;font:inherit;padding:.85rem 1.1rem;margin:.3rem 0 1rem;border:var(--bw) solid #fff;border-radius:16px;
  background:#fff;box-shadow:var(--sh-press);color:var(--fg)}
.hgp-prose input:focus,.hgp-prose textarea:focus,.hgp-prose select:focus,.wpcf7 input:focus,.wpcf7 textarea:focus{
  outline:none;box-shadow:var(--sh-press),0 0 0 4px rgba(37,99,235,.25)}
.wpcf7 input[type=submit],.hgp-prose button[type=submit],.hgp-prose input[type=submit]{width:auto;cursor:pointer;color:#fff;
  font-family:'Varela Round',sans-serif;background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));
  border:var(--bw) solid #fff;border-radius:var(--radius-pill);padding:.9rem 2rem;box-shadow:var(--sh-clay);transition:transform .2s var(--bounce)}
.wpcf7 input[type=submit]:hover,.hgp-prose button[type=submit]:hover{transform:translateY(-3px)}

/* ==========================================================================
   A11y / Focus / Motion
   ========================================================================== */
:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px;border-radius:6px}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}
