:root {
–blush: #f4c4d0;
–rose: #e8a0b4;
–deep: #9b3d5a;
–ink: #3a1f2b;
–cream: #f8e4ea;
–pearl: #fdf0f4;
–gold: #c9a27c;
–wine: #7a2d45;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background:
radial-gradient(ellipse at top, #f6c9d6 0%, transparent 58%),
radial-gradient(ellipse at bottom right, #f0b7c8 0%, transparent 52%),
var(–cream);
color: var(–ink);
font-family: “Jost”, sans-serif;
font-weight: 400;
line-height: 1.7;
padding: 40px 18px 80px;
}
.wrap {
max-width: 760px;
margin: 0 auto;
background: var(–pearl);
border: 1px solid rgba(155, 61, 90, 0.18);
box-shadow:
0 30px 80px rgba(122, 45, 69, 0.12),
0 0 0 10px rgba(255,250,247,0.6);
position: relative;
overflow: hidden;
}
.wrap::before {
content: “”;
position: absolute;
inset: 14px;
border: 1px solid rgba(201, 162, 124, 0.45);
pointer-events: none;
z-index: 0;
}
.inner { position: relative; z-index: 1; padding: 56px 48px 64px; }
@media (max-width: 640px) {
.inner { padding: 36px 22px 48px; }
}
.seal {
text-align: center;
letter-spacing: 0.38em;
font-size: 11px;
text-transform: uppercase;
color: var(–gold);
font-weight: 500;
margin-bottom: 10px;
}
h1 {
font-family: “Cormorant Garamond”, serif;
font-weight: 600;
font-size: clamp(28px, 5vw, 42px);
text-align: center;
color: var(–wine);
letter-spacing: 0.04em;
line-height: 1.2;
margin-bottom: 8px;
}
.subtitle {
text-align: center;
font-style: italic;
font-family: “Cormorant Garamond”, serif;
font-size: 18px;
color: #7d4a58;
margin-bottom: 28px;
}
.divider {
display: flex;
align-items: center;
gap: 16px;
margin: 28px 0 36px;
color: var(–rose);
font-size: 14px;
}
.divider::before, .divider::after {
content: “”;
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, var(–blush), transparent);
}
.section-title {
font-family: “Cormorant Garamond”, serif;
font-size: 26px;
color: var(–deep);
margin: 8px 0 18px;
font-weight: 600;
}
.field {
margin-bottom: 16px;
border-bottom: 1px dashed rgba(155, 61, 90, 0.22);
padding-bottom: 12px;
}
.label {
font-size: 11px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(–gold);
font-weight: 500;
margin-bottom: 4px;
}
.value {
font-family: “Cormorant Garamond”, serif;
font-size: 22px;
font-style: italic;
color: var(–ink);
}
.prose {
font-size: 16.5px;
color: #3d2430;
margin: 18px 0;
}
.prose p { margin-bottom: 16px; }
.checks {
display: grid;
gap: 10px;
margin: 8px 0 22px;
}
.check {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 14px;
background: linear-gradient(90deg, rgba(244,196,208,0.28), transparent);
border-left: 3px solid var(–rose);
font-size: 15px;
}
.box {
width: 16px; height: 16px;
border: 1.5px solid var(–deep);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 11px;
color: var(–wine);
flex-shrink: 0;
background: #fff;
}
.q {
margin: 22px 0 10px;
font-weight: 500;
color: var(–wine);
font-size: 15.5px;
}
.answer {
font-family: “Cormorant Garamond”, serif;
font-size: 20px;
font-style: italic;
line-height: 1.55;
color: #2c1820;
padding-left: 14px;
border-left: 2px solid var(–blush);
margin-bottom: 8px;
}
.radios { display: grid; gap: 8px; margin: 8px 0 20px; }
.radio {
font-size: 15px;
padding-left: 6px;
}
.radio .dot {
display: inline-block;
width: 13px; height: 13px;
border: 1.5px solid var(–deep);
border-radius: 50%;
margin-right: 8px;
vertical-align: -1px;
position: relative;
}
.radio.picked .dot::after {
content: “”;
position: absolute;
inset: 2px;
background: var(–wine);
border-radius: 50%;
}
.cta-wrap { text-align: center; margin: 42px 0 18px; }
.cta {
display: inline-block;
background: linear-gradient(180deg, #d96a86 0%, #b13d5c 100%);
color: #fff !important;
text-decoration: none;
letter-spacing: 0.18em;
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
padding: 18px 36px;
border: none;
box-shadow: 0 12px 30px rgba(177, 61, 92, 0.35);
cursor: default;
}
.fine {
text-align: center;
font-size: 13px;
color: #8a5a68;
font-style: italic;
margin-bottom: 36px;
}
.sig {
font-family: “Great Vibes”, cursive;
font-size: 42px;
text-align: right;
color: var(–wine);
margin-top: 8px;
line-height: 1;
}
.sig-meta {
text-align: right;
font-size: 12px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(–gold);
margin-top: 6px;
}
.footer-btns {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin-top: 40px;
padding-top: 28px;
border-top: 1px solid rgba(201,162,124,0.4);
}
.btn {
display: inline-block;
text-decoration: none;
padding: 14px 22px;
font-size: 13px;
letter-spacing: 0.06em;
border: 1px solid var(–wine);
color: var(–wine) !important;
background: #fff;
transition: 0.2s ease;
}
.btn.solid {
background: var(–wine);
color: #fff !important;
border-color: var(–wine);
}
.stamp {
position: absolute;
top: 28px;
right: 28px;
width: 88px; height: 88px;
border: 2px dashed var(–rose);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(12deg);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(–deep);
text-align: center;
line-height: 1.25;
opacity: 0.7;
font-weight: 500;
}
@media (max-width: 640px) {
.stamp { display: none; }
}
No. 001
Kenzo
Confidential · Intake Desk
🌸 WELCOME TO THE
BREEDING PROGRAM 🌸
Please complete the following questionnaire carefully.
I wasn’t supposed to fill this out in the middle of the night with my knees pulled up and my mouth already wet. But here I am, braces catching the lamp light, writing like a good girl who is absolutely not a good girl. My name is Kenzo. I am the brat they warned you about. I am the nasty little thing who smiles too wide when you tell her no. And I want to be bred so badly it has started to feel like a job I was born for.
💕 Applicant Information
People think the braces make me younger in the face. Cute. Harmless. That is the joke I live inside. I talk with a little lisp when I get sloppy, and I get sloppy on purpose. I like the way it sounds when I beg. I like the way it sounds when I refuse to beg and then do it anyway. If you are reading this, you already know what I am applying for. I want a stomach that feels claimed. I want the kind of night that doesn’t end when you finish. I want the assignment. I want the nut. I will be bratty about the path and filthy about the destination.
🌷 Compatibility Check
Check every box that would survive me.
I will sit across from you like this is paperwork and then slide down until the form is just an excuse. I will say I can take it and then make you prove I can. I will laugh when you try to be gentle and go quiet when you stop being gentle. Compatibility, for me, is simple: can you keep filling a girl who keeps asking for more like it is oxygen?
🍼 The Important Questions
What exactly are you hoping to get out of this arrangement?
A full womb and a ruined attitude. I want to be used like the application was the foreplay and my body is the contract. I want you to put it in me with the kind of intention that doesn’t pull out. I want to walk around afterward knowing I did something irreversible on purpose. I want the heat. I want the drip. I want to be your nasty little success story.
How committed are you to the assignment?
I am not here to sample the idea. I have been circling this hunger for months — touching myself to the thought of being kept full, talking bratty to an empty room, practicing how I would say please with metal on my teeth. If you accept me, I will show up already wet and already arguing. That is commitment. That is Kenzo.
How good are you at following instructions?
Terrible, until the instruction is “take it.” Then I become obedient in the ugliest, prettiest way. Tell me to stay open and I will shake and stay open. Tell me to say thank you and I will say it with a mouth that still looks expensive and acts cheap. I follow the rules that get me bred. The rest I chew on.
If this program has a waiting list, skip it. If there is an interview, make it horizontal. If there is a test, use me. I will sign whatever you put in front of my face as long as the last line is the part where you don’t waste it. I want to be the girl who applied like it was a joke and meant every filthy word.
Review this personally. Read it twice. Then decide if you can handle a braceface whore who treats breeding like a vocation and teasing like a sport. I am already yours on paper. Come make it true.
Applications are reviewed personally. Rejection may hurt your feelings.

