/*
Theme Name: TC Service & Repair
Theme URI: https://tc-repair.de
Author: TC Service & Repair
Description: Individuelles Block-Theme für TC Service & Repair, Koblenz. Navy-System nach Brand Board, Montserrat und Inter, ruhige Motion.
Version: 1.0.175648
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: tc-service-repair
*/

/* ==========================================================================
   Tokens (Brand Board 05.09.2026)
   Radius-Regel: Pille (Buttons, Nav) / 28 px Schale + 22 px Kern (Karten) / 14 px Eingaben
   ========================================================================== */
:root{
  --navy:#101E33; --navy-deep:#0A1524; --raise:#16263D; --raise-2:#1C3050;
  --blue:#2E7FD1; --sky:#5AA9F0; --ice:#C8D9EA; --mute:#9FB3C8; --white:#F5F8FC;
  --line:rgba(200,217,234,.14); --line-strong:rgba(200,217,234,.26);
  --shadow:0 34px 60px -34px rgba(3,10,22,.75);
  --ease:cubic-bezier(.32,.72,0,1);
  --r-shell:28px; --r-core:22px; --r-input:14px;
  --wrap:1240px; --gut:clamp(20px,4vw,40px);
  --f-head:"Montserrat",system-ui,sans-serif; --f-body:"Inter",system-ui,sans-serif;
  --z-nav:40; --z-overlay:60;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--navy);color:var(--ice);font-family:var(--f-body);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:var(--sky);text-underline-offset:.2em;text-decoration-thickness:1px}
a:hover{color:var(--white)}
:focus-visible{outline:2px solid var(--sky);outline-offset:3px;border-radius:6px}
.wp-site-blocks{overflow-x:clip}
.wp-site-blocks>*+*{margin-block-start:0}
h1,h2,h3,h4{font-family:var(--f-head);color:var(--white);margin:0;letter-spacing:-.015em;text-wrap:balance}
h1{font-size:clamp(2rem,3.7vw,3.3rem);font-weight:800;line-height:1.1;letter-spacing:-.025em;hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word}
h2,h3{hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word}
h2{font-size:clamp(1.7rem,3vw,2.6rem);font-weight:700;line-height:1.14;letter-spacing:-.02em}
h3{font-size:clamp(1.15rem,1.6vw,1.4rem);font-weight:700;line-height:1.25}
h4{font-size:1.1rem;font-weight:700}
p{margin:0 0 1em;max-width:68ch}
.tc-skip{position:absolute;left:-9999px;top:8px;background:var(--sky);color:var(--navy-deep);padding:10px 16px;border-radius:999px;font-weight:600;z-index:var(--z-overlay)}
.tc-skip:focus{left:16px}

/* ---------- Layout-Container ---------- */
.tc-wrap{width:100%;max-width:calc(var(--wrap) + 2*var(--gut));margin-inline:auto;padding-inline:var(--gut)}
.tc-section{position:relative;padding-block:clamp(72px,9vw,132px)}
.tc-section--deep{background:var(--navy-deep)}
.tc-head{max-width:760px;margin-bottom:clamp(36px,5vw,64px)}
.tc-head h2{margin-bottom:.55em}
.tc-head p{color:var(--ice);font-size:1.1rem}
.tc-eyebrow{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--sky);padding:.5em 1.1em;border:1px solid var(--line-strong);border-radius:999px;margin:0 0 1.4rem}

/* ---------- Header: schwebende Insel ---------- */
.tc-header{position:sticky;top:0;z-index:var(--z-nav);padding:14px var(--gut) 0;pointer-events:none}
.tc-header__bar{pointer-events:auto;max-width:var(--wrap);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:68px;padding:8px 10px 8px 24px;background:rgba(10,21,36,.94);border:1px solid var(--line);border-radius:999px;box-shadow:var(--shadow)}
.tc-brand{display:flex;align-items:center;flex:none}
.tc-brand img{height:40px;width:auto}
.tc-nav{display:none}
.tc-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2px}
.tc-nav a{display:block;padding:.6em .9em;color:var(--ice);text-decoration:none;font-size:.9rem;font-weight:500;border-radius:999px;transition:color .5s var(--ease),background .5s var(--ease);white-space:nowrap}
.tc-nav a:hover,.tc-nav a[aria-current="page"]{color:var(--white);background:rgba(90,169,240,.12)}
.tc-nav .has-sub{position:relative}
.tc-nav .has-sub>a::after{content:"";display:inline-block;width:.42em;height:.42em;margin-left:.5em;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-.18em) rotate(45deg)}
.tc-nav .sub{position:absolute;top:calc(100% + 12px);left:0;min-width:280px;padding:8px;background:var(--navy-deep);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .5s var(--ease),transform .5s var(--ease),visibility .5s;display:block}
.tc-nav .sub li{display:block}
.tc-nav .has-sub:hover .sub,.tc-nav .has-sub:focus-within .sub{opacity:1;visibility:visible;transform:none}
.tc-nav .sub a{border-radius:14px;white-space:normal}
.tc-header__cta{display:none}
.tc-burger{pointer-events:auto;width:48px;height:48px;border-radius:50%;border:1px solid var(--line-strong);background:transparent;position:relative;cursor:pointer;flex:none}
.tc-burger span{position:absolute;left:14px;right:14px;height:1.5px;background:var(--white);border-radius:2px;transition:transform .6s var(--ease),opacity .4s var(--ease)}
.tc-burger span:nth-child(1){top:18px}.tc-burger span:nth-child(2){top:24px}.tc-burger span:nth-child(3){top:30px}
.tc-menu-open .tc-burger span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.tc-menu-open .tc-burger span:nth-child(2){opacity:0}
.tc-menu-open .tc-burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.tc-menu-open .tc-header{z-index:calc(var(--z-overlay) + 1)}
.tc-overlay{position:fixed;inset:0;z-index:var(--z-overlay);background:rgba(10,21,36,.985);padding:110px var(--gut) 40px;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .6s var(--ease),visibility .6s}
.tc-menu-open .tc-overlay{opacity:1;visibility:visible}
.tc-overlay ul{list-style:none;margin:0;padding:0;max-width:560px}
.tc-overlay li{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.tc-menu-open .tc-overlay li{opacity:1;transform:none}
.tc-overlay>ul>li:nth-child(1){transition-delay:.08s}.tc-overlay>ul>li:nth-child(2){transition-delay:.13s}.tc-overlay>ul>li:nth-child(3){transition-delay:.18s}.tc-overlay>ul>li:nth-child(4){transition-delay:.23s}.tc-overlay>ul>li:nth-child(5){transition-delay:.28s}.tc-overlay>ul>li:nth-child(6){transition-delay:.33s}.tc-overlay>ul>li:nth-child(7){transition-delay:.38s}
.tc-overlay a:not(.tc-btn){display:block;padding:.55em 0;color:var(--white);font-family:var(--f-head);font-weight:700;font-size:1.5rem;text-decoration:none;border-bottom:1px solid var(--line)}
.tc-overlay ul ul{padding:0 0 .6rem 1rem}
.tc-overlay ul ul a:not(.tc-btn){font-size:1.02rem;font-weight:500;color:var(--ice);border:0;padding:.35em 0;font-family:var(--f-body)}
.tc-overlay .tc-btn{margin-top:28px}
.tc-menu-open{overflow:hidden}
@media (min-width:1140px){
  .tc-nav{display:block}.tc-header__cta{display:inline-flex}.tc-burger{display:none}.tc-overlay{display:none}
}

/* ---------- Buttons: Pille + Icon-Insel ---------- */
.wp-block-buttons.tc-actions{display:flex;flex-wrap:wrap;gap:12px;margin:2rem 0 0}
.tc-btn,.wp-block-button.tc-btn .wp-block-button__link,.wp-block-button.tc-btn-ghost .wp-block-button__link{display:inline-flex;align-items:center;gap:.9rem;padding:.55rem .55rem .55rem 1.5rem;background:var(--sky);color:var(--navy-deep);font-family:var(--f-body);font-weight:600;font-size:.98rem;line-height:1.2;text-decoration:none;border:1px solid transparent;border-radius:999px;cursor:pointer;white-space:nowrap;transition:transform .6s var(--ease),background .5s var(--ease),color .5s var(--ease)}
.tc-btn::after,.wp-block-button.tc-btn .wp-block-button__link::after,.wp-block-button.tc-btn-ghost .wp-block-button__link::after{content:"";width:36px;height:36px;border-radius:50%;flex:none;background:var(--navy-deep) center/16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%235AA9F0'%3E%3Cpath d='M204,64V168a12,12,0,0,1-24,0V93L72.49,200.49a12,12,0,0,1-17-17L163,76H88a12,12,0,0,1,0-24H192A12,12,0,0,1,204,64Z'/%3E%3C/svg%3E");transition:transform .6s var(--ease)}
.tc-btn:hover,.wp-block-button.tc-btn .wp-block-button__link:hover{background:var(--white);color:var(--navy-deep)}
.tc-btn:hover::after,.wp-block-button.tc-btn .wp-block-button__link:hover::after,.wp-block-button.tc-btn-ghost .wp-block-button__link:hover::after{transform:translate(3px,-2px) scale(1.06)}
.tc-btn:active,.wp-block-button.tc-btn .wp-block-button__link:active{transform:scale(.98)}
.wp-block-button.tc-btn-ghost .wp-block-button__link{background:transparent;color:var(--white);border-color:var(--line-strong)}
.wp-block-button.tc-btn-ghost .wp-block-button__link::after{background-color:rgba(90,169,240,.16)}
.wp-block-button.tc-btn-ghost .wp-block-button__link:hover{background:rgba(90,169,240,.12);color:var(--white)}
.tc-btn--sm{padding:.35rem .35rem .35rem 1.15rem;font-size:.9rem}.tc-btn--sm::after{width:32px;height:32px}
button.tc-btn{border:0;font-family:var(--f-body)}

/* ---------- Leiterbahn (einziges Dekor, flach, Ecke, angeschnitten) ---------- */
.tc-trace{position:absolute;pointer-events:none;color:var(--blue);opacity:.55;z-index:0}
.tc-trace svg{width:100%;height:auto;display:block;overflow:visible}
.tc-trace--bl{left:0;bottom:0;width:min(520px,60vw);transform:translate(-6%,8%)}
.tc-trace--tr{right:0;top:0;width:min(440px,52vw);transform:translate(8%,-4%) scaleX(-1)}
.tc-hero>.tc-wrap,.tc-cta__panel>*:not(.tc-trace){position:relative;z-index:1}

/* ---------- Hero ---------- */
.tc-hero{position:relative;overflow:hidden;padding-block:clamp(44px,6vw,88px) clamp(64px,8vw,120px)}
.tc-hero__grid{display:grid;gap:clamp(32px,5vw,72px);align-items:center;grid-template-columns:1fr}
.tc-hero h1{margin-bottom:.5em;max-width:16ch}
.tc-hero__lead{font-size:1.2rem;line-height:1.6;color:var(--ice);max-width:56ch}
.tc-hero__lead p{margin-bottom:.8em}
.tc-hero--noimg h1{max-width:20ch}
.tc-hero--noimg{padding-bottom:clamp(20px,3vw,44px)}
.tc-hero__media{position:relative;justify-self:center;width:100%}
@media (min-width:900px){
  .tc-hero__grid{grid-template-columns:1.08fr .92fr}
  .tc-hero--flip .tc-hero__grid{grid-template-columns:.92fr 1.08fr}
  .tc-hero--flip .tc-hero__copy{order:2}
  .tc-hero--noimg .tc-hero__grid{grid-template-columns:1fr}
}
.tc-hero--home{padding-top:clamp(28px,4vw,56px)}
.tc-hero--home h1{max-width:13ch}
.tc-hero--home .tc-hero__media{max-width:500px}
.tc-hero--home .tc-hero__media::before{content:"";position:absolute;inset:10% 4% 0;border-radius:var(--r-shell);background:var(--raise);border:1px solid var(--line);z-index:0}
.tc-hero--home .tc-hero__media figure{position:relative;z-index:1;margin:0}
.tc-hero--home .tc-hero__media img{object-fit:contain;width:100%;max-height:620px;filter:drop-shadow(0 28px 36px rgba(3,10,22,.55))}

/* ---------- Double-Bezel (Schale + Kern) ---------- */
.tc-bezel{padding:8px;background:rgba(200,217,234,.05);border:1px solid var(--line);border-radius:var(--r-shell);box-shadow:var(--shadow)}
.tc-bezel figure{margin:0}
.tc-bezel img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--r-shell) - 8px);box-shadow:inset 0 1px 1px rgba(255,255,255,.12)}
.tc-bezel--tall img{aspect-ratio:4/5}
.tc-bezel--wide img{aspect-ratio:16/11}
.tc-bezel--sq img{aspect-ratio:1/1}

p.tc-actions{display:flex;flex-wrap:wrap;gap:12px;margin:2rem 0 0}
.tc-formwrap h2{margin-bottom:.6em}
.tc-hero .tc-trace{opacity:.42}

/* ---------- Karten, Bento ---------- */
.tc-grid{display:grid;gap:clamp(14px,1.6vw,22px);grid-template-columns:1fr}
.tc-card{padding:8px;background:rgba(200,217,234,.045);border:1px solid var(--line);border-radius:var(--r-shell);transition:transform .8s var(--ease),border-color .6s var(--ease)}
.tc-card__core{height:100%;display:flex;flex-direction:column;padding:clamp(22px,2.4vw,34px);background:var(--raise);border-radius:calc(var(--r-shell) - 8px);box-shadow:inset 0 1px 1px rgba(255,255,255,.07)}
.tc-card:hover{transform:translateY(-4px);border-color:var(--line-strong)}
.tc-card__icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--sky);margin-bottom:clamp(18px,2vw,28px);flex:none}
.tc-card__icon svg{width:26px;height:26px}
.tc-card h3{margin-bottom:.6em}
.tc-card p{margin:0;font-size:1rem;max-width:none}
.tc-card p+p{margin-top:.8em}
.tc-card__media{margin:-6px -6px 22px;border-radius:calc(var(--r-shell) - 14px);overflow:hidden}
.tc-card__media img{width:100%;aspect-ratio:4/3;object-fit:cover}
.tc-card__tag{font-family:var(--f-head);font-weight:700;font-size:.8rem;letter-spacing:.14em;color:var(--sky);margin-bottom:1rem;display:block}
.tc-price{margin-top:auto;padding-top:1.4rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:.2rem .6rem}
.tc-price strong{font-family:var(--f-head);font-size:1.6rem;font-weight:800;color:var(--white);letter-spacing:-.02em}
.tc-price span{font-size:.85rem;color:var(--mute)}
@media (min-width:720px){
  .tc-grid--2,.tc-grid--4,.tc-grid--3{grid-template-columns:repeat(2,1fr)}
  .tc-grid--3 .tc-card:first-child{grid-column:1/-1}
}
@media (min-width:1000px){
  .tc-grid--3{grid-template-columns:repeat(12,1fr)}
  .tc-grid--3 .tc-card:first-child{grid-column:span 7;grid-row:span 2}
  .tc-grid--3 .tc-card:nth-child(n+2){grid-column:span 5}
  .tc-grid--3 .tc-card:first-child h3{font-size:clamp(1.4rem,2vw,1.9rem)}
  .tc-grid--3 .tc-card:first-child p{font-size:1.1rem;max-width:44ch}
  .tc-grid--3 .tc-card:first-child .tc-card__icon{width:72px;height:72px}
  .tc-grid--3 .tc-card:first-child .tc-card__icon svg{width:34px;height:34px}
  .tc-grid--3 .tc-card:first-child .tc-card__icon{margin-bottom:auto}
  .tc-grid--3 .tc-card:first-child .tc-card__tag{margin-top:2rem}

  .tc-grid--4{grid-template-columns:repeat(4,1fr)}
  .tc-grid--6{grid-template-columns:repeat(3,1fr)}
}
@media (min-width:720px){.tc-grid--6{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.tc-grid--6{grid-template-columns:repeat(3,1fr)}}

a.tc-card{display:block;color:var(--ice);text-decoration:none}
a.tc-card p{color:var(--ice)}
@media (min-width:1000px){.tc-grid--6>a.tc-card:last-child:nth-child(3n+1){grid-column:1/-1}}

/* ---------- Schritte (ruhige Liste, keine Karten) ---------- */
.tc-steps{display:grid;gap:clamp(28px,5vw,80px)}
@media (min-width:960px){.tc-steps{grid-template-columns:.8fr 1.2fr;align-items:start}.tc-steps__head{position:sticky;top:110px}}
.tc-steps ol{list-style:none;margin:0;padding:0}
.tc-steps li{display:grid;grid-template-columns:64px 1fr;gap:6px 18px;padding:clamp(20px,2.4vw,30px) 0;border-top:1px solid var(--line)}
.tc-steps li:last-child{border-bottom:1px solid var(--line)}
.tc-steps .n{font-family:var(--f-head);font-weight:800;font-size:1.55rem;color:var(--sky);line-height:1.2}
.tc-steps h3{margin:0 0 .35em}
.tc-steps p{margin:0;max-width:56ch}
.tc-steps__media{margin-top:clamp(24px,3vw,40px)}

/* ---------- Grundsätze (Spalten mit Haarlinie) ---------- */
.tc-principles{display:grid;gap:0;grid-template-columns:1fr}
.tc-principle{padding:clamp(22px,2.6vw,34px) 0;border-top:1px solid var(--line-strong)}
.tc-principle .n{font-family:var(--f-head);font-size:.85rem;font-weight:700;letter-spacing:.14em;color:var(--sky);display:block;margin-bottom:1rem}
.tc-principle h3{margin-bottom:.6em}
.tc-principle p{margin:0}
@media (min-width:860px){.tc-principles{grid-template-columns:repeat(3,1fr);gap:clamp(24px,3vw,48px)}}

/* ---------- Kennzahlen ---------- */
.tc-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,40px);margin-bottom:clamp(32px,4vw,56px)}
.tc-stat strong{display:block;font-family:var(--f-head);font-weight:800;font-size:clamp(2rem,4vw,3.2rem);color:var(--white);letter-spacing:-.03em;line-height:1.1}
.tc-stat span{display:block;margin-top:.3em;font-size:.95rem;color:var(--mute)}
@media (min-width:860px){.tc-stats{grid-template-columns:repeat(4,1fr)}}

/* ---------- Split (Bild + Text) ---------- */
.tc-split{display:grid;gap:clamp(28px,5vw,80px);align-items:center;grid-template-columns:1fr}
.tc-split__text h2{margin-bottom:.6em}
.tc-split__text p{max-width:58ch}
@media (min-width:900px){.tc-split{grid-template-columns:.9fr 1.1fr}.tc-split--flip{grid-template-columns:1.1fr .9fr}.tc-split--flip .tc-split__media{order:2}}
.tc-media-stack{display:grid;gap:14px}
@media (min-width:600px){.tc-media-stack--2{grid-template-columns:repeat(2,1fr)}}

/* ---------- Fließtext-Seiten ---------- */
.tc-prose{max-width:760px}
.tc-prose h2{margin:2.2em 0 .7em;font-size:clamp(1.4rem,2.2vw,1.9rem)}
.tc-prose h2:first-child{margin-top:0}
.tc-prose h3{margin:1.8em 0 .8em;font-size:clamp(1.2rem,1.9vw,1.5rem);line-height:1.35}
.tc-prose ul{padding-left:1.2em;margin:0 0 1.2em}
.tc-prose li{margin-bottom:.4em}
.tc-prose--legal{max-width:820px}
.tc-list{list-style:none;padding:0;margin:0 0 1.4em;display:grid;gap:.75rem}
.tc-list li{position:relative;padding-left:1.7rem}
.tc-list li::before{content:"";position:absolute;left:0;top:.75em;width:.8rem;height:1.5px;background:var(--blue)}

/* ---------- CTA-Panel ---------- */
.tc-cta{position:relative;padding-block:clamp(56px,7vw,96px)}
.tc-cta__panel{position:relative;overflow:hidden;padding:clamp(34px,5vw,72px);background:#154674;border:1px solid rgba(90,169,240,.3);border-radius:var(--r-shell);box-shadow:var(--shadow)}
.tc-cta__panel h2{max-width:20ch;margin-bottom:.5em}
.tc-cta__panel p{font-size:1.1rem;color:#DCE8F5;max-width:52ch}
.tc-cta__panel .tc-trace{color:var(--sky);opacity:.35}

/* ---------- Formulare ---------- */
.tc-formwrap{display:grid;gap:clamp(28px,5vw,72px);grid-template-columns:1fr}
@media (min-width:960px){.tc-formwrap{grid-template-columns:.85fr 1.15fr;align-items:start}}
.tc-form{padding:clamp(22px,3vw,40px);background:var(--raise);border:1px solid var(--line);border-radius:var(--r-shell);box-shadow:var(--shadow)}
.tc-form label{display:block;font-weight:600;font-size:.92rem;color:var(--white);margin-bottom:.5rem}
.tc-form .f{margin-bottom:1.25rem}
.tc-form input[type=text],.tc-form input[type=email],.tc-form input[type=tel],.tc-form textarea{width:100%;padding:.95rem 1.05rem;background:var(--navy-deep);color:var(--white);border:1px solid var(--line-strong);border-radius:var(--r-input);font:inherit;font-size:1rem;transition:border-color .4s var(--ease),box-shadow .4s var(--ease)}
.tc-form textarea{min-height:170px;resize:vertical}
.tc-form input:focus,.tc-form textarea:focus{outline:none;border-color:var(--sky);box-shadow:0 0 0 3px rgba(90,169,240,.25)}
.tc-form small{display:block;margin-top:.4rem;color:var(--mute);font-size:.85rem}
.tc-form .check{display:flex;gap:.75rem;align-items:flex-start;font-size:.92rem;color:var(--ice);font-weight:400;margin:0}
.tc-form .check input{margin-top:.3rem;width:18px;height:18px;accent-color:var(--sky);flex:none}
.tc-form .hp{position:absolute;left:-9999px;height:0;overflow:hidden}
.tc-notice{padding:1rem 1.2rem;border-radius:var(--r-input);margin-bottom:1.4rem;border:1px solid var(--line-strong);font-size:.98rem}
.tc-notice--ok{background:rgba(90,169,240,.12);border-color:var(--sky);color:var(--white)}
.tc-notice--err{background:rgba(255,120,120,.1);border-color:#E9928F;color:#FBE5E4}
.tc-contact-list{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.1rem}
.tc-contact-list li{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start}
.tc-contact-list .ic{width:44px;height:44px;border:1px solid var(--line-strong);border-radius:50%;display:grid;place-items:center;color:var(--sky)}
.tc-contact-list svg{width:22px;height:22px}
.tc-contact-list a{color:var(--white);text-decoration:none;font-weight:600}
.tc-contact-list a:hover{color:var(--sky)}
.tc-contact-list small{display:block;color:var(--mute);font-size:.85rem}

/* ---------- Karte (Zwei-Klick) ---------- */
.tc-map{position:relative;aspect-ratio:16/8;min-height:320px;border-radius:var(--r-core);overflow:hidden;background:var(--raise);display:grid;place-items:center;text-align:center;padding:24px}
.tc-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.tc-map__gate{max-width:460px}
.tc-map__gate p{margin:0 auto 1.2rem;font-size:.95rem;color:var(--ice)}

/* ---------- Bewertungen (Widgets bringen eigenes helles Design mit) ---------- */
.tc-review-island{padding:8px;background:rgba(200,217,234,.05);border:1px solid var(--line);border-radius:var(--r-shell);margin-bottom:22px}
.tc-review-island>div{background:#F4F5F7;border-radius:calc(var(--r-shell) - 8px);padding:clamp(8px,2vw,24px)}

/* ---------- Footer ---------- */
.tc-footer{position:relative;overflow:hidden;background:var(--navy-deep);border-top:1px solid var(--line);padding-block:clamp(56px,7vw,96px) 28px}
.tc-footer__grid{display:grid;gap:40px;grid-template-columns:1fr;position:relative;z-index:1}
@media (min-width:860px){.tc-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.25fr}}
.tc-footer h2{font-family:var(--f-body);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);font-weight:600;margin-bottom:1.1rem}
.tc-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.tc-footer a{color:var(--ice);text-decoration:none}
.tc-footer a:hover{color:var(--sky)}
.tc-footer .tc-brand img{height:46px;margin-bottom:1.2rem}
.tc-footer__claim{max-width:34ch;color:var(--ice);margin-bottom:1.4rem}
.tc-social{display:flex;gap:10px}
.tc-social a{width:44px;height:44px;border:1px solid var(--line-strong);border-radius:50%;display:grid;place-items:center;color:var(--ice);transition:color .5s var(--ease),border-color .5s var(--ease),transform .6s var(--ease)}
.tc-social a:hover{color:var(--sky);border-color:var(--sky);transform:translateY(-2px)}
.tc-social svg{width:22px;height:22px}
.tc-footer address{font-style:normal;display:grid;gap:.4rem}
.tc-footer__legal{position:relative;z-index:1;margin-top:clamp(40px,5vw,64px);padding-top:22px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:12px 28px;justify-content:space-between;font-size:.88rem;color:var(--mute)}
.tc-footer__legal ul{display:flex;gap:22px}
.tc-footer .tc-trace--bl{opacity:.3}

/* ---------- Motion: nur transform/opacity, statisch bei reduce ---------- */
.js .tc-reveal{opacity:0;transform:translateY(36px);transition:opacity 1s var(--ease),transform 1s var(--ease);transition-delay:calc(var(--d,0)*90ms)}
.js .tc-reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js .tc-reveal{opacity:1;transform:none;transition:none}
  .tc-card:hover,.tc-btn:hover::after{transform:none}
  .tc-overlay,.tc-overlay li{transition:none}
}

/* ---------- WordPress-Feinheiten ---------- */
.wp-block-image img{height:auto}
.wp-block-group{margin:0}
.entry-content>*:first-child{margin-top:0}
.tc-404{padding-block:clamp(90px,12vw,180px)}

/* ==========================================================================
   Stufe 2: High-End-Feinschliff (Spotlight, Blur-Reveal, Textur, Leiterbahn im Feature)
   ========================================================================== */
/* Feine Körnung, fest und ohne Pointer-Events (Textur nur auf fixiertem Layer) */
body::after{content:"";position:fixed;inset:0;z-index:55;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E")}

/* Reveal: schweres Einblenden mit leichtem Blur, löst sich auf */
.js .tc-reveal{filter:blur(6px);transition:opacity 1.1s var(--ease),transform 1.1s var(--ease),filter 1.1s var(--ease);transition-delay:calc(var(--d,0)*100ms)}
.js .tc-reveal.is-in{filter:none}
@media (prefers-reduced-motion:reduce){.js .tc-reveal{filter:none}}

/* Spotlight-Kanten: Licht folgt dem Zeiger (Variablen setzt theme.js) */
.tc-card{position:relative;isolation:isolate}
.tc-card::before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:2;pointer-events:none;opacity:0;transition:opacity .6s var(--ease);padding:1px;background:radial-gradient(360px circle at var(--mx,50%) var(--my,0%),rgba(90,169,240,.85),transparent 60%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box exclude,linear-gradient(#000 0 0)}
.tc-card:hover::before{opacity:1}
.tc-card__core::before{content:"";position:absolute;inset:8px;border-radius:calc(var(--r-shell) - 8px);pointer-events:none;opacity:0;transition:opacity .6s var(--ease);background:radial-gradient(420px circle at var(--mx,50%) var(--my,0%),rgba(90,169,240,.09),transparent 65%)}
.tc-card:hover .tc-card__core::before{opacity:1}
.tc-card__core{position:relative}

/* Leiterbahn-Ecke in der großen Bento-Karte (Brand: flach, Ecke, angeschnitten) */
@media (min-width:1000px){
  .tc-grid--3 .tc-card:first-child .tc-card__core{overflow:hidden}
  .tc-grid--3 .tc-card:first-child .tc-card__core::after{content:"";position:absolute;right:-28px;top:-6px;width:340px;height:210px;opacity:.5;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 260' fill='none' stroke='%232E7FD1' stroke-width='2.2' stroke-linecap='square'%3E%3Cpath d='M0 206H92L132 166H232L266 132H336'/%3E%3Cpath d='M0 150H44L74 120H124'/%3E%3Cpath d='M62 260V216L94 184H174'/%3E%3Cpath d='M232 166V96H300'/%3E%3Ccircle cx='336' cy='132' r='6' fill='%232E7FD1'/%3E%3Ccircle cx='124' cy='120' r='6' fill='%232E7FD1'/%3E%3Ccircle cx='174' cy='184' r='6' fill='%232E7FD1'/%3E%3Ccircle cx='300' cy='96' r='6' fill='%232E7FD1'/%3E%3C/svg%3E") center/contain no-repeat;transform:scaleX(-1)}
}

/* Bildbehandlung: vereinheitlicht die unterschiedlichen Motive im Navy-Look */
.tc-bezel img,.tc-card__media img{filter:saturate(.92) contrast(1.03)}
.tc-bezel{position:relative}
.tc-bezel::after{content:"";position:absolute;inset:8px;border-radius:calc(var(--r-shell) - 8px);pointer-events:none;box-shadow:inset 0 0 0 1px rgba(200,217,234,.08),inset 0 -80px 90px -60px rgba(10,21,36,.55)}

/* Kennzahlen-Leiste */
.tc-factbar{background:var(--navy-deep);border-block:1px solid var(--line)}
.tc-factbar .tc-wrap{padding-block:clamp(28px,4vw,48px)}
.tc-factbar .tc-stats{margin:0}
.tc-factbar .tc-stat{padding-left:clamp(14px,2vw,26px);border-left:1px solid var(--line-strong)}

/* Überschriften: etwas mehr Präsenz auf großen Bildschirmen */
@media (min-width:1280px){h2{font-size:2.75rem}}
.tc-head{position:relative}
.tc-head::before{content:"";display:block;width:44px;height:2px;background:var(--blue);margin-bottom:1.6rem}

/* Footer-Links: dezente Unterstreichung, die einläuft */
.tc-footer a{background:linear-gradient(currentColor,currentColor) 0 100%/0 1px no-repeat;transition:background-size .6s var(--ease),color .5s var(--ease);padding-bottom:2px}
.tc-footer a:hover{background-size:100% 1px}
.tc-social a{background:none}
