/* NEWS RIBBON */
.news-ribbon {
background: linear-gradient(90deg, #24a095, #ee9b81);
overflow: hidden;
white-space: nowrap;
padding: 12px 0;
font-size: 15px;
font-weight: 500;
margin: 0;
}

.ribbon-content {
display: inline-block;
animation: scroll-left 32s linear infinite;
padding-left: 100%;
}

.ribbon-content:hover {
animation-play-state: paused;
}

@keyframes scroll-left {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}

.ribbon-link {
color: #ffffff;
text-decoration: none;
padding: 0 30px;
border-right: 1px solid rgba(255,255,255,0.25);
display: inline-block;
}

.ribbon-link:last-child {
border-right: none;
padding-right: 120px;
}

/* SKILLS RIBBON */
.skills-ribbon {
background: linear-gradient(90deg, #24a095, #ee9b81);
overflow: hidden;
white-space: nowrap;
padding: 12px 0;
font-size: 15px;
font-weight: 500;
margin: 20px 0;
}

.skills-ribbon .ribbon-content {
display: inline-block;
animation: scroll-left 35s linear infinite;
padding-left: 100%;
}

.skills-ribbon .ribbon-content:hover {
animation-play-state: paused;
}

.skills-ribbon .ribbon-link {
color: #ffffff;
text-decoration: none;
padding: 0 25px;
border-right: 1px solid rgba(255,255,255,0.25);
display: inline-block;
}

.skills-ribbon .intro {
padding: 0 25px 0 60px !important;
border-right: 1px solid rgba(255,255,255,0.25);
}

.skills-ribbon .ribbon-link:last-child {
border-right: none;
padding-right: 120px;
}

/* TOOLS RIBBON */
.tools-ribbon {
background: linear-gradient(90deg, #24a095, #ee9b81);
overflow: hidden;
white-space: nowrap;
padding: 12px 0;
font-size: 15px;
font-weight: 500;
margin: 20px 0;
}

.tools-ribbon .ribbon-content {
display: inline-block;
animation: scroll-left 38s linear infinite;
padding-left: 100%;
}

.tools-ribbon .ribbon-content:hover {
animation-play-state: paused;
}

.tools-ribbon .ribbon-link {
color: #ffffff;
text-decoration: none;
padding: 0 25px;
border-right: 1px solid rgba(255,255,255,0.25);
display: inline-block;
}

.tools-ribbon .intro {
padding: 0 25px 0 60px !important;
border-right: 1px solid rgba(255,255,255,0.25);
}

.tools-ribbon .ribbon-link:last-child {
border-right: none;
padding-right: 120px;
}

/* FEATHER + TEXT */
.bree-closer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 20px 20px 40px !important;
  text-align: center !important;
  margin-top: 0 !important;
  gap: 10px !important;
}

.bree-feather-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 0 !important;
  animation: bree-feather-bob 2s ease-in-out infinite !important;
  cursor: pointer !important;
  position: relative !important;
}

.bree-feather {
  width: 54px !important;
  height: auto !important;
  transition: transform 0.3s ease !important;
}

.bree-feather-wrap:hover .bree-feather {
  transform: scale(1.1) rotate(8deg) !important;
  animation-play-state: paused !important;
}

@keyframes bree-feather-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.bree-closer-text {
  font-family: 'Playfair Display', serif !important;
  font-size: 0.85rem !important;
  font-style: italic !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  background: linear-gradient(90deg, #24a095, #ee9b81) !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  display: inline-block !important;
}

/* BURST PARTICLES */
.bree-fp {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  font-size: 12px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: none !important;
}

.bree-feather-wrap:hover .bree-fp {
  animation: bree-fp-burst 0.8s ease-out forwards !important;
}

.fp1 { color: #24a095; animation-delay: 0s !important; --tx: -30px; --ty: -30px; }
.fp2 { color: #ee9b81; animation-delay: 0.1s !important; --tx: 30px; --ty: -30px; }
.fp3 { color: #24a095; animation-delay: 0.15s !important; --tx: -40px; --ty: 0px; }
.fp4 { color: #ee9b81; animation-delay: 0.1s !important; --tx: 40px; --ty: 0px; }
.fp5 { color: #24a095; animation-delay: 0.05s !important; --tx: -20px; --ty: 30px; }
.fp6 { color: #ee9b81; animation-delay: 0.2s !important; --tx: 20px; --ty: 30px; }

@keyframes bree-fp-burst {
  0% { opacity: 0; transform: translate(-50%, -50%) translate(0, 0) scale(0.5); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(1.2); }
}

/* CONFETTI */
.bree-confetti-wrap {
position: relative !important;
width: 100% !important;
overflow: hidden !important;
pointer-events: none !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-direction: column !important;
}

.bree-confetti-tagline {
font-family: 'Playfair Display', serif !important;
font-size: 1rem !important;
font-style: italic !important;
font-weight: bold !important;
color: #ffffff !important;
text-align: center !important;
padding: .15rem .5rem !important;
position: relative !important;
z-index: 2 !important;
background: rgba(0,0,0,0.75) !important;
border-radius: 6px !important;
margin: 0 !important;
}

.bree-c {
position: absolute !important;
top: -20px !important;
width: 12px !important;
height: 12px !important;
border-radius: 3px !important;
font-size: 1.5rem !important;
animation: bree-fall linear infinite !important;
}

.c1 { left: 8%; animation-duration: 3.2s !important; animation-delay: 0 !important; }
.c2 { left: 16%; animation-duration: 2.8s !important; animation-delay: .4s !important; }
.c3 { left: 24%; animation-duration: 3.5s !important; animation-delay: .8s !important; }
.c4 { left: 32%; animation-duration: 2.6s !important; animation-delay: .2s !important; }
.c5 { left: 42%; animation-duration: 3.8s !important; animation-delay: 1s !important; }
.c6 { left: 52%; animation-duration: 3s !important; animation-delay: .6s !important; }
.c7 { left: 60%; animation-duration: 2.9s !important; animation-delay: 1.2s !important; }
.c8 { left: 68%; animation-duration: 3.3s !important; animation-delay: .3s !important; }
.c9 { left: 75%; animation-duration: 2.7s !important; animation-delay: .9s !important; }
.c10 { left: 82%; animation-duration: 3.6s !important; animation-delay: .5s !important; }
.c11 { left: 90%; animation-duration: 3.1s !important; animation-delay: 1.4s !important; }
.c12 { left: 96%; animation-duration: 2.5s !important; animation-delay: .7s !important; }

@keyframes bree-fall {
0% { transform: translateY(-20px) rotate(0deg); opacity: 1; }
100% { transform: translateY(200px) rotate(720deg); opacity: 0; }
}

/* POPUP */
.bree-popup-overlay {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 100vw !important;
height: 100vh !important;
margin: 0 !important;
padding: 0 !important;
background: rgba(0,0,0,0.35) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
z-index: 9999 !important;
animation: bree-fadeIn .8s ease forwards;
}

.bree-popup-box {
background: white !important;
border-radius: 16px !important;
padding: 2.5rem 2rem !important;
max-width: 380px !important;
width: 90% !important;
text-align: center !important;
box-shadow: 0 8px 40px rgba(0,0,0,0.15) !important;
}

.bree-popup-peacock {
font-size: 3.5rem !important;
margin-bottom: .5rem !important;
display: block !important;
animation: bree-bob 2s ease-in-out infinite;
}

.bree-popup-headline {
font-family: 'Playfair Display', serif !important;
font-size: 1.5rem !important;
font-weight: 700 !important;
color: #24a095 !important;
margin: .5rem 0 !important;
}

.bree-popup-sub {
font-family: 'Playfair Display', serif !important;
font-size: 1rem !important;
font-style: italic !important;
color: #555 !important;
margin: .5rem 0 1.5rem !important;
line-height: 1.6 !important;
}

.bree-popup-divider {
width: 40px !important;
height: 2px !important;
background: linear-gradient(90deg, #24a095, #ee9b81) !important;
margin: 1rem auto !important;
border: none !important;
}

.bree-popup-buttons {
display: flex !important;
justify-content: center !important;
gap: 1rem !important;
flex-wrap: wrap !important;
}

.bree-popup-btn {
display: inline-block !important;
font-family: 'Playfair Display', serif !important;
font-size: .9rem !important;
padding: .5rem 1.4rem !important;
border-radius: 30px !important;
text-decoration: none !important;
letter-spacing: .03em !important;
}

.bree-popup-btn-primary {
background: linear-gradient(90deg, #24a095, #ee9b81) !important;
color: white !important;
}

.bree-popup-btn-secondary {
border: 1.5px solid #24a095 !important;
color: #24a095 !important;
background: white !important;
}

@keyframes bree-fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes bree-bob {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}

@keyframes featherPop {
0% { transform: rotate(-30deg) scale(0.5); opacity: 0; }
30% { transform: rotate(15deg) scale(1.15); opacity: 1; }
50% { transform: rotate(-10deg) scale(1); opacity: 1; }
70% { transform: rotate(6deg) scale(1); opacity: 1; }
100% { transform: rotate(0deg) scale(1); opacity: 1; }
}

.bree-feather-hint {
animation: featherPop 2s ease forwards !important;
transform-origin: bottom center;
width: 22px;
height: 22px;
}

#bree-hire-me * {
box-sizing: border-box;
margin: 0;
padding: 0;
}

#bree-hire-me {
font-family: -apple-system, sans-serif;
width: 100%;
display: block;
}

#bree-hire-me .hero {
background: #2C2C2A;
padding: 80px 40px 70px;
text-align: center;
}

#bree-hire-me .hero-eye {
font-size: 11px;
letter-spacing: .15em;
text-transform: uppercase;
font-weight: 600;
color: #24a095;
margin-bottom: 20px;
display: block;
}

#bree-hire-me .hero h1 {
font-family: var(--wp--preset--font-family--playfair-display);
font-size: clamp(42px, 7vw, 72px);
font-weight: 900;
line-height: 1.02;
color: #ffffff;
margin-bottom: 24px;
letter-spacing: -.02em;
}

#bree-hire-me .hero-sub {
font-size: 16px;
line-height: 1.75;
color: #ffffff;
max-width: 520px;
margin: 0 auto 24px;
text-align: center;
}

#bree-hire-me .hero-btn {
display: inline-block;
background: transparent;
color: #ffffff;
border: 1.5px solid #ffffff;
text-decoration: none;
padding: 11px 24px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
}

#bree-hire-me .section {
background: #ffffff;
padding: 48px 40px;
max-width: 860px;
margin: 0 auto;
}

#bree-hire-me .section-label {
font-size: 13px;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
color: #2C2C2A;
background: #f9e4de;
display: inline-block;
padding: 4px 14px;
border-radius: 999px;
margin-bottom: 20px;
}

#bree-hire-me .hr {
border: none;
border-top: .5px solid #f9e4de;
margin: 0 auto;
max-width: 860px;
}

#bree-hire-me .stat-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
}

#bree-hire-me .stat {
background: #f9e4de;
border-radius: 10px;
padding: 18px 14px;
}

#bree-hire-me .stat-n {
font-family: var(--wp--preset--font-family--playfair-display);
font-size: 26px;
font-weight: 700;
color: #24a095;
line-height: 1.1;
display: block;
}

#bree-hire-me .stat-d {
font-size: 11px;
color: #2C2C2A;
margin-top: 6px;
line-height: 1.5;
display: block;
}

#bree-hire-me .bucket {
display: flex;
gap: 14px;
padding: 16px 0;
border-bottom: .5px solid rgba(255,255,255,0.2);
}

#bree-hire-me .bucket:last-child {
border-bottom: none;
}

#bree-hire-me .b-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #ffffff;
margin-top: 7px;
flex-shrink: 0;
}

#bree-hire-me .b-title {
font-size: 14px;
font-weight: 600;
color: #ffffff;
margin-bottom: 4px;
display: block;
}

#bree-hire-me .b-body {
font-size: 14px;
color: rgba(255,255,255,0.85);
line-height: 1.65;
}

#bree-hire-me .section-skills {
background: #24a095;
padding-top: 48px;
}

#bree-hire-me .section-skills .section-label {
background: rgba(255,255,255,0.25);
color: #ffffff;
}

#bree-hire-me .ribbon {
background: linear-gradient(to right, #24a095, #ee9b81);
padding: 14px 0;
overflow: hidden;
white-space: nowrap;
}

#bree-hire-me .marquee-track {
display: inline-flex;
animation: bree-marquee 28s linear infinite;
}

#bree-hire-me .marquee-track:hover {
animation-play-state: paused;
}

#bree-hire-me .marquee-track-fast {
display: inline-flex;
animation: bree-marquee 22s linear infinite;
}

#bree-hire-me .marquee-track-fast:hover {
animation-play-state: paused;
}

#bree-hire-me .marquee-content {
display: inline-flex;
align-items: center;
}

#bree-hire-me .marquee-item {
color: #ffffff;
font-size: 13px;
font-weight: 500;
padding: 0 20px;
white-space: nowrap;
}

#bree-hire-me .marquee-dot {
color: rgba(255,255,255,0.4);
font-size: 9px;
flex-shrink: 0;
}

@keyframes bree-marquee {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

#bree-hire-me .cert {
display: inline-block;
font-size: 12px;
padding: 5px 13px;
border-radius: 999px;
background: #f9e4de;
color: #ee9b81;
border: .5px solid #ee9b81;
margin: 3px;
}

#bree-hire-me .section-testimonials {
background: #f9e4de;
padding-top: 48px;
}

#bree-hire-me .section-testimonials .section-label {
background: #24a095;
color: #ffffff;
}

#bree-hire-me .tblock {
padding: 20px 0 20px 20px;
border-left: 3px solid #24a095;
margin-bottom: 20px;
position: relative;
}

#bree-hire-me .tblock:last-child {
margin-bottom: 0;
}

#bree-hire-me .tblock::before {
content: "\201C";
font-family: var(--wp--preset--font-family--playfair-display);
font-size: 80px;
color: #24a095;
opacity: .15;
position: absolute;
top: -5px;
left: 10px;
line-height: 1;
pointer-events: none;
}

#bree-hire-me .tquote {
font-size: 15px;
font-style: italic;
color: #2C2C2A;
line-height: 1.75;
margin-bottom: 8px;
display: block;
position: relative;
}

#bree-hire-me .tattr {
font-size: 12px;
color: #24a095;
font-weight: 600;
display: block;
}

#bree-hire-me .section-links {
background: #f9e4de;
padding-top: 0;
}

#bree-hire-me .link-cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}

#bree-hire-me .link-card {
display: flex;
align-items: center;
gap: 12px;
background: #f9e4de;
border-radius: 10px;
padding: 14px 16px;
text-decoration: none;
border: .5px solid #ee9b81;
}

#bree-hire-me .lc-icon {
width: 36px;
height: 36px;
border-radius: 8px;
background: rgba(255,255,255,0.6);
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
flex-shrink: 0;
}

#bree-hire-me .lc-title {
font-size: 13px;
font-weight: 600;
color: #2C2C2A;
display: block;
margin-bottom: 2px;
}

#bree-hire-me .lc-sub {
font-size: 11px;
color: #ee9b81;
display: block;
line-height: 1.4;
}

#bree-hire-me .lc-arrow {
margin-left: auto;
color: #ee9b81;
font-size: 14px;
flex-shrink: 0;
}

#bree-hire-me .section-work {
background: #ee9b81;
}

#bree-hire-me .section-work .section-label {
background: rgba(255,255,255,0.25);
color: #ffffff;
}

#bree-hire-me .section-work .work-intro {
color: #ffffff;
}

#bree-hire-me .work-intro {
font-size: 14px;
color: #2C2C2A;
line-height: 1.65;
margin-bottom: 20px;
}

#bree-hire-me .work-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
}

#bree-hire-me .work-thumb {
position: relative;
border-radius: 8px;
overflow: hidden;
aspect-ratio: 1;
display: block;
text-decoration: none;
background: #f9e4de;
}

#bree-hire-me .work-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

#bree-hire-me .work-thumb:hover img {
opacity: .85;
}

#bree-hire-me .work-label {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(36,160,149,0.85);
color: #fff;
font-size: 11px;
font-weight: 600;
padding: 5px 8px;
text-align: center;
}

#bree-hire-me .work-btn {
display: inline-block;
background: #24a095;
color: #fff;
text-decoration: none;
padding: 12px 28px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
}

#bree-hire-me .cta {
background: #2C2C2A;
padding: 56px 40px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
gap: 20px;
}

#bree-hire-me .cta h2 {
font-family: var(--wp--preset--font-family--playfair-display);
font-size: clamp(28px, 4vw, 42px);
font-weight: 700;
color: #ffffff;
line-height: 1.1;
}

#bree-hire-me .cta-sub {
font-size: 15px;
color: #ffffff;
margin-top: -8px;
}

#bree-hire-me .cta-btn {
display: inline-block;
background: #ee9b81;
color: #ffffff;
text-decoration: none;
padding: 14px 32px;
border-radius: 999px;
font-size: 14px;
font-weight: 600;
letter-spacing: .02em;
margin-top: 4px;
}

#bree-hire-me .bree-hire-confetti {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
}

#bree-hire-me .bhc {
position: absolute;
top: -30px;
width: 14px;
height: 14px;
border-radius: 3px;
font-size: 20px;
animation: bhc-fall linear infinite;
opacity: .9;
}

#bree-hire-me .bhc-1 { left: 5%; animation-duration: 3.2s; animation-delay: 0; }
#bree-hire-me .bhc-2 { left: 12%; animation-duration: 2.8s; animation-delay: .5s; }
#bree-hire-me .bhc-3 { left: 20%; animation-duration: 3.6s; animation-delay: .2s; }
#bree-hire-me .bhc-4 { left: 28%; animation-duration: 2.9s; animation-delay: 1s; }
#bree-hire-me .bhc-5 { left: 38%; animation-duration: 3.4s; animation-delay: .7s; }
#bree-hire-me .bhc-6 { left: 48%; animation-duration: 2.6s; animation-delay: .3s; }
#bree-hire-me .bhc-7 { left: 57%; animation-duration: 3.8s; animation-delay: 1.2s; }
#bree-hire-me .bhc-8 { left: 65%; animation-duration: 3s; animation-delay: .6s; }
#bree-hire-me .bhc-9 { left: 73%; animation-duration: 2.7s; animation-delay: .9s; }
#bree-hire-me .bhc-10 { left: 80%; animation-duration: 3.3s; animation-delay: .4s; }
#bree-hire-me .bhc-11 { left: 88%; animation-duration: 2.5s; animation-delay: 1.1s; }
#bree-hire-me .bhc-12 { left: 95%; animation-duration: 3.5s; animation-delay: .1s; }

@keyframes bhc-fall {
0% { transform: translateY(-30px) rotate(0deg); opacity: 1; }
100% { transform: translateY(300px) rotate(720deg); opacity: 0; }
}

@media (max-width: 700px) {
#bree-hire-me .stat-grid { grid-template-columns: repeat(2, 1fr); }
#bree-hire-me .link-cards { grid-template-columns: 1fr; }
#bree-hire-me .work-grid { grid-template-columns: repeat(2, 1fr); }
#bree-hire-me .section { padding: 36px 20px; }
#bree-hire-me .hero { padding: 56px 20px 48px; }
#bree-hire-me .cta { padding: 48px 20px; }
}

#bree-hire-me .section-certs {
background: #f9e4de;
}

#bree-hire-me .section-certs .section-label {
background: #24a095;
color: #ffffff;
}

.bree-peacock-cute {
display: block;
text-align: center;
font-size: 3rem;
margin-top: 1.5rem;
cursor: default;
animation: breeFloat 2.8s ease-in-out infinite;
transform-origin: center;
transition: transform .2s ease, filter .2s ease;
}

.bree-peacock-cute:hover {
transform: scale(1.12) rotate(6deg);
filter: drop-shadow(0 0 10px rgba(36, 160, 149, 0.35));
}

@keyframes breeFloat {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-8px) rotate(-3deg); }
}

.peacock-catcher {
position: relative;
width: 400px;
height: 400px;
margin: 2rem auto;
background: linear-gradient(135deg, #f9e4de 0%, #e8d5c4 100%);
border-radius: 20px;
overflow: hidden;
border: 4px solid #fff;
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.peacock-catcher:hover {
background: linear-gradient(135deg, #ffecd2 0%, #ee9b81 100%) !important;
transform: scale(1.05) !important;
box-shadow: 0 30px 60px rgba(0,0,0,0.2) !important;
}

.peacock-float {
position: absolute;
top: 50%;
left: 50%;
font-size: 4.5rem;
transform: translate(-50%, -50%);
animation: peacockFloat 4s infinite ease-in-out;
cursor: pointer;
z-index: 10;
transition: transform .3s ease;
}

.peacock-parade:hover {
background: linear-gradient(135deg, #ffecd2 0%, #ee9b81 100%) !important;
transition: background .6s ease !important;
}

.parade-track {
animation: parade-march 12s linear infinite;
}

.parade-track:hover {
animation-play-state: paused;
}

.parade-peacock {
position: relative;
}

.parade-peacock::before {
content: '✨';
position: absolute;
left: -30px;
top: 50%;
transform: translateY(-50%);
font-size: 1.2rem;
opacity: .7;
animation: sparkle-trail 1.2s infinite ease-out;
}

.parade-peacock:hover {
transform: scale(1.3) !important;
filter: drop-shadow(0 0 25px rgba(36,160,149,0.8));
animation: peacock-sparkle .8s ease-in-out;
}

.strut-btn:hover {
transform: translateY(-3px) scale(1.05) !important;
box-shadow: 0 10px 25px rgba(36,160,149,0.4) !important;
}

@keyframes parade-march {
0% { transform: translateX(0); }
100% { transform: translateX(-200px); }
}

@keyframes peacock-sparkle {
0%,100% { transform: scale(1.3); }
50% { transform: scale(1.5) rotate(10deg); }
}

@keyframes sparkle-trail {
0% { opacity: 0; transform: translateY(-50%) translateX(-40px) scale(0); }
50% { opacity: .8; transform: translateY(-50%) translateX(0) scale(1); }
100% { opacity: 0; transform: translateY(-50%) translateX(40px) scale(0); }
}

@keyframes saverCompressed {
0%, 2% { opacity: 0 !important; }
2.1% { opacity: 1 !important; }
98% { opacity: 1 !important; }
100% { opacity: 0 !important; }
}

.bree-peacock-wrap span.bree-c {
animation-name: pf-float !important;
}

@keyframes pf-float {
0% { transform: translateX(0) translateY(-20px) rotate(-15deg); opacity: 0; }
10% { opacity: 1; }
40% { transform: translateX(18px) translateY(80px) rotate(10deg); }
60% { transform: translateX(-12px) translateY(130px) rotate(-8deg); }
80% { transform: translateX(10px) translateY(175px) rotate(5deg); }
100% { transform: translateX(-8px) translateY(240px) rotate(-12deg); opacity: 0; }
}

.bree-feather {
width: 54px !important;
height: auto !important;
display: block !important;
align-self: center !important;
object-fit: contain !important;
flex-shrink: 0 !important;
}

.bree-break-overlay {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 100vw !important;
height: 100vh !important;
min-width: 100vw !important;
min-height: 100vh !important;
background-color: #f9e4de !important;
z-index: 9999999 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}

.bree-breathe-text {
font-family: 'Playfair Display', serif !important;
font-size: clamp(2.5rem, 8vw, 4.5rem) !important;
font-style: italic !important;
color: #24a095 !important;
text-align: center !important;
width: 100% !important;
z-index: 10 !important;
animation: bree-text-pulse 8s ease-in-out infinite !important;
pointer-events: none !important;
}

.bree-break-overlay .bree-peacock-wrap {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
z-index: 20 !important;
}

@keyframes bree-text-pulse {
0%, 100% { transform: scale(1); opacity: .6; }
50% { transform: scale(1.08); opacity: 1; }
}

.bree-exit-button {
position: fixed !important;
top: 30px !important;
right: 30px !important;
z-index: 99999999 !important;
background-color: rgba(36, 160, 149, 0.1) !important;
color: #24a095 !important;
border: 1.5px solid #24a095 !important;
padding: 10px 20px !important;
font-family: 'Playfair Display', serif !important;
font-style: italic !important;
font-size: 1rem !important;
text-decoration: none !important;
border-radius: 30px !important;
transition: all .3s ease !important;
cursor: pointer !important;
display: block !important;
}

.bree-exit-button:hover {
background-color: #24a095 !important;
color: #f9e4de !important;
transform: scale(1.05) !important;
}

.bree-serenity-player {
    position: fixed !important;
    bottom: 100px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999999999 !important;
    width: 320px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.bree-serenity-player audio {
    width: 100% !important;
    height: 45px !important;
    border-radius: 50px !important;
    filter: sepia(1) hue-rotate(130deg) saturate(3) brightness(0.9) !important;
    display: block !important;
}

#bree-party-loader .bree-content-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}

@keyframes breePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

#bree-party-loader .peppy-item {
    position: absolute !important;
    top: -100px;
    z-index: 99;
    animation: breeFall 4s linear infinite;
}

@keyframes breeFall {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    100% { transform: translateY(110vh) rotate(360deg); opacity: 0.2; }
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #24a095;
    text-shadow: 0 0 4px rgba(36, 160, 149, 0.5);
}

a,
button,
input[type="submit"],
input[type="button"] {
    position: relative;
}

a::before,
button::before,
input[type="submit"]::before,
input[type="button"]::before {
    content: '•';
    color: #24a095;
    font-size: 9px;
    position: absolute;
    top: -10px;
    left: -6px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

a::after,
button::after,
input[type="submit"]::after,
input[type="button"]::after {
    content: '•';
    color: #24a095;
    font-size: 9px;
    position: absolute;
    top: -10px;
    right: -6px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

a:hover::before,
a:hover::after,
button:hover::before,
button:hover::after,
input[type="submit"]:hover::before,
input[type="submit"]:hover::after,
input[type="button"]:hover::before,
input[type="button"]:hover::after {
    opacity: 1;
    transform: translateY(-4px) scale(1.1);
}

@keyframes sway {
    0%, 100% { transform: rotate(-15deg); }
    50% { transform: rotate(15deg); }
}

@keyframes fadeout {
    to { opacity: 0; }
}

.logistics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.l-item {
    border-bottom: 1px solid rgba(36, 160, 149, 0.2);
    padding-bottom: 0.5rem;
}

.l-label {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ee9b81;
    margin-bottom: 4px;
}

.l-body {
    margin: 0;
    font-size: 1rem;
    color: #2C2C2A;
    font-weight: 500;
}

#breefeather,
#breefeather img,
#breefeather:focus,
#breefeather:active,
#breefeather img:active {
    outline: none !important;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
    user-select: none !important;
    background: transparent !important;
}

#breefeather img {
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.bree-feather-wrap:hover .bree-feather {
  filter: drop-shadow(0 0 8px rgba(36, 160, 149, 0.8)) !important;
}

.view-my-work-btn,
.come-meet-me-btn {
    background: linear-gradient(90deg, #ee9b81, #24a095) !important;
    width: 1020px !important;
    max-width: 95% !important;
    padding: 8px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 15px auto !important;
    border: none !important;
    border-radius: 0 !important;
}

.view-my-work-btn a,
.come-meet-me-btn a {
    background-color: #ffffff !important;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 6px 25px !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 900 !important;
    font-size: 1.4rem !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12) !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
}

.view-my-work-btn a:hover,
.come-meet-me-btn a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2) !important;
}
/* BREETOPIA */

.page-id-6018 #wpadminbar,
.page-id-6018 .site-header,
.page-id-6018 #masthead,
.page-id-6018 .site-footer,
.page-id-6018 #colophon,
.page-id-6018 .wp-block-post-title { display: none !important; }

.page-id-6018 body { overflow: hidden !important; margin-top: 0 !important; padding-top: 0 !important; }
.page-id-6018 #page { padding: 0 !important; margin: 0 !important; }
.page-id-6018 #primary { padding: 0 !important; margin: 0 !important; }
.page-id-6018 #main { padding: 0 !important; margin: 0 !important; }

.breetopia-world {
  background-image: url('https://breesteinbronn.com/wp-content/uploads/2026/04/Breetopia-Cloudy-Background.png');
}

#bree-party-loader .bree-content-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}

@keyframes breePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

#bree-party-loader .peppy-item {
    position: absolute !important;
    top: -100px;
    z-index: 99;
    animation: breeFall 4s linear infinite;
}

@keyframes breeFall {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    100% { transform: translateY(110vh) rotate(360deg); opacity: 0.2; }
}

#bree-book {
  width: 4% !important;
}

#bree-shoe {
  width: 3.9% !important;
}

#bree-dolphin {
  width: 5.25% !important;
}

/* NIGHT OVERLAY */
#bree-night-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 10000001;
  opacity: 1;
}

/* Crystal cluster */
#bree-night-crystal {
  top: 30%;
  left: 45%;
  width: 24px;
}

#bree-night-sparkles {
  position: absolute;
  top: 63%;
  left: 44%;
  width: 200px;
  opacity: 1;
  z-index: 12;
  pointer-events: none;
}

/* UI Cleanup: Remove Focus Rings */
a:focus,
a:active,
img:focus,
img:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

/* ⭐ CLEAN MINI-BREE — ONLY FIXED PART ⭐ */

/* Wrapper controls Mini-Bree’s actual position */
.mini-bree-wrapper {
  position: absolute !important;
  left: 53.5%;
  top: 24%;
  transform: translate(-50%, -50%);
  z-index: 999999 !important;
  pointer-events: auto !important;
  animation: miniBreeHop 1.6s ease-in-out infinite;
}

/* Mini-Bree image — cleaned, cursor enabled */
#mini-bree {
  position: absolute;
  width: 26px;
  transform: translate(-50%, -50%);
  z-index: 999999;
  filter: drop-shadow(0 0 12px rgba(36,160,149,0.8));
  cursor: pointer;
  pointer-events: auto;
}

/* Sparkle — follows wrapper */
#mini-bree-sparkle {
  position: absolute;
  top: calc(24% + 19px);
  left: 53.25%;
  width: 17px;
  height: 17px;
  pointer-events: none;
  z-index: 999999999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  background: radial-gradient(
    circle,
    rgba(255,255,255,1) 0%,
    rgba(255,200,255,0.8) 40%,
    rgba(255,200,255,0) 80%
  );
  border-radius: 50%;
  filter: blur(4px);
  animation: miniBreeSparkle 1.6s ease-in-out infinite;
}

@keyframes miniBreeHop {
  0%   { translate: 0 -9px; }
  35%  { translate: 0 -26px; }
  55%  { translate: 0 -26px; }
  100% { translate: 0 -9px; }
}

@keyframes miniBreeSparkle {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
  35%  { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
  55%  { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
}

/* JEWEL CLUSTER */
.jewel {
  position: absolute;
  width: 2.4%;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999999;
  animation: jewelFloat 3.8s ease-in-out infinite;
  filter:
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.7))
    drop-shadow(0 0 12px rgba(255, 180, 255, 0.5));
}

.jewel:nth-child(1) { animation-delay: 0s; }
.jewel:nth-child(2) { animation-delay: 0.6s; }
.jewel:nth-child(3) { animation-delay: 1.2s; }

@keyframes jewelFloat {
  0%   { translate: 0 0; }
  50%  { translate: 0 -10px; }
  100% { translate: 0 0; }
}

.magic-dust {
  position: absolute;
  width: 1.2%;
  height: auto;
  opacity: 0.7;
  pointer-events: none;
  z-index: 999999;
  animation: dustSpin 4s linear infinite;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.8));
}

@keyframes dustSpin {
  0%   { transform: rotate(0deg) scale(1); }
  100% { transform: rotate(360deg) scale(1.1); }
}

/* ⭐ FORCE FEATHER TO BE ON TOP + CLICKABLE */
#bree-feather {
  position: absolute;
  width: 22px;
  height: auto;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  z-index: 999999999 !important;
  pointer-events: auto !important;
  animation: featherOrbit 12s linear infinite;
  cursor: pointer;
  filter:
    drop-shadow(0 0 14px #ffffff)
    drop-shadow(0 0 26px #fff6d1)
    drop-shadow(0 0 40px #ffe9a3);
  transition: transform .25s ease, filter .25s ease;
}

#bree-feather:hover {
  transform: translate(-50%, -50%) scale(1.15);
  filter:
    drop-shadow(0 0 14px rgba(255,255,255,1))
    drop-shadow(0 0 26px rgba(255,180,255,1))
    drop-shadow(0 0 34px rgba(36,160,149,1));
}

@keyframes featherOrbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(120px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(120px) rotate(-360deg);
  }
}

/* ⭐ BURST ELEMENTS */
.feather-burst {
  position: absolute;
  width: 20px;
  height: auto;
  pointer-events: none;
  z-index: 999999999;
}

.confetti-piece {
  position: absolute;
  width: 6px;
  height: 6px;
  background: hsl(var(--hue), 80%, 70%);
  border-radius: 2px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 999999999;
}

.breetopia-exit-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10000000;
  background: rgba(255,255,255,0.85);
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  backdrop-filter: blur(6px);
  transition: transform .25s ease, opacity .25s ease;
}

.breetopia-exit-btn:hover {
  transform: scale(1.08);
  opacity: 0.85;
}

.breetopia-exit-btn {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 10000000;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 10px;
  background: rgba(255,255,255,0.85);
  color: #24a095;
  border: 2px solid #ee9b81;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
  backdrop-filter: blur(6px);
  transition: transform .25s ease, opacity .25s ease, box-shadow .25s ease;
}

.bree-exit-button {
  max-width: 200px !important;
  text-align: center !important;
  top: 12px !important;
  right: 12px !important;
  font-size: 0.8rem !important;
  padding: 8px 14px !important;
}

.breetopia-exit-btn:hover {
  transform: scale(1.06);
  opacity: 0.9;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

#ptg-peacock {
  z-index: 20 !important;
}

#bree-shell {
  top: 60% !important;
  left: 50% !important;
  width: 3.7% !important;
  animation: breeGoldGlow 3s ease-in-out infinite !important;
  cursor: pointer !important;
}

#bree-golden-peacock {
  top: 19% !important;
  left: 68% !important;
  width: 5% !important;
  animation: breeGoldGlow 3s ease-in-out infinite, breeGoldenBob 4s ease-in-out infinite !important;
  cursor: pointer !important;
}

@keyframes breeGoldGlow {
  0%, 100% { filter: drop-shadow(0 0 5px rgba(255,200,50,0.5)); }
  50%       { filter: drop-shadow(0 0 14px rgba(255,200,50,1)); }
}

@keyframes breeGoldenBob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%       { transform: translateY(-8px) rotate(3deg); }
}

#bree-music-note {
  position: fixed;
  bottom: 22%;
  right: 34%;
  z-index: 9999998;
  font-size: 1.4rem;
  color: #ffffff !important;
  cursor: pointer;
  opacity: 0.8;
  animation: breeNoteFloat 3s ease-in-out infinite;
  transition: opacity 0.3s;
  user-select: none;
  text-shadow:
    0 0 10px rgba(36,160,149,0.9),
    0 0 20px rgba(36,160,149,0.7),
    0 0 32px rgba(36,160,149,0.5);
}

#bree-music-note:hover {
  opacity: 1;
}

#bree-music-note.playing {
  animation: breeNotePulse 1.5s ease-in-out infinite;
  opacity: 1;
}

#bree-bottle {
  width: 6.25% !important;
}

/* --- Horizontal Timeline Container --- */
.bree-horizontal-timeline {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  scrollbar-color: #24a095 #e5e5e5;
}

/* --- WebKit scrollbar (Chrome/Safari) --- */
.bree-horizontal-timeline::-webkit-scrollbar {
  height: 6px;
}

.bree-horizontal-timeline::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}

.bree-horizontal-timeline::-webkit-scrollbar-thumb {
  background: #24a095;
  border-radius: 10px;
}

/* --- Track Layout --- */
.bree-timeline-track {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 10px 0;
}

/* --- Timeline Cards --- */
.bree-timeline-entry {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 16px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  white-space: normal;
  word-break: break-word;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  text-align: center;
}

.bree-timeline-entry.bree-visible {
  opacity: 1;
  transform: translateY(0);
}

.bree-timeline-entry h3 {
  margin: 0 0 6px 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.bree-timeline-entry p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  text-align: center;
}

/* fix fade-out layering */
#bree-party-loader .bree-peacock-wrap,
#bree-party-loader .peppy-item {
    z-index: 1 !important;
}

/* shimmer */
.bree-sparkle {
    animation: breeShimmer 3s ease-in-out infinite;
    opacity: 0.9;
}

@keyframes breeShimmer {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
    50% { filter: drop-shadow(0 0 10px rgba(255,255,255,0.6)); }
}

#bree-party-loader .peppy-item img {
    animation: breeFeatherShimmer 3s ease-in-out infinite;
    opacity: 0.95;
}

@keyframes breeFeatherShimmer {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
    50% { filter: drop-shadow(0 0 12px rgba(255,255,255,0.7)); }
}

/* FEATHER RAIN MOTION */
#bree-party-loader .peppy-item {
    top: -80px;
    animation: breeFeatherRain 4.8s linear infinite;
}

@keyframes breeFeatherRain {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    60% { transform: translateY(60vh) rotate(40deg); opacity: 0.9; }
    100% { transform: translateY(110vh) rotate(90deg); opacity: 0; }
}

.peppy-item:nth-child(odd) {
    animation-duration: 5.2s !important;
}

.peppy-item:nth-child(even) {
    animation-duration: 4.4s !important;
}

.page-id-6018 * {
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}

/* Mini-Bree glow pulse */
.bree-glow {
  animation: breeGlowPulse 0.8s ease-out;
}

@keyframes breeGlowPulse {
  0% {
    filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
  }
  100% {
    filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
  }
}

/* ⭐ MINI-BREE DRAMATIC SPIN ⭐ */
.bree-dramatic-spin {
  animation: breeDramaticSpin 0.9s ease-out forwards;
}

@keyframes breeDramaticSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 200, 120, 0));
  }
  25% {
    transform: translate(-50%, -60%) rotate(360deg) scale(1.15);
    filter: drop-shadow(0 0 10px rgba(255, 200, 120, 0.8));
  }
  50% {
    transform: translate(-50%, -75%) rotate(540deg) scale(1.25);
    filter: drop-shadow(0 0 16px rgba(255, 200, 120, 1));
  }
  75% {
    transform: translate(-50%, -60%) rotate(630deg) scale(1.15);
    filter: drop-shadow(0 0 10px rgba(255, 200, 120, 0.8));
  }
  100% {
    transform: translate(-50%, -50%) rotate(720deg) scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 200, 120, 0));
  }
}
/* ⭐⭐⭐ MOBILE FIX — PRESERVE TRANSFORM CONTEXT ⭐⭐⭐ */
@media (max-width: 768px) {

  /* ⭐ Stop island bobbing on mobile, but DO NOT change transform */
  .breetopia-island-wrap {
    animation: none !important;
  }

  /* ⭐ Optional: Slightly scale Mini-Bree for mobile stability */
  .mini-bree-wrapper {
    transform: translate(-50%, -50%) scale(0.9) !important;
  }

  /* ⭐ Optional: Slightly reduce house size for mobile clarity */
  .bree-house {
    width: 90px !important;
  }

  /* ⭐ Optional: Slightly reduce key size for mobile clarity */
  #bree-key {
    width: 15px !important;
  }
}
