/* Wohnungstipps24 Engine 1.6.0
   Premium / clean / editorial living design.
   Intentionally no remote fonts and no replacement of content hooks. */

:root{
  --wt24-ink:#24241f;
  --wt24-ink-soft:#55564f;
  --wt24-ivory:#f7f5ef;
  --wt24-paper:#fffdf9;
  --wt24-sand:#e8e1d4;
  --wt24-sand-2:#d8ccbb;
  --wt24-sage:#6f7b69;
  --wt24-sage-dark:#53604f;
  --wt24-line:rgba(36,36,31,.13);
  --wt24-shadow:0 18px 55px rgba(37,35,28,.07);
  --wt24-serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;
  --wt24-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --wt24-shell:1320px;
  --wt24-pad:clamp(20px,4vw,56px);
}

html{scroll-behavior:smooth}
body.wt24-engine-active{
  background:var(--wt24-paper);
  color:var(--wt24-ink);
  font-family:var(--wt24-sans);
  font-size:17px;
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.wt24-engine-active *,body.wt24-engine-active *::before,body.wt24-engine-active *::after{box-sizing:border-box}
body.wt24-engine-active a{color:inherit}
body.wt24-engine-active img{border-radius:0}
body.wt24-engine-active .grid-container{max-width:var(--wt24-shell)}
.wt24-shell{width:min(calc(100% - (var(--wt24-pad) * 2)),var(--wt24-shell));margin-inline:auto}

/* Header / navigation */
body.wt24-engine-active .site-header,
body.wt24-engine-active #masthead{
  background:rgba(255,253,249,.97);
  border-bottom:1px solid var(--wt24-line);
  transition:box-shadow .2s ease,background-color .2s ease;
}
body.wt24-engine-active .site-header.wt24-header-scrolled,
body.wt24-engine-active #masthead.wt24-header-scrolled{box-shadow:0 8px 30px rgba(36,36,31,.055)}
body.wt24-engine-active .inside-header{padding-top:22px;padding-bottom:22px;max-width:var(--wt24-shell)}
body.wt24-engine-active .site-branding .main-title,
body.wt24-engine-active .site-branding .site-title{font-family:var(--wt24-serif);font-weight:400;letter-spacing:-.025em;font-size:clamp(27px,2.1vw,35px)}
body.wt24-engine-active .site-description{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--wt24-ink-soft);margin-top:4px}
body.wt24-engine-active .site-logo img{max-height:62px;width:auto}
body.wt24-engine-active .main-navigation{background:var(--wt24-paper);border-bottom:1px solid var(--wt24-line)}
body.wt24-engine-active .main-navigation .inside-navigation{max-width:var(--wt24-shell);margin:auto;padding-inline:var(--wt24-pad)}
body.wt24-engine-active .main-navigation .main-nav ul li a{
  color:var(--wt24-ink);
  font-size:13px;
  letter-spacing:.055em;
  text-transform:uppercase;
  font-weight:500;
  padding-left:15px;
  padding-right:15px;
}
body.wt24-engine-active .main-navigation .main-nav ul li:hover>a,
body.wt24-engine-active .main-navigation .main-nav ul li[class*="current-menu-"]>a{color:var(--wt24-sage-dark);background:transparent}
body.wt24-engine-active .main-navigation ul ul{background:var(--wt24-paper);box-shadow:var(--wt24-shadow);border:1px solid var(--wt24-line);padding:10px 0}
body.wt24-engine-active .main-navigation ul ul li a{text-transform:none;letter-spacing:.01em;font-size:14px}

/* Upper utility nav if present */
body.wt24-engine-active .secondary-navigation{background:var(--wt24-ivory);border-bottom:1px solid var(--wt24-line)}
body.wt24-engine-active .secondary-navigation .inside-navigation{max-width:var(--wt24-shell);margin:auto;padding-inline:var(--wt24-pad)}
body.wt24-engine-active .secondary-navigation .main-nav ul li a{font-size:12px;letter-spacing:.04em;color:var(--wt24-ink-soft)}

/* Shared typography */
body.wt24-engine-active h1,
body.wt24-engine-active h2,
body.wt24-engine-active h3,
body.wt24-engine-active h4{
  color:var(--wt24-ink);
  text-wrap:balance;
}
body.wt24-engine-active h1,body.wt24-engine-active h2{font-family:var(--wt24-serif);font-weight:400;letter-spacing:-.035em}
body.wt24-engine-active h3,body.wt24-engine-active h4{font-weight:500;letter-spacing:-.02em}
.wt24-kicker{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--wt24-sage-dark);margin-bottom:17px}
.wt24-section{padding:clamp(72px,8vw,124px) 0}
.wt24-section-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:60px;margin-bottom:44px}
.wt24-section-head--compact{align-items:center}
.wt24-section-head h2{font-size:clamp(38px,4vw,64px);line-height:1.02;margin:0}
.wt24-section-head>p{margin:0;color:var(--wt24-ink-soft);max-width:610px}

/* Hero */
.wt24-hero{position:relative;overflow:hidden;background:var(--wt24-ivory);border-bottom:1px solid var(--wt24-line)}
.wt24-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 35%,rgba(111,123,105,.12),transparent 27%),linear-gradient(110deg,transparent 0 64%,rgba(255,255,255,.38) 64% 100%);pointer-events:none}
.wt24-hero__inner{min-height:clamp(610px,68vw,780px);display:grid;grid-template-columns:minmax(0,1.16fr) minmax(370px,.84fr);align-items:center;gap:clamp(50px,7vw,100px);position:relative;z-index:1}
.wt24-hero__copy{padding:80px 0}
.wt24-hero h1{font-size:clamp(54px,6.6vw,103px);line-height:.94;margin:0;max-width:900px}
.wt24-hero h1 em{font-weight:400;color:var(--wt24-sage-dark)}
.wt24-hero__copy>p{font-size:clamp(18px,1.5vw,22px);line-height:1.55;max-width:680px;color:var(--wt24-ink-soft);margin:30px 0 34px}
.wt24-search{display:flex;align-items:center;gap:0;background:var(--wt24-paper);border:1px solid rgba(36,36,31,.18);min-height:66px;max-width:760px;box-shadow:0 12px 35px rgba(36,36,31,.04)}
.wt24-search__icon{display:grid;place-items:center;width:54px;color:var(--wt24-sage-dark);flex:0 0 54px}
.wt24-search__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}
.wt24-search input{flex:1 1 auto;min-width:0;border:0!important;background:transparent!important;color:var(--wt24-ink)!important;font:inherit;padding:17px 12px!important;box-shadow:none!important;outline:0!important}
.wt24-search input::placeholder{color:#78786f;opacity:1}
.wt24-search button{align-self:stretch;border:0;background:var(--wt24-ink);color:#fff;padding:0 28px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease}
.wt24-search button:hover{background:var(--wt24-sage-dark)}
.wt24-hero__quicklinks{display:flex;gap:13px;align-items:center;flex-wrap:wrap;margin-top:22px;font-size:13px;color:var(--wt24-ink-soft)}
.wt24-hero__quicklinks a{text-decoration:none;border-bottom:1px solid rgba(36,36,31,.32);padding-bottom:1px}
.wt24-hero__quicklinks a:hover{color:var(--wt24-sage-dark);border-color:var(--wt24-sage-dark)}
.wt24-hero__visual{height:535px;position:relative;align-self:center}
.wt24-hero__panel{position:absolute;border:1px solid rgba(36,36,31,.10);overflow:hidden}
.wt24-hero__panel--a{width:68%;height:69%;top:7%;left:0;background:linear-gradient(145deg,#d9d1c4,#f0ebe2);box-shadow:var(--wt24-shadow)}
.wt24-hero__panel--a::before{content:"";position:absolute;left:15%;right:15%;bottom:12%;height:36%;border-radius:100px 100px 6px 6px;background:#9d8972;box-shadow:inset 0 -16px 0 rgba(64,49,38,.06)}
.wt24-hero__panel--a::after{content:"";position:absolute;left:23%;right:23%;bottom:41%;height:17%;border-radius:60px 60px 10px 10px;background:#b6a38d}
.wt24-hero__panel--a>span{position:absolute;left:22px;top:19px;font-family:var(--wt24-serif);font-size:16px;font-style:italic;color:rgba(36,36,31,.67)}
.wt24-hero__panel--b{width:48%;height:50%;right:0;bottom:3%;background:linear-gradient(150deg,#89947f 0 42%,#5f6e59 42% 100%);box-shadow:0 22px 50px rgba(52,63,48,.16)}
.wt24-hero__panel--b::before{content:"";position:absolute;width:62%;height:68%;left:19%;top:16%;border:10px solid rgba(255,255,255,.3);border-top-width:18px}
.wt24-hero__panel--b::after{content:"";position:absolute;width:36%;height:66%;left:33%;bottom:0;background:rgba(255,255,255,.18);border-radius:48% 48% 0 0}
.wt24-hero__panel--c{width:44%;height:28%;right:5%;top:0;background:#fffdf9;box-shadow:0 18px 35px rgba(36,36,31,.06);display:flex;flex-direction:column;justify-content:center;padding:25px;font-family:var(--wt24-serif);font-size:24px;line-height:1.15}
.wt24-hero__panel--c span:last-child{color:var(--wt24-sage-dark);font-style:italic;margin-left:32px}

/* Room cards */
.wt24-section--rooms{background:var(--wt24-paper)}
.wt24-room-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--wt24-line);border-left:1px solid var(--wt24-line)}
.wt24-room{min-height:265px;padding:28px;position:relative;border-right:1px solid var(--wt24-line);border-bottom:1px solid var(--wt24-line);text-decoration:none;background:var(--wt24-paper);transition:background-color .22s ease,transform .22s ease}
.wt24-room:hover{background:var(--wt24-ivory)}
.wt24-room__index{position:absolute;top:22px;right:24px;font-size:11px;letter-spacing:.1em;color:#8b8a82}
.wt24-room__icon{display:block;color:var(--wt24-sage-dark);width:42px;height:42px;margin-bottom:30px}
.wt24-room__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.wt24-room__name{display:block;font-family:var(--wt24-serif);font-size:28px;line-height:1.1;margin-bottom:12px}
.wt24-room__desc{display:block;color:var(--wt24-ink-soft);font-size:14px;line-height:1.58;max-width:250px}
.wt24-room__arrow{position:absolute;right:24px;bottom:22px;width:24px;color:var(--wt24-ink);opacity:.45;transform:translateX(-4px);transition:opacity .2s ease,transform .2s ease}
.wt24-room__arrow svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.5}
.wt24-room:hover .wt24-room__arrow{opacity:1;transform:translateX(0)}

/* Editorial post cards */
.wt24-section--latest{background:#f0ece4}
.wt24-editorial-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px;align-items:start}
.wt24-editorial-grid__side{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.wt24-post-card{background:var(--wt24-paper);border:1px solid var(--wt24-line);display:flex;flex-direction:column;min-width:0;height:100%}
.wt24-post-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:#ddd7ca}
.wt24-post-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.wt24-post-card:hover .wt24-post-card__media img{transform:scale(1.025)}
.wt24-post-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#d8d0c2,#ede8de);color:rgba(36,36,31,.38);font-family:var(--wt24-serif);font-size:26px;letter-spacing:.1em}
.wt24-post-card__body{padding:24px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.wt24-post-card__meta{display:flex;gap:8px;align-items:center;font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#76766f;margin-bottom:14px}
.wt24-post-card__meta a{text-decoration:none;color:var(--wt24-sage-dark)}
.wt24-post-card h3{font-size:clamp(20px,1.65vw,27px);line-height:1.18;margin:0 0 14px}
.wt24-post-card h3 a{text-decoration:none}
.wt24-post-card p{color:var(--wt24-ink-soft);font-size:14px;line-height:1.6;margin:0 0 19px}
.wt24-text-link{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-size:12px;letter-spacing:.07em;text-transform:uppercase;margin-top:auto;border-bottom:1px solid var(--wt24-line);padding-bottom:3px}
.wt24-text-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .2s ease}
.wt24-text-link:hover svg{transform:translateX(4px)}
.wt24-post-card--large .wt24-post-card__media{aspect-ratio:16/10}
.wt24-post-card--large .wt24-post-card__body{padding:34px}
.wt24-post-card--large h3{font-family:var(--wt24-serif);font-size:clamp(34px,3.2vw,53px);font-weight:400;letter-spacing:-.035em;line-height:1.02}
.wt24-post-card--large p{font-size:16px;max-width:640px}
.wt24-text-link--all{margin:0 0 6px auto}

/* Manifesto */
.wt24-manifesto{background:var(--wt24-ink);color:#fff;padding:clamp(78px,9vw,138px) 0}
.wt24-manifesto__inner{display:grid;grid-template-columns:.55fr 1.3fr .75fr;gap:clamp(40px,7vw,100px);align-items:center}
.wt24-manifesto .wt24-kicker{color:#bfc7b9}
.wt24-manifesto h2{color:#fff;font-size:clamp(43px,4.7vw,72px);line-height:1.01;margin:0 0 28px}
.wt24-manifesto__copy>p{color:rgba(255,255,255,.72);margin:0;max-width:720px}
.wt24-manifesto__number{font-family:var(--wt24-serif);font-size:clamp(120px,15vw,220px);line-height:.8;color:#aab4a3;letter-spacing:-.08em}
.wt24-manifesto__facts{border-top:1px solid rgba(255,255,255,.22)}
.wt24-manifesto__facts>div{display:grid;grid-template-columns:45px 1fr;gap:16px;padding:19px 0;border-bottom:1px solid rgba(255,255,255,.22)}
.wt24-manifesto__facts span{font-size:11px;color:#aab4a3;letter-spacing:.1em}
.wt24-manifesto__facts p{margin:0;font-size:14px;color:rgba(255,255,255,.83)}

/* More posts */
.wt24-section--more{background:var(--wt24-paper)}
.wt24-more-grid,.wt24-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}

/* Bottom search */
.wt24-bottom-search{padding:70px 0;background:var(--wt24-sage);color:#fff}
.wt24-bottom-search__inner{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:50px}
.wt24-bottom-search .wt24-kicker{color:#e3e9df;margin-bottom:10px}
.wt24-bottom-search h2{color:#fff;margin:0;font-size:clamp(32px,3vw,48px)}
.wt24-search--light{max-width:none;border-color:rgba(255,255,255,.32);box-shadow:none}

/* Category */
.wt24-category-hero{background:var(--wt24-ivory);padding:34px 0 74px;border-bottom:1px solid var(--wt24-line)}
.wt24-breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:12px;color:#797971;margin-bottom:52px}
.wt24-breadcrumbs a{text-decoration:none;color:var(--wt24-ink-soft)}
.wt24-breadcrumbs a:hover{color:var(--wt24-sage-dark)}
.wt24-breadcrumbs__sep{opacity:.45}
.wt24-category-hero__grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);gap:70px;align-items:end}
.wt24-category-hero h1{font-size:clamp(55px,7vw,98px);line-height:.96;margin:0 0 24px}
.wt24-category-hero__desc{font-size:18px;line-height:1.65;color:var(--wt24-ink-soft);max-width:820px}
.wt24-category-hero__desc p{margin:0}
.wt24-category-hero__aside{border-left:1px solid var(--wt24-line);padding-left:40px}
.wt24-category-hero__aside span{display:block;font-family:var(--wt24-serif);font-size:72px;line-height:.9;color:var(--wt24-sage-dark)}
.wt24-category-hero__aside p{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--wt24-ink-soft);margin:12px 0 0}
.wt24-category-listing{background:var(--wt24-paper)}
.wt24-pagination{margin-top:54px}
.wt24-pagination ul{list-style:none!important;display:flex;gap:8px;justify-content:center;align-items:center;margin:0!important;padding:0!important;flex-wrap:wrap}
.wt24-pagination li{margin:0!important}
.wt24-pagination a,.wt24-pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--wt24-line);text-decoration:none;padding:0 12px;font-size:13px;background:#fff}
.wt24-pagination .current,.wt24-pagination a:hover{background:var(--wt24-ink);color:#fff;border-color:var(--wt24-ink)}

/* GeneratePress defaults outside custom homepage/category */
body.wt24-engine-active:not(.home) .site-content{padding-top:0}
body.wt24-engine-active.single-post .site-content,
body.wt24-engine-active.page:not(.home) .site-content,
body.wt24-engine-active.search .site-content{max-width:var(--wt24-shell);padding:0 var(--wt24-pad);margin:auto}
body.wt24-engine-active.single-post .content-area,
body.wt24-engine-active.page:not(.home) .content-area{width:100%}
body.wt24-engine-active.single-post .widget-area,
body.wt24-engine-active.page:not(.home) .widget-area{display:none}
body.wt24-engine-active.single-post #primary,
body.wt24-engine-active.page:not(.home) #primary{float:none;width:100%}
body.wt24-engine-active.single-post article,
body.wt24-engine-active.page:not(.home) article{background:transparent}
body.wt24-engine-active.single-post .inside-article,
body.wt24-engine-active.page:not(.home) .inside-article{padding:0 0 80px}
.wt24-shell--crumb{padding-top:30px}
.wt24-shell--crumb .wt24-breadcrumbs{margin-bottom:26px}
.wt24-article-eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--wt24-sage-dark);margin:10px 0 16px}
body.wt24-engine-active.single-post .entry-header{max-width:980px;margin:0 auto 34px;text-align:left}
body.wt24-engine-active.single-post .entry-title{font-size:clamp(44px,5.4vw,78px);line-height:1.01;margin-bottom:22px}
body.wt24-engine-active.single-post .entry-meta{font-size:12px;color:#76766f;letter-spacing:.02em}
body.wt24-engine-active.single-post .featured-image,
body.wt24-engine-active.single-post .post-image,
body.wt24-engine-active.single-post .post-thumbnail{max-width:1180px;margin:0 auto 38px!important}
body.wt24-engine-active.single-post .featured-image img,
body.wt24-engine-active.single-post .post-image img,
body.wt24-engine-active.single-post .post-thumbnail img{width:100%;max-height:690px;object-fit:cover}
body.wt24-engine-active.single-post .entry-content{max-width:860px;margin:0 auto;font-size:18px;line-height:1.78;color:#33342f}
body.wt24-engine-active.single-post .entry-content>p:first-of-type{font-size:21px;line-height:1.7;color:var(--wt24-ink)}
body.wt24-engine-active.single-post .entry-content h2{font-size:clamp(34px,3.1vw,49px);line-height:1.08;margin-top:60px;margin-bottom:20px}
body.wt24-engine-active.single-post .entry-content h3{font-size:27px;line-height:1.2;margin-top:42px;margin-bottom:16px}
body.wt24-engine-active.single-post .entry-content h4{font-size:21px;margin-top:34px}
body.wt24-engine-active.single-post .entry-content a:not(.button):not(.wt-toc-toggle){text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:rgba(83,96,79,.45)}
body.wt24-engine-active.single-post .entry-content blockquote{margin:36px 0;border:0;border-left:3px solid var(--wt24-sage);padding:8px 0 8px 28px;font-family:var(--wt24-serif);font-size:25px;line-height:1.45;color:var(--wt24-ink)}
body.wt24-engine-active.single-post .entry-content table{border-collapse:collapse;width:100%;font-size:15px;margin:30px 0}
body.wt24-engine-active.single-post .entry-content th,body.wt24-engine-active.single-post .entry-content td{padding:13px 14px;border:1px solid var(--wt24-line);text-align:left}
body.wt24-engine-active.single-post .entry-content th{background:var(--wt24-ivory);font-weight:500}

/* Existing WT snippets: preserve function, replace old blue/brown UI with engine styling. */
body.single-post.wt24-engine-active .wt-toc,
body.single-post.wt24-engine-active .wt-hint,
body.single-post.wt24-engine-active .wt-howto,
body.single-post.wt24-engine-active .wt-checklist,
body.single-post.wt24-engine-active .wt-related{
  --wt-border:var(--wt24-line)!important;
  --wt-border-strong:rgba(36,36,31,.22)!important;
  --wt-text:var(--wt24-ink)!important;
  --wt-muted:var(--wt24-ink-soft)!important;
  --wt-bg:var(--wt24-paper)!important;
  --wt-bg-soft:var(--wt24-ivory)!important;
  --wt-bg-hover:var(--wt24-ink)!important;
  --wt-accent:var(--wt24-sage-dark)!important;
  --wt-accent-soft:#e6eadf!important;
  --wt-shadow:none!important;
  border-radius:0!important;
  border:1px solid var(--wt24-line)!important;
  background:var(--wt24-ivory)!important;
  box-shadow:none!important;
}
body.single-post.wt24-engine-active .wt-toc-toggle{border-radius:0!important;background:var(--wt24-ink)!important;border-color:var(--wt24-ink)!important;color:#fff!important;font-size:12px!important;letter-spacing:.07em!important;text-transform:uppercase!important;padding:11px 16px!important}
body.single-post.wt24-engine-active .wt-toc-toggle:hover{background:var(--wt24-sage-dark)!important;border-color:var(--wt24-sage-dark)!important;color:#fff!important}
body.single-post.wt24-engine-active .wt-related-list a{border-radius:0!important;background:var(--wt24-paper)!important}
body.single-post.wt24-engine-active .wt-related-list a:hover{background:var(--wt24-ink)!important;color:#fff!important}
body.single-post.wt24-engine-active .wt-step-num,
body.single-post.wt24-engine-active .wt-checklist-list .wt-tick::before,
body.single-post.wt24-engine-active .wt-toc-list li::before{border-radius:50%!important;color:var(--wt24-sage-dark)!important}

/* Snippet 17 search shortcode re-skin */
body.wt24-engine-active .wtks-wrap{max-width:100%!important;padding:0!important}
body.wt24-engine-active .wtks-card{background:var(--wt24-ivory)!important;border-radius:0!important;box-shadow:none!important;border:1px solid var(--wt24-line)!important;padding:24px!important}
body.wt24-engine-active .wtks-title .dot{background:var(--wt24-sage)!important;box-shadow:none!important}
body.wt24-engine-active .wtks-input{border:1px solid var(--wt24-line)!important;border-radius:0!important}
body.wt24-engine-active .wtks-btn{background:var(--wt24-ink)!important;border-radius:0!important;font-weight:500!important}
body.wt24-engine-active .wtks-chip{border-radius:0!important}
body.wt24-engine-active .wtks-results{border-radius:0!important;border-color:var(--wt24-line)!important}
body.wt24-engine-active .wtks-hr{background:var(--wt24-sage)!important}
body.wt24-engine-active .wtks-item{border-radius:0!important;border-color:var(--wt24-line)!important}
body.wt24-engine-active .wtks-item h4{color:var(--wt24-ink)!important}
body.wt24-engine-active .wtks-more{background:var(--wt24-ink)!important;color:#fff!important;border-radius:0!important;font-weight:500!important}

/* Search and generic archives that still use GeneratePress */
body.wt24-engine-active.search .page-header{padding:58px 0 30px;background:transparent}
body.wt24-engine-active.search .page-title{font-family:var(--wt24-serif);font-weight:400;font-size:clamp(42px,5vw,70px)}
body.wt24-engine-active.search article.wt24-loop-item{border-bottom:1px solid var(--wt24-line);padding:34px 0;background:transparent}
body.wt24-engine-active.search article.wt24-loop-item .inside-article{padding:0}
body.wt24-engine-active.search article.wt24-loop-item .entry-title{font-family:var(--wt24-serif);font-size:32px;font-weight:400}
body.wt24-engine-active.search article.wt24-loop-item .entry-summary{color:var(--wt24-ink-soft)}

/* Footer */
body.wt24-engine-active .site-footer{background:#1f201d;color:rgba(255,255,255,.76)}
body.wt24-engine-active .footer-widgets{background:#1f201d;color:rgba(255,255,255,.76);border-top:0;padding-top:60px}
body.wt24-engine-active .footer-widgets .widget-title{font-family:var(--wt24-serif);font-weight:400;color:#fff;font-size:24px}
body.wt24-engine-active .footer-widgets a{color:rgba(255,255,255,.76);text-decoration:none}
body.wt24-engine-active .footer-widgets a:hover{color:#fff}
body.wt24-engine-active .site-info{background:#1a1b18;border-top:1px solid rgba(255,255,255,.12);font-size:12px;letter-spacing:.015em}

/* Responsive */
@media (max-width:1100px){
  .wt24-hero__inner{grid-template-columns:1fr .7fr;gap:40px}
  .wt24-hero__visual{height:450px}
  .wt24-room-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .wt24-editorial-grid{grid-template-columns:1fr}
  .wt24-editorial-grid__side{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wt24-manifesto__inner{grid-template-columns:.55fr 1.45fr;}
  .wt24-manifesto__facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr)}
  .wt24-manifesto__facts>div{border-top:1px solid rgba(255,255,255,.22);border-bottom:0;padding-right:25px}
  .wt24-more-grid,.wt24-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:820px){
  :root{--wt24-pad:22px}
  body.wt24-engine-active{font-size:16px}
  body.wt24-engine-active .inside-header{padding:16px var(--wt24-pad)}
  body.wt24-engine-active .main-navigation .inside-navigation{padding-inline:0}
  body.wt24-engine-active .main-navigation .main-nav ul li a{text-transform:none;font-size:16px;letter-spacing:0;padding:12px 20px}
  .wt24-hero__inner{grid-template-columns:1fr;min-height:0;gap:0}
  .wt24-hero__copy{padding:70px 0 46px}
  .wt24-hero h1{font-size:clamp(49px,12vw,74px)}
  .wt24-hero__visual{height:320px;margin-bottom:44px}
  .wt24-hero__panel--a{width:68%;height:88%;top:0}
  .wt24-hero__panel--b{width:45%;height:67%;bottom:0}
  .wt24-hero__panel--c{width:43%;height:31%;right:3%;font-size:20px}
  .wt24-section{padding:70px 0}
  .wt24-section-head{grid-template-columns:1fr;gap:18px;margin-bottom:34px}
  .wt24-section-head h2{font-size:45px}
  .wt24-room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wt24-room{min-height:245px;padding:23px}
  .wt24-room__index{right:20px}
  .wt24-editorial-grid__side{grid-template-columns:1fr 1fr}
  .wt24-manifesto__inner{grid-template-columns:1fr}
  .wt24-manifesto__number{font-size:130px}
  .wt24-manifesto__facts{grid-column:auto;grid-template-columns:1fr}
  .wt24-bottom-search__inner{grid-template-columns:1fr;gap:26px}
  .wt24-category-hero__grid{grid-template-columns:1fr;gap:35px}
  .wt24-category-hero__aside{border-left:0;border-top:1px solid var(--wt24-line);padding:25px 0 0;display:flex;align-items:baseline;gap:16px}
  .wt24-category-hero__aside span{font-size:50px}
  .wt24-category-hero__aside p{margin:0}
  body.wt24-engine-active.single-post .entry-content{font-size:17px}
  body.wt24-engine-active.single-post .entry-title{font-size:clamp(40px,8vw,60px)}
}

@media (max-width:560px){
  :root{--wt24-pad:16px}
  .wt24-hero__copy{padding-top:54px}
  .wt24-hero h1{font-size:46px}
  .wt24-hero__copy>p{font-size:17px;margin-top:22px}
  .wt24-search{display:grid;grid-template-columns:48px 1fr;min-height:0}
  .wt24-search__icon{width:48px;grid-row:1}
  .wt24-search input{grid-column:2;grid-row:1;padding:15px 5px!important;font-size:15px}
  .wt24-search button{grid-column:1/-1;grid-row:2;height:49px}
  .wt24-hero__visual{height:265px}
  .wt24-hero__panel--c{font-size:17px;padding:16px}
  .wt24-section-head h2{font-size:39px}
  .wt24-room-grid{grid-template-columns:1fr}
  .wt24-room{min-height:205px}
  .wt24-room__icon{margin-bottom:22px}
  .wt24-editorial-grid__side,.wt24-more-grid,.wt24-archive-grid{grid-template-columns:1fr}
  .wt24-post-card--large .wt24-post-card__body,.wt24-post-card__body{padding:22px}
  .wt24-post-card--large h3{font-size:34px}
  .wt24-manifesto__number{font-size:110px}
  .wt24-category-hero{padding-top:25px;padding-bottom:52px}
  .wt24-breadcrumbs{margin-bottom:37px}
  .wt24-category-hero h1{font-size:51px}
  .wt24-category-hero__desc{font-size:16px}
  body.wt24-engine-active.single-post .site-content,
  body.wt24-engine-active.page:not(.home) .site-content,
  body.wt24-engine-active.search .site-content{padding-inline:var(--wt24-pad)}
  body.wt24-engine-active.single-post .entry-header{margin-bottom:26px}
  body.wt24-engine-active.single-post .entry-title{font-size:39px;line-height:1.05}
  body.wt24-engine-active.single-post .entry-content>p:first-of-type{font-size:18px}
  body.wt24-engine-active.single-post .entry-content h2{font-size:32px;margin-top:48px}
  body.wt24-engine-active.single-post .entry-content h3{font-size:24px}
  body.single-post.wt24-engine-active .wt-toc-floating{float:none!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:18px 0!important}
}

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

/* Full category description retained below the listing for SEO/context, visually de-emphasized. */
.wt24-category-about{max-width:900px;margin:90px auto 0;padding-top:45px;border-top:1px solid var(--wt24-line)}
.wt24-category-about__content{color:var(--wt24-ink-soft);font-size:15px;line-height:1.75}
.wt24-category-about__content p{margin:0 0 16px}
.wt24-category-about__content h2,.wt24-category-about__content h3{font-family:var(--wt24-serif);font-weight:400;color:var(--wt24-ink);margin-top:34px}
@media(max-width:560px){.wt24-category-about{margin-top:65px;padding-top:34px}}

/* ============================================================
   1.1.0 refinement
   - new brand / wordmark
   - full-bleed integrated homepage header
   - stronger white/beige alternation
   - cleaner manifesto
   - article image spacing + transparency guard
   ============================================================ */

:root{
  --wt24-paper:#ffffff;
  --wt24-ivory:#f4f0e8;
  --wt24-sand:#e8e1d5;
  --wt24-sage:#71806c;
  --wt24-sage-dark:#4f5f4d;
  --wt24-forest:#2e372f;
}

body.wt24-engine-active{background:#fff}

/* Brand: replaces only the visible GeneratePress logo while engine is active. */
body.wt24-engine-active .site-header .site-logo,
body.wt24-engine-active .site-header .site-branding,
body.wt24-engine-active #masthead .site-logo,
body.wt24-engine-active #masthead .site-branding{display:none!important}

.wt24-brand{
  display:inline-flex;
  align-items:center;
  gap:15px;
  min-width:0;
  text-decoration:none!important;
  color:var(--wt24-ink)!important;
  margin-right:auto;
}
.wt24-brand__mark{
  width:54px;
  height:54px;
  flex:0 0 54px;
  display:grid;
  place-items:center;
  background:var(--wt24-forest);
  color:#fff;
}
.wt24-brand__mark svg{
  width:39px;
  height:39px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.wt24-brand__text{display:flex;flex-direction:column;min-width:0;line-height:1}
.wt24-brand__name{
  display:block;
  white-space:nowrap;
  font-family:var(--wt24-serif);
  font-size:clamp(27px,2.05vw,35px);
  font-weight:400;
  letter-spacing:-.045em;
}
.wt24-brand__name>span{color:var(--wt24-sage-dark);margin-left:1px}
.wt24-brand__name small{font-family:var(--wt24-sans);font-size:.43em;letter-spacing:0;color:#73756f;margin-left:2px;vertical-align:.18em}
.wt24-brand__claim{
  display:block;
  margin-top:7px;
  font-family:var(--wt24-sans);
  font-size:9px;
  line-height:1.2;
  letter-spacing:.19em;
  color:#6f716b;
  white-space:nowrap;
}
.wt24-brand--mobile{display:none}

body.wt24-engine-active .inside-header{display:flex;align-items:center;min-height:94px}

/* Homepage: header, logo, navigation and hero read as one full-width composition. */
body.home.wt24-engine-active #page,
body.home.wt24-engine-active #page.grid-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.home.wt24-engine-active .site-content{
  width:100%!important;
  max-width:none!important;
  display:block!important;
  padding:0!important;
  margin:0!important;
}
body.home.wt24-engine-active #primary,
body.home.wt24-engine-active .content-area,
body.home.wt24-engine-active main.wt24-home{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
}
body.home.wt24-engine-active .secondary-navigation,
body.home.wt24-engine-active .site-header,
body.home.wt24-engine-active #masthead,
body.home.wt24-engine-active .main-navigation{
  background:var(--wt24-ivory)!important;
  border:0!important;
  box-shadow:none!important;
}
body.home.wt24-engine-active .secondary-navigation{border-top:4px solid var(--wt24-forest)!important}
body.home.wt24-engine-active .main-navigation{padding-bottom:4px}
body.home.wt24-engine-active .site-header.wt24-header-scrolled,
body.home.wt24-engine-active #masthead.wt24-header-scrolled{box-shadow:none!important}
body.home.wt24-engine-active .wt24-hero{
  width:100%;
  max-width:none;
  margin:0;
  background:var(--wt24-ivory);
  border:0;
}
body.home.wt24-engine-active .wt24-hero::before{
  background:
    radial-gradient(circle at 76% 33%,rgba(113,128,108,.115),transparent 27%),
    linear-gradient(112deg,transparent 0 62%,rgba(255,255,255,.54) 62% 100%);
}
body.home.wt24-engine-active .wt24-hero__inner{min-height:650px}

/* Explicit alternating surfaces: warm beige / white / warm beige / white. */
.wt24-section--rooms{background:#fff}
.wt24-section--latest{background:#f2eee6}
.wt24-section--more{background:#f6f2eb}
.wt24-category-listing{background:#fff}

/* Manifesto: lighter, calmer and guaranteed readable at all desktop widths. */
.wt24-manifesto{
  background:#fff;
  color:var(--wt24-ink);
  border-top:1px solid var(--wt24-line);
  border-bottom:1px solid var(--wt24-line);
  padding:clamp(78px,8vw,120px) 0;
}
.wt24-manifesto__inner{
  grid-template-columns:minmax(150px,.42fr) minmax(390px,1.45fr) minmax(260px,.72fr);
  gap:clamp(36px,5vw,76px);
  align-items:center;
}
.wt24-manifesto .wt24-kicker{color:var(--wt24-sage-dark)}
.wt24-manifesto h2{
  color:var(--wt24-ink);
  font-size:clamp(40px,4.15vw,66px);
  line-height:1.04;
  margin:0 0 24px;
  max-width:760px;
  overflow:visible;
}
.wt24-manifesto__copy{min-width:0;overflow:visible}
.wt24-manifesto__copy>p{color:var(--wt24-ink-soft);max-width:720px}
.wt24-manifesto__number{
  color:#dce3d9;
  font-size:clamp(110px,12vw,180px);
  line-height:.82;
  letter-spacing:-.08em;
  overflow:visible;
}
.wt24-manifesto__facts{border-top:1px solid var(--wt24-line)}
.wt24-manifesto__facts>div{border-bottom:1px solid var(--wt24-line)}
.wt24-manifesto__facts span{color:var(--wt24-sage-dark)}
.wt24-manifesto__facts p{color:var(--wt24-ink)}

/* Bottom search remains the restrained dark accent instead of another beige band. */
.wt24-bottom-search{background:var(--wt24-forest)}

/* Single posts: clear media/content separation. No image may float into text. */
body.wt24-engine-active.single-post .featured-image,
body.wt24-engine-active.single-post .post-image,
body.wt24-engine-active.single-post .post-thumbnail,
body.wt24-engine-active.single-post .post-image-aligned-left .post-image,
body.wt24-engine-active.single-post .post-image-aligned-right .post-image{
  float:none!important;
  clear:both!important;
  display:block!important;
  width:100%!important;
  max-width:1060px!important;
  margin:38px auto 58px!important;
  padding:0!important;
}
body.wt24-engine-active.single-post .featured-image img,
body.wt24-engine-active.single-post .post-image img,
body.wt24-engine-active.single-post .post-thumbnail img{
  display:block!important;
  float:none!important;
  width:100%!important;
  height:auto!important;
  max-height:680px;
  object-fit:cover;
  margin:0!important;
}
body.wt24-engine-active.single-post .entry-content>figure:first-of-type,
body.wt24-engine-active.single-post .entry-content>p:first-of-type>img,
body.wt24-engine-active.single-post .entry-content .alignleft,
body.wt24-engine-active.single-post .entry-content .alignright{
  float:none!important;
  clear:both!important;
  display:block!important;
  margin:34px auto 48px!important;
  max-width:100%!important;
}
body.wt24-engine-active.single-post .entry-content>p{margin-bottom:1.45em}

/* The old TOC snippet may move itself next to the featured image via JS.
   Premium layout keeps it below the image / in the reading column. */
body.single-post.wt24-engine-active .wt-toc-floating,
body.single-post.wt24-engine-active .wt-toc--dock-right{
  float:none!important;
  clear:both!important;
  width:100%!important;
  max-width:860px!important;
  min-width:0!important;
  margin:26px auto 42px!important;
}

/* Meta row from snippet 4. */
body.single-post.wt24-engine-active .wt-meta-box{
  max-width:980px;
  margin:10px auto 24px!important;
  color:#6e7069;
  font-size:12px;
  line-height:1.5;
}

/* KI-Transparenz is supplied by its own MU-plugin. Engine only guarantees
   that its existing output cannot be visually collapsed by layout styles. */
body.single-post.wt24-engine-active .wt24-transparency-visible{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  position:relative!important;
  clear:both!important;
  max-width:860px!important;
  margin:20px auto 36px!important;
  padding:15px 18px!important;
  border:1px solid rgba(79,95,77,.20)!important;
  border-left:3px solid var(--wt24-sage-dark)!important;
  background:#f6f8f4!important;
  color:#4d524b!important;
  font-size:13px!important;
  line-height:1.6!important;
}
body.single-post.wt24-engine-active .wt24-transparency-visible *{color:inherit!important}

/* Mobile refinements for new brand/header. */
@media (max-width:1100px){
  .wt24-manifesto__inner{grid-template-columns:180px minmax(0,1fr)}
  .wt24-manifesto__facts{grid-column:1/-1}
}

@media (max-width:820px){
  .wt24-brand__mark{width:46px;height:46px;flex-basis:46px}
  .wt24-brand__mark svg{width:33px;height:33px}
  .wt24-brand__name{font-size:27px}
  .wt24-brand__claim{font-size:8px;letter-spacing:.15em}
  body.wt24-engine-active .inside-header{min-height:78px}
  body.home.wt24-engine-active .main-navigation{padding-bottom:0}
  .wt24-manifesto__inner{grid-template-columns:1fr;gap:28px}
  .wt24-manifesto__number{font-size:100px}
  .wt24-manifesto__facts{grid-column:auto}
  body.wt24-engine-active.single-post .featured-image,
  body.wt24-engine-active.single-post .post-image,
  body.wt24-engine-active.single-post .post-thumbnail{margin-bottom:42px!important}
}

@media (max-width:560px){
  .wt24-brand{gap:11px}
  .wt24-brand__mark{width:42px;height:42px;flex-basis:42px}
  .wt24-brand__mark svg{width:30px;height:30px}
  .wt24-brand__name{font-size:23px}
  .wt24-brand__claim{font-size:7px;letter-spacing:.115em;margin-top:5px}
  body.wt24-engine-active .inside-header{min-height:70px}
  body.home.wt24-engine-active .secondary-navigation{border-top-width:3px!important}
  body.home.wt24-engine-active .wt24-hero__inner{min-height:0}
  body.single-post.wt24-engine-active .wt24-transparency-visible{margin:16px auto 28px!important;padding:13px 14px!important}
  body.wt24-engine-active.single-post .featured-image,
  body.wt24-engine-active.single-post .post-image,
  body.wt24-engine-active.single-post .post-thumbnail,
  body.wt24-engine-active.single-post .entry-content>figure:first-of-type{margin-top:28px!important;margin-bottom:36px!important}
}

/* GeneratePress optional mobile header support. */
body.wt24-engine-active #mobile-header .site-logo,
body.wt24-engine-active .mobile-header-navigation .site-logo,
body.wt24-engine-active #mobile-header .mobile-header-logo{display:none!important}
body.wt24-engine-active #mobile-header .wt24-brand--mobile,
body.wt24-engine-active .mobile-header-navigation .wt24-brand--mobile{display:inline-flex}


/* ============================================================
   1.2.0 refinement
   - more distinctive W mark
   - header + hero merged into one surface
   - diagonal surface extends below hero
   - navigation stays on one line
   - footer search headline forced white
   - single article content aligns to one left edge
   ============================================================ */

body.wt24-engine-active .inside-header{padding-top:18px;padding-bottom:16px}
body.wt24-engine-active .site-header,
body.wt24-engine-active #masthead,
body.wt24-engine-active .main-navigation,
body.wt24-engine-active .secondary-navigation,
body.home.wt24-engine-active .wt24-hero{background:var(--wt24-ivory)!important}
body.wt24-engine-active .site-header,
body.wt24-engine-active #masthead{border-bottom:0!important}
body.wt24-engine-active .main-navigation{border-top:1px solid rgba(36,36,31,.06)!important;border-bottom:0!important}
body.home.wt24-engine-active .wt24-hero{position:relative;z-index:0}
body.home.wt24-engine-active .wt24-hero::before{
  background:
    radial-gradient(circle at 74% 30%,rgba(113,128,108,.11),transparent 27%),
    linear-gradient(113deg,transparent 0 56%,rgba(255,255,255,.62) 56% 100%);
}
body.home.wt24-engine-active .wt24-hero::after{
  content:"";
  position:absolute;
  left:-8vw;
  right:-8vw;
  bottom:-170px;
  height:320px;
  background:linear-gradient(109deg, rgba(255,255,255,0) 0 35%, rgba(255,255,255,.96) 35% 100%);
  transform:skewY(-8deg);
  transform-origin:right top;
  pointer-events:none;
  z-index:0;
}
body.home.wt24-engine-active .wt24-hero__inner,
body.home.wt24-engine-active .wt24-hero__copy,
body.home.wt24-engine-active .wt24-hero__visual{position:relative;z-index:1}
body.home.wt24-engine-active .wt24-hero__inner{min-height:680px;padding-bottom:40px}
body.home.wt24-engine-active .wt24-section--rooms{position:relative;z-index:2;margin-top:-10px}

/* Hero visual now uses real editorial images from media / recent posts. */
.wt24-hero__panel--image{background:#ddd7ca;box-shadow:var(--wt24-shadow)}
.wt24-hero__panel--image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.96) contrast(1.02)}
.wt24-hero__panel--a{width:66%;height:72%;top:9%;left:0}
.wt24-hero__panel--a::before,
.wt24-hero__panel--a::after,
.wt24-hero__panel--b::before,
.wt24-hero__panel--b::after{content:none!important}
.wt24-hero__panel--a>span{
  position:absolute;left:16px;top:16px;z-index:2;
  padding:6px 10px;background:rgba(247,245,239,.92);backdrop-filter:blur(2px);
  font-family:var(--wt24-serif);font-size:16px;font-style:italic;color:rgba(36,36,31,.78)
}
.wt24-hero__panel--b{width:44%;height:52%;right:2%;bottom:4%}
.wt24-hero__panel--c{right:7%;top:3%;background:#fffefb;box-shadow:0 20px 40px rgba(36,36,31,.08)}

/* Stronger top navigation discipline. */
body.wt24-engine-active .main-navigation .inside-navigation{max-width:var(--wt24-shell);padding-inline:clamp(12px,2vw,28px)}
body.wt24-engine-active .main-navigation .main-nav > ul{
  display:flex!important;flex-wrap:nowrap!important;align-items:center;gap:0;overflow-x:auto;overflow-y:hidden;
  scrollbar-width:none;-ms-overflow-style:none;
}
body.wt24-engine-active .main-navigation .main-nav > ul::-webkit-scrollbar{display:none}
body.wt24-engine-active .main-navigation .main-nav > ul > li{flex:0 0 auto}
body.wt24-engine-active .main-navigation .main-nav ul li a{
  font-size:12px;letter-spacing:.045em;padding-left:11px;padding-right:11px;white-space:nowrap
}
body.wt24-engine-active .main-navigation .main-nav > ul.wt24-nav-compact li a{font-size:11.5px;padding-left:9px;padding-right:9px}
body.wt24-engine-active .main-navigation .main-nav > ul > li:first-child{margin-left:0}

/* Footer search must remain readable. */
.wt24-bottom-search h2{color:#fff!important}
.wt24-bottom-search .wt24-search{background:#fff!important}

/* Single article: all major blocks share the same left start. */
body.wt24-engine-active.single-post .site-content,
body.wt24-engine-active.page:not(.home) .site-content,
body.wt24-engine-active.search .site-content{max-width:var(--wt24-shell);padding:0 var(--wt24-pad);margin:auto}
body.wt24-engine-active.single-post .inside-article{padding:0 0 90px}
body.wt24-engine-active.single-post .entry-header,
body.wt24-engine-active.single-post .featured-image,
body.wt24-engine-active.single-post .post-image,
body.wt24-engine-active.single-post .post-thumbnail,
body.wt24-engine-active.single-post .wt-meta-box,
body.wt24-engine-active.single-post .entry-content,
body.single-post.wt24-engine-active .wt-toc-floating,
body.single-post.wt24-engine-active .wt-toc--dock-right,
body.single-post.wt24-engine-active .wt24-transparency-visible{
  margin-left:0!important;
  margin-right:auto!important;
}
body.wt24-engine-active.single-post .entry-header{max-width:980px;margin-bottom:30px!important}
body.wt24-engine-active.single-post .featured-image,
body.wt24-engine-active.single-post .post-image,
body.wt24-engine-active.single-post .post-thumbnail{max-width:1180px!important;margin-top:28px!important;margin-bottom:46px!important}
body.wt24-engine-active.single-post .entry-content{max-width:860px!important}
body.wt24-engine-active.single-post .wt-meta-box{max-width:980px}
body.single-post.wt24-engine-active .wt24-transparency-visible{max-width:860px!important}

/* Category and general upper surfaces stay in the same family as the hero. */
.wt24-category-hero{background:linear-gradient(180deg,var(--wt24-ivory) 0%, #f6f2ea 100%)}

@media (max-width:1100px){
  body.wt24-engine-active .main-navigation .main-nav ul li a{font-size:11.5px;padding-left:8px;padding-right:8px}
}

@media (max-width:820px){
  body.home.wt24-engine-active .wt24-hero::after{bottom:-120px;height:220px;transform:skewY(-7deg)}
  .wt24-hero__panel--a{width:67%;height:87%;top:0}
  .wt24-hero__panel--b{width:46%;height:65%;right:0;bottom:0}
  body.wt24-engine-active .main-navigation .main-nav > ul{display:block!important;overflow:visible}
}

@media (max-width:560px){
  body.home.wt24-engine-active .wt24-hero__inner{padding-bottom:18px}
  body.home.wt24-engine-active .wt24-hero::after{bottom:-90px;height:160px}
  .wt24-hero__panel--c{padding:14px;font-size:16px}
}


/* ============================================================
   1.2.0 refinements
   - stronger brand mark
   - one-line nav
   - seamless header/hero surface with diagonal continuation
   - hero media pulled from Media Library
   - footer search heading forced white
   - single-post alignment cleanup
   ============================================================ */

.wt24-brand__mark{
  position:relative;
  box-shadow:0 10px 26px rgba(46,55,47,.12);
}
.wt24-brand__mark::after{
  content:"";
  position:absolute;
  inset:6px;
  border:1px solid rgba(255,255,255,.28);
}
.wt24-brand__mark svg{stroke-width:2.3}

/* keep desktop navigation in one line */
@media (min-width:821px){
  body.wt24-engine-active .main-navigation .inside-navigation{
    max-width:calc(var(--wt24-shell) + 90px);
  }
  body.wt24-engine-active .main-navigation .main-nav>ul{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:flex-start;
    gap:0;
  }
  body.wt24-engine-active .main-navigation .main-nav>ul>li{
    flex:0 0 auto;
    white-space:nowrap;
  }
  body.wt24-engine-active .main-navigation .main-nav>ul>li.menu-item-home,
  body.wt24-engine-active .main-navigation .main-nav>ul>li:first-child{
    display:none;
  }
  body.wt24-engine-active .main-navigation .main-nav>ul>li>a{
    font-size:12px;
    letter-spacing:.03em;
    padding-left:11px;
    padding-right:11px;
  }
}

/* homepage header, nav and hero should visually become one surface */
body.home.wt24-engine-active .site-content{
  position:relative;
  background:linear-gradient(180deg,var(--wt24-ivory) 0 860px,#ffffff 860px 100%);
  overflow:hidden;
}
body.home.wt24-engine-active .site-content::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-3%;
  width:min(52vw,900px);
  height:1180px;
  background:linear-gradient(112deg,rgba(255,255,255,0) 0 28%, rgba(255,255,255,.46) 28% 72%, rgba(255,255,255,.92) 72% 100%);
  clip-path:polygon(27% 0,100% 0,100% 100%,0 100%);
  pointer-events:none;
  z-index:0;
}
body.home.wt24-engine-active .site-content>*{position:relative;z-index:1}
body.home.wt24-engine-active .inside-header,
body.home.wt24-engine-active .main-navigation .inside-navigation,
body.home.wt24-engine-active .secondary-navigation .inside-navigation{
  background:transparent!important;
}
body.home.wt24-engine-active .site-header,
body.home.wt24-engine-active #masthead,
body.home.wt24-engine-active .secondary-navigation,
body.home.wt24-engine-active .main-navigation,
body.home.wt24-engine-active .wt24-hero{
  background:transparent!important;
}
body.home.wt24-engine-active .wt24-hero{border:0!important}
body.home.wt24-engine-active .wt24-hero::before{
  background:
    radial-gradient(circle at 76% 32%,rgba(113,128,108,.10),transparent 27%),
    linear-gradient(112deg,transparent 0 60%,rgba(255,255,255,.32) 60% 74%,rgba(255,255,255,.86) 74% 100%);
}
body.home.wt24-engine-active .inside-header{padding-bottom:14px}
body.home.wt24-engine-active .main-navigation{padding-top:2px;padding-bottom:10px}

/* home hero media images */
.wt24-hero__panel img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.wt24-hero__panel--a{background:#d9d1c4}
.wt24-hero__panel--a::before,
.wt24-hero__panel--a::after,
.wt24-hero__panel--b::before,
.wt24-hero__panel--b::after{display:none}
.wt24-hero__panel--a::after,
.wt24-hero__panel--b::after{content:none}
.wt24-hero__panel--a::before,
.wt24-hero__panel--b::before{content:none}
.wt24-hero__panel--a::before{display:none}
.wt24-hero__panel--a>span{
  z-index:2;
  background:rgba(255,253,249,.74);
  padding:6px 10px;
  border:1px solid rgba(36,36,31,.08);
  backdrop-filter:blur(2px);
}
.wt24-hero__panel--b{
  background:#8c9885;
}
.wt24-hero__panel--b::after{display:none}
.wt24-hero__panel--b img{filter:saturate(.88) contrast(1.02)}
.wt24-hero__panel--a img{filter:saturate(.86) contrast(1.03)}

/* footer search heading must stay white */
.wt24-bottom-search,
.wt24-bottom-search *{color:#fff}
.wt24-bottom-search h2{color:#fff!important}
.wt24-bottom-search .wt24-kicker{color:#eef3ea!important}
.wt24-search--light input,
.wt24-search--light input::placeholder{color:#5f615b!important}

/* single post alignment: all core blocks start on the same left line */
body.wt24-engine-active.single-post .site-content{
  position:relative;
  background:linear-gradient(180deg,var(--wt24-ivory) 0 440px,#ffffff 440px 100%);
  overflow:hidden;
}
body.wt24-engine-active.single-post .site-content::before{
  content:"";
  position:absolute;
  top:-100px;
  right:-10%;
  width:min(52vw,840px);
  height:760px;
  background:linear-gradient(112deg,rgba(255,255,255,0) 0 30%, rgba(255,255,255,.34) 30% 72%, rgba(255,255,255,.92) 72% 100%);
  clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);
  pointer-events:none;
}
body.wt24-engine-active.single-post .site-content>.content-area,
body.wt24-engine-active.single-post .site-content>.site-main,
body.wt24-engine-active.single-post .site-content article{position:relative;z-index:1}
body.wt24-engine-active.single-post .inside-article{
  max-width:1180px;
  margin:0 auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
.wt24-shell--crumb,
body.wt24-engine-active.single-post .entry-header,
body.single-post.wt24-engine-active .wt-meta-box,
body.wt24-engine-active.single-post .featured-image,
body.wt24-engine-active.single-post .post-image,
body.wt24-engine-active.single-post .post-thumbnail,
body.single-post.wt24-engine-active .wt-toc-floating,
body.single-post.wt24-engine-active .wt-toc--dock-right,
body.wt24-engine-active.single-post .entry-content,
body.single-post.wt24-engine-active .wt24-transparency-visible{
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.wt24-engine-active.single-post .entry-header{padding-top:8px}
body.wt24-engine-active.single-post .entry-title,
body.wt24-engine-active.single-post .entry-header .entry-meta,
body.wt24-engine-active.single-post .entry-header .wt24-article-eyebrow,
body.single-post.wt24-engine-active .wt-meta-box,
body.wt24-engine-active.single-post .entry-content>:not(.wp-block-image):not(figure.alignfull):not(.alignwide){
  max-width:860px;
}
body.wt24-engine-active.single-post .featured-image,
body.wt24-engine-active.single-post .post-image,
body.wt24-engine-active.single-post .post-thumbnail{
  margin-top:32px!important;
  margin-bottom:56px!important;
}
body.wt24-engine-active.single-post .entry-content{
  font-size:18px;
}
body.wt24-engine-active.single-post .entry-content>*{
  margin-left:0!important;
  margin-right:0!important;
}
body.wt24-engine-active.single-post .entry-content .aligncenter,
body.wt24-engine-active.single-post .entry-content .wp-block-image,
body.wt24-engine-active.single-post .entry-content .wp-block-table,
body.wt24-engine-active.single-post .entry-content .wp-block-embed,
body.wt24-engine-active.single-post .entry-content .wp-block-gallery,
body.wt24-engine-active.single-post .entry-content .wp-block-cover,
body.wt24-engine-active.single-post .entry-content table{
  max-width:1180px;
}
body.single-post.wt24-engine-active .wt24-transparency-visible,
body.single-post.wt24-engine-active .wt-toc-floating,
body.single-post.wt24-engine-active .wt-toc--dock-right{
  max-width:860px!important;
}

@media (max-width:1100px){
  body.home.wt24-engine-active .site-content::before,
  body.wt24-engine-active.single-post .site-content::before{right:-14%;width:62vw}
}
@media (max-width:820px){
  body.wt24-engine-active .main-navigation .main-nav>ul>li.menu-item-home,
  body.wt24-engine-active .main-navigation .main-nav>ul>li:first-child{display:list-item}
  body.home.wt24-engine-active .site-content{background:linear-gradient(180deg,var(--wt24-ivory) 0 680px,#ffffff 680px 100%)}
  body.home.wt24-engine-active .site-content::before{top:-80px;height:880px;width:88vw;right:-34%}
  body.wt24-engine-active.single-post .site-content{background:linear-gradient(180deg,var(--wt24-ivory) 0 330px,#ffffff 330px 100%)}
  body.wt24-engine-active.single-post .site-content::before{top:-50px;height:560px;width:92vw;right:-36%}
  body.wt24-engine-active.single-post .entry-title,
  body.wt24-engine-active.single-post .entry-header .entry-meta,
  body.wt24-engine-active.single-post .entry-content>:not(.wp-block-image):not(figure.alignfull):not(.alignwide),
  body.single-post.wt24-engine-active .wt-meta-box,
  body.single-post.wt24-engine-active .wt24-transparency-visible,
  body.single-post.wt24-engine-active .wt-toc-floating,
  body.single-post.wt24-engine-active .wt-toc--dock-right{
    max-width:100%!important;
  }
}

/* ============================================================
   1.3.0 FINAL OVERRIDES
   One continuous architectural backdrop, cleaner singles,
   correct compact mobile navigation and safer category tiles.
   ============================================================ */

body.wt24-engine-active{
  position:relative;
  isolation:isolate;
  background:#fff!important;
}

/* One real background graphic behind logo + navigation + hero/title.
   This replaces the previous stacked pseudo-gradients. */
body.home.wt24-engine-active::before,
body.single-post.wt24-engine-active::before{
  content:"";
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  pointer-events:none;
  background-image:url("wt24-topscape.svg");
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}
body.home.wt24-engine-active::before{height:clamp(850px,73vw,1080px)}
body.single-post.wt24-engine-active::before{height:clamp(650px,52vw,820px)}

body.home.wt24-engine-active > *,
body.single-post.wt24-engine-active > *{position:relative;z-index:1}

/* Kill old independent background layers: there must be ONE stage. */
body.home.wt24-engine-active .site-content::before,
body.home.wt24-engine-active .wt24-hero::before,
body.home.wt24-engine-active .wt24-hero::after,
body.single-post.wt24-engine-active .site-content::before{display:none!important;content:none!important}

body.home.wt24-engine-active .site-header,
body.home.wt24-engine-active #masthead,
body.home.wt24-engine-active .main-navigation,
body.home.wt24-engine-active .secondary-navigation,
body.home.wt24-engine-active .wt24-hero,
body.single-post.wt24-engine-active .site-header,
body.single-post.wt24-engine-active #masthead,
body.single-post.wt24-engine-active .main-navigation,
body.single-post.wt24-engine-active .secondary-navigation,
body.single-post.wt24-engine-active #page,
body.single-post.wt24-engine-active .site-content,
body.single-post.wt24-engine-active #primary,
body.single-post.wt24-engine-active .site-main,
body.single-post.wt24-engine-active article,
body.single-post.wt24-engine-active .inside-article,
body.single-post.wt24-engine-active .entry-header{
  background:transparent!important;
  box-shadow:none!important;
}
body.home.wt24-engine-active .main-navigation,
body.single-post.wt24-engine-active .main-navigation{border-top:1px solid rgba(36,36,31,.055)!important;border-bottom:0!important}

/* New icon: architectural arched-room mark, intentionally no W. */
.wt24-brand__mark{
  width:58px;
  height:58px;
  flex-basis:58px;
  background:#314036;
  color:#f8f5ed;
  border:1px solid rgba(49,64,54,.18);
  box-shadow:0 12px 28px rgba(42,52,44,.13);
}
.wt24-brand__mark::after{inset:7px;border-color:rgba(248,245,237,.24)}
.wt24-brand__mark svg{width:42px;height:42px;stroke-width:1.8}

/* Desktop navigation: calm one-line bar, no horizontal scrollbar. */
@media (min-width:821px){
  body.wt24-engine-active .main-navigation .inside-navigation{
    max-width:var(--wt24-shell)!important;
    padding-inline:var(--wt24-pad)!important;
  }
  body.wt24-engine-active .main-navigation .main-nav>ul{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow:visible!important;
    align-items:center;
    gap:0;
  }
  body.wt24-engine-active .main-navigation .main-nav>ul>li{flex:0 0 auto;white-space:nowrap}
  body.wt24-engine-active .main-navigation .main-nav>ul>li.menu-item-home,
  body.wt24-engine-active .main-navigation .main-nav>ul>li:first-child{display:none!important}
  body.wt24-engine-active .main-navigation .main-nav>ul>li>a{
    padding-left:10px!important;
    padding-right:10px!important;
    font-size:11.5px!important;
    letter-spacing:.032em!important;
  }
}

/* Homepage stage: background naturally continues below the hero into white. */
body.home.wt24-engine-active .wt24-hero{overflow:visible!important;border:0!important}
body.home.wt24-engine-active .wt24-hero__inner{min-height:650px;padding-bottom:52px}
body.home.wt24-engine-active .wt24-section--rooms{
  margin-top:0!important;
  background:#fff!important;
  position:relative;
}
body.home.wt24-engine-active .wt24-section--rooms::before{
  content:"";
  position:absolute;
  left:0;right:0;top:-88px;height:90px;
  background:#fff;
  clip-path:polygon(0 100%,70% 100%,76% 0,100% 0,100% 100%);
  pointer-events:none;
}

/* Single posts: the background sits BEHIND the title, never around it. */
body.single-post.wt24-engine-active .site-content{
  max-width:none!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
}
body.single-post.wt24-engine-active #primary,
body.single-post.wt24-engine-active .content-area,
body.single-post.wt24-engine-active .site-main{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
}
body.single-post.wt24-engine-active .inside-article{
  width:min(calc(100% - (var(--wt24-pad) * 2)),1180px)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0 0 96px!important;
}
body.single-post.wt24-engine-active .wt24-shell--crumb{
  width:min(calc(100% - (var(--wt24-pad) * 2)),1180px)!important;
  max-width:1180px!important;
  padding-top:42px!important;
  margin:0 auto!important;
}
body.single-post.wt24-engine-active .entry-header{
  max-width:1180px!important;
  width:100%!important;
  margin:0 0 30px!important;
  padding:0!important;
}
body.single-post.wt24-engine-active .entry-title{
  max-width:1180px!important;
  width:100%!important;
  margin:0 0 22px!important;
  font-size:clamp(48px,5vw,78px)!important;
  line-height:.99!important;
  letter-spacing:-.04em!important;
  text-wrap:wrap!important;
}
body.single-post.wt24-engine-active .entry-header .entry-meta,
body.single-post.wt24-engine-active .wt-meta-box,
body.single-post.wt24-engine-active .wt24-article-eyebrow{
  max-width:1180px!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.single-post.wt24-engine-active .featured-image,
body.single-post.wt24-engine-active .post-image,
body.single-post.wt24-engine-active .post-thumbnail{
  width:100%!important;
  max-width:1180px!important;
  margin:30px 0 58px!important;
}
body.single-post.wt24-engine-active .entry-content,
body.single-post.wt24-engine-active .wt-toc-floating,
body.single-post.wt24-engine-active .wt-toc--dock-right,
body.single-post.wt24-engine-active .wt24-transparency-visible{
  width:100%!important;
  max-width:860px!important;
  margin-left:0!important;
  margin-right:auto!important;
}
body.single-post.wt24-engine-active .entry-content>*{margin-left:0!important;margin-right:0!important}
body.single-post.wt24-engine-active .entry-content .alignwide,
body.single-post.wt24-engine-active .entry-content figure.alignwide{max-width:1040px!important;width:1040px!important}
body.single-post.wt24-engine-active .entry-content .alignfull,
body.single-post.wt24-engine-active .entry-content figure.alignfull{max-width:1180px!important;width:1180px!important}

/* GP mobile menu: closed on load, clean panel only after explicit toggle. */
@media (max-width:820px){
  body.wt24-engine-active .main-navigation{
    position:relative;
    padding:0!important;
  }
  body.wt24-engine-active .main-navigation .inside-navigation{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    padding:0 var(--wt24-pad) 12px!important;
  }
  body.wt24-engine-active .main-navigation .menu-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:9px 14px!important;
    margin-left:auto!important;
    border:1px solid rgba(36,36,31,.16)!important;
    background:rgba(255,255,255,.62)!important;
    color:var(--wt24-ink)!important;
    font-size:12px!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
  }
  body.wt24-engine-active .main-navigation:not(.toggled) .main-nav,
  body.wt24-engine-active .main-navigation:not(.toggled) .main-nav>ul{
    display:none!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav{
    display:block!important;
    flex:0 0 100%!important;
    width:100%!important;
    margin-top:10px!important;
    padding:10px!important;
    background:rgba(255,253,249,.97)!important;
    border:1px solid rgba(36,36,31,.12)!important;
    box-shadow:0 18px 42px rgba(36,36,31,.08)!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav>ul{
    display:block!important;
    overflow:visible!important;
    width:100%!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav>ul>li{
    display:block!important;
    width:100%!important;
    border-bottom:1px solid rgba(36,36,31,.075)!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav>ul>li:last-child{border-bottom:0!important}
  body.wt24-engine-active .main-navigation.toggled .main-nav ul li a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:44px!important;
    padding:10px 8px!important;
    font-size:14px!important;
    letter-spacing:.02em!important;
    text-transform:none!important;
  }
  body.wt24-engine-active .main-navigation ul ul{
    position:static!important;
    float:none!important;
    width:100%!important;
    box-shadow:none!important;
    border:0!important;
    background:#f6f2ea!important;
  }

  body.home.wt24-engine-active::before{height:900px;background-position:62% top}
  body.single-post.wt24-engine-active::before{height:620px;background-position:64% top}
  body.home.wt24-engine-active .wt24-hero__inner{padding-bottom:32px}
  body.home.wt24-engine-active .wt24-section--rooms::before{top:-52px;height:54px;clip-path:polygon(0 100%,55% 100%,68% 0,100% 0,100% 100%)}

  body.single-post.wt24-engine-active .wt24-shell--crumb{padding-top:26px!important}
  body.single-post.wt24-engine-active .entry-title{
    font-size:clamp(39px,10vw,56px)!important;
    line-height:1.01!important;
  }
  body.single-post.wt24-engine-active .inside-article,
  body.single-post.wt24-engine-active .wt24-shell--crumb{
    width:min(calc(100% - 36px),1180px)!important;
  }
  body.single-post.wt24-engine-active .featured-image,
  body.single-post.wt24-engine-active .post-image,
  body.single-post.wt24-engine-active .post-thumbnail{margin-bottom:40px!important}
  body.single-post.wt24-engine-active .entry-content .alignwide,
  body.single-post.wt24-engine-active .entry-content figure.alignwide,
  body.single-post.wt24-engine-active .entry-content .alignfull,
  body.single-post.wt24-engine-active .entry-content figure.alignfull{width:100%!important;max-width:100%!important}
}

@media (max-width:560px){
  .wt24-brand__mark{width:44px;height:44px;flex-basis:44px}
  .wt24-brand__mark svg{width:32px;height:32px}
  body.home.wt24-engine-active::before{height:820px;background-position:67% top}
  body.single-post.wt24-engine-active::before{height:560px;background-position:68% top}
  body.single-post.wt24-engine-active .entry-title{font-size:38px!important}
}

/* Ensure the unified background is not covered by GeneratePress wrappers. */
body.home.wt24-engine-active #page,
body.home.wt24-engine-active .site-content,
body.home.wt24-engine-active #primary,
body.home.wt24-engine-active main.wt24-home{background:transparent!important}


/* ============================================================
   1.4.0 FINAL OVERRIDES
   Same architectural top-stage on every page, no sticky nav,
   compact light mobile navigation.
   ============================================================ */

/* ONE shared architectural stage on every frontend view. */
body.wt24-engine-active::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:clamp(720px,55vw,920px)!important;
  pointer-events:none!important;
  background-image:url("wt24-topscape.svg")!important;
  background-repeat:no-repeat!important;
  background-position:center top!important;
  background-size:cover!important;
}
body.home.wt24-engine-active::before{height:clamp(850px,73vw,1080px)!important}
body.single-post.wt24-engine-active::before{height:clamp(720px,55vw,900px)!important}
body.category.wt24-engine-active::before,
body.archive.wt24-engine-active::before{height:clamp(650px,47vw,790px)!important}
body.page.wt24-engine-active::before,
body.search.wt24-engine-active::before{height:clamp(660px,48vw,810px)!important}
body.wt24-engine-active > *{position:relative;z-index:1}

/* Do not let individual templates paint a competing beige rectangle. */
body.wt24-engine-active .site-header,
body.wt24-engine-active #masthead,
body.wt24-engine-active .secondary-navigation,
body.wt24-engine-active .main-navigation,
body.wt24-engine-active #page,
body.wt24-engine-active .site-content,
body.wt24-engine-active #primary,
body.wt24-engine-active .content-area,
body.wt24-engine-active .site-main,
body.wt24-engine-active .wt24-category-page,
body.wt24-engine-active .wt24-category-hero{
  background:transparent!important;
  box-shadow:none!important;
}
body.wt24-engine-active .wt24-category-hero{
  border:0!important;
  padding:46px 0 88px!important;
  min-height:430px;
}
body.wt24-engine-active .wt24-category-hero .wt24-shell{position:relative;z-index:2}

/* Category/archive/search/page layouts should be full-bleed at page level,
   while their actual content remains constrained by .wt24-shell. */
body.category.wt24-engine-active #page,
body.archive.wt24-engine-active #page,
body.search.wt24-engine-active #page,
body.page.wt24-engine-active #page,
body.category.wt24-engine-active #page.grid-container,
body.archive.wt24-engine-active #page.grid-container,
body.search.wt24-engine-active #page.grid-container,
body.page.wt24-engine-active #page.grid-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.category.wt24-engine-active .site-content,
body.archive.wt24-engine-active .site-content,
body.search.wt24-engine-active .site-content,
body.page.wt24-engine-active .site-content{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
}
body.category.wt24-engine-active #primary,
body.archive.wt24-engine-active #primary,
body.search.wt24-engine-active #primary,
body.page.wt24-engine-active #primary{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
}
body.category.wt24-engine-active .wt24-category-listing{background:#fff!important;position:relative;z-index:2}

/* Header/navigation always belong to the stage, on EVERY page. */
body.wt24-engine-active .site-header,
body.wt24-engine-active #masthead,
body.wt24-engine-active .secondary-navigation,
body.wt24-engine-active .main-navigation{
  border-color:rgba(36,36,31,.055)!important;
}
body.wt24-engine-active .site-header,
body.wt24-engine-active #masthead{border-bottom:0!important}
body.wt24-engine-active .main-navigation{border-top:1px solid rgba(36,36,31,.055)!important;border-bottom:0!important}

/* Absolutely no sticky/floating navigation, regardless of GeneratePress setting. */
body.wt24-engine-active .site-header,
body.wt24-engine-active #masthead,
body.wt24-engine-active .main-navigation,
body.wt24-engine-active #site-navigation,
body.wt24-engine-active #mobile-header,
body.wt24-engine-active .mobile-header-navigation,
body.wt24-engine-active .navigation-stick,
body.wt24-engine-active .is_stuck,
html.wt24-no-sticky .site-header,
html.wt24-no-sticky .main-navigation,
html.wt24-no-sticky #mobile-header{
  position:relative!important;
  top:auto!important;
  bottom:auto!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  animation:none!important;
  transition:none!important;
  width:auto!important;
  max-width:none;
}
body.wt24-engine-active .navigation-clone,
body.wt24-engine-active .sticky-navigation-clone,
body.wt24-engine-active [data-sticky-navigation-clone]{display:none!important}
body.wt24-engine-active .site-header.wt24-header-scrolled,
body.wt24-engine-active #masthead.wt24-header-scrolled{box-shadow:none!important}

/* Compact clean mobile navigation. Override GP colours completely. */
@media (max-width:820px){
  body.wt24-engine-active::before{height:680px!important;background-position:62% top!important}
  body.home.wt24-engine-active::before{height:870px!important;background-position:64% top!important}
  body.single-post.wt24-engine-active::before{height:650px!important;background-position:64% top!important}
  body.category.wt24-engine-active::before,
  body.archive.wt24-engine-active::before{height:600px!important;background-position:62% top!important}

  body.wt24-engine-active .site-header,
  body.wt24-engine-active #masthead,
  body.wt24-engine-active #mobile-header,
  body.wt24-engine-active .mobile-header-navigation,
  body.wt24-engine-active .main-navigation,
  body.wt24-engine-active #site-navigation{
    background:transparent!important;
    color:var(--wt24-ink)!important;
  }
  body.wt24-engine-active .inside-header{min-height:68px!important;padding-top:10px!important;padding-bottom:8px!important}

  body.wt24-engine-active .main-navigation .inside-navigation,
  body.wt24-engine-active #site-navigation .inside-navigation,
  body.wt24-engine-active .mobile-header-navigation .inside-navigation{
    width:min(calc(100% - 28px),var(--wt24-shell))!important;
    margin:0 auto!important;
    padding:0 0 10px!important;
    background:transparent!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-end!important;
    align-items:center!important;
  }

  body.wt24-engine-active .main-navigation .menu-toggle,
  body.wt24-engine-active #site-navigation .menu-toggle,
  body.wt24-engine-active .mobile-header-navigation .menu-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:44px!important;
    min-height:38px!important;
    padding:7px 12px!important;
    margin:0 0 0 auto!important;
    border:1px solid rgba(36,36,31,.14)!important;
    border-radius:0!important;
    background:rgba(255,255,255,.78)!important;
    color:#24241f!important;
    box-shadow:none!important;
    text-shadow:none!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  body.wt24-engine-active .menu-toggle .gp-icon,
  body.wt24-engine-active .menu-toggle svg{color:#53604f!important;fill:currentColor!important}

  /* closed by default */
  body.wt24-engine-active .main-navigation:not(.toggled) .main-nav,
  body.wt24-engine-active #site-navigation:not(.toggled) .main-nav,
  body.wt24-engine-active .mobile-header-navigation:not(.toggled) .main-nav,
  body.wt24-engine-active .main-navigation:not(.toggled) .main-nav>ul{
    display:none!important;
  }

  /* opened panel */
  body.wt24-engine-active .main-navigation.toggled .main-nav,
  body.wt24-engine-active #site-navigation.toggled .main-nav,
  body.wt24-engine-active .mobile-header-navigation.toggled .main-nav{
    display:block!important;
    flex:0 0 100%!important;
    width:100%!important;
    margin:8px 0 0!important;
    padding:5px 12px!important;
    background:#fffdf9!important;
    color:#24241f!important;
    border:1px solid rgba(36,36,31,.12)!important;
    box-shadow:0 15px 36px rgba(36,36,31,.07)!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav ul,
  body.wt24-engine-active #site-navigation.toggled .main-nav ul,
  body.wt24-engine-active .mobile-header-navigation.toggled .main-nav ul{
    display:block!important;
    position:static!important;
    float:none!important;
    width:100%!important;
    height:auto!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    color:#24241f!important;
    box-shadow:none!important;
    border:0!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav li,
  body.wt24-engine-active #site-navigation.toggled .main-nav li,
  body.wt24-engine-active .mobile-header-navigation.toggled .main-nav li{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border-bottom:1px solid rgba(36,36,31,.07)!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav li:last-child,
  body.wt24-engine-active #site-navigation.toggled .main-nav li:last-child{border-bottom:0!important}
  body.wt24-engine-active .main-navigation.toggled .main-nav li a,
  body.wt24-engine-active #site-navigation.toggled .main-nav li a,
  body.wt24-engine-active .mobile-header-navigation.toggled .main-nav li a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:38px!important;
    padding:8px 2px!important;
    background:transparent!important;
    color:#24241f!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:400!important;
    letter-spacing:0!important;
    text-transform:none!important;
    text-shadow:none!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav li a:hover,
  body.wt24-engine-active .main-navigation.toggled .main-nav li[class*="current-menu-"]>a,
  body.wt24-engine-active #site-navigation.toggled .main-nav li a:hover{
    background:#f4f0e8!important;
    color:#53604f!important;
  }
  body.wt24-engine-active .main-navigation.toggled .main-nav ul ul,
  body.wt24-engine-active #site-navigation.toggled .main-nav ul ul{
    padding:0 0 5px 12px!important;
    background:#f8f5ef!important;
  }

  body.wt24-engine-active .wt24-category-hero{padding:26px 0 58px!important;min-height:350px}
}

@media (max-width:560px){
  body.wt24-engine-active::before{height:620px!important;background-position:66% top!important}
  body.home.wt24-engine-active::before{height:810px!important}
  body.single-post.wt24-engine-active::before{height:590px!important}
  body.category.wt24-engine-active::before,
  body.archive.wt24-engine-active::before{height:540px!important}
  body.wt24-engine-active .main-navigation .inside-navigation,
  body.wt24-engine-active #site-navigation .inside-navigation,
  body.wt24-engine-active .mobile-header-navigation .inside-navigation{width:calc(100% - 24px)!important}
  body.wt24-engine-active .main-navigation.toggled .main-nav,
  body.wt24-engine-active #site-navigation.toggled .main-nav{padding:4px 10px!important}
}


/* ============================================================
   1.5.0 final micro-fixes
   - desktop dropdown hover bridge / clickable submenu
   - mobile brand gets breathing room from the display edge
   - mobile menu toggle centered
   ============================================================ */

/* Desktop: keep dropdowns open while the pointer travels from the parent
   item into the submenu. GeneratePress can otherwise leave a tiny hover gap. */
@media (min-width:821px){
  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children{
    position:relative!important;
  }

  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children > ul,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children > ul{
    display:block!important;
    position:absolute!important;
    left:0!important;
    right:auto!important;
    top:calc(100% - 1px)!important;
    margin:0!important;
    min-width:230px!important;
    width:max-content!important;
    max-width:340px!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(5px)!important;
    transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important;
    z-index:99999!important;
  }

  /* invisible pointer bridge removes the 1–10px dead zone */
  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children > ul::before,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children > ul::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-14px;
    height:14px;
    background:transparent;
  }

  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children:hover > ul,
  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children:focus-within > ul,
  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children.sfHover > ul,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children:hover > ul,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children:focus-within > ul,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children.sfHover > ul{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }

  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children > ul > li,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children > ul > li{
    position:relative!important;
    display:block!important;
    width:100%!important;
  }

  body.wt24-engine-active .main-navigation .main-nav > ul > li.menu-item-has-children > ul > li > a,
  body.wt24-engine-active #site-navigation .main-nav > ul > li.menu-item-has-children > ul > li > a{
    display:block!important;
    width:100%!important;
    white-space:nowrap!important;
  }
}

@media (max-width:820px){
  /* A little more air above the brand on phones. */
  body.wt24-engine-active .inside-header,
  body.wt24-engine-active #mobile-header .inside-navigation,
  body.wt24-engine-active .mobile-header-navigation .inside-navigation{
    padding-top:24px!important;
  }

  /* Center the mobile navigation button instead of pushing it right. */
  body.wt24-engine-active .main-navigation .inside-navigation,
  body.wt24-engine-active #site-navigation .inside-navigation,
  body.wt24-engine-active .mobile-header-navigation .inside-navigation{
    justify-content:center!important;
  }
  body.wt24-engine-active .main-navigation .menu-toggle,
  body.wt24-engine-active #site-navigation .menu-toggle,
  body.wt24-engine-active .mobile-header-navigation .menu-toggle{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Once opened, panel still spans the full available width below the centered toggle. */
  body.wt24-engine-active .main-navigation.toggled .main-nav,
  body.wt24-engine-active #site-navigation.toggled .main-nav,
  body.wt24-engine-active .mobile-header-navigation.toggled .main-nav{
    flex-basis:100%!important;
  }
}

@media (max-width:560px){
  body.wt24-engine-active .inside-header,
  body.wt24-engine-active #mobile-header .inside-navigation,
  body.wt24-engine-active .mobile-header-navigation .inside-navigation{
    padding-top:22px!important;
  }
}


/* ============================================================
   1.6.0 micro refinements
   - mobile menu toggle +10px lower
   - Technik & Elektronik removed from primary nav
   - redesigned About page and lower footer link
   ============================================================ */

/* CSS fallback: if a cached menu is rendered before PHP filtering catches up,
   never show Technik & Elektronik in the main navigation. */
body.wt24-engine-active .main-navigation .main-nav > ul > li > a[href*="/technik-elektronik/"]{
  display:none!important;
}
body.wt24-engine-active .main-navigation .main-nav > ul > li:has(> a[href*="/technik-elektronik/"]){
  display:none!important;
}

@media (max-width:820px){
  /* exactly a little more separation between wordmark and centered menu button */
  body.wt24-engine-active .main-navigation .menu-toggle,
  body.wt24-engine-active #site-navigation .menu-toggle,
  body.wt24-engine-active .mobile-header-navigation .menu-toggle{
    margin-top:10px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-bottom:0!important;
  }
}

/* About page */
body.page.wt24-engine-active .entry-content .wt24-about{
  max-width:1180px;
  margin:0 auto;
  padding:14px 0 70px;
}
body.page.wt24-engine-active .wt24-about__intro{
  max-width:900px;
  padding:22px 0 58px;
}
body.page.wt24-engine-active .wt24-about__intro h2,
body.page.wt24-engine-active .wt24-about__statement h2{
  font-family:var(--wt24-serif);
  font-weight:400;
  letter-spacing:-.035em;
  color:var(--wt24-ink);
}
body.page.wt24-engine-active .wt24-about__intro h2{
  font-size:clamp(42px,5vw,72px);
  line-height:1.02;
  margin:0 0 28px;
  max-width:900px;
}
body.page.wt24-engine-active .wt24-about__intro p{
  max-width:760px;
  margin:0;
  font-size:19px;
  line-height:1.75;
  color:var(--wt24-ink-soft);
}
body.page.wt24-engine-active .wt24-about__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--wt24-line);
  border-left:1px solid var(--wt24-line);
  background:#fff;
}
body.page.wt24-engine-active .wt24-about__grid section{
  min-height:320px;
  padding:34px 32px;
  border-right:1px solid var(--wt24-line);
  border-bottom:1px solid var(--wt24-line);
}
body.page.wt24-engine-active .wt24-about__grid section>span{
  display:block;
  margin-bottom:48px;
  font-size:11px;
  letter-spacing:.12em;
  color:#909087;
}
body.page.wt24-engine-active .wt24-about__grid h3{
  margin:0 0 15px;
  font-family:var(--wt24-serif);
  font-weight:400;
  font-size:30px;
  line-height:1.12;
}
body.page.wt24-engine-active .wt24-about__grid p{
  margin:0;
  color:var(--wt24-ink-soft);
  line-height:1.7;
}
body.page.wt24-engine-active .wt24-about__statement{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:70px;
  align-items:end;
  margin:0;
  padding:74px 58px;
  background:var(--wt24-ivory);
  border-bottom:1px solid var(--wt24-line);
}
body.page.wt24-engine-active .wt24-about__statement h2{
  margin:0;
  font-size:clamp(38px,4vw,58px);
  line-height:1.04;
}
body.page.wt24-engine-active .wt24-about__statement p{
  margin:0;
  color:var(--wt24-ink-soft);
  font-size:18px;
  line-height:1.75;
}
body.page.wt24-engine-active .wt24-about__topics{
  max-width:850px;
  padding:64px 0 0;
}
body.page.wt24-engine-active .wt24-about__topics p{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:var(--wt24-ink-soft);
}

/* Footer About link */
body.wt24-engine-active .wt24-footer-about{
  width:min(calc(100% - (var(--wt24-pad) * 2)),var(--wt24-shell));
  margin:0 auto;
  padding:22px 0 18px;
  border-top:1px solid rgba(255,255,255,.13);
  text-align:left;
}
body.wt24-engine-active .wt24-footer-about a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.wt24-engine-active .wt24-footer-about a span{
  transition:transform .18s ease;
}
body.wt24-engine-active .wt24-footer-about a:hover span{
  transform:translateX(4px);
}

@media (max-width:820px){
  body.page.wt24-engine-active .entry-content .wt24-about{padding-bottom:48px}
  body.page.wt24-engine-active .wt24-about__intro{padding:12px 0 42px}
  body.page.wt24-engine-active .wt24-about__intro h2{font-size:clamp(38px,10vw,54px)}
  body.page.wt24-engine-active .wt24-about__grid{grid-template-columns:1fr}
  body.page.wt24-engine-active .wt24-about__grid section{min-height:0;padding:27px 24px}
  body.page.wt24-engine-active .wt24-about__grid section>span{margin-bottom:24px}
  body.page.wt24-engine-active .wt24-about__statement{grid-template-columns:1fr;gap:24px;padding:48px 26px}
  body.page.wt24-engine-active .wt24-about__topics{padding-top:46px}
}
