/* ===================================================================
   Thaulle Kosten-Pillar — scoped styles (tha-k- Namespacing, self-contained).
   Quelle: _mockups/kosten_pillar_de_v4.html (nur <main> + Sektions-CSS portiert).
   Laedt NUR auf der Kosten-Seite (DE /kosten-ayurveda-kur-sri-lanka/, spaeter EN).

   Header/Top-Bar/Footer kommen vom Theme (get_header/get_footer) — hier NICHT gestylt.
   Das Mockup-Markup fuer Topbar/Header/Nav/Burger/Footer/Flag wurde bewusst NICHT portiert.

   TYPO: Theme setzt html{font-size:62.5%} -> 10px Root. Deshalb ist die gesamte Typo
   in ABSOLUTEN px / clamp(px,vw,px) gehalten (wie thaulle-anfrage v1.1.0) — immun gegen
   die Theme-Root-Font-Size. Basis 17px auf .thaulle-page.

   Guardrails: box-sizing-Reset gescoped · kein 100vw · overflow-x:clip ·
   Hover nur unter @media(hover:hover).
   =================================================================== */

html{scroll-behavior:smooth}

.thaulle-page{
  --ink:#241c17; --ink-soft:#5e544c; --ink-mute:#8a7f73;
  --red:#7d1418; --red-2:#9c1b1f; --gold:#c2a04e; --gold-deep:#a07c2f; --gold-soft:#e0ca90;
  --white:#fff; --paper:#fdfbf6; --warm:#fbf7ef; --sand:#efe7d6; --sand-2:#e7dcc4; --line:#ece2cf;
  --serif:'Philosopher',Georgia,'Times New Roman',serif;
  --sans:'Raleway',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --maxw:1180px; --shadow:0 26px 60px -32px rgba(60,30,12,.4);
}
.thaulle-page{font-family:var(--sans);color:var(--ink);background:var(--white);font-size:17px;line-height:1.75;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:clip}
.thaulle-page *{box-sizing:border-box;margin:0;padding:0}
.thaulle-page img{max-width:100%;display:block}
.thaulle-page a{color:inherit;text-decoration:none}
.thaulle-page h1,.thaulle-page h2,.thaulle-page h3{font-family:var(--serif);font-weight:700;line-height:1.12;color:var(--ink)}
.thaulle-page svg{max-width:100%}

/* ---------- Utilities ---------- */
.thaulle-page .tha-k-container{max-width:var(--maxw);margin:0 auto;padding:0 26px}
.thaulle-page .tha-k-section{padding:clamp(56px,7vw,104px) 0}
.thaulle-page .tha-k-section[id]{scroll-margin-top:100px}
.thaulle-page .tha-k-warm{background:var(--warm)}
.thaulle-page .tha-k-eyebrow{font-size:11.5px;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep);display:inline-flex;align-items:center;gap:.8em;margin-bottom:18px}
.thaulle-page .tha-k-eyebrow::before{content:"";width:30px;height:1px;background:var(--gold);flex:none}
.thaulle-page .tha-k-eyebrow.tha-center{justify-content:center}
.thaulle-page .tha-k-eyebrow.tha-center::after{content:"";width:30px;height:1px;background:var(--gold);flex:none}
.thaulle-page .tha-k-btn{display:inline-flex;align-items:center;gap:.55em;font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:.04em;text-transform:uppercase;padding:17px 34px;border-radius:2px;background:var(--red);color:#fff;transition:.3s;border:1px solid transparent;cursor:pointer;line-height:1.2}
.thaulle-page .tha-k-textlink{display:inline-block;font-weight:600;font-size:15px;color:var(--ink);border-bottom:1.5px solid var(--gold);padding-bottom:2px;transition:.2s}
.thaulle-page .tha-k-sechead{text-align:center;max-width:60ch;margin:0 auto 45px}
.thaulle-page .tha-k-sechead h2{font-size:clamp(30px,3.4vw,43px)}
.thaulle-page .tha-k-sechead p{color:var(--ink-soft);margin-top:11px}
.thaulle-page .tha-k-wave{display:block;color:var(--gold)}
.thaulle-page .tha-k-price{color:var(--red);font-weight:600;white-space:nowrap}

@media(hover:hover){
  .thaulle-page .tha-k-btn:hover{background:var(--red-2);transform:translateY(-2px)}
  .thaulle-page .tha-k-textlink:hover{color:var(--red);border-color:var(--red)}
}

/* ---------- HERO / ANTWORT-MOMENT ---------- */
.thaulle-page .tha-k-hero{background:var(--white);padding:clamp(42px,6vw,88px) 0}
.thaulle-page .tha-k-wrap{display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(32px,5vw,72px);align-items:center}
.thaulle-page .tha-k-crumb{font-size:12px;letter-spacing:.06em;color:var(--ink-mute);margin-bottom:16px}
.thaulle-page .tha-k-crumb a{color:var(--ink-mute);border-bottom:1px solid transparent}
.thaulle-page .tha-k-crumb span{color:var(--gold-deep)}
.thaulle-page .tha-k-hero h1{font-size:clamp(34px,4.6vw,56px);line-height:1.06;max-width:16ch}
.thaulle-page .tha-k-hero h1 em{font-style:italic;color:var(--red)}
.thaulle-page .tha-k-answer{margin-top:24px;padding-left:19px;border-left:2px solid var(--gold-soft);max-width:54ch}
.thaulle-page .tha-k-answer p{color:var(--ink-soft);font-size:17.5px}
.thaulle-page .tha-k-answer strong{color:var(--ink);font-weight:600}
.thaulle-page .tha-k-chips{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}
.thaulle-page .tha-k-chip{display:inline-flex;align-items:center;gap:.55em;font-size:13px;color:var(--ink-soft);background:var(--paper);border:1px solid var(--line);border-radius:2px;padding:9px 14px}
.thaulle-page .tha-k-chip b{color:var(--ink);font-weight:600}
.thaulle-page .tha-k-chip svg{width:15px;height:15px;color:var(--gold-deep);flex:none}
.thaulle-page .tha-k-jump{display:inline-flex;align-items:center;gap:.5em;margin-top:30px;font-weight:600;font-size:15px;color:var(--ink);border-bottom:1.5px solid var(--gold);padding-bottom:2px;transition:.2s}
.thaulle-page .tha-k-cardwrap{position:relative;padding:14px}
.thaulle-page .tha-k-cardwrap::before{content:"";position:absolute;inset:0;border:1px solid var(--gold-soft);border-radius:3px}
.thaulle-page .tha-k-corner{position:absolute;width:44px;height:44px;color:var(--gold);z-index:3}
.thaulle-page .tha-k-corner.tha-tr{top:-2px;right:-2px;transform:rotate(90deg)}
.thaulle-page .tha-k-corner.tha-bl{bottom:-2px;left:-2px;transform:rotate(-90deg)}
.thaulle-page .tha-k-card{position:relative;background:radial-gradient(120% 80% at 50% 0%,var(--paper) 0%,var(--white) 70%);border-radius:2px;padding:clamp(29px,3vw,38px);box-shadow:var(--shadow)}
.thaulle-page .tha-k-card .tha-k-lbl{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);display:flex;align-items:center;gap:.7em}
.thaulle-page .tha-k-card .tha-k-lbl::after{content:"";flex:1;height:1px;background:var(--line)}
.thaulle-page .tha-k-card .tha-k-num{font-family:var(--serif);font-weight:700;color:var(--red);font-size:clamp(38px,5.5vw,51px);line-height:1;margin:14px 0 2px}
.thaulle-page .tha-k-card .tha-k-num small{font-family:var(--sans);font-weight:600;font-size:14px;color:var(--ink-mute);letter-spacing:.02em}
.thaulle-page .tha-k-card .tha-k-unit{font-size:14.5px;color:var(--ink-soft)}
.thaulle-page .tha-k-card .tha-k-win2{margin-top:10px;font-size:14px;color:var(--ink-soft)}
.thaulle-page .tha-k-card .tha-k-win2 b{color:var(--red)}
.thaulle-page .tha-k-inclmini{list-style:none;margin:21px 0 0;padding:21px 0 0;border-top:1px solid var(--line);display:grid;gap:11px}
.thaulle-page .tha-k-inclmini li{display:flex;align-items:flex-start;gap:.7em;font-size:15px;color:var(--ink-soft)}
.thaulle-page .tha-k-inclmini li b{color:var(--ink);font-weight:600}
.thaulle-page .tha-k-inclmini svg{width:17px;height:17px;color:var(--gold-deep);flex:none;margin-top:.15em}
.thaulle-page .tha-k-card .tha-k-more{display:inline-block;margin-top:22px;font-weight:600;font-size:15px;color:var(--red);border-bottom:1.5px solid var(--gold-soft);padding-bottom:2px;transition:.2s}
.thaulle-page .tha-k-card .tha-k-fine{margin-top:14px;font-size:12px;color:var(--ink-mute);line-height:1.6}
@media(hover:hover){
  .thaulle-page .tha-k-crumb a:hover{color:var(--red)}
  .thaulle-page .tha-k-jump:hover{color:var(--red);border-color:var(--red)}
  .thaulle-page .tha-k-card .tha-k-more:hover{border-color:var(--red)}
}
@media(max-width:860px){
  .thaulle-page .tha-k-wrap{grid-template-columns:1fr;gap:38px}
  .thaulle-page .tha-k-cardwrap{max-width:440px;margin:0 auto;width:100%}
  .thaulle-page .tha-k-hero h1{max-width:none}
}

/* ---------- FAKTOREN ---------- */
.thaulle-page .tha-k-factsgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.thaulle-page .tha-k-fcard{background:#fff;border:1px solid var(--line);border-radius:6px;padding:29px 26px;transition:.25s}
.thaulle-page .tha-k-fcard .tha-k-fi{width:44px;height:44px;border-radius:50%;background:var(--warm);border:1px solid var(--gold-soft);display:grid;place-items:center;color:var(--gold-deep);margin-bottom:18px}
.thaulle-page .tha-k-fcard .tha-k-fi svg{width:22px;height:22px}
.thaulle-page .tha-k-fcard h3{font-size:18px;color:var(--ink);margin-bottom:8px}
.thaulle-page .tha-k-fcard p{font-size:15px;color:var(--ink-soft)}
@media(hover:hover){.thaulle-page .tha-k-fcard:hover{box-shadow:var(--shadow);transform:translateY(-3px)}}
@media(max-width:900px){.thaulle-page .tha-k-factsgrid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.thaulle-page .tha-k-factsgrid{grid-template-columns:1fr}}

/* ---------- PREISFENSTER ---------- */
.thaulle-page .tha-k-pwgrid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:960px;margin:0 auto}
.thaulle-page .tha-k-pw{position:relative;background:#fff;border:1px solid var(--line);border-radius:8px;padding:35px 32px;box-shadow:var(--shadow);overflow:hidden}
.thaulle-page .tha-k-pw::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-deep))}
.thaulle-page .tha-k-pw.tha-k-feat{border-color:var(--gold)}
.thaulle-page .tha-k-pw .tha-k-ribbon{position:absolute;top:14px;right:-30px;transform:rotate(45deg);background:var(--red);color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 38px}
.thaulle-page .tha-k-pw .tha-k-tag{display:block;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep)}
.thaulle-page .tha-k-pw h3{font-size:24px;margin:6px 0 11px}
.thaulle-page .tha-k-pw .tha-k-big{font-family:var(--serif);font-weight:700;color:var(--red);font-size:42px;line-height:1}
.thaulle-page .tha-k-pw .tha-k-big small{font-family:var(--sans);font-size:13px;color:var(--ink-mute);font-weight:600}
.thaulle-page .tha-k-pw p{font-size:15px;color:var(--ink-soft);margin-top:13px}
.thaulle-page .tha-k-pw ul{list-style:none;margin-top:18px;display:grid;gap:10px}
.thaulle-page .tha-k-pw li{display:flex;align-items:flex-start;gap:.6em;font-size:14.5px;color:var(--ink-soft)}
.thaulle-page .tha-k-pw li svg{width:16px;height:16px;color:var(--gold-deep);flex:none;margin-top:.15em}
.thaulle-page .tha-k-progfoot{text-align:center;margin-top:32px;color:var(--ink-soft);font-size:15px}
.thaulle-page .tha-k-progfoot a{color:var(--red);font-weight:600;border-bottom:1.5px solid var(--gold-soft);padding-bottom:2px;transition:.2s}
@media(hover:hover){.thaulle-page .tha-k-progfoot a:hover{border-color:var(--red)}}
@media(max-width:820px){.thaulle-page .tha-k-pwgrid{grid-template-columns:1fr}}

/* ---------- INKLUSIVE / EXTRA ---------- */
.thaulle-page .tha-k-inclcols{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:var(--maxw);margin:0 auto}
.thaulle-page .tha-k-icol{background:#fff;border:1px solid var(--line);border-radius:6px;padding:32px;box-shadow:var(--shadow)}
.thaulle-page .tha-k-icol.tha-k-extra{background:var(--paper);box-shadow:none}
.thaulle-page .tha-k-icol h3{font-size:20px;margin-bottom:18px;display:flex;align-items:center;gap:.6rem;line-height:1.25}
.thaulle-page .tha-k-icol h3 svg{flex:none}
.thaulle-page .tha-k-icol.tha-k-on h3{color:var(--red)}
.thaulle-page .tha-k-icol.tha-k-extra h3{color:var(--ink-mute)}
.thaulle-page .tha-k-icol ul{list-style:none;display:grid;gap:14px}
.thaulle-page .tha-k-icol li{display:flex;align-items:flex-start;gap:.7em;font-size:15.5px;color:var(--ink-soft)}
.thaulle-page .tha-k-icol li svg{width:18px;height:18px;flex:none;margin-top:.25em}
.thaulle-page .tha-k-icol.tha-k-on li svg{color:var(--gold-deep)}
.thaulle-page .tha-k-icol.tha-k-extra li svg{color:var(--ink-mute)}
.thaulle-page .tha-k-icol .tha-k-note{margin-top:21px;padding-top:18px;border-top:1px dashed var(--line);font-size:14px;color:var(--ink-mute)}
@media(max-width:820px){.thaulle-page .tha-k-inclcols{grid-template-columns:1fr}}

/* ---------- WOCHENPLAN ---------- */
.thaulle-page .tha-k-rhythm{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);max-width:var(--maxw);margin:0 auto;align-items:start}
.thaulle-page .tha-k-colh{font-size:11.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:24px;display:flex;align-items:center;gap:.7em}
.thaulle-page .tha-k-colh::before{content:"";width:24px;height:1px;background:var(--gold);flex:none}
.thaulle-page .tha-k-di{position:relative;padding:0 0 24px 29px;border-left:2px solid var(--line)}
.thaulle-page .tha-k-di:last-child{border-left-color:transparent;padding-bottom:0}
.thaulle-page .tha-k-di::before{content:"";position:absolute;left:-8px;top:2px;width:13px;height:13px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px #fff,0 0 0 4px var(--gold-soft)}
.thaulle-page .tha-k-di .tha-k-t{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}
.thaulle-page .tha-k-di b{display:block;font-family:var(--serif);font-size:17.5px;color:var(--ink);margin:2px 0 3px;line-height:1.25}
.thaulle-page .tha-k-di p{font-size:14.5px;color:var(--ink-soft);margin:0}
.thaulle-page .tha-k-weekintro{color:var(--ink-soft);margin-bottom:18px;font-size:15.5px}
.thaulle-page .tha-k-week7{display:grid;gap:8px}
.thaulle-page .tha-k-d7{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px 13px;transition:.2s}
.thaulle-page .tha-k-d7 .tha-k-dd{width:42px;height:42px;flex:none;border-radius:9px;background:var(--warm);border:1px solid var(--gold-soft);display:grid;place-items:center;font-family:var(--serif);font-weight:700;color:var(--red);font-size:13px;letter-spacing:.06em}
.thaulle-page .tha-k-d7 .tha-k-da{display:flex;align-items:center;gap:.6rem;font-size:15.5px;color:var(--ink);font-weight:500;line-height:1.35}
.thaulle-page .tha-k-d7 .tha-k-da svg{width:18px;height:18px;color:var(--gold-deep);flex:none}
.thaulle-page .tha-k-weeknote{margin-top:18px;background:var(--warm);border:1px solid var(--gold-soft);border-radius:6px;padding:16px 18px;font-size:14.5px;color:var(--ink-soft);display:flex;gap:.7rem;align-items:flex-start}
.thaulle-page .tha-k-weeknote svg{width:20px;height:20px;color:var(--gold-deep);flex:none;margin-top:.2em}
.thaulle-page .tha-k-weeknote b{color:var(--ink)}
@media(hover:hover){.thaulle-page .tha-k-d7:hover{border-color:var(--gold-soft);box-shadow:0 12px 26px -22px rgba(60,30,12,.5)}}
@media(max-width:860px){.thaulle-page .tha-k-rhythm{grid-template-columns:1fr;gap:42px}}

/* ---------- RUNDREISE-TEASER ---------- */
.thaulle-page .tha-k-trip{max-width:var(--maxw);margin:0 auto;text-align:center}
.thaulle-page .tha-k-trip h2{font-size:clamp(30px,3.4vw,42px);max-width:20ch;margin:0 auto}
.thaulle-page .tha-k-trip>p{color:var(--ink-soft);max-width:56ch;margin:18px auto 0;font-size:16.5px}
.thaulle-page .tha-k-tripcards{display:grid;grid-template-columns:repeat(4,1fr);gap:19px;margin:42px 0 32px}
.thaulle-page .tha-k-tc{background:#fff;border:1px solid var(--line);border-radius:8px;padding:27px 19px;transition:.25s}
.thaulle-page .tha-k-tc .tha-k-ti{width:46px;height:46px;margin:0 auto 14px;border-radius:50%;background:var(--warm);border:1px solid var(--gold-soft);display:grid;place-items:center;color:var(--gold-deep)}
.thaulle-page .tha-k-tc .tha-k-ti svg{width:24px;height:24px}
.thaulle-page .tha-k-tc b{display:block;font-family:var(--serif);font-size:17.5px;color:var(--ink);margin-bottom:4px}
.thaulle-page .tha-k-tc small{font-size:13px;color:var(--ink-soft);line-height:1.55;display:block}
@media(hover:hover){.thaulle-page .tha-k-tc:hover{box-shadow:var(--shadow);transform:translateY(-3px)}}
@media(max-width:820px){.thaulle-page .tha-k-tripcards{grid-template-columns:1fr 1fr}}

/* ---------- POSITIONIERUNG ---------- */
.thaulle-page .tha-k-pos{text-align:center;max-width:var(--maxw);margin:0 auto}
.thaulle-page .tha-k-pos h2{font-size:clamp(30px,3.6vw,45px);max-width:20ch;margin:0 auto}
.thaulle-page .tha-k-pos>p{color:var(--ink-soft);max-width:56ch;margin:19px auto 0;font-size:17px}
.thaulle-page .tha-k-pos3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:45px}
.thaulle-page .tha-k-p3{background:#fff;border:1px solid var(--line);border-radius:6px;padding:27px 22px}
.thaulle-page .tha-k-p3 .tha-k-pi{width:40px;height:40px;margin:0 auto 14px;border-radius:50%;background:var(--red);color:var(--gold-soft);display:grid;place-items:center}
.thaulle-page .tha-k-p3 .tha-k-pi svg{width:20px;height:20px}
.thaulle-page .tha-k-p3 b{display:block;font-family:var(--serif);font-size:17.5px;color:var(--ink);margin-bottom:5px}
.thaulle-page .tha-k-p3 small{font-size:14px;color:var(--ink-soft);line-height:1.6;display:block}
@media(max-width:760px){.thaulle-page .tha-k-pos3{grid-template-columns:1fr}}

/* ---------- STORY: AERZTE-TEAM ---------- */
.thaulle-page .tha-k-storywrap{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(35px,5vw,72px);align-items:center}
.thaulle-page .tha-k-media{position:relative;padding:12px}
.thaulle-page .tha-k-media::before{content:"";position:absolute;inset:0;border:1px solid var(--gold-soft);border-radius:3px}
.thaulle-page .tha-k-frame{position:relative;border-radius:2px;overflow:hidden;aspect-ratio:16/11;background:linear-gradient(160deg,#cbb89a,#a98f6a 60%,#6f5a3e);box-shadow:var(--shadow)}
/* object-position bewusst nach unten gezogen: das Team steht in der unteren Bildhaelfte,
   oben ist viel Himmel/See. So bleibt die Gruppe im Ausschnitt. */
.thaulle-page .tha-k-frame img{width:100%;height:100%;object-fit:cover;object-position:center 68%}
.thaulle-page .tha-k-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(30,18,8,.55));pointer-events:none}
.thaulle-page .tha-k-mediacap{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff}
.thaulle-page .tha-k-mediacap b{font-family:var(--serif);font-size:17.5px;display:block;line-height:1.15}
.thaulle-page .tha-k-mediacap small{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-soft)}
.thaulle-page .tha-k-cornerx{position:absolute;top:-2px;right:-2px;width:40px;height:40px;color:var(--gold);z-index:3;transform:rotate(90deg)}
.thaulle-page .tha-k-story h2{font-size:clamp(29px,3.2vw,42px)}
.thaulle-page .tha-k-story p{color:var(--ink-soft);margin-top:18px;max-width:52ch}
.thaulle-page .tha-k-story p strong{color:var(--ink);font-weight:600}
.thaulle-page .tha-k-quote{margin:0;font-family:var(--serif);font-style:italic;font-size:clamp(20px,2vw,26px);line-height:1.4;color:var(--red);max-width:26ch;border:0;padding:0}
.thaulle-page .tha-k-quote cite{display:block;margin-top:13px;font-family:var(--sans);font-style:normal;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}
.thaulle-page .tha-k-stats{display:flex;gap:32px;flex-wrap:wrap;margin-top:32px}
.thaulle-page .tha-k-stat b{font-family:var(--serif);font-size:29px;color:var(--red);display:block;line-height:1}
.thaulle-page .tha-k-stat small{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mute)}
.thaulle-page .tha-k-teamstrip{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:27px 0 6px}
.thaulle-page .tha-k-tm{background:#fff;border:1px solid var(--line);border-radius:8px;padding:15px 11px;text-align:center}
.thaulle-page .tha-k-tm .tha-k-av{width:34px;height:34px;margin:0 auto 8px;border-radius:50%;background:var(--red);color:var(--gold-soft);display:grid;place-items:center;font-family:var(--serif);font-weight:700;font-size:13px}
.thaulle-page .tha-k-tm b{display:block;font-size:15px;color:var(--ink);font-family:var(--serif);line-height:1.15}
.thaulle-page .tha-k-tm small{font-size:11px;color:var(--ink-mute);letter-spacing:.03em;line-height:1.4;display:block;margin-top:2px}
@media(max-width:820px){
  .thaulle-page .tha-k-storywrap{grid-template-columns:1fr}
  .thaulle-page .tha-k-media{max-width:440px;margin:0 auto;width:100%}
  .thaulle-page .tha-k-frame{aspect-ratio:16/10}
}
@media(max-width:420px){.thaulle-page .tha-k-teamstrip{grid-template-columns:1fr}}

/* ---------- FAQ ---------- */
.thaulle-page .tha-k-faq{max-width:820px;margin:0 auto}
.thaulle-page .tha-k-faq details{background:#fff;border:1px solid var(--line);border-radius:6px;margin-bottom:14px;overflow:hidden;transition:.2s}
.thaulle-page .tha-k-faq details[open]{box-shadow:var(--shadow);border-color:var(--gold-soft)}
.thaulle-page .tha-k-faq summary{list-style:none;cursor:pointer;padding:19px 24px;font-family:var(--serif);font-size:18px;line-height:1.3;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}
.thaulle-page .tha-k-faq summary::-webkit-details-marker{display:none}
.thaulle-page .tha-k-faq summary::marker{content:""}
.thaulle-page .tha-k-faq summary .tha-k-mk{width:20px;height:20px;flex:none;position:relative}
.thaulle-page .tha-k-faq summary .tha-k-mk::before,
.thaulle-page .tha-k-faq summary .tha-k-mk::after{content:"";position:absolute;background:var(--gold-deep);transition:.25s}
.thaulle-page .tha-k-faq summary .tha-k-mk::before{top:9px;left:2px;right:2px;height:2px}
.thaulle-page .tha-k-faq summary .tha-k-mk::after{left:9px;top:2px;bottom:2px;width:2px}
.thaulle-page .tha-k-faq details[open] summary .tha-k-mk::after{transform:rotate(90deg);opacity:0}
.thaulle-page .tha-k-faq .tha-k-a{padding:0 24px 22px;color:var(--ink-soft);font-size:16px}

/* ---------- EINLADUNG ---------- */
.thaulle-page .tha-k-invite{position:relative;background:radial-gradient(120% 80% at 50% 0%,var(--warm) 0%,var(--white) 62%);text-align:center;overflow:hidden}
.thaulle-page .tha-k-invite .tha-k-in{position:relative;max-width:620px;margin:0 auto;z-index:2;padding:0 26px}
.thaulle-page .tha-k-ele{width:82px;height:auto;margin:0 auto 21px;display:block}
.thaulle-page .tha-k-invite h2{font-size:clamp(32px,3.8vw,48px);max-width:18ch;margin:0 auto}
.thaulle-page .tha-k-invite p{color:var(--ink-soft);font-size:17.5px;max-width:44ch;margin:19px auto 0}
.thaulle-page .tha-k-promise{margin-top:22px;font-size:14.5px;color:var(--ink-mute)}
.thaulle-page .tha-k-contact{margin-top:6px;font-size:14.5px;color:var(--ink-soft)}
.thaulle-page .tha-k-contact a{color:var(--red);font-weight:600}
.thaulle-page .tha-k-ic{position:absolute;width:64px;height:64px;color:var(--gold);opacity:.4;z-index:1}
.thaulle-page .tha-k-ic.tha-tl{top:24px;left:24px}
.thaulle-page .tha-k-ic.tha-br{bottom:24px;right:24px;transform:rotate(180deg)}
@media(max-width:640px){.thaulle-page .tha-k-ic{display:none}}

/* ---------- A11Y ---------- */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .thaulle-page *{transition:none!important;animation:none!important}
}
