:root {
  --yellow: #FFC629;
  --yellow-soft: #FFD968;
  --ink: #171512;
  --ink-soft: #55514A;
  --white: #FFFFFF;
  --paper: #FBFAF7;
  --line: #ECE8E0;
  --sage: #6E7F66;
  --yellow-step: #ffb01d;
  --orange-mid: #ff9a1a;
  --terracotta: #ff821d;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--ink); }
a:hover { color: var(--yellow); }

.wg-yellow-text { color: var(--yellow); }
.wg-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* NAV */
.wg-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.wg-nav-inner { max-width: 1200px; margin: 0 auto; padding: 22px 40px; display: flex; justify-content: space-between; align-items: center; }
.wg-logo { font-family: 'Space Grotesk', sans-serif; font-size: 30px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; line-height: 1; }
.wg-logo-white { color: var(--white); }
.wg-logo:hover { color: var(--ink); }
.wg-nav-links { display: flex; gap: 38px; align-items: center; }
.wg-navlink { font-family: 'Space Grotesk', sans-serif; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.wg-navlink:hover { color: var(--yellow); }
.wg-navlink-cta { font-family: 'Space Grotesk', sans-serif; color: var(--white); text-decoration: none; font-size: 14px; font-weight: 500; background: var(--ink); padding: 11px 22px; border-radius: 100px; transition: all 0.2s; }
.wg-navlink-cta:hover { background: var(--yellow); color: var(--ink); }

/* HERO */
.wg-hero { position: relative; }
.wg-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 660px; }
.wg-hero-content { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px clamp(86px, 7vw, 220px); }
.wg-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 14px; color: var(--ink-soft); margin-bottom: 28px; display: flex; align-items: center; gap: 14px; }
.wg-eyebrow-dash { width: 40px; height: 2px; background: var(--yellow); }
.wg-hero-h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(52px, 9vw, 110px); font-weight: 700; line-height: 0.95; letter-spacing: -0.03em; margin-bottom: 12px; }
.wg-hero-h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(21px, 3vw, 32px); font-weight: 500; letter-spacing: -0.02em; margin-bottom: 28px; }
.wg-hl { white-space: nowrap; background-image: linear-gradient(to top, var(--yellow) 0%, var(--yellow) 34%, transparent 34%); background-repeat: no-repeat; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.wg-hero-p { font-size: 18px; color: var(--ink-soft); max-width: 42ch; font-weight: 300; margin-bottom: 40px; }
.wg-hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.wg-hero-cta { font-family: 'Space Grotesk', sans-serif; background: var(--ink); color: var(--white); text-decoration: none; padding: 16px 34px; border-radius: 100px; font-size: 15px; font-weight: 500; display: inline-flex; align-items: center; gap: 10px; transition: all 0.2s; }
.wg-hero-cta:hover { background: var(--yellow); color: var(--ink); transform: translateY(-2px); }
.wg-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.wg-hero-side { position: absolute; left: 31px; top: 266px; writing-mode: vertical-rl; transform: rotate(180deg); font-family: 'Space Grotesk', sans-serif; font-size: 21px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-soft); z-index: 2; }
.wg-hero-object { background: var(--yellow); position: relative; overflow: hidden; }
.wg-hero-object img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.wg-hero-label { position: absolute; bottom: 18px; left: 18px; font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); background: rgba(255,255,255,0.55); padding: 6px 12px; border-radius: 4px; }

/* MARQUEE */
@keyframes wg-scroll { to { transform: translateX(-50%); } }
.wg-marquee { background: var(--ink); color: var(--white); overflow: hidden; padding: 18px 0; white-space: nowrap; position: relative; }
.wg-marquee-track { display: inline-flex; gap: 50px; animation: wg-scroll 24s linear infinite; }
.wg-marquee-item { font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 500; display: inline-flex; align-items: center; gap: 50px; }
.wg-marquee-dot { color: var(--yellow); font-size: 10px; }

/* SECTIONS */
.wg-section { padding: 110px 0; }
.wg-section-paper { background: var(--paper); }
.wg-section-white { background: var(--white); }
.wg-section-flush { padding: 0; }
.wg-section-head { margin-bottom: 60px; }
.wg-eyebrow-label { font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 20px; }
.wg-eyebrow-onyellow { color: var(--ink); opacity: 0.6; }
.wg-h2-large { font-family: 'Space Grotesk', sans-serif; font-size: clamp(30px, 4.5vw, 52px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; max-width: 26ch; }
.wg-h2-large em { font-style: normal; }
.wg-grad-1 { color: var(--yellow-step); }
.wg-grad-2 { color: var(--orange-mid); }
.wg-grad-3 { color: var(--terracotta); }

/* SERVICES */
.wg-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.wg-svc-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 40px 32px; transition: all 0.25s; position: relative; }
.wg-svc-card:hover { border-color: var(--ink); transform: translateY(-4px); }
.wg-svc-num { position: absolute; top: 28px; right: 32px; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; color: var(--line); }
.wg-svc-icon { width: 54px; height: 54px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; }
.wg-svc-icon svg { width: 30px; height: 30px; }
.wg-icon-1 { background: var(--yellow-step); }
.wg-icon-2 { background: var(--orange-mid); }
.wg-icon-3 { background: var(--terracotta); }
.wg-svc-title { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 600; margin-bottom: 14px; letter-spacing: -0.01em; }
.wg-svc-text { font-size: 15px; color: var(--ink-soft); font-weight: 300; }

/* STATEMENT / ANSATZ */
.wg-statement-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 640px; }
.wg-statement-obj { background: var(--yellow); position: relative; overflow: hidden; }
.wg-statement-obj img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.wg-statement-content { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(86px, 7vw, 220px) 80px 64px; }
.wg-h2-statement { font-family: 'Space Grotesk', sans-serif; font-size: clamp(30px, 4.5vw, 54px); font-weight: 700; line-height: 1.02; letter-spacing: -0.025em; margin-bottom: 12px; }
.wg-statement-sub { font-family: 'Space Grotesk', sans-serif; font-size: 19px; font-weight: 500; color: var(--ink-soft); margin-bottom: 28px; }
.wg-statement-p { font-size: 18px; color: var(--ink-soft); font-weight: 300; max-width: 50ch; line-height: 1.65; }
.wg-statement-p strong { color: var(--ink); font-weight: 500; }

.wg-divider { background: var(--white); height: 50px; }

/* ÜBER MICH */
.wg-about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 660px; }
.wg-about-photo { order: 2; background: linear-gradient(150deg, var(--yellow-soft), var(--yellow)); overflow: hidden; position: relative; display: flex; flex-direction: column; }
.wg-about-photo-inner { position: relative; flex: 1; overflow: hidden; }
.wg-about-photo-inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.wg-about-photo-divider { height: 48px; flex-shrink: 0; background-color: #FFFFFF; }
.wg-about-content { order: 1; display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px clamp(86px, 7vw, 220px); }
.wg-h2-about { font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; max-width: 20ch; font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 32px; }
.wg-about-p { font-size: 17px; line-height: 1.68; color: var(--ink-soft); font-weight: 300; margin-bottom: 20px; }
.wg-about-p-lead { font-size: 19px; color: var(--ink); }
.wg-about-p strong { color: var(--ink); font-weight: 500; }

/* CONTACT */
.wg-contact { padding: 130px 0; text-align: center; background: var(--yellow); }
.wg-contact-h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(42px, 7vw, 84px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin-bottom: 26px; }
.wg-contact-p { font-size: 19px; color: var(--ink); opacity: 0.82; margin-bottom: 44px; font-weight: 300; max-width: 40ch; margin-left: auto; margin-right: auto; }
.wg-contact-links { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.wg-contact-link { color: var(--ink); font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 18px; text-decoration: underline; text-underline-offset: 5px; }
.wg-contact-link:hover { color: var(--ink); opacity: 0.7; }

/* FOOTER */
.wg-footer { background: var(--ink); color: var(--white); padding: 40px 0; }
.wg-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.wg-footer-copy { font-size: 13px; color: #8A857B; font-family: 'Space Grotesk', sans-serif; }

/* RESPONSIVE */
@media (max-width: 860px) {
  .wg-hero-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .wg-hero-content { padding: 56px 40px 40px !important; }
  .wg-hero-side { display: none !important; }
  .wg-hero-object { min-height: 400px !important; order: -1 !important; }
  .wg-svc-grid { grid-template-columns: 1fr !important; }
  .wg-statement-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .wg-statement-obj { min-height: 380px !important; order: -1 !important; }
  .wg-statement-content { padding: 56px 40px !important; }
  .wg-about-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .wg-about-photo { min-height: 420px !important; }
  .wg-about-content { padding: 56px 40px !important; }
}
@media (max-width: 760px) {
  .wg-nav-link-hideable { display: none !important; }
}

/* Optional desktop/mobile preview toggle — safe to delete along with the
   toggle markup in index.html and script.js if you don't need it live. */
.wg-viewport { transition: max-width 0.35s ease; }
.wg-viewport.mobile { max-width: 402px; margin: 28px auto; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.18); }
.wg-viewport.mobile .wg-hero-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
.wg-viewport.mobile .wg-hero-content { padding: 48px 28px 36px !important; }
.wg-viewport.mobile .wg-hero-side { display: none !important; }
.wg-viewport.mobile .wg-hero-object { min-height: 360px !important; order: -1 !important; min-width: 0 !important; }
.wg-viewport.mobile .wg-hero-content, .wg-viewport.mobile .wg-statement-content, .wg-viewport.mobile .wg-about-content, .wg-viewport.mobile .wg-statement-obj, .wg-viewport.mobile .wg-about-photo { min-width: 0 !important; }
.wg-viewport.mobile .wg-nav-inner { padding-left: 24px !important; padding-right: 24px !important; }
.wg-viewport.mobile .wg-hl { white-space: normal !important; }
.wg-viewport.mobile .wg-hero-h1 { font-size: 80px !important; }
.wg-viewport.mobile .wg-svc-grid { grid-template-columns: 1fr !important; }
.wg-viewport.mobile .wg-statement-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
.wg-viewport.mobile .wg-statement-obj { min-height: 340px !important; order: -1 !important; }
.wg-viewport.mobile .wg-statement-content { padding: 48px 28px !important; }
.wg-viewport.mobile .wg-about-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
.wg-viewport.mobile .wg-about-photo { min-height: 380px !important; }
.wg-viewport.mobile .wg-about-content { padding: 48px 28px !important; }
.wg-viewport.mobile .wg-nav-link-hideable { display: none !important; }

.wg-device-toggle { position: fixed; bottom: 24px; right: 24px; z-index: 1000; display: flex; gap: 4px; background: var(--white); border: 1px solid var(--line); border-radius: 100px; padding: 5px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.wg-toggle-btn { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 500; border: none; cursor: pointer; padding: 8px 18px; border-radius: 100px; transition: all 0.2s; background: transparent; color: var(--ink-soft); }
.wg-toggle-btn.active { background: var(--ink); color: var(--white); }
