The Shyest Cougar: Intimate Stories by Sandra Smith


Sandra Smith

Something intimate is being written.

Sandra Smith writes as The Shyest Cougar, creating stories about attraction, memory, timing, longing, and the dangerous comfort of being understood.

This site will soon become home to fiction, selected readings, observations, and cinematic storytelling from Redheaded Spitfire Publishing.

The door is not open yet. But the light is on.

Published by
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Shyest Cougar</title>
<meta name="description"
content="Official home of Sandra Smith writing as The Shyest Cougar. Fiction, audio readings, and cinematic storytelling.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
body{
margin:0;
padding:0;
background:#050403;
color:#f5ead8;
font-family:Georgia, serif;
background:
radial-gradient(circle at top,
rgba(125,78,32,.18),
transparent 42%),
linear-gradient(
rgba(0,0,0,.90),
rgba(0,0,0,.98));
}
.wrapper{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:50px 22px;
}
.panel{
width:100%;
max-width:1080px;
background:rgba(0,0,0,.58);
border:1px solid rgba(212,169,93,.24);
border-radius:24px;
box-shadow:
0 0 90px rgba(0,0,0,.85);
padding:56px 42px;
}
.logo-wrap{
text-align:center;
}
.cougar-logo{
width:100%;
max-width:500px;
margin-bottom:28px;
}
.content{
display:grid;
grid-template-columns:1fr 1fr;
gap:48px;
align-items:center;
margin-top:18px;
}
.author-photo{
width:100%;
border-radius:20px;
border:1px solid rgba(212,169,93,.28);
box-shadow:
0 0 40px rgba(0,0,0,.70);
}
.copy{
text-align:left;
}
.copy h1{
font-size:2.15rem;
font-weight:normal;
line-height:1.3;
color:#f2d18e;
margin-top:0;
margin-bottom:24px;
}
.copy p{
font-size:1.12rem;
line-height:1.8;
color:#e7dcc9;
margin-bottom:22px;
}
.signature{
color:#cba35f;
font-style:italic;
font-size:1.15rem;
margin-top:28px;
}
.buttons{
display:flex;
gap:16px;
flex-wrap:wrap;
margin-top:34px;
}
.button{
text-decoration:none;
color:#f2d18e;
border:1px solid #b88b3b;
padding:14px 26px;
border-radius:999px;
text-transform:uppercase;
letter-spacing:.10em;
font-size:.84rem;
transition:.25s ease;
}
.button:hover{
background:#c89a4d;
color:#000;
}
.publisher{
margin-top:60px;
padding-top:34px;
border-top:
1px solid rgba(212,169,93,.14);
text-align:center;
}
.publisher-label{
color:#8d7d62;
text-transform:uppercase;
letter-spacing:.18em;
font-size:.72rem;
margin-bottom:20px;
}
.publisher-logo{
width:100%;
max-width:240px;
opacity:.96;
}
.footer{
margin-top:18px;
color:#756955;
font-size:.82rem;
letter-spacing:.08em;
}
@media(max-width:850px){
.content{
grid-template-columns:1fr;
}
.copy{
text-align:center;
}
.buttons{
justify-content:center;
}
.panel{
padding:40px 24px;
}
.copy h1{
font-size:1.8rem;
}
}
</style>
</head>
<body>
<div class="wrapper">
<div class="panel">
<div class="logo-wrap">
<img src="cougar-logo.png"
alt="The Shyest Cougar"
class="cougar-logo">
</div>
<div class="content">
<div>
<img src="sandra-literary.jpg"
alt="Sandra Smith"
class="author-photo">
</div>
<div class="copy">
<h1>
Something intimate is being written.
</h1>
<p>
Sandra Smith writes as
<strong>The Shyest Cougar</strong>,
creating stories about attraction,
memory, timing, longing,
and the dangerous comfort of being understood.
</p>
<p>
This site will soon become home to fiction,
selected readings, observations,
and cinematic storytelling from
Redheaded Spitfire Publishing.
</p>
<p class="signature">
The door is not open yet.
But the light is on.
</p>
<div class="buttons">
<a class="button"
href="mailto:contact@theshyestcougar.com">
Contact
</a>
<a class="button"
href="#">
Join the List
</a>
</div>
</div>
</div>
<div class="publisher">
<div class="publisher-label">
Published by
</div>
<img src="redheadedspitfire-logo.png"
alt="Redheaded Spitfire Publishing"
class="publisher-logo">
<div class="footer">
© 2026 Redheaded Spitfire Publishing, LLC
</div>
</div>
</div>
</div>
</body>
</html>