/*
Theme Name: Beutnagel Miami Potsdam
Theme URI: https://beutnagel.tax/
Author: Beutnagel Tax
Author URI: https://beutnagel.tax/
Description: Flexibles Gutenberg-Theme für Beutnagel Tax mit visuellen Header- und Footer-Buildern, globaler Typografie, responsiven Layouts und Miami-Potsdam-Key-Art.
Version: 4.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: beutnagel-miami-potsdam
License: Proprietary
*/

@font-face {
  font-family: "AntonLocal";
  src: url("assets/fonts/anton-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "AntonLocal";
  src: url("assets/fonts/anton-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "GeistLocal";
  src: url("assets/fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "GeistLocal";
  src: url("assets/fonts/geist-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "GeistMonoLocal";
  src: url("assets/fonts/geist-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "GeistMonoLocal";
  src: url("assets/fonts/geist-mono-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font-display: "AntonLocal", Impact, sans-serif;
  --font-geist-sans: "GeistLocal", Arial, sans-serif;
  --font-geist-mono: "GeistMonoLocal", monospace;
  --ink: #100b22;
  --night: #17102e;
  --orange: #ff7700;
  --coral: #ff4f64;
  --pink: #ff67b3;
  --violet: #713ae8;
  --cream: #fff6e9;
  --white: #fffaf6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 24px 4vw;
  color: white;
}
.brand { display: block; width: min(260px, 24vw); }
.brand img { width: 100%; max-height: 76px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 50px); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a { opacity: .82; transition: opacity .2s, transform .2s; }
.desktop-nav a:hover { opacity: 1; transform: translateY(-2px); }
.header-cta { justify-self: end; border: 1px solid rgba(255,255,255,.62); padding: 13px 18px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.header-cta span { margin-left: 10px; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 140px 7vw 90px;
  color: white;
  background:
    linear-gradient(90deg, rgba(17,9,39,.97) 0%, rgba(26,12,52,.82) 36%, rgba(57,24,84,.3) 68%, rgba(22,8,43,.18) 100%),
    var(--bt-hero-image, url("assets/images/hero-miami-potsdam-v5.png")) center / cover no-repeat,
    radial-gradient(circle at 72% 37%, #ffb457 0 5%, #ff5f6d 24%, #a542bd 47%, #20153d 74%);
}
.hero-glow { position: absolute; width: 38vw; height: 38vw; min-width: 430px; min-height: 430px; border-radius: 50%; right: 8%; top: 18%; background: rgba(255,131,65,.28); filter: blur(80px); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to bottom, transparent, black); transform: perspective(600px) rotateX(55deg) scale(1.3) translateY(40%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 75vw); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; font: 700 12px/1 var(--font-geist-mono), monospace; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: var(--orange); }
.hero h1 { margin: 0; font-family: var(--font-display), Impact, sans-serif; font-size: clamp(76px, 10.8vw, 170px); font-weight: 400; line-height: .78; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; text-shadow: 0 8px 40px rgba(18,7,39,.3); }
.hero h1 em { display: inline-block; color: var(--orange); font-style: normal; transform: translateX(clamp(25px, 6vw, 85px)); }
.hero-copy { max-width: 560px; margin: 44px 0 0 9vw; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.45vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin: 32px 0 0 9vw; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 17px 20px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(17,9,39,.2); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 6px; }
.text-link span { margin-left: 10px; }
.hero-stamp { position: absolute; z-index: 3; right: 6vw; bottom: 12vh; width: 156px; height: 156px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; transform: rotate(-8deg); backdrop-filter: blur(5px); }
.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.4); border-radius: 50%; }
.hero-stamp span { font-family: var(--font-display); font-size: 49px; line-height: 1; }
.hero-stamp small { font: 700 9px/1.25 var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }
.scroll-note { position: absolute; right: 2vw; top: 50%; writing-mode: vertical-rl; font: 700 9px/1 var(--font-geist-mono); letter-spacing: .24em; text-transform: uppercase; opacity: .6; }

.marquee { overflow: hidden; background: var(--orange); color: var(--ink); padding: 18px 0; font-family: var(--font-display); font-size: clamp(25px, 3vw, 46px); line-height: 1; white-space: nowrap; transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 5; }
.marquee div { display: flex; align-items: center; gap: 27px; width: max-content; animation: marquee 24s linear infinite; }
.marquee i { font-family: Arial; font-size: .55em; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .marquee div { animation: none; } }

.manifesto { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding: clamp(100px, 12vw, 180px) 7vw; background: var(--cream); }
.manifesto-copy { max-width: 720px; }
.section-kicker { margin: 0 0 26px; color: #755f72; font: 700 11px/1 var(--font-geist-mono); letter-spacing: .18em; text-transform: uppercase; }
.manifesto h2 { margin: 0; font-family: var(--font-display); font-size: clamp(58px, 7vw, 112px); font-weight: 400; line-height: .88; text-transform: uppercase; letter-spacing: -.02em; }
.manifesto h2 span { color: var(--coral); }
.manifesto .lead { margin: 42px 0 23px; max-width: 650px; font-size: clamp(20px, 2vw, 28px); line-height: 1.35; font-weight: 600; }
.manifesto-copy > p:not(.section-kicker):not(.lead) { max-width: 610px; color: #65596d; font-size: 16px; line-height: 1.8; }
.arrow-link { display: inline-flex; gap: 35px; align-items: center; margin-top: 22px; padding-bottom: 6px; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.arrow-link span { font-size: 20px; }
.portrait-card { position: relative; margin: 0; min-height: 650px; overflow: hidden; isolation: isolate; background: linear-gradient(155deg, #ffe56c, #ff7947 44%, #dc3fa0 70%, #6936d8); box-shadow: 32px 35px 0 #21133f; }
.portrait-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 50px 50px; mix-blend-mode: overlay; z-index: -1; }
.portrait-card img { position: absolute; inset: auto 0 0; width: 100%; height: 94%; object-fit: cover; object-position: center top; filter: saturate(.85) contrast(1.05); }
.portrait-sun { position: absolute; width: 65%; aspect-ratio: 1; border-radius: 50%; right: -5%; top: 10%; background: #ffd973; box-shadow: 0 0 90px rgba(255,210,83,.55); z-index: -1; }
.portrait-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 35px; color: white; background: linear-gradient(transparent, rgba(16,7,35,.94)); }
.portrait-card strong { display: block; font-family: var(--font-display); font-size: 38px; font-weight: 400; text-transform: uppercase; }
.portrait-card span { font: 600 11px/1.4 var(--font-geist-mono); letter-spacing: .12em; text-transform: uppercase; }
.services { padding: clamp(100px, 11vw, 170px) 6vw; color: white; background: var(--night); }
.services-head, .team-head { display: grid; grid-template-columns: 1.45fr .55fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.section-kicker-light { color: rgba(255,255,255,.52); }
.services h2, .team h2, .fees h2, .contact h2 { margin: 0; font: 400 clamp(62px, 8vw, 126px)/.84 var(--font-display); letter-spacing: -.02em; text-transform: uppercase; }
.services h2 span { color: var(--orange); }
.services-head > p, .team-head > p { max-width: 480px; margin: 0 0 8px; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.15); }
.service-card { position: relative; min-height: 430px; overflow: hidden; padding: 38px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: transform .25s, background .25s; }
.service-card:nth-child(2n) { border-right: 0; }
.service-card:nth-child(n+3) { border-bottom: 0; }
.service-card:hover { z-index: 2; transform: translateY(-6px); background: rgba(255,255,255,.055); }
.service-number { position: absolute; right: 25px; top: 8px; color: rgba(255,255,255,.055); font: 400 150px/1 var(--font-display); }
.service-symbol { position: relative; width: 76px; height: 76px; margin-bottom: 90px; border: 2px solid currentColor; transform: rotate(45deg); }
.service-symbol i { position: absolute; inset: 50% auto auto 50%; width: 38px; height: 2px; background: currentColor; transform: translate(-50%, -50%); }
.service-symbol i:last-child { transform: translate(-50%, -50%) rotate(90deg); }
.service-card.orange { color: var(--orange); }
.service-card.pink { color: var(--pink); }
.service-card.violet { color: #9a7bff; }
.service-card.coral { color: var(--coral); }
.service-card h3 { max-width: 500px; margin: 0; color: white; font: 400 clamp(35px, 4vw, 61px)/.95 var(--font-display); text-transform: uppercase; }
.service-card p { max-width: 520px; min-height: 78px; margin: 20px 0 30px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }
.service-card a { display: inline-flex; align-items: center; gap: 25px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: currentColor; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.principle { padding: clamp(90px, 11vw, 160px) 8vw; text-align: center; background: var(--orange); }
.principle .section-kicker { color: rgba(16,11,34,.62); }
.principle blockquote { max-width: 1260px; margin: 35px auto 65px; font: 400 clamp(52px, 8vw, 125px)/.91 var(--font-display); text-transform: uppercase; }
.principle blockquote em { color: var(--cream); font-style: normal; text-shadow: 4px 4px 0 var(--ink); }
.principle-row { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 3vw, 45px); font: 700 clamp(11px, 1.2vw, 15px)/1 var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; }
.principle-row i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

.team { overflow: hidden; padding: clamp(100px, 11vw, 170px) 5vw; color: white; background: #0d0a18; }
.team h2 span { color: var(--pink); }
.team-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; align-items: stretch; }
.team-card { position: relative; min-height: 560px; overflow: hidden; isolation: isolate; background: linear-gradient(145deg, var(--orange), var(--pink) 55%, var(--violet)); }
.team-card::after { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.1) 1px, transparent 1px); background-size: 42px 42px; mix-blend-mode: overlay; }
.team-card img { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.92) contrast(1.06); transition: transform .45s, filter .45s; }
.team-card:hover img { transform: scale(1.035); filter: saturate(1.08) contrast(1.04); }
.team-card:nth-child(1), .team-card:nth-child(2) { grid-column: span 6; }
.team-card:nth-child(n+3) { grid-column: span 4; min-height: 500px; }
.team-index { position: absolute; top: 20px; right: 22px; z-index: 2; font: 700 11px/1 var(--font-geist-mono); letter-spacing: .14em; }
.team-label { position: absolute; inset: auto 0 0; padding: 80px 28px 28px; color: white; background: linear-gradient(transparent, rgba(10,5,25,.93)); }
.team-label h3 { margin: 0; font: 400 clamp(39px, 5vw, 72px)/.9 var(--font-display); text-transform: uppercase; }
.team-label p { margin: 10px 0 0; font: 700 10px/1.35 var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; }

.fees { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; background: var(--cream); }
.fees-art { position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg, #ffcc4b, var(--orange) 45%, var(--coral) 72%, var(--violet)); }
.fees-art span { position: relative; z-index: 2; color: var(--cream); font: 400 clamp(220px, 28vw, 470px)/1 var(--font-display); text-shadow: 16px 20px 0 rgba(20,8,44,.42); }
.fees-art .ring { position: absolute; border: 2px solid rgba(255,255,255,.28); border-radius: 50%; }
.ring-one { width: 75%; aspect-ratio: 1; }
.ring-two { width: 115%; aspect-ratio: 1; }
.fees-copy { align-self: center; padding: 90px 8vw; }
.fees h2 span { color: var(--coral); }
.fees-copy > p:not(.section-kicker) { max-width: 630px; margin: 36px 0; color: #65596d; font-size: 18px; line-height: 1.75; }
.button-dark { background: var(--ink); color: white; }

.contact { position: relative; overflow: hidden; min-height: 880px; display: flex; align-items: center; padding: 110px 7vw; color: white; background: linear-gradient(128deg, #150b31 0 42%, #4d207a 68%, #e63e85 100%); }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent, black); }
.contact-sun { position: absolute; width: min(55vw, 770px); aspect-ratio: 1; right: -7%; top: 6%; border-radius: 50%; background: linear-gradient(#ffb04b, #ff646f 55%, #d83eb1); box-shadow: 0 0 120px rgba(255,80,123,.35); }
.contact-sun::after { content: ""; position: absolute; inset: 58% -20% -20%; background: repeating-linear-gradient(to bottom, #1e103f 0 11px, transparent 12px 27px); }
.contact-content { position: relative; z-index: 2; width: min(950px, 100%); }
.contact h2 span { color: var(--orange); }
.contact-lead { margin: 38px 0 20px; color: rgba(255,255,255,.68); font-size: 21px; }
.contact-mail { display: inline-flex; gap: 28px; padding: 4px 0 10px; border-bottom: 3px solid var(--orange); font-size: clamp(22px, 3.4vw, 52px); font-weight: 650; }
.contact-details { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; max-width: 850px; margin-top: 75px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.24); }
.contact-details small { display: block; margin-bottom: 12px; color: var(--orange); font: 700 10px/1 var(--font-geist-mono); letter-spacing: .15em; text-transform: uppercase; }
.contact-details a, .contact-details address, .contact-details p { color: rgba(255,255,255,.85); font-size: 14px; font-style: normal; line-height: 1.65; }
.contact-details p { margin: 0; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 32px 5vw; color: rgba(255,255,255,.58); background: #080610; font-size: 11px; }
.footer-brand { width: 210px; }
.footer-brand img { width: 100%; max-height: 54px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
footer p { text-align: center; }
footer nav { justify-self: end; display: flex; gap: 25px; text-transform: uppercase; letter-spacing: .09em; }
footer a:hover { color: white; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 20px 22px; }
  .brand { width: 205px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; }
  .mobile-menu summary { list-style: none; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.5); cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 20px; height: 2px; background: white; }
  .mobile-menu nav { position: absolute; right: 22px; top: 70px; min-width: 190px; display: flex; flex-direction: column; padding: 18px; background: var(--ink); box-shadow: 0 20px 45px rgba(0,0,0,.25); }
  .mobile-menu nav a { padding: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
  .hero { padding: 120px 25px 65px; align-items: center; }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(64px, 21vw, 114px); }
  .hero h1 em { transform: translateX(0); }
  .hero-copy, .hero-actions { margin-left: 0; }
  .hero-copy { max-width: 470px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-stamp { width: 106px; height: 106px; right: 18px; bottom: 42px; }
  .hero-stamp span { font-size: 36px; }
  .manifesto { grid-template-columns: 1fr; padding: 100px 25px 120px; }
  .manifesto-copy { max-width: 100%; }
  .portrait-card { min-height: 560px; box-shadow: 15px 18px 0 #21133f; }
  .services-head, .team-head { grid-template-columns: 1fr; align-items: start; }
  .service-card { min-height: 390px; }
  .team-card:nth-child(1), .team-card:nth-child(2), .team-card:nth-child(n+3) { grid-column: span 6; min-height: 480px; }
  .team-card:last-child { grid-column: 4 / span 6; }
  .fees { grid-template-columns: 1fr; }
  .fees-art { min-height: 570px; }
  .contact { min-height: 800px; }
  .contact-sun { width: 75vw; right: -30%; opacity: .78; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand { width: 230px; }
  .footer-brand img { object-position: center; }
  footer nav { justify-self: center; }
}

@media (max-width: 520px) {
  .brand { width: 172px; }
  .hero h1 { font-size: clamp(61px, 20vw, 92px); line-height: .84; }
  .hero-copy { margin-top: 30px; font-size: 16px; }
  .hero-stamp { display: none; }
  .manifesto h2 { font-size: clamp(52px, 16vw, 76px); }
  .portrait-card { min-height: 470px; }
  .services, .team { padding-left: 22px; padding-right: 22px; }
  .services h2, .team h2, .fees h2, .contact h2 { font-size: clamp(53px, 17vw, 78px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15) !important; padding: 28px; }
  .service-card:last-child { border-bottom: 0 !important; }
  .service-symbol { margin-bottom: 65px; }
  .principle { padding-left: 22px; padding-right: 22px; }
  .principle-row { flex-direction: column; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card:nth-child(1), .team-card:nth-child(2), .team-card:nth-child(n+3), .team-card:last-child { grid-column: auto; min-height: 450px; }
  .fees-art { min-height: 430px; }
  .fees-copy { padding: 80px 22px; }
  .contact { min-height: 860px; padding: 90px 22px; }
  .contact-sun { width: 105vw; right: -60%; top: 15%; }
  .contact-details { grid-template-columns: 1fr; gap: 24px; margin-top: 58px; }
  footer { padding: 36px 22px; }
}

/* Neon comic key-art direction */
:root {
  --ink: #0a0b1b;
  --night: #0d0f22;
  --orange: #ff7b64;
  --coral: #ff709e;
  --pink: #ffa6cc;
  --violet: #684089;
  --cream: #fff2d5;
  --acid: #ddff72;
}

body { background: var(--night); color: white; }

.site-header {
  position: absolute;
  grid-template-columns: 1fr auto;
  padding: 28px 2.4vw;
  text-shadow: 0 2px 20px rgba(8,7,22,.32);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: auto; }
.brand-mark { font: 400 48px/.78 var(--font-display); letter-spacing: -.06em; }
.brand-name { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.5); font: 700 9px/1.35 var(--font-geist-mono); letter-spacing: .15em; text-transform: uppercase; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.header-cta { border: 0; border-radius: 999px; padding: 17px 26px; color: var(--ink); background: var(--pink); box-shadow: 0 12px 35px rgba(42,12,55,.2); font-size: 12px; }
.header-cta:hover { background: var(--acid); }
.desktop-nav, .mobile-menu { display: none; }
.site-menu { position: relative; display: block; }
.site-menu summary { list-style: none; width: 54px; height: 54px; display: grid; place-content: center; gap: 7px; cursor: pointer; }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary span { display: block; width: 34px; height: 4px; background: white; }
.site-menu nav { position: absolute; right: 0; top: 62px; width: min(360px, 88vw); padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(13,15,34,.96); box-shadow: 0 30px 80px rgba(0,0,0,.45); backdrop-filter: blur(20px); }
.site-menu nav a { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 17px 12px; border-bottom: 1px solid rgba(255,255,255,.1); font: 400 31px/1 var(--font-display); text-transform: uppercase; }
.site-menu nav a:last-child { border-bottom: 0; }
.site-menu nav small { color: var(--pink); font: 700 9px/1 var(--font-geist-mono); }
.site-menu-list { margin: 0; padding: 0; list-style: none; counter-reset: bt-menu; }
.site-menu-list li { margin: 0; padding: 0; counter-increment: bt-menu; }
.site-menu-list li a::before {
  content: counter(bt-menu, decimal-leading-zero);
  color: var(--pink);
  font: 700 9px/1 var(--font-geist-mono);
}
.site-menu-list li:last-child a { border-bottom: 0; }
.site-menu-fallback { display: contents; }

.hero {
  min-height: 100svh;
  align-items: flex-end;
  padding: 150px 4.2vw 82px;
  background:
    linear-gradient(180deg, rgba(9,9,25,.06) 0%, rgba(9,9,25,.03) 35%, rgba(9,9,25,.9) 100%),
    linear-gradient(90deg, rgba(8,8,24,.36) 0%, transparent 44%),
    var(--bt-hero-image, url("assets/images/hero-miami-potsdam-v5.png")) 62% center / cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 180px rgba(9,8,25,.22); }
.hero-noise { position: absolute; inset: 0; opacity: .14; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.hero-content { width: min(1050px, 75vw); }
.eyebrow { margin-bottom: 18px; color: var(--pink); }
.eyebrow span { background: var(--pink); }
.hero h1 { font-size: clamp(80px, 10.7vw, 192px); line-height: .75; letter-spacing: -.035em; }
.hero h1 em { color: var(--pink); transform: none; text-shadow: 5px 5px 0 rgba(44,18,80,.72); }
.hero-copy { max-width: 500px; margin: 35px 0 0 0; font-size: clamp(16px, 1.3vw, 20px); }
.hero-actions { margin: 27px 0 0; }
.button-light { border-radius: 999px; color: var(--ink); background: var(--acid); }
.text-link { color: white; }
.hero-meta { position: absolute; inset: auto 4.2vw 20px; z-index: 4; display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.68); font: 700 9px/1 var(--font-geist-mono); letter-spacing: .15em; text-transform: uppercase; }
.hero-meta span:nth-child(2) { text-align: center; }

.marquee { margin-top: -2px; padding: 16px 0; color: var(--ink); background: var(--pink); transform: none; font-size: clamp(27px, 3.3vw, 55px); }

.manifesto { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); gap: 48px 24px; padding: clamp(100px, 10vw, 165px) 4.5vw; color: white; background: var(--night); }
.manifesto-title { grid-column: 1 / -1; }
.manifesto-title h2 { margin: 0; font: 800 clamp(72px, 10vw, 176px)/.84 var(--font-geist-sans); letter-spacing: -.055em; text-transform: none; color: var(--pink); }
.manifesto-title h2 span { color: var(--cream); }
.manifesto-copy { grid-column: 1 / span 6; align-self: center; max-width: 800px; padding: 35px 3vw 35px 1vw; }
.manifesto .lead { margin: 0 0 28px; color: var(--pink); font-size: clamp(28px, 3.4vw, 58px); line-height: 1.08; letter-spacing: -.03em; }
.manifesto-copy > p:not(.lead) { color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; }
.manifesto .arrow-link { color: var(--cream); border-color: var(--pink); }
.portrait-card { grid-column: 7 / -1; min-height: min(72vw, 820px); border-radius: 38px; box-shadow: none; background: linear-gradient(160deg, #5876ab, #78417f 40%, #db6095 72%, #f69b73); }
.portrait-card::before { z-index: 1; background: linear-gradient(180deg, transparent 52%, rgba(13,15,34,.8)); }
.portrait-card img { height: 100%; object-position: center top; filter: saturate(1.08) contrast(1.04); }
.portrait-badge { position: absolute; top: 24px; left: 24px; z-index: 3; padding: 10px 14px; border-radius: 999px; color: var(--ink); background: var(--acid); font: 800 9px/1 var(--font-geist-mono); letter-spacing: .1em; text-transform: uppercase; }
.portrait-card figcaption { padding: 90px 34px 34px; }
.portrait-card strong { font-size: clamp(45px, 5vw, 82px); }

.services { position: relative; margin: 0 3vw 6vw; padding: clamp(85px, 8vw, 130px) 4vw; overflow: hidden; border-radius: 44px; background: linear-gradient(150deg, #3b2c70 0%, #744077 43%, #d25b91 72%, #f29a76 100%); }
.services::before { content: ""; position: absolute; inset: -10% -4%; opacity: .16; background: repeating-linear-gradient(35deg, transparent 0 48px, #0d0f22 49px 58px, transparent 59px 95px); transform: rotate(-4deg); }
.services > * { position: relative; z-index: 1; }
.services h2 span { color: var(--cream); }
.services-head > p { color: rgba(255,255,255,.8); }
.service-grid { gap: 14px; border: 0; }
.service-card { min-height: 420px; border: 1px solid rgba(255,255,255,.15) !important; border-radius: 26px; background: rgba(13,15,34,.34); backdrop-filter: blur(8px); }
.service-card:hover { background: rgba(13,15,34,.56); }
.service-number { color: rgba(255,255,255,.08); }
.service-card.orange, .service-card.pink, .service-card.violet, .service-card.coral { color: var(--acid); }
.services-more { display: flex; justify-content: center; margin-top: 38px; }

.principle { background: linear-gradient(120deg, var(--pink), #ff936f 58%, #ffd28f); }
.principle blockquote em { color: var(--cream); text-shadow: 5px 5px 0 #63336d; }

.team { position: relative; padding: clamp(110px, 10vw, 160px) 4vw; background: #090b1a; }
.team h2 { font-family: var(--font-geist-sans); font-weight: 800; letter-spacing: -.055em; text-transform: none; }
.team h2 span { color: var(--pink); }
.team-grid { position: relative; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 12px; }
.team-card { min-height: 0; aspect-ratio: 4 / 5; border-radius: 3px; background: #281a44; }
.team-card::before { content: ""; position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 0 8px rgba(16,7,37,.75); pointer-events: none; }
.team-card::after { display: none; }
.team-card:nth-child(1) { grid-column: 1 / span 4; }
.team-card:nth-child(2) { grid-column: 5 / span 4; }
.team-card:nth-child(3) { grid-column: 9 / span 4; }
.team-card:nth-child(4) { grid-column: 3 / span 4; min-height: 0; }
.team-card:nth-child(5) { grid-column: 7 / span 4; min-height: 0; }
.team-card img { object-position: center center; filter: saturate(1.12) contrast(1.04); }
.team-index { top: 24px; right: 26px; z-index: 3; padding: 8px 10px; color: var(--ink); background: var(--acid); }
.team-label { z-index: 2; padding: 100px 30px 31px; }
.team-label h3 { font-size: clamp(48px, 5vw, 80px); }
.team-label p { color: var(--pink); }
.team-seal { position: absolute; z-index: 8; left: 50%; top: 49%; width: clamp(150px, 17vw, 260px); aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: white; background: linear-gradient(145deg, #352071, #e3549d 60%, #ff9c6f); border: 9px solid #170827; transform: translate(-50%, -50%) rotate(-4deg); clip-path: polygon(50% 0, 100% 28%, 88% 100%, 12% 100%, 0 28%); }
.team-seal small { font: 800 clamp(10px, 1vw, 15px)/1 var(--font-geist-mono); letter-spacing: .22em; text-transform: uppercase; }
.team-seal strong { font: 400 clamp(72px, 9vw, 140px)/.82 var(--font-display); letter-spacing: -.06em; text-shadow: 5px 5px 0 #29134a; }
.team-seal span { font: 800 clamp(7px, .75vw, 11px)/1.2 var(--font-geist-mono); letter-spacing: .12em; text-transform: uppercase; }

.fees { min-height: 780px; margin: 2vw 3vw 6vw; overflow: hidden; border-radius: 44px; color: white; background: linear-gradient(135deg, #282052, #13152b 66%); }
.fees-art { background: linear-gradient(145deg, #ffcf82, #ff7a72 46%, #cc4b9d 74%, #6041a1); }
.fees h2 span { color: var(--pink); }
.fees-copy > p:not(.section-kicker) { color: rgba(255,255,255,.66); }
.fees .section-kicker { color: rgba(255,255,255,.5); }
.button-dark { border-radius: 999px; color: var(--ink); background: var(--acid); }

.contact { min-height: 920px; background: radial-gradient(circle at 78% 30%, #c7448f 0, #432066 33%, #101126 68%); }
.contact h2 { font-family: var(--font-geist-sans); font-weight: 800; letter-spacing: -.055em; text-transform: none; }
.contact h2 span { color: var(--pink); }
.contact-mail { border-color: var(--acid); }
.contact-details small { color: var(--acid); }

footer { background: #070815; }

@media (max-width: 980px) {
  .hero-content { width: 100%; }
  .manifesto-title h2 { font-size: clamp(64px, 13vw, 120px); }
  .manifesto-copy { grid-column: 1 / -1; padding: 0; }
  .portrait-card { grid-column: 1 / -1; min-height: 760px; }
  .services-head, .team-head { grid-template-columns: 1fr; }
  .team-card:nth-child(1), .team-card:nth-child(2), .team-card:nth-child(3), .team-card:nth-child(4), .team-card:nth-child(5) { grid-column: span 6; min-height: 0; }
  .team-card:nth-child(5) { grid-column: 4 / span 6; }
  .team-seal { top: 64%; }
}

@media (max-width: 620px) {
  .site-header { padding: 21px 18px; }
  .brand-mark { font-size: 41px; }
  .brand-name { display: none; }
  .header-actions { gap: 7px; }
  .header-cta { padding: 14px 17px; font-size: 10px; }
  .header-cta span { display: none; }
  .site-menu summary { width: 44px; }
  .site-menu summary span { width: 28px; height: 3px; }
  .hero { min-height: 900px; padding: 120px 22px 92px; background-position: 66% center; }
  .hero h1 { font-size: clamp(65px, 23vw, 102px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero-meta { left: 22px; right: 22px; grid-template-columns: 1fr auto; }
  .hero-meta span:nth-child(2) { display: none; }
  .manifesto { padding: 95px 22px; }
  .manifesto-title h2 { font-size: clamp(57px, 17vw, 82px); }
  .manifesto .lead { font-size: 31px; }
  .portrait-card { min-height: 560px; border-radius: 24px; }
  .services { margin: 0 14px 80px; padding: 78px 18px; border-radius: 30px; }
  .services h2, .team h2, .fees h2, .contact h2 { font-size: clamp(50px, 16vw, 78px); }
  .service-card { min-height: 370px; }
  .team { padding: 90px 14px; }
  .team-card:nth-child(1), .team-card:nth-child(2), .team-card:nth-child(3), .team-card:nth-child(4), .team-card:nth-child(5) { grid-column: 1 / -1; min-height: 0; }
  .team-seal { position: relative; left: 50%; top: auto; margin: -40px 0 15px; transform: translateX(-50%) rotate(-4deg); }
  .fees { margin: 0 14px 80px; border-radius: 30px; }
  .contact { min-height: 870px; }
}

/* WordPress integration */
.custom-logo {
  width: auto;
  max-width: min(300px, 34vw);
  max-height: 76px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
}
.footer-brand .brand-mark { font-size: 36px; }
.footer-brand-name {
  font: 700 10px/1 var(--font-geist-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-footer { position: relative; z-index: 2; }
body.admin-bar .site-header { top: 32px; }

.inner-page {
  min-height: 80vh;
  color: white;
  background: var(--night);
}
.inner-page-hero {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 150px 7vw 70px;
  background:
    linear-gradient(120deg, rgba(10,11,27,.96), rgba(67,32,102,.92) 65%, rgba(199,68,143,.78)),
    var(--bt-page-hero-image, url("assets/images/hero-miami-potsdam-v5.png")) center / cover no-repeat;
}
.inner-page-hero h1 {
  max-width: 1200px;
  margin: 0;
  color: var(--cream);
  font: 400 clamp(62px, 9vw, 150px)/.84 var(--font-display);
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.inner-page-hero .button { margin-top: 35px; }
.inner-page-intro {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.74);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.5;
}
.entry-shell {
  width: min(100% - 44px, 1000px);
  margin-inline: auto;
  padding: 90px 0 130px;
}
.entry-shell-wide { width: min(100% - 44px, 1320px); }
.entry-content {
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.8;
}
.entry-content .page-lead {
  max-width: 980px;
  margin: 0 0 70px;
  color: var(--pink);
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
}
.detail-service-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 22px;
}
.detail-service-grid .wp-block-column {
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(74,48,123,.62), rgba(204,75,157,.22));
}
.detail-service-grid .wp-block-column:nth-child(even) {
  background: linear-gradient(145deg, rgba(38,32,82,.78), rgba(255,122,114,.21));
}
.detail-service-grid .wp-block-column h2 {
  margin-top: 0;
  color: var(--cream);
  font: 400 clamp(38px, 4.8vw, 72px)/.95 var(--font-display);
  text-transform: uppercase;
}
.detail-service-grid .wp-block-column p { margin-bottom: 0; }
.page-cta {
  padding: clamp(85px, 10vw, 150px) 7vw;
  text-align: center;
  color: white;
  background: linear-gradient(125deg, #352071, #c7448f 58%, #ff936f);
}
.page-cta h2 {
  max-width: 1100px;
  margin: 28px auto 42px;
  font: 400 clamp(52px, 8vw, 115px)/.9 var(--font-display);
  text-transform: uppercase;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 2em 0 .65em;
  color: var(--cream);
  font-family: var(--font-geist-sans);
  line-height: 1.08;
}
.entry-content h2 { font-size: clamp(36px, 5vw, 66px); }
.entry-content h3 { font-size: clamp(27px, 3vw, 40px); }
.entry-content a { color: var(--acid); text-decoration: underline; text-underline-offset: .18em; }
.entry-content ul,
.entry-content ol { padding-left: 1.25em; }
.entry-content blockquote {
  margin: 2em 0;
  padding: .2em 0 .2em 1.2em;
  border-left: 5px solid var(--pink);
  color: var(--cream);
  font-size: 1.25em;
}
.post-list { display: grid; gap: 28px; }
.post-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.post-card h2 { margin: 8px 0 18px; font-size: clamp(34px, 5vw, 64px); }
.post-card p { color: rgba(255,255,255,.65); line-height: 1.7; }
.post-meta { color: var(--pink) !important; font: 700 10px/1 var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; }
.error-page .inner-page-hero { min-height: 85vh; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 620px) {
  .custom-logo { max-width: 175px; max-height: 58px; }
  .inner-page-hero { min-height: 360px; padding: 130px 22px 52px; }
  .entry-shell { width: min(100% - 36px, 1000px); padding: 65px 0 90px; }
  .entry-shell-wide { width: min(100% - 28px, 1320px); }
  .detail-service-grid { grid-template-columns: 1fr; }
  .detail-service-grid .wp-block-column { padding: 28px 24px; }
}

/* Version 3: global theme shell plus a fully editable Gutenberg homepage. */
body {
  font-size: var(--bt-body-size, 18px);
  line-height: var(--bt-body-line, 1.65);
}
h1, h2, h3, h4, h5, h6 { font-weight: var(--bt-heading-weight, 700); }
.entry-shell,
.inner-page-hero > * { max-width: var(--bt-container, 1380px); }

.site-header-shell {
  inset: 0 0 auto;
  z-index: 30;
  color: #fff;
}
.site-header-shell.header-position-overlay { position: absolute; }
.site-header-shell.header-position-solid { position: relative; background: var(--night); }
.site-topbar {
  padding: 8px 4vw;
  color: var(--ink);
  background: var(--acid);
  font: 750 11px/1.3 var(--font-geist-mono);
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}
.site-header-shell .site-header {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 104px;
  padding: 22px 4vw;
}
.site-header .brand { width: min(var(--bt-logo-width, 260px), 32vw); }
.site-header .brand .custom-logo { width: 100%; max-width: none; }
.site-header .desktop-nav { justify-self: center; align-items: center; }
.desktop-menu-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-menu-list li { margin: 0; }
.header-navigation-drawer .desktop-nav { display: none; }
.header-navigation-horizontal .desktop-nav { display: flex; }
.header-navigation-horizontal .site-menu { display: none; }
.header-layout-logo-center .brand { grid-column: 2; justify-self: center; }
.header-layout-logo-center .desktop-nav { grid-column: 1; grid-row: 1; justify-self: start; }
.header-layout-logo-center .header-actions { grid-column: 3; }
.header-layout-balanced { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
.header-layout-balanced .brand { grid-column: 2; justify-self: center; }
.header-layout-balanced .desktop-nav { grid-column: 1; grid-row: 1; justify-self: start; }
.header-layout-balanced .header-actions { grid-column: 3; justify-self: end; }

.editable-front-page,
.bt-home-content { margin: 0; padding: 0; }
.bt-home-content.entry-content {
  max-width: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}
.bt-home-content > .alignfull,
.bt-home-content > .wp-block-group,
.bt-home-content > .wp-block-cover { margin: 0; }
.bt-home-content a { color: inherit; text-decoration: none; }
.bt-home-content .wp-block-heading { margin-block-start: 0; }

.bt-home-hero.wp-block-cover {
  position: relative;
  display: flex;
  max-width: none;
  padding: 150px 4.2vw 82px;
  background: none;
}
.bt-home-hero.wp-block-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9,9,25,.05), rgba(9,9,25,.02) 35%, rgba(9,9,25,.91)), linear-gradient(90deg, rgba(8,8,24,.4), transparent 48%);
  pointer-events: none;
}
.bt-home-hero .wp-block-cover__image-background { object-position: 62% center; }
.bt-home-hero .wp-block-cover__inner-container { position: relative; z-index: 2; width: 100%; }
.bt-home-hero .hero-content { margin: 0; }
.bt-home-content .hero h1 {
  margin: 0;
  font-size: clamp(74px, 10.7vw, var(--bt-h1-size, 192px));
  font-weight: var(--bt-heading-weight, 700);
  line-height: .75;
}
.bt-home-content .hero-actions { display: flex; }
.bt-home-content .hero-actions .wp-block-button__link,
.bt-home-content .services-more .wp-block-button__link,
.bt-home-content .fees .wp-block-button__link {
  display: inline-flex;
  padding: 17px 22px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--acid);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bt-home-content .hero-actions .is-style-outline .wp-block-button__link {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}
.bt-home-content .hero-meta { margin: 0; }
.bt-home-content .hero-meta p { margin: 0; }

.bt-editable-marquee { max-width: none; }
.bt-editable-marquee .marquee-line {
  width: max-content;
  margin: 0;
  animation: marquee 24s linear infinite;
  font-family: var(--font-display);
  line-height: 1;
}
.bt-home-content .manifesto h2,
.bt-home-content .services h2,
.bt-home-content .team h2,
.bt-home-content .fees h2,
.bt-home-content .contact h2 { margin: 0; line-height: .84; }
.bt-home-content .portrait-card { margin: 0; }
.bt-home-content .portrait-card img { position: absolute; inset: 0; width: 100%; object-fit: cover; }
.bt-home-content .portrait-card figcaption span { display: block; }

.bt-home-content .service-card h3 { margin: 150px 0 0; }
.bt-home-content .service-card > p:not(.service-number) { min-height: auto; }
.bt-home-content .service-card > p:last-child { margin-bottom: 0; }
.bt-home-content .principle blockquote {
  margin: 35px auto 65px;
  padding: 0;
  border: 0;
  color: var(--ink);
  line-height: .91;
}
.principle-words {
  font: 750 clamp(11px, 1.2vw, 15px)/1.5 var(--font-geist-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bt-home-content .team-card .wp-block-image { position: static; margin: 0; }
.bt-home-content .team-card .wp-block-image img { position: absolute; inset: 0; }
.bt-home-content .team-label h3 { margin: 0; }
.bt-home-content .team-seal .seal-small,
.bt-home-content .team-seal .seal-sub { margin: 0; }
.bt-home-content .team-seal .seal-small { font: 800 clamp(10px, 1vw, 15px)/1 var(--font-geist-mono); letter-spacing: .22em; text-transform: uppercase; }
.bt-home-content .team-seal .seal-main { margin: 4px 0; color: #fff; font: 400 clamp(72px, 9vw, 140px)/.82 var(--font-display); letter-spacing: -.06em; text-shadow: 5px 5px 0 #29134a; }
.bt-home-content .team-seal .seal-sub { font: 800 clamp(7px, .75vw, 11px)/1.2 var(--font-geist-mono); letter-spacing: .12em; text-transform: uppercase; }

.bt-home-content .fees-symbol {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--cream);
  font: 400 clamp(220px, 28vw, 470px)/1 var(--font-display);
  text-shadow: 16px 20px 0 rgba(20,8,44,.42);
}
.bt-home-content .contact-mail { margin: 0; }
.bt-home-content .contact-mail a { color: #fff; }

.site-footer.footer-layout-centered { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.site-footer.footer-layout-centered nav { justify-self: center; }
.site-footer.footer-layout-logo-left { grid-template-columns: auto 1fr auto; }
.site-footer.footer-layout-logo-left .footer-copyright { justify-self: start; padding-left: 3vw; }
.footer-menu-list { display: flex; gap: 25px; margin: 0; padding: 0; list-style: none; }
.footer-menu-list li { margin: 0; }

@media (prefers-reduced-motion: reduce) {
  .bt-editable-marquee .marquee-line { animation: none; }
}

@media (max-width: 900px) {
  .site-header-shell .site-header,
  .site-header-shell .header-layout-balanced { grid-template-columns: 1fr auto; }
  .site-header-shell .site-header .brand { grid-column: 1; grid-row: 1; justify-self: start; }
  .site-header-shell .site-header .desktop-nav { display: none; }
  .site-header-shell .site-header .header-actions { grid-column: 2; grid-row: 1; }
  .site-header-shell .site-menu { display: block; }
  .bt-home-hero.wp-block-cover { padding: 130px 25px 72px; }
  .bt-home-content .portrait-card { min-height: 700px; }
  .site-footer.footer-layout-logo-left { grid-template-columns: 1fr; justify-items: center; }
  .site-footer.footer-layout-logo-left .footer-copyright { justify-self: center; padding-left: 0; }
}

@media (max-width: 620px) {
  .site-topbar { padding: 7px 18px; font-size: 9px; text-align: center; }
  .site-header-shell .site-header { min-height: 86px; padding: 17px 18px; }
  .site-header .brand { width: min(var(--bt-logo-width, 260px), 47vw); }
  .bt-home-hero.wp-block-cover { min-height: 900px !important; padding: 120px 22px 92px; }
  .bt-home-hero .wp-block-cover__image-background { object-position: 66% center; }
  .bt-home-content .hero h1 { font-size: clamp(62px, 21vw, 96px); }
  .bt-home-content .hero-actions { align-items: flex-start; flex-direction: column; }
  .bt-home-content .portrait-card { min-height: 560px; }
  .bt-home-content .service-card h3 { margin-top: 125px; }
  .footer-menu-list { flex-wrap: wrap; justify-content: center; }
}
