@import url(‘https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Outfit:wght@300;400;500;600&display=swap’);
:root {
–bg: #fdf8f5;
–text: #2c2c2c;
–accent: #9b2335;
–soft-pink: #f3e0e0;
–rose: #c45c6a;
–cream: #fff9f5;
–dark: #1f1f1f;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: var(–bg);
color: var(–text);
font-family: ‘Outfit’, sans-serif;
line-height: 1.75;
}
/* HEADER – soft & elegant */
header {
background: linear-gradient(135deg, #fff5f5 0%, #f8e8e8 100%);
padding: 60px 20px 80px;
text-align: center;
border-bottom: 1px solid #e8d0d0;
}
.logo {
font-size: 0.95rem;
letter-spacing: 4px;
text-transform: uppercase;
color: var(–rose);
margin-bottom: 18px;
font-weight: 500;
}
h1 {
font-family: ‘Cormorant Garamond’, serif;
font-size: clamp(3rem, 9vw, 5.2rem);
font-weight: 700;
color: var(–dark);
line-height: 1.05;
margin-bottom: 12px;
}
h1 span {
color: var(–accent);
font-style: italic;
}
.tagline {
font-size: 1.25rem;
color: #666;
max-width: 540px;
margin: 0 auto 40px;
font-weight: 300;
}
.cta-top {
display: inline-block;
background: var(–accent);
color: white;
font-weight: 500;
font-size: 1.1rem;
padding: 18px 48px;
border-radius: 60px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(155, 35, 53, 0.25);
}
.cta-top:hover {
background: #7e1c2b;
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(155, 35, 53, 0.35);
}
.container {
max-width: 780px;
margin: 0 auto;
padding: 70px 24px;
}
.story-meta {
text-align: center;
margin-bottom: 55px;
color: #999;
font-size: 0.95rem;
letter-spacing: 0.5px;
}
.story-meta strong {
color: var(–accent);
}
/* PHOTO BLOCKS – soft & large */
.photo-block {
margin: 65px 0;
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.photo-block img {
width: 100%;
height: 580px;
object-fit: cover;
display: block;
transition: transform 0.7s ease;
}
.photo-block:hover img {
transform: scale(1.03);
}
.photo-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(0,0,0,0.75));
padding: 40px 28px 24px;
font-size: 1.15rem;
color: #fff;
font-style: italic;
font-family: ‘Cormorant Garamond’, serif;
}
/* STORY */
.story p {
font-size: 1.2rem;
margin-bottom: 1.8em;
color: #333;
font-weight: 300;
}
.story p.dropcap::first-letter {
font-family: ‘Cormorant Garamond’, serif;
font-size: 4.8rem;
float: left;
line-height: 0.7;
margin-right: 14px;
margin-top: 6px;
color: var(–accent);
}
.highlight {
background: #f8e8e8;
padding: 4px 10px;
border-radius: 4px;
}
.filthy {
color: var(–accent);
font-weight: 500;
}
/* INTERACTIVE BOX */
.interactive {
background: var(–cream);
border: 1px solid #e8d0d0;
border-radius: 24px;
padding: 50px 35px;
margin: 70px 0;
text-align: center;
box-shadow: 0 15px 40px rgba(0,0,0,0.04);
}
.interactive h2 {
font-family: ‘Cormorant Garamond’, serif;
font-size: 2.4rem;
color: var(–dark);
margin-bottom: 14px;
}
.interactive p {
color: #666;
margin-bottom: 35px;
font-size: 1.15rem;
font-weight: 300;
}
.btn-row {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
}
.btn {
display: inline-block;
padding: 16px 38px;
border-radius: 60px;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
font-size: 1.05rem;
}
.btn-call {
background: var(–accent);
color: white;
box-shadow: 0 8px 25px rgba(155, 35, 53, 0.25);
}
.btn-call:hover {
background: #7e1c2b;
transform: translateY(-3px);
}
.btn-outline {
border: 1.5px solid var(–accent);
color: var(–accent);
background: transparent;
}
.btn-outline:hover {
background: var(–accent);
color: white;
}
/* FINAL CTA */
.final-cta {
background: linear-gradient(135deg, #fff5f5, #f8e8e8);
padding: 80px 20px;
text-align: center;
border-top: 1px solid #e8d0d0;
}
.final-cta h2 {
font-family: ‘Cormorant Garamond’, serif;
font-size: 2.8rem;
color: var(–dark);
margin-bottom: 16px;
}
.final-cta p {
color: #666;
max-width: 520px;
margin: 0 auto 35px;
font-size: 1.2rem;
font-weight: 300;
}
.phone {
font-size: 2.1rem;
font-weight: 600;
color: var(–accent);
letter-spacing: 1px;
display: block;
margin-bottom: 6px;
}
.ext {
font-size: 1.2rem;
color: #888;
display: block;
margin-bottom: 32px;
}
footer {
text-align: center;
padding: 30px;
font-size: 0.85rem;
color: #aaa;
background: #fff;
}
@media (max-width: 700px) {
.photo-block img {
height: 420px;
}
.btn-row {
flex-direction: column;
align-items: center;
}
}
Ava Monroe
BBC Phone Sex • Obsessed • Addicted • Always Hungry
I can’t stop. I don’t even try anymore.
Every single day I wake up already wet, already aching for that heavy, dark, veiny cock. The kind that stretches me open and ruins me for anything else. I’ve tried dating regular guys… but the second I close my eyes I’m back to fantasizing about a big Black man pinning me down and using me like a little white fucktoy.
I’m not ashamed. I’m obsessed. I’m addicted to BBC.
This morning I spent forty minutes on my back with my legs spread, fucking myself with the thickest black dildo I own while I moaned into the phone for a stranger. I told him exactly how I wanted it — slow at first so I could feel every inch stretching me, then hard and deep until I was crying and cumming all over it.
I love when a Black man calls me and doesn’t hold back. I want the filthy truth. I want him to tell me how he’s going to split my tight little pussy open, how he’s going to hold me down by my throat while he breeds me, how he’s going to make me thank him for every thick pulse of cum he dumps inside me.
“Call me your little white slut,” I whisper into the phone. “Tell me my pussy was made for Black cock. Make me say it back.”
Last night a caller made me edge for almost an hour. Every time I got close he made me stop and apologize for almost cumming without permission. By the time he finally let me finish I was shaking so hard I dropped the phone. I came so hard I saw stars… and the first thing I did after was beg him to call me again tomorrow.
I’m not looking for romance. I’m looking for thick Black cock and a man who knows how to use it while I whimper and thank him.
I’m lying here right now with my legs open, phone in one hand, the other slowly circling my swollen clit. I’m already soaked again. I keep thinking about the next Black man who calls… how deep he’s going to make me take it… how hard he’s going to make me cum while I call myself his good little white whore.
If you’re Black and you’re reading this with your cock hard… you already know what I need.
Call me. Talk dirty to me. Tell me exactly how you’re going to ruin me. I’ll be on my knees for your voice the second I answer.
Ready to feed my addiction?
I’m wet, I’m lonely, and I’m craving thick Black cock right now.
Don’t make me wait.
I’m waiting with my legs open
Tell me how big it is. Tell me how you’re going to use me. I’ll be as filthy as you need.
888-750-4746
Extension 874