/* Визуальный акцент: заголовок вступления */
<div style="text-align: center; font-size: 1.8em; color: #89b4fa; margin-bottom: 20px;">\
A New Chapter\
</div>\
<div style="max-width: 600px; margin: 0 auto; line-height: 1.6; font-family: 'Georgia', serif; text-align: center;">\
Welcome to the "Orb Effect" game.
Our universe is infinite and holds many mysteries. A seemingly ordinary family will face one of them. I invite you to get to know them better and join them in this extraordinary story.
/* Кнопка перехода к знакомству */
<center>
<<button "Let's get started" "Intro">><</button>>
</center>
</div>
<a href="https://www.patreon.com/BeholdR" target="_blank" style="color: #f96854; font-weight: bold;">🧡 My Patreon</a><center>Before you start playing, you can change the names of the heroes and their relationships, or you can leave everything as it is.</center>
<center>Set names</center>
<div style="display: flex; gap: 20px; align-items: center;">
<div>
Set boy's name:
<<textbox "$son_name" "John">>
</div>
<div>
Set older girl's name:
<<textbox "$older_sister_name" "Jessica">>
</div>
</div>
<div style="display: flex; gap: 20px; align-items: center;">
<div>
Set younger girl's name:
<<textbox "$younger_sister_name" "Emma">>
</div>
<div>
Set man's name:
<<textbox "$father_name" "Greg">>
</div>
</div>
<div style="display: flex; gap: 20px; align-items: center;">
<div>
Set woman's name:
<<textbox "$mother_name" "Lisa">>
</div>
</div>
<center>Set relations</center>
<div style="display: flex; gap: 20px; align-items: center;">
<div>
The boy:
<<textbox "$son_relation" "son">>
</div>
<div>
The older girl:
<<textbox "$older_sister_relation" "sister">>
</div>
</div>
<div style="display: flex; gap: 20px; align-items: center;">
<div>
The younger girl:
<<textbox "$younger_sister_relation" "sister">>
</div>
<div>
The man:
<<textbox "$father_relation" "father">>
</div>
</div>
<div style="display: flex; gap: 20px; align-items: center;">
<div>
The woman:
<<textbox "$mother_relation" "mother">>
</div>
</div>
/* КОНТЕЙНЕР НАСТРОЙКИ КОНТЕНТА (ОБЩИЙ ДЛЯ СТОРОННИХ ПЕРСОНАЖЕЙ) */
<div id="content-settings-block" style="margin: 20px auto; padding: 20px; background: rgba(148, 226, 213, 0.05); border: 1px solid rgba(148, 226, 213, 0.3); border-radius: 12px; max-width: 650px; text-align: center; box-sizing: border-box;">
<p style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #94e2d5; letter-spacing: 1px; margin-bottom: 10px;">CONTENT PREFERENCE</p>
<p style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.95em; line-height: 1.5;">
Please select your preference for optional adult content involving side characters and family members later in the game (includes Netorare). Choose an option to start the game.
</p>
<div style="display: flex; justify-content: center; gap: 15px; margin-top: 15px;">
<div class="char-link">
<<link "✅ Enable NTR / Extra Content">>
<<set $ntr_content to true>>
<<replace "#content-settings-block">>
<p style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; margin: 5px 0;">NTR CONTENT ENHANCED</p>
<p style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em; margin-bottom: 15px;">NTR enabled.</p>
/* КНОПКА СТАРТА ПРИ ВЫБОРЕ TRUE (С АВТОЗАПОЛНЕНИЕМ ИМЕН) */
<div style="text-align: center; margin-top: 10px;">
<<button "Let's begin">>
<<if $son_name.trim() eq "">> <<set $son_name to "John">> <</if>>
<<if $older_sister_name.trim() eq "">> <<set $older_sister_name to "Jessica">> <</if>>
<<if $younger_sister_name.trim() eq "">> <<set $younger_sister_name to "Emma">> <</if>>
<<if $father_name.trim() eq "">> <<set $father_name to "Greg">> <</if>>
<<if $mother_name.trim() eq "">> <<set $mother_name to "Lisa">> <</if>>
<<if $son_relation.trim() eq "">> <<set $son_relation to "son">> <</if>>
<<if $older_sister_relation.trim() eq "">> <<set $older_sister_relation to "sister">> <</if>>
<<if $younger_sister_relation.trim() eq "">> <<set $younger_sister_relation to "sister">> <</if>>
<<if $father_relation.trim() eq "">> <<set $father_relation to "father">> <</if>>
<<if $mother_relation.trim() eq "">> <<set $mother_relation to "mother">> <</if>>
<<goto "Intro_Family">>
<</button>>
</div>
<</replace>>
<</link>>
</div>
<div class="char-link">
<<link "❌ Disable Extra Content">>
<<set $ntr_content to false>>
<<replace "#content-settings-block">>
<p style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; margin: 5px 0;">STANDARD PREFERENCE LOCKED</p>
<p style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em; margin-bottom: 15px;">NTR disabled</p>
/* КНОПКА СТАРТА ПРИ ВЫБОРЕ FALSE (С АВТОЗАПОЛНЕНИЕМ ИМЕН) */
<div style="text-align: center; margin-top: 10px;">
<<button "Let's begin">>
<<if $son_name.trim() eq "">> <<set $son_name to "John">> <</if>>
<<if $older_sister_name.trim() eq "">> <<set $older_sister_name to "Jessica">> <</if>>
<<if $younger_sister_name.trim() eq "">> <<set $younger_sister_name to "Emma">> <</if>>
<<if $father_name.trim() eq "">> <<set $father_name to "Greg">> <</if>>
<<if $mother_name.trim() eq "">> <<set $mother_name to "Lisa">> <</if>>
<<if $son_relation.trim() eq "">> <<set $son_relation to "son">> <</if>>
<<if $older_sister_relation.trim() eq "">> <<set $older_sister_relation to "sister">> <</if>>
<<if $younger_sister_relation.trim() eq "">> <<set $younger_sister_relation to "sister">> <</if>>
<<if $father_relation.trim() eq "">> <<set $father_relation to "father">> <</if>>
<<if $mother_relation.trim() eq "">> <<set $mother_relation to "mother">> <</if>>
<<goto "Intro_Family">>
<</button>>
</div>
<</replace>>
<</link>>
</div>
</div>
</div>
/* КОНТЕЙНЕР ДЛЯ СЛЕПОЙ ЗАГЛУШКИ КНОПКИ */
<div id="game-start-placeholder" style="text-align: center; margin-top: 20px;">
<span style="font-family: 'Georgia', serif; font-style: italic; color: #585b70; font-size: 1.1em;">
[ Select a preference above to start the game ]
</span>
</div>
/*<<button "Let's begin">>
<<if $son_name.trim() eq "">>
<<set $son_name to "John">>
<</if>>
<<if $older_sister_name.trim() eq "">>
<<set $older_sister_name to "Jessica">>
<</if>>
<<if $younger_sister_name.trim() eq "">>
<<set $younger_sister_name to "Emma">>
<</if>>
<<if $father_name.trim() eq "">>
<<set $father_name to "Greg">>
<</if>>
<<if $mother_name.trim() eq "">>
<<set $mother_name to "Lisa">>
<</if>>
<<if $son_relation.trim() eq "">>
<<set $son_relation to "son">>
<</if>>
<<if $older_sister_relation.trim() eq "">>
<<set $older_sister_relation to "sister">>
<</if>>
<<if $younger_sister_relation.trim() eq "">>
<<set $younger_sister_relation to "sister">>
<</if>>
<<if $father_relation.trim() eq "">>
<<set $father_relation to "father">>
<</if>>
<<if $mother_relation.trim() eq "">>
<<set $mother_relation to "mother">>
<</if>>
<<goto "Intro_Family">>
<</button>>*/Orb Effect
Version 0.0.1a
/*$son_name
<img src="images/son_portrait.png" width="50%">
*/
Day: <<print $days[$dayIndex]>>
Time: <<print $dayPhase.toUpperCase()>>
<div style="padding: 2px; font-family: 'Segoe UI', sans-serif;">
<<if $intro_completed>>
/* ИНДИКАТОР ОРБА */
<div style="
display: flex;
align-items: center;
justify-content: center;
background: rgba(243, 139, 168, 0.08);
border: 1px solid rgba(243, 139, 168, 0.4);
border-radius: 4px;
padding: 2px 0;
margin-bottom: 6px;
gap: 6px;
min-height: 20px;
">
<span style="font-size: 0.9em; filter: drop-shadow(0 0 3px #f38ba8);">🔮</span>
<span style="
color: #f38ba8;
font-size: 0.75em;
font-weight: bold;
letter-spacing: 0.5px;
line-height: 1;
">ORB POWER: $orb_power</span>
</div>
/* ИНДИКАТОР ПОХОТИ ДЖОНА */
<<nobr>>
<div style="margin-top: 12px; padding: 0 5px;">
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px;">
<span style="font-family: 'Segoe UI', sans-serif; font-size: 0.65em; letter-spacing: 1.5px; color: #f38ba8; font-weight: bold; text-shadow: 0 0 5px rgba(243, 139, 168, 0.5);">AROUSAL</span>
<span style="font-family: 'Consolas', monospace; font-size: 0.7em; color: #f38ba8;"><<print $player_lust>>%</span>
</div>
<div style="width: 100%; height: 4px; background: rgba(255, 255, 255, 0.1); border-radius: 2px; position: relative; overflow: visible;">
<div @style="'width:' + Math.clamp($player_lust, 0, 100) + '%; height: 100%; background: linear-gradient(90deg, #f38ba8, #ff79c6); border-radius: 2px; transition: width 0.8s; position: absolute; top: 0; left: 0; box-shadow: 0 0 10px rgba(243, 139, 168, 0.6);'">
<div style="position: absolute; right: 0; top: -2px; width: 4px; height: 8px; background: #fff; filter: blur(2px); opacity: 0.5;"></div>
</div>
</div>
</div>
<</nobr>>
<hr style="margin: 5px 0; border: 0; border-top: 1px solid #45475a;">
/* КНОПКА ВЫЗОВА СИСТЕМЫ ПОМОЩИ */
<<if $intro_completed>>
<div style="text-align: center; margin: 8px 0 4px 0;">
<<link "🧭 Show hint" "HintSystem">>
<<run UIBar.update()>>
<</link>>
</div>
<</if>>
<details>
<summary style="cursor: pointer; font-size: 0.9em; font-weight: bold;">📊 SHOW FAMILY STATS</summary>
<div style="margin-top: 5px; border-left: 2px solid #45475a; padding-left: 10px;">
/* ДЖЕССИКА */
<div class="char-block">
<div style="font-size: 0.9em; margin-bottom: 2px;"><span style="color: #f5c2e7; font-weight: bold;">$older_sister_name</span></div>
<div class="stat-label-full"><span>Relationship</span> <span class="stat-value-num">$jessica_rel</span></div>
<progress class="rel" @value="$jessica_rel" max="100"></progress>
<div class="stat-label-full"><span>Lust</span> <span class="stat-value-num">$jessica_lust</span></div>
<progress class="lust" @value="$jessica_lust" max="100"></progress>
<div class="stat-label-full"><span>Corruption</span> <span class="stat-value-num">$jessica_corr</span></div>
<progress class="corr" @value="$jessica_corr" max="100"></progress>
</div>
/* ЭММА */
<div class="char-block">
<div style="font-size: 0.9em; margin-bottom: 2px;"><span style="color: #a6e3a1; font-weight: bold;">$younger_sister_name</span></div>
<div class="stat-label-full"><span>Relationship</span> <span class="stat-value-num">$emma_rel</span></div>
<progress class="rel" @value="$emma_rel" max="100"></progress>
<div class="stat-label-full"><span>Lust</span> <span class="stat-value-num">$emma_lust</span></div>
<progress class="lust" @value="$emma_lust" max="100"></progress>
<div class="stat-label-full"><span>Corruption</span> <span class="stat-value-num">$emma_corr</span></div>
<progress class="corr" @value="$emma_corr" max="100"></progress>
</div>
/* МАТЬ (ЛИЗА) */
<div class="char-block">
<div style="font-size: 0.9em; margin-bottom: 2px;"><span style="color: #eba0ac; font-weight: bold;">$mother_name</span></div>
<div class="stat-label-full"><span>Relationship</span> <span class="stat-value-num">$lisa_rel</span></div>
<progress class="rel" @value="$lisa_rel" max="100"></progress>
<div class="stat-label-full"><span>Lust</span> <span class="stat-value-num">$lisa_lust</span></div>
<progress class="lust" @value="$lisa_lust" max="100"></progress>
<div class="stat-label-full"><span>Corruption</span> <span class="stat-value-num">$lisa_corr</span></div>
<progress class="corr" @value="$lisa_corr" max="100"></progress>
</div>
/* ОТЕЦ (ГРЕГ) */
<div class="char-block" style="border: none;">
<div style="font-size: 0.9em; margin-bottom: 2px;"><span style="color: #89dceb; font-weight: bold;">$father_name</span></div>
<div class="stat-label-full"><span>Relationship</span> <span class="stat-value-num">$greg_rel</span></div>
<progress class="rel" @value="$greg_rel" max="100"></progress>
<div class="stat-label-full"><span>Lust</span> <span class="stat-value-num">$greg_lust</span></div>
<progress class="lust" @value="$greg_lust" max="100"></progress>
<div class="stat-label-full"><span>Corruption</span> <span class="stat-value-num">$greg_corr</span></div>
<progress class="corr" @value="$greg_corr" max="100"></progress>
</div>
</div>
</details>
<hr style="margin: 5px 0; border: 0; border-top: 1px solid #45475a;">
<</if>>
</div>
<style>
.char-block {
margin-bottom: 8px;
padding-bottom: 4px;
border-bottom: 1px solid #313244;
}
.stat-label-full {
display: flex;
justify-content: space-between;
font-size: 0.75em;
line-height: 1.2;
margin-top: 2px;
}
.stat-value-num { font-weight: bold; color: #cdd6f4; }
progress {
width: 100%;
height: 6px;
appearance: none;
background: #1e1e2e;
border-radius: 3px;
border: none;
display: block;
margin-bottom: 2px;
}
/* Цвета полосок */
progress.rel::-webkit-progress-value { background: #89b4fa; }
progress.lust::-webkit-progress-value { background: #f38ba8; }
progress.corr::-webkit-progress-value { background: #cba6f7; }
progress.rel::-moz-progress-bar { background: #89b4fa; }
progress.lust::-moz-progress-bar { background: #f38ba8; }
progress.corr::-moz-progress-bar { background: #cba6f7; }
</style>
/*<<link "🛠️ FIX SAVE (Init Variables)">>
<<set $greg_transfused_tonight to true>>
<<set $greg_lust to 100>>
<<set $greg_kitchen_grope_done to false>>
<<set $dayIndex to 4>>
<<set $greg_lisa_backyard_stage to 2>>
<<run alert("Variables initialized!")>>
<</link>>*/
<<nobr>>
/* === ЕДИНАЯ СИСТЕМА ПЕРЕХВАТОВ КОРИДОРА === */
/* ЕДИНОРАЗОВЫЙ ПЕРЕХВАТ: УТРЕННЕЕ ЭХО ПЕРВОЙ ПЕРЕКАЧКИ */
<<if $ability_transfusion_unlocked is true and $emma_morning_transfusion_echo_done isnot true>>
<<set $emma_morning_transfusion_echo_done to true>>
<<goto "Event_Emma_Morning_Transfusion_Echo">>
<</if>>
<</nobr>>
/*<<set $dayIndex to 1>>*/
/*<<set $lisa_lust to 100>>*/
/*<<set $greg_lust to 100>>*/
/* 1. Заголовок */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Hallway\
</div>\
/* 2. Изображение */
<center>
<<if $dayPhase is "night">>\
<img src="images/locations/corridor_night.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 10px;">\
<<else>>\
<img src="images/locations/corridor_day.jpg" width="70%" style="max-width: 800px; border-radius: 4px; margin-bottom: 10px;">\
<</if>>
</center>
/* 3. Художественное описание */
<div style="text-align: center; margin-bottom: 20px; line-height: 1.5; font-family: 'Georgia', serif; color: #ddd;">\
The long hallway of the house is bathed in soft <<if $dayPhase is "night">>moonlight<<else>>light<</if>>. Floorboards creak familiarly underfoot, and the faint aroma of home-cooked food wafts through the air.
</div>\
/* 4. Список комнат (Две колонки) */
<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;">\
/* СТИЛЬ: Убираем точки и настраиваем отступы */
<style>
.corridor-list { list-style: none; padding: 0; margin: 0; }
.corridor-list li {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 6px;
margin-bottom: 0px; /* Убираем отступы полностью */
padding: 0;
line-height: 0.8; /* Сжимаем высоту строки текста */
min-height: 18px; /* Минимальная высота, чтобы кнопки почти касались друг друга */
}
.corridor-list h3 {
text-align: center;
border-bottom: 1px solid #45475a;
margin-bottom: 4px;
padding-bottom: 2px;
color: #89b4fa;
}
.corridor-list a {
display: inline-block;
padding: 0;
margin: 0;
}
</style>
<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;">
<<nobr>>
/* Левая колонка */
<div style="flex: 1; min-width: 250px; max-width: 300px;">
<ul class="corridor-list">
<h3>Bedrooms</h3>
<li>[[Your room|MyRoom]]<<locMarks $loc_my_room>></li>
<li>[[Older sister room|OlderSisterRoom]] <<locMarks $loc_older_sister_room>></li>
<li>[[Younger sister room|SisterYoung]] <<locMarks $loc_younger_sister_room>></li>
<li>[[Master Bedroom|ParentsRoom]] <<locMarks $loc_parents_room>></li>
<li>[[Guest Bedroom|GuestRoom]] <<locMarks $loc_guest_room>></li>
</ul>
</div>
/* Правая колонка */
<div style="flex: 1; min-width: 250px; max-width: 300px;">
<ul class="corridor-list">
<h3>Common areas</h3>
<li>[[Kitchen|Kitchen]] <<locMarks $loc_kitchen>></li>
<li>[[Bathroom|Bathroom]] <<locMarks $loc_bathroom>></li>
<li>[[Living Room|LivingRoom]] <<locMarks $loc_living_room>></li>
<li>[[Backyard|Backyard]] <<locMarks $loc_backyard>></li>
<li>[[Basement|Basement]] <<locMarks $loc_basement>></li>
</ul>
</div>
<</nobr>>
</div>
<<nobr>>
/* === ЕДИНОРАЗОВОЕ СОБЫТИЕ: ОСОЗНАНИЕ ВЛАСТИ ПОСЛЕ ПОЦЕЛУЯ === */
<<if $emma_chloe_kissed is true and $john_power_realization_done isnot true>>
/* Устанавливаем флаг завершения, чтобы монолог не повторился */
<<set $john_power_realization_done to true>>
/* Вызываем специальный оверлей или просто переходим в пассаж монолога */
<<goto "MyRoom_John_Power_Realization">>
<</if>>
<</nobr>>
<<nobr>>
/* ТОЧКА ВХОДА ДЛЯ ВОСКРЕСНОЙ УБОРКИ ЛИЗЫ */
<<if $dayIndex is 6 and $dayPhase is "afternoon" and $loc_my_room.includes("L") and $lisa_cleaning_room_done isnot true>>
<<goto "MyRoom_Lisa_Cleaning_Sunday">>
<</if>>
<</nobr>>\
/* === ТРИГГЕР СЛУЧАЙНОГО ВИЗИТА ЭММЫ === */
<<nobr>>
/* Проверяем, что сейчас подходящая фаза дня на основе твоей переменной */
<<set _isTimeForVisit to ($dayPhase is "afternoon" or $dayPhase is "evening")>>
/* Бросаем кубик на шанс появления (25%) */
<<set _emmaVisitRoll to random(1, 100)>>
/* Проверка условий: отношения 20+, нужная фаза, еще не приходила сегодня, кубик успешен */
<<if $emma_rel gte 20 and _isTimeForVisit and $emma_visited_player_today isnot true and _emmaVisitRoll lte 25>>
/* Фиксируем визит в твоей системной переменной и мгновенно перенаправляем */
<<set $emma_visited_player_today to true>>
<<goto "MyRoom_Emma_Visit_Event">>
<</if>>
<</nobr>>
/* 1. Заголовок над изображением */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Your room\
</div>\
/* 3. Расширенное художественное описание (отцентровано) */
<div style="text-align: center; margin: 1px 0; line-height: 1.5; font-family: 'Georgia', serif; color: #ddd;">\
<<nobr>>
/* Постоянное описание интерьера */
This is your personal sanctuary — a small, cluttered space that smells faintly of old books and coffee.
An unmade bed occupies most of the corner, surrounded by a chaotic landscape of discarded clothes and half-empty mugs.
Your computer desk, the only organized area in the room, stands against the wall, its monitor illuminates the room with a cold blue light.
<br><br>
<<nobr>>
/* УМНОЕ НАПОМИНАНИЕ О ВЕТКЕ ЭММЫ И ХЛОИ */
/* Если сегодня Вторник (1) и мы на стадии ожидания (1 или 2) */
<<if $dayIndex is 1 and $emma_chloe_kissed isnot true and ($emma_chloe_dream_stage is 1 or $emma_chloe_dream_stage is 2 or $emma_chloe_dream_stage is 3 or $emma_chloe_dream_stage is 4)>>
<div style="background: rgba(202, 158, 230, 0.1); border: 1px solid rgba(202, 158, 230, 0.4); padding: 12px; border-radius: 8px; margin-bottom: 20px; border-left: 4px solid #ca9ee6;">
<span style="color: #ca9ee6; font-family: 'Georgia', serif; font-style: italic;">
💡 <strong>Thought:</strong> It's Tuesday. Chloe should be visiting <strong>$younger_sister_name</strong> today. I should definitely peek into her dream today to find out what else they're chatting about.
</span>
</div>
<</if>>
<</nobr>>
/* 2. Изображение (по центру) */
<center>
<<if $dayPhase is "night">>\
<img src="images/locations/myroom_night.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">\
<<else>>\
<img src="images/locations/myroom_day.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">\
<</if>>
</center>
/* Динамическая часть (время суток) */
<<if $dayPhase is "morning">>
Right now, thin blades of morning light struggle to cut through the mess, illuminating the dust motes floating in the air.
<<elseif $dayPhase is "afternoon">>
The afternoon heat makes the room feel heavy and stagnant, with every untidy detail exposed under the bright sun.
<<elseif $dayPhase is "evening">>
As evening approaches, the orange glow from the window softens the jagged edges of the clutter, making the mess look almost artistic.
<<else>>
At night, the room transforms into a labyrinth of deep shadows. Only the dim standby light of your PC provides a point of orientation in the darkness.
<</if>>
<</nobr>>\
</div>\
/* 4. Кнопки действий (прижаты к левому краю) */
<div style="margin-top: 20px; text-align: left;">
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 8px;">
/* === ЭКСТРЕННАЯ МЕХАНИКА СЛИВА ВОЗБУЖДЕНИЯ В КОМНАТЕ (ПРИ 100% AROUSAL) === */
<<if $player_lust gte 100>>
<div style="margin: 5px 0; padding: 12px; background: rgba(245, 194, 231, 0.05); border: 1px dashed #f5c2e7; border-radius: 8px; max-width: 650px; box-sizing: border-box;">
<span style="font-family: 'Georgia', serif; font-style: italic; color: #f5c2e7; font-size: 0.95em;">
"My mind is completely melted by desire... The uncontainable arousal is clawing at my senses, making it impossible to think or act clearly. I need to find a release right here before I lose control entirely."
</span>
</div>
<div class="char-link" style="margin-bottom: 10px;">
<<link "🚪 Lock the door and relieve your agonizing tension">>
<<set $player_lust to 0>>
<<advanceTime>>
<<goto "MyRoom_Mastr_Scene">>
<</link>>
</div>
<</if>>
/* === СТАНДАРТНЫЕ РЕЖИМЫ КОМНАТЫ === */
<<if $dayPhase is "night">>
/* --- НОЧНОЙ РЕЖИМ --- */
/* КРИТИЧЕСКАЯ ПРОВЕРКА: ЕСЛИ ГОТОВЫ К ВОЗНЕСЕНИЮ */
<<if ($lisa_dream_seen is true or $lisa_dream_seen gte 1) and ($jessica_dream_seen is true or $jessica_dream_seen gte 1) and ($emma_dream_seen is true or $emma_dream_seen gte 1) and $orb_power lt 2>>
<div class="ascension-box">
<p class="ascension-text">
The three distinct mental threads have finally snapped into place, weaving a perfect web. The minds of <strong>$mother_name</strong>, <strong>$older_sister_name</strong>, and <strong>$younger_sister_name</strong> are now fully synchronized with your own. The Orb on your desk is vibrating with an unbearable, rhythmic hum, radiating an intense heat that fills the entire room... It is ready to evolve.
</p>
<div class="char-link" style="font-size: 1.25em; margin-top: 20px; text-align: center;">
<<link "🔮 COMMENCE THE ASCENSION: Evolve the Orb" "Orb_Evolution_Event">>
<<set $orb_power to 2>>
<</link>>
</div>
</div>
/* ОБЫЧНЫЙ СОН С ДИНАМИЧЕСКИМ ПЕРЕХВАТОМ НА ЭРОТИЧЕСКИЕ СНЫ */
<<else>>
<div class="char-link">
<<link "🛌 Go to sleep">>
<<include "ResetDayFlags">>
<<goto "Sleep_Router">>
<</link>>
</div>
<</if>>
/* ОПЦИЯ МЕДИТАЦИИ И ИНТУИЦИИ (ДОБАВЛЕНО ДЛЯ НОЧИ) */
/*<div class="char-link" style="border: 1px dashed rgba(202, 158, 230, 0.4); background: rgba(202, 158, 230, 0.03); padding: 4px; border-radius: 6px; max-width: 550px;">*/
/*<<link "🔮 Meditate and tune into the Orb's waves (Get a hint)" "Quest_Oracle">><</link>>*/
/*</div>*/
<<if $player_lust gte 100 and $ability_transfusion_unlocked is true>>
<div class="char-link" style="border: 1px solid #ca9ee6; padding: 10px; border-radius: 8px; margin: 10px 0; background: rgba(202, 158, 230, 0.1);">
<<link "🔮 Use the Orb for Psychic Transfusion" "Orb_Transfusion_Hub">><</link>>
<div style="font-size: 0.8em; color: #ca9ee6; margin-top: 5px;">Relieve your own tension by projecting it into another's mind.</div>
</div>
<</if>>
<div class="char-link">
<<link "🖥️ Look at the glowing monitor" "ComputerTerminal">><</link>>
</div>
<<else>>
/* --- ДНЕВНОЙ И ВЕЧЕРНИЙ РЕЖИМ --- */
/* ОПЦИЯ МЕДИТАЦИИ И ИНТУИЦИИ (ДОБАВЛЕНО ДЛЯ ВЕЧЕРА) */
<<if $dayPhase is "evening">>
/*<div class="char-link" style="border: 1px dashed rgba(202, 158, 230, 0.4); background: rgba(202, 158, 230, 0.03); padding: 4px; border-radius: 6px; max-width: 550px; margin-bottom: 5px;">*/
/*<<link "🔮 Meditate and tune into the Orb's waves (Get a hint)" "Quest_Oracle">><</link>>
</div>*/
<</if>>
<div class="char-link">
<<link "😴 Take a nap (Advance time)">>
<<advanceTime>>
<<goto "MyRoom">>
<</link>>
</div>
<div class="char-link">
<<link "💻 Sit at the computer" "ComputerTerminal">><</link>>
</div>
<</if>>
/* КНОПКА ВЫХОДА ИЗ КОМНАТЫ */
<div class="char-link">
<<link "🚶 Exit to the hallway" "Corridor">><</link>>
</div>
</div>
<</nobr>>
</div>
/* СТИЛИ ПЛАВНОГО МЕРЦАНИЯ И ИНТЕРАКТИВНОСТИ */
<style>
.ascension-box {
margin: 20px auto;
padding: 25px;
background: rgba(25, 20, 35, 0.6);
border: 2px solid rgba(245, 194, 231, 0.3);
border-radius: 12px;
max-width: 650px;
width: 100%;
box-sizing: border-box;
box-shadow: 0 0 20px rgba(245, 194, 231, 0.1);
animation: borderPulse 3s infinite ease-in-out;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.ascension-box:hover {
transform: translateY(-2px);
background: rgba(30, 22, 42, 0.85);
border-color: rgba(245, 194, 231, 0.8) !important;
box-shadow: 0 5px 25px rgba(245, 194, 231, 0.35) !important;
}
.ascension-text {
font-family: 'Georgia', serif;
font-style: italic;
color: #eee;
font-size: 1.1em;
line-height: 1.5;
text-align: center;
}
@keyframes borderPulse {
0% { border-color: rgba(245, 194, 231, 0.3); box-shadow: 0 0 20px rgba(245, 194, 231, 0.1); }
50% { border-color: rgba(137, 180, 250, 0.5); box-shadow: 0 0 30px rgba(137, 180, 250, 0.2); }
100% { border-color: rgba(245, 194, 231, 0.3); box-shadow: 0 0 20px rgba(245, 194, 231, 0.1); }
}
</style><<nobr>>
/* 1. СИСТЕМНАЯ ЛОГИКА: ОПРЕДЕЛЯЕМ ИВЕНТ И ДЕЛАЕМ ДИРЕКТНЫЕ ПЕРЕХОДЫ */
<<set _event to "empty">>
<<nobr>>
/* 1. СИСТЕМНАЯ ЛОГИКА: ОПРЕДЕЛЯЕМ ИВЕНТ */
<<set _roll to random(1, 100)>>
<<set _emmaChance to 15 + $emma_lust>> /* Динамический шанс на основе похоти */
/* СЛУЧАЙНЫЙ ИВЕНТ ЗА ЗАКРЫТОЙ ДВЕРИ ЭММЫ (Строго с Orb Power 2+) */
<<if $orb_power gte 2 and ($dayPhase is "afternoon" or $dayPhase is "evening") and $loc_younger_sister_room.includes("E") and _roll lte _emmaChance and $emma_secret_door_done isnot true>>
<<goto "SisterYoung_Emma_Secret_Door">>
<</if>>
<</nobr>>
/* СУББОТА ВЕЧЕР: Переход на сцену с телефоном */
<<if $dayIndex is 5 and $dayPhase is "evening" and $loc_younger_sister_room.includes("E") and $emma_room_sat_eve_done isnot true>>
<<goto "SisterYoung_Emma_Saturday_Evening">>
/* ВОСКРЕСЕНЬЕ ОБЕД: Переход на сцену с наушниками */
<<elseif $dayIndex is 6 and $dayPhase is "afternoon" and $loc_younger_sister_room.includes("E") and $emma_room_sun_done isnot true>>
<<goto "SisterYoung_Emma_Sunday_Afternoon">>
/* ПЯТНИЦА УТРО: Переход на сцену пробуждения */
<<elseif $dayIndex is 4 and $dayPhase is "morning" and $loc_younger_sister_room.includes("E")>>
<<goto "SisterYoung_Emma_Morning">>
/* ЧЕТВЕРГ ОБЕД: Сюжетный ивент с уроками */
<<elseif $dayIndex is 3 and $dayPhase is "afternoon" and $loc_younger_sister_room.includes("E") and $emma_room_event_done isnot true>>
<<goto "SisterYoung_Emma_Afternoon">>
/* ВТОРНИК ОБЕД: Спец-ивент с закрытой дверью и подругой */
<<elseif $dayIndex is 1 and $dayPhase is "afternoon" and $loc_younger_sister_room.includes("E")>>
<<set _event to "emma_friend_visiting">>
/* НОЧЬ: Эмма спит (для всех ночей) */
<<elseif $dayPhase is "night" and $loc_younger_sister_room.includes("E")>>
<<set _event to "emma_sleeping">>
/* ОБЫЧНЫЕ БУДНИ ОБЕД (Ср, Чт, Пт. Понедельник 0 исключен, так как она в гостиной) */
<<elseif $dayPhase is "afternoon" and $dayIndex gte 0 and $dayIndex lte 4 and $dayIndex isnot 0 and $loc_younger_sister_room.includes("E")>>
<<set _event to "emma_afternoon_rest">>
<</if>>
<</nobr>>\
\
/* 2. ОТРИСОВКА СЦЕНЫ С ПОДРУГОЙ (ВТОРНИК ОБЕД) */
<<if _event is "emma_friend_visiting">>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">$younger_sister_name's Room</div>\
<center>\
<img src="images/locations/emma_door.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The door to her room is firmly shut. As I stand in the hallway, I can hear muffled giggles and animated whispers from inside. It sounds like <strong>$younger_sister_name's</strong> best friend has come over.
<br><br>\
They seem to be busy with typical teenage girl stuff—probably trying on outfits, listening to music, and gossiping about boys from school. It's better not to burst in and interrupt them right now.\
</div>\
<div style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>\
\
/* 3. ОТРИСОВКА ОСТАЛЬНЫХ СОСТОЯНИЙ (НОЧЬ, НОУТБУК, ПУСТАЯ КОМНАТА) */
<<else>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$younger_sister_name's Room\
</div>\
<center>\
<<if $dayPhase is "night">>\
<img src="images/locations/emma_room_night.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<<elseif $dayPhase is "evening">>\
<img src="images/locations/emma_room_evening.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<<else>>\
<img src="images/locations/emma_room.jpg" width="50%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<</if>>\
</center>\
\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<<if _event is "emma_sleeping">>
<div style="max-width: 800px; border-radius: 8px; overflow: hidden; line-height: 0; margin: 15px auto 0 auto; box-shadow: 0 0 15px rgba(166, 227, 161, 0.2);">
<img src="images/events/emma/emma_sleeping.jpg" width="100%">
</div>
<br>
The room is silent, save for the soft, rhythmic breathing of <strong>$younger_sister_name</strong>. She is fast asleep, curled up under her light blanket. The moonlight through the window catches the mess of her hair on the pillow and the peaceful expression on her face.
<br><br>
She looks so vulnerable and innocent like this, yet the Orb's presence in your own room seems to reach out even here, making the air feel charged and heavy.
/* ПРОВЕРКА: ЕСЛИ УЖЕ СМОТРЕЛ */
<<if $watched_emma_night is true>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1);">🔥</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1.5px; font-size: 1em; display: block;">AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching her sleep has left you breathless. You should leave before you wake her.</span>
</div>
</div>
<<else>>
<div style="margin-top: 15px; text-align: center;">
<<link "👁️ Watch her sleep for a moment">>
<<set $player_lust += 5>>
<<set $watched_emma_night to true>>
<<goto "SisterYoung">>
<</link>>
</div>
<</if>>
/* === СЕКЦИЯ МЕНТАЛЬНОГО ВНУШЕНИЯ И СЮЖЕТНЫХ СНОВ === */
<div style="margin-top: 20px; text-align: center; border-top: 1px dashed rgba(202, 158, 230, 0.4); padding-top: 20px;">
/* ПРОВЕРКА УСЛОВИЙ ДЛЯ ВХОДА В СОН (Разврат 20+ и Орб уровня 2) */
<<if $emma_corr gte 10 and $orb_power gte 2>>
/* ЛОГИКА ДЛЯ ВТОРНИКА (Приоритет Хлои) */
<<if $dayIndex is 1 and $dayPhase is "night">>
<<if $emma_chloe_dream_stage is 0>>
<div class="char-link" style="border: 1px solid #ca9ee6; padding: 10px; border-radius: 8px; display: inline-block; background: rgba(202, 158, 230, 0.05);">
<<link "🔮 Infiltrate her dream (Chloe sequence)" "EmmaRoom_Dream_Chloe_Stage1">><</link>>
</div>
<<elseif $emma_chloe_dream_stage is 1>>
<div class="char-link" style="border: 1px solid #ca9ee6; padding: 10px; border-radius: 8px; display: inline-block; background: rgba(202, 158, 230, 0.05);">
<<link "🔮 Infiltrate her dream (Chloe sequence)" "EmmaRoom_Dream_Chloe_Stage2">><</link>>
</div>
<<elseif $emma_chloe_dream_stage is 2>>
<div class="char-link" style="border: 1px solid #ca9ee6; padding: 10px; border-radius: 8px; display: inline-block; background: rgba(202, 158, 230, 0.05);">
<<link "🔮 Infiltrate her dream (Chloe sequence)" "EmmaRoom_Dream_Chloe_Stage3">><</link>>
</div>
<<elseif $emma_chloe_dream_stage is 3>>
<div class="char-link" style="border: 1px solid #a6e3a1; padding: 10px; border-radius: 8px; display: inline-block; background: rgba(166, 227, 161, 0.05);">
<<link "🔮 Infiltrate her dream (Chloe sequence)" "EmmaRoom_Dream_Chloe_Stage4">><</link>>
</div>
<<else>>
/* Если во вторник все стадии Хлои на паузе или пройдены, показываем сон про родителей */
<<if $emma_caught_spying_parents is true and $emma_spy_dream_watched isnot true>>
<div class="char-link" style="border: 1px dashed #ca9ee6; padding: 10px; border-radius: 8px; display: inline-block;">
<<link "🔮 Use the Orb to see what she saw at parents' door" "EmmaRoom_Dream_Parents_Spying">><</link>>
</div>
<</if>>
<</if>>
/* ЛОГИКА ДЛЯ ВСЕХ ОСТАЛЬНЫХ ДНЕЙ (Или если не ночь Вторника) */
<<else>>
<<if $emma_caught_spying_parents is true and $emma_spy_dream_watched isnot true>>
<div class="char-link" style="border: 1px dashed #ca9ee6; padding: 10px; border-radius: 8px; display: inline-block;">
<<link "🔮 Use the Orb to see what she saw at parents' door" "EmmaRoom_Dream_Parents_Spying">><</link>>
</div>
<</if>>
<</if>>
<</if>>
</div>
<<elseif _event is "emma_afternoon_rest">>
<center>
<img src="images/emma_laptop_bed.jpg" width="70%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3);">
</center>
<br>
I cracked the door open and felt my pulse skip a beat. <strong>$younger_sister_name</strong> was lying on her stomach, her gaze fixed intently on the glowing screen of her laptop. She was wearing nothing but a loose black t-shirt and a pair of tiny panties that left almost nothing to the imagination.
<br><br>
The way she was positioned caused her shirt to ride up, drawing my eyes directly to the soft, rounded curves of her buttocks. The sight was devastatingly erotic—the contrast between the dark fabric and her fair skin, the inviting swell of her rear, and the relaxed, unconscious way she kicked her feet in the air.
<br><br>
She seemed completely lost in whatever she was watching, her lips slightly parted. The air in the room felt heavy, charged with the same intoxicating warmth that the Orb had been radiating all day. I stood there for a long moment, my mouth dry, struggling to reconcile this seductive vision with the little sister I thought I knew.
<<else>>
The room is empty. The scent of her perfume still lingers in the air, but $younger_sister_name is nowhere to be found.
<</if>>
<</nobr>>\
</div>\
\
/* КНОПКИ ДЕЙСТВИЯ (Только для ноутбука) */
<<if _event is "emma_afternoon_rest">>\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #a6e3a1; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<<if $emma_rel gt 15 and $emma_talk_done_today isnot true>>
<div class="char-link">
<<link "💬 Talk to $younger_sister_name" "Emma_Talk_Hub">><</link>>
</div>
<</if>>
<div class="char-link">
<<link "🗣️ Sit on the bed and ask what she's watching">>
<<set $emma_rel += 1>>
<<advanceTime>>
<<goto "Emma_Afternoon_Chat">>
<</link>>
</div>
<div class="char-link">
<<link "👁️ Discreetly admire her rear before speaking">>
<<set $player_lust += 10>>
<<advanceTime>>
<<goto "Emma_Afternoon_Observe">>
<</link>>
</div>
</div>
</div>
<</nobr>>\
</div>\
<</if>>\
\
<div style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>\
<</if>>\
<<nobr>>
/* === 1. ВЫСЧЕТ ШАНСА И ПЕРЕХВАТ СЛУЧАЙНОГО СОБЫТИЯ С УЧЕТОМ NTR ФЛАГА === */
<<set _eventChance to 10 + $lisa_lust + $greg_lust>>
<<set _roll to random(1, 100)>>
<<set _parentsPresent to ($loc_parents_room.includes("L") or $loc_parents_room.includes("G"))>>
/* Триггер сработает только если включен NTR флаг, выпал рандом и кто-то из родителей в комнате */
<<if $ntr_content and _roll lte _eventChance and _parentsPresent>>
/* Перехват сработал! Мгновенно уводим игрока в отдельный пассаж эвента */
<<goto "ParentsRoom_Voyeur">>
<<else>>
/* Рандом не сработал или NTR отключен — включается стандартное расписание */
<<set _event to "empty">>
<<if $dayIndex is 5 and $dayPhase is "afternoon" and $loc_parents_room.includes("L") and $lisa_room_sat_done isnot true>>
<<goto "ParentsRoom_Lisa_Saturday">>
<</if>>
<<if $dayIndex is 4 and $dayPhase is "evening" and $loc_parents_room.includes("G")>>
<<set _event to "greg_busy">>
<<elseif $dayPhase is "night">>
<<set _event to "locked_night">>
<</if>>
<</if>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Master Bedroom\
</div>\
<<if _event is "greg_busy">>
<center><img src="images/locations/parents_door.jpg" width="50%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
The door is closed. I can hear the muffled sound of a sports broadcast or maybe some news from inside. <strong>$father_name</strong> is clearly busy with his own things and probably wouldn't appreciate being disturbed right now. There's no reason to go in.
</div>
<<elseif _event is "locked_night">>\
<center>\
<img src="images/locations/parents_door.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The door to my parents' room is firmly shut. My father always makes sure it's locked before they go to bed. It’s a boundary I'm not yet ready to cross.
<br><br>
As I turned away, the <strong>Orb's</strong> energy pulsed faintly in my pocket, as if reminding me that "locks" are only a temporary obstacle for the power I now possess.
</div>\
<<else>>\
/* ДЕФОЛТНЫЙ ВАРИАНТ ПУСТОЙ КОМНАТЫ */
<center><img src="images/locations/parents_room.jpg" width="100%" style="max-width: 800px; border-radius: 8pxtoggle;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
Your parents' room is perfectly made up, looking almost too tidy. The large bed is covered with a heavy quilt, and the air carries the faint scent of your mother's perfume and your father's aftershave. Without them here, the room feels strangely formal and still.
</div>\
<</if>>\
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>\
<<nobr>>
/* === ЕДИНАЯ СИСТЕМА ПЕРЕХВАТОВ НА КУХНЕ (ПРИОРИТЕТ СВЕРХУ ВНИЗ) === */
/* 1. ПРИОРИТЕТ: ЦЕПОЧКА ГРЕГ ЛАПАЕТ ЛИЗУ (3 СТАДИИ ПОСЛЕ ПЕРЕКАЧКИ) */
<<if $greg_lust gt 60
and $greg_transfused_tonight is true
and $dayPhase is "morning"
and $greg_lisa_kitchen_stage lte 3>>
/* Сбрасываем ночной флаг, чтобы сцена не зациклилась завтра */
<<set $greg_transfused_tonight to false>>
/* Направляем на пассаж с нужной стадией */
<<if $greg_lisa_kitchen_stage is 1>>
<<goto "Event_Greg_Lisa_Kitchen_Grope_Stage1">>
<<elseif $greg_lisa_kitchen_stage is 2>>
<<goto "Event_Greg_Lisa_Kitchen_Grope_Stage2">>
<<elseif $greg_lisa_kitchen_stage is 3>>
<<goto "Event_Greg_Lisa_Kitchen_Grope_Stage3">>
<</if>>
/* 2. ПРИОРИТЕТ: СЛУЧАЙНЫЙ ВИЗИТ ЭММЫ (ДВУХСТУПЕНЧАТЫЙ) */
<<elseif (function () {
/* Вычисляем шанс Эммы внутри анонимной функции для чистоты elseif */
var chance = 10 + State.variables.emma_lust;
var roll = Math.floor(Math.random() * 100) + 1;
var isEmpty = (!State.variables.loc_kitchen.includes("L") && !State.variables.loc_kitchen.includes("G") && !State.variables.loc_kitchen.includes("J") && !State.variables.loc_kitchen.includes("E"));
return (State.variables.dayPhase !== "night" && State.variables.emma_corr >= 5 && isEmpty && !State.variables.emma_kitchen_tease_done && roll <= chance);
})()>>
<<set $emma_kitchen_tease_done to true>>
<<if $emma_corr gte 10>>
<<goto "Kitchen_Emma_Tease_Event_Hot">>
<<else>>
<<goto "Kitchen_Emma_Tease_Event_Mild">>
<</if>>
/* 3. ПРИОРИТЕТ: ОБЫЧНЫЕ ОБЪЯТИЯ РОДИТЕЛЕЙ (NTR) */
<<elseif $ntr_content
and $loc_kitchen.includes("L")
and $loc_kitchen.includes("G")
and (Math.floor(Math.random() * 100) + 1) <= (5 + $lisa_lust + $greg_lust)>>
<<set $kitchen_parents_event_done to true>>
<<goto "Kitchen_Parents_Hugging_Event">>
<</if>>
<</nobr>>
<<nobr>>
/* 1. СИСТЕМНАЯ ЛОГИКА ОПРЕДЕЛЕНИЯ СОБЫТИЯ */
<<set _isFridayMorning to ($dayIndex is 4 and $dayPhase is "morning")>>
<<set _event to "empty">>
/* Определение стандартных событий по фазам и буквам в локации */
<<if $dayIndex is 5 and $dayPhase is "evening" and $loc_kitchen.includes("L") and $lisa_kitchen_sat_done isnot true>>
<<goto "Kitchen_Lisa_Saturday_Evening">>
<</if>>
<<if $dayPhase is "morning">>
<<set _event to "family_breakfast_time">>
<<elseif $dayPhase is "afternoon">>
<<if $dayIndex is 0 and $loc_kitchen.includes("L") and $lisa_kitchen_mon_done isnot true>>
<<goto "Kitchen_Lisa_Monday_Afternoon">>
<<else>>
The kitchen is quiet now, the frantic energy of the morning long gone. A few shafts of afternoon sunlight cut across the polished countertops.
<</if>>
<<elseif $dayPhase is "evening">>
<<if $loc_kitchen.includes("L") and $loc_kitchen.includes("E")>>
<<set _event to "lisa_emma_kitchen">>
<<elseif $loc_kitchen.includes("L")>>
<<set _event to "lisa_cooking_dinner">>
<<elseif $loc_kitchen.includes("J")>>
<<set _event to "jessica_cooking_dinner">>
<</if>>
<</if>>
/* ОПРЕДЕЛЕНИЕ СПЕЦ-РЕАКЦИЙ ПОСЛЕ ОРБА */
<<set _specialEvent to "none">>
<<if $dayPhase is "morning">>
<<if $emma_dream_trigger and $emma_morning_reaction_done isnot true>>
<<set _specialEvent to "emma">>
<<elseif $jessica_dream_trigger and $jessica_morning_reaction_done isnot true>>
<<set _specialEvent to "jessica">>
<<elseif $lisa_dream_trigger and $lisa_morning_reaction_done isnot true>>
<<set _specialEvent to "lisa">>
<</if>>
<</if>>
<</nobr>>\
\
/* 2. ЗАГОЛОВОК */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f9e2af; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Kitchen\
</div>\
\
/* 3. ИЗОБРАЖЕНИЕ ЛОКАЦИИ (Всегда первым) */
<center>\
<<if $dayPhase is "night">>\
<img src="images/locations/kitchen_night.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<<else>>\
<img src="images/locations/kitchen_morning.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<</if>>\
</center>\
\
/* 4. ОТОБРАЖЕНИЕ ТЕКСТА */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
/* --- ПРИОРИТЕТ 1: СПЕЦ-РЕАКЦИИ ОРБА (Теперь это самое главное) --- */
<<if _specialEvent isnot "none">>
<<if _specialEvent is "emma">>
<<set $emma_morning_reaction_done to true>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 15px; text-align: left;">
<center><img src="images/events/emma/emma_morning_after_dream.jpg" width="50%" style="border-radius: 4px; margin-bottom: 10px;"></center>
<div id="emma-morning-text">
<strong>$younger_sister_name</strong> is unusually quiet this morning, picking at her breakfast with a dreamy, distant look. When I appeared, a devilish spark flashed in her gaze.
</div>
<div style="margin-top: 15px;">
<<linkreplace "🔍 Observe her more closely...">>
<<replace "#emma-morning-text">>
<span style="font-style: italic; color: #ccc;">The moment she notices my gaze, she nearly jumps. Her face turns crimson, and she finds her cereal incredibly fascinating. She's fumbling with her spoon, clearly haunted by the "innocent" dreams of last night.</span>
<br><br>
<<say $younger_sister_name "Oh! G-good morning, $son_name... I'm just... really hungry today. Don't mind me.">>
<</replace>>
<</linkreplace>>
</div>
</div>
<<elseif _specialEvent is "jessica">>
<<set $jessica_morning_reaction_done to true>>
<div style="border-left: 3px solid #f5c2e7; padding-left: 15px; text-align: left;">
<center><img src="images/events/jessica/jessica_morning_after_dream.jpg" width="100%" style="border-radius: 4px; margin-bottom: 10px;"></center>
<div id="jessica-morning-text">
<strong>$older_sister_name</strong> is uncharacteristically clumsy today, dropping her spoon. As our fingers brush, she recoils as if struck by lightning, her "ice queen" mask cracking to reveal a raw, desperate hunger underneath.
<br><br>
/* Добавляем контекст пятницы, если Эммы нет */
<<if _isFridayMorning>><span style="font-size: 0.9em; opacity: 0.8;">The chair next to her is empty; Emma hasn't shown up for breakfast yet.</span><</if>>
</div>
<div style="margin-top: 15px;">
<<linkreplace "🔍 Observe her more closely...">>
<<replace "#jessica-morning-text">>
<span style="font-style: italic; color: #ccc;">She stiffens, her knuckles turning white around her mug. The usual sarcastic remark is replaced by a tense, heavy silence. She looks haunted by the shameful memories of the surrender the Orb forced upon her.</span>
<br><br>
<<say $older_sister_name "Don't stare, $son_name. It's rude. I just... I had a restless night. Go away.">>
<</replace>>
<</linkreplace>>
</div>
</div>
<<elseif _specialEvent is "lisa">>
<<set $lisa_morning_reaction_done to true>>
<div style="border-left: 3px solid #eba0ac; padding-left: 15px; text-align: left;">
<center><img src="images/events/lisa/lisa_morning_after_dream.jpg" width="60%" style="border-radius: 4px; margin-bottom: 10px;"></center>
<div id="lisa-morning-text">
<strong>$mother_name</strong> greets me with a forced voice. Her eyes linger on me a second too long. There is a new, thick tension in her—the mother is still there, but the woman I awakened is now screaming to be noticed.
</div>
<div style="margin-top: 15px;">
<<linkreplace "🔍 Observe her more closely...">>
<<replace "#lisa-morning-text">>
<span style="font-style: italic; color: #ccc;">I watch her shoulders tense. When she turns, she flinches, dropping her spoon. Her face is flushed deep rose. She’s haunted by the woman I awakened in her dreams.</span>
<br><br>
/* Если пятница, Лиза говорит про Эмму прямо здесь */
<<if _isFridayMorning>>
<<say $mother_name "I... I didn't sleep well. The air was so heavy. By the way, Emma is still sleeping. I tried to wake her, but she wouldn't budge. Can you check on her later?">>
<<else>>
<<say $mother_name "I... I didn't sleep well. The air was so heavy. I had the strangest dreams, $son_name.">>
<</if>>
<</replace>>
<</linkreplace>>
</div>
</div>
<</if>>
/* --- ПРИОРИТЕТ 2: ОБЫЧНОЕ УТРО ПЯТНИЦЫ (Если ивента Орба НЕТ) --- */
<<elseif _isFridayMorning>>
The kitchen is warm and smells of coffee. <strong>$mother_name</strong> is busy at the stove, and <strong>$father_name</strong> is behind his newspaper.
<br><br>
The chair where <strong>$younger_sister_name</strong> usually sits is empty. She must have stayed up too late playing games.
<br><br>
<<say $mother_name "Good morning, $son_name. Emma is still out cold. Can you check on her after you eat?">>
/* --- ПРИОРИТЕТ 3: СТАНДАРТНОЕ ОПИСАНИЕ (Остальное время) --- */
<<else>>
<<if _event is "family_breakfast_time">>
The kitchen was filled with the domestic symphony of clinking silverware and the rich aroma of coffee.
<br><br>
As I stepped inside, my eyes were drawn to <strong>$mother_name</strong>. She was leaning over the stove, the thin fabric of her morning robe stretching taut across her wide, maternal hips.
<br><br>
At the table, <strong>$older_sister_name</strong> was scrolling through her phone, and opposite her sat <strong>$younger_sister_name</strong>.
<<elseif _event is "afternoon_empty">>
The kitchen is quiet now, the frantic energy of the morning long gone. A few shafts of afternoon sunlight cut across the polished countertops.
<<elseif _event is "lisa_cooking_dinner">>
<center><img src="images/events/lisa/lisa_cooking_evening.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 15px;"></center>
The kitchen is bathed in the warm, amber glow of the evening lamps. <strong>$mother_name</strong> is preparing dinner, the light fabric of her house dress clinging to her generous, mature curves.
<<elseif _event is "jessica_cooking_dinner">>
<center><img src="images/events/jessica/jessica_kitchen_evening.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 15px;"></center>
<strong>$older_sister_name</strong> is organizing the dishes. The way she leans forward causes her short skirt to hike up, revealing her flawless skin.
<<elseif _event is "lisa_emma_kitchen">>
<center><img src="images/events/kitchen/lisa_emma_cooking.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 15px;"></center>
<strong>$mother_name</strong> and <strong>$younger_sister_name</strong> are working together. It’s a scene of domestic warmth, yet their clothes cling to them in the humid air.
<<else>>
The kitchen is dark and silent, the appliances gleaming faintly in the shadows.
<</if>>
<</if>>
<</nobr>>\
</div>\
\
/* 5. ИНТЕРАКТИВНЫЕ ДЕЙСТВИЯ */
<div style="text-align: center; margin: 0 auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div class="family-interactions" style="text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
/* УТРЕННИЙ БЛОК */
<<if $dayPhase is "morning">>
<<if $kitchen_talk_done is false>>
<p style="color: #f9e2af; font-weight: bold; margin-bottom: 8px;">Choose someone to talk to:</p>
<div style="display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px;">
<<if $loc_kitchen.includes("L")>><div><<link "🗣️ Help $mother_name with breakfast">><<set $kitchen_talk_done to true>><<goto "Kitchen_Lisa">><</link>></div><</if>>
<<if $loc_kitchen.includes("J")>><div><<link "🗣️ Sit next to $older_sister_name">><<set $kitchen_talk_done to true>><<goto "Kitchen_Jessica">><</link>></div><</if>>
<<if $loc_kitchen.includes("E")>><div><<link "🗣️ Greet $younger_sister_name">><<set $kitchen_talk_done to true>><<goto "Kitchen_Emma">><</link>></div><</if>>
<<if $loc_kitchen.includes("G")>><div><<link "🗣️ Talk to $father_name">><<set $kitchen_talk_done to true>><<goto "Kitchen_Greg">><</link>></div><</if>>
</div>
<<else>>
<p style="font-style: italic; color: #a6adc8; margin-bottom: 10px;">You've already had a short chat.</p>
<</if>>
<<if $breakfast_done is false>>
<div style="padding: 10px; background: rgba(249, 226, 175, 0.1); border-radius: 8px; border: 1px solid rgba(249, 226, 175, 0.3);">
<<link "🍽️ Have family breakfast">><<set $breakfast_done to true>><<goto "Family_Breakfast">><</link>>
</div>
<</if>>
/* ВЕЧЕРНИЕ БЛОКИ */
<<elseif _event is "lisa_cooking_dinner">>
<<if $kitchen_talk_done is false>>
<p style="color: #eba0ac; font-weight: bold; margin-bottom: 8px;">Evening Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px;">
<div class="char-link"><<link "🗣️ Offer to help $mother_name with cooking">><<set $lisa_rel += 1>><<set $kitchen_talk_done to true>><<goto "Kitchen_Lisa_Help_Evening">><</link>></div>
<div class="char-link"><<link "👁️ Discreetly admire $mother_name's form">><<set $player_lust += 10>><<set $kitchen_talk_done to true>><<goto "Kitchen_Lisa_Observe_Evening">><</link>></div>
</div>
<<else>>
<p style="font-style: italic; color: #a6adc8; margin-bottom: 10px;">Dinner is almost ready.</p>
<</if>>
<div style="padding: 10px; background: rgba(235, 160, 172, 0.1); border-radius: 8px; border: 1px solid rgba(235, 160, 172, 0.3);">
<<link "🍽️ Join the family for dinner">><<goto "Family_Dinner">><</link>>
</div>
/* ВЕЧЕРНИЙ БЛОК ЛИЗЫ И ЭММЫ */
<<elseif _event is "lisa_emma_kitchen">>
<<if $kitchen_talk_done is false>>
<p style="color: #eba0ac; font-weight: bold; margin-bottom: 8px;">Evening Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px;">
<div class="char-link">
<<link "🗣️ Offer to help them both" "Kitchen_Lisa_Emma_Help">>
<<set $lisa_rel += 1>><<set $emma_rel += 1>>
<<set $kitchen_talk_done to true>>
<</link>>
</div>
<div class="char-link">
<<link "👁️ Discreetly watch them work together" "Kitchen_Lisa_Emma_Observe">>
<<set $player_lust += 10>>
<<set $kitchen_talk_done to true>>
<</link>>
</div>
</div>
<<else>>
<p style="font-style: italic; color: #a6adc8; margin-bottom: 10px;">The duo is busy with their task.</p>
<</if>>
<div style="padding: 10px; background: rgba(235, 160, 172, 0.1); border-radius: 8px; border: 1px solid rgba(235, 160, 172, 0.3);">
<<link "🍽️ Join the family for dinner" "Family_Dinner">><</link>>
</div>
<<elseif _event is "jessica_cooking_dinner">>
<<if $kitchen_talk_done is false>>
<p style="color: #f5c2e7; font-weight: bold; margin-bottom: 8px;">Evening Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px;">
<div class="char-link"><<link "🗣️ Offer to help $older_sister_name with dishes">><<set $jessica_rel += 1>><<set $kitchen_talk_done to true>><<goto "Kitchen_Jessica_Help_Evening">><</link>></div>
<div class="char-link"><<link "👁️ Watch $older_sister_name while she works">><<set $player_lust += 10>><<set $kitchen_talk_done to true>><<goto "Kitchen_Jessica_Observe_Evening">><</link>></div>
</div>
<<else>>
<p style="font-style: italic; color: #a6adc8; margin-bottom: 10px;">The work is almost done.</p>
<</if>>
<div style="padding: 10px; background: rgba(245, 194, 231, 0.1); border-radius: 8px; border: 1px solid rgba(245, 194, 231, 0.3);">
<<link "🍽️ Join the family for dinner">><<goto "Family_Dinner">><</link>>
</div>
<</if>>
</div>
<</nobr>>\
</div>\
\
<div style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<<nobr>>
/* 1. БРОСАЕМ КУБИК ДЛЯ ШАНСА */
<<set _emmaRiskRoll to random(1, 100)>>
/* А. САМЫЙ ПРИОРИТЕТНЫЙ: ЭКСТРЕМАЛЬНАЯ РАЗРЯДКА ЭММЫ (Шанс 99%) */
<<if $loc_living_room.includes("E")
and not $loc_living_room.includes("L")
and not $loc_living_room.includes("G")
and not $loc_living_room.includes("J")
and $emma_lust eq 100
and $emma_corr gt 10
and _emmaRiskRoll lte 35>>
<<goto "LivingRoom_Emma_Extreme_Relief">>
/* Б. СЛЕДУЮЩИЙ: СЮЖЕТНЫЙ ПЕРЕХОД ДЛЯ ДЖЕССИКИ (ЧТ, ОБЕД) */
<<elseif $dayIndex is 3 and $dayPhase is "afternoon" and $loc_living_room.includes("J") and $jessica_livingroom_event_done isnot true>>
<<goto "LivingRoom_Jessica_Afternoon">>
/* В. СЮЖЕТНЫЙ ПЕРЕХОД ДЛЯ ЭММЫ (ГЕЙМИНГ: ПН ОБЕД / ЧТ ВЕЧЕР) */
<<elseif (($dayIndex is 3 and $dayPhase is "evening") or ($dayIndex is 0 and $dayPhase is "afternoon")) and $loc_living_room.includes("E") and $emma_livingroom_event_done isnot true>>
<<goto "LivingRoom_Emma_Gaming_Evening">>
/* Г. СЮЖЕТНЫЙ ПЕРЕХОД ДЛЯ ЛИЗЫ (ПТ, ВЕЧЕР) */
<<elseif $dayIndex is 4 and $dayPhase is "evening" and $loc_living_room.includes("L") and $lisa_livingroom_event_done isnot true>>
<<goto "LivingRoom_Lisa_Evening">>
/* Д. СЮЖЕТНЫЙ ПЕРЕХОД ДЛЯ ГРЕГА (СБ, ВЕЧЕР) */
<<elseif $dayIndex is 5 and $dayPhase is "evening" and $loc_living_room.includes("G") and $greg_livingroom_sat_done isnot true>>
<<goto "LivingRoom_Greg_Saturday_Evening">>
<</if>>
<</nobr>>
<<nobr>>
/* 2. ЛОГИКА ОПРЕДЕЛЕНИЯ ДЕФОЛТНЫХ СИТУАЦИЙ */
<<set _event to "empty">>
/* Будние дни (Пн-Пт, индексы 0-4) */
<<if $dayIndex gte 0 and $dayIndex lte 4>>
/* ДЕНЬ: Лиза наводит порядок только если её буква ТАМ (Пн, Чт, Пт — исключены расписанием) */
<<if $dayPhase is "afternoon">>
<<if $loc_living_room.includes("L")>>
<<set _event to "lisa_cleaning">>
<</if>>
/* ВЕЧЕР: Семейные сценарии у ТВ */
<<elseif $dayPhase is "evening">>
<<if $loc_living_room.includes("EG")>>
<<set _event to "emma_greg_tv">>
<<elseif $loc_living_room.includes("JG")>>
<<set _event to "jessica_greg_tv">>
<</if>>
<</if>>
/* Воскресенье (Вс, индекс 6) */
<<elseif $dayIndex is 6>>
<<if $dayPhase is "evening" and $loc_living_room.includes("EG")>>
<<set _event to "emma_greg_tv_sunday">>
<</if>>
<</if>>
<</nobr>>\
\
/* 3. ЗАГОЛОВОК */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #fab387; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Living Room\
</div>\
\
/* 5. ОТОБРАЖЕНИЕ СИТУАЦИИ */
<div id="livingroom-main-content">\
<<if _event is "lisa_cleaning">>\
<center>\
<img src="images/lisa_ceaning.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I leaned against the doorframe, my breath catching as I watched <strong>$mother_name</strong> cleaning the coffee table. She was completely engrossed in her task, her movements rhythmic and focused.
<br><br>
The low-cut neckline of her top offered a mesmerizing view every time she leaned forward to scrub a stubborn spot. Her heavy, mature breasts swayed and bounced with each stroke of the cloth, their soft weight pulling at the fabric. The sight was hypnotizing—the contrast between her domestic chores and the raw, unbridled sensuality of her body.
<br><br>
The Orb's resonance hummed in the base of my skull, heightening every detail. The faint sheen of sweat on her skin, the way her hair fell over her shoulders... it felt as though the very air in the room was thickening with a forbidden electricity.
<</nobr>>\
</div>\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #f9e2af; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #f9e2af; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<div class="char-link">
<<link "👁️ Watch her for a while">>
<<set $player_lust += 10>>
<<advanceTime>>
<<goto "LivingRoom_Lisa_Watch">>
<</link>>
</div>
</div>
</div>
<</nobr>>\
</div>\
\
<<elseif _event is "emma_greg_tv">>\
<center>\
<img src="images/events/livingroom/livingroom_emma_greg.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The living room is filled with the flickering blue light of the television and the low hum of an evening news broadcast. <strong>$father_name</strong> is reclined in his favorite armchair, his eyes half-closed as he unwinds after a long day at work.
<br><br>
<strong>$younger_sister_name</strong> is curled up on the sofa nearby, scrolling through her phone but occasionally glancing at the screen. The scene is one of quiet, domestic boredom, a stark contrast to the frantic energy that has been pulsing through the house since the Orb arrived.
<br><br>
There’s no immediate tension here, just the familiar presence of family in the deepening twilight. Yet, even in this peaceful setting, I can feel a faint vibration in my chest—the Orb acknowledging the close proximity of those it seeks to influence.
<</nobr>>\
</div>\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #fab387; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #fab387; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
/* === КРИТИЧЕСКАЯ ПРОВЕРКА НА 100% ВОЗБУЖДЕНИЕ === */
<<if $player_lust eq 100>>
<div style="margin: 5px 0; padding: 12px; background: rgba(243, 139, 168, 0.08); border: 1px dashed #f38ba8; border-radius: 8px; text-align: center; box-sizing: border-box;">
<span style="font-family: 'Georgia', serif; font-style: italic; color: #f38ba8; font-size: 0.95em;">
"I can't show myself to them in this state... My mind is racing and my desire is too obvious. They will think I'm completely strange."
</span>
</div>
/* === СТАНДАРТНОЕ ДЕЙСТВИЕ (Если Возбуждение < 100) === */
<<else>>
<div class="char-link">
<<link "🛋️ Join them on the sofa">>
<<set $emma_rel += 1>><<set $greg_rel += 1>>
<<advanceTime>>
<<goto "LivingRoom_Join_Family">>
<</link>>
</div>
<</if>>
</div>
</div>
<</nobr>>\
</div>\
<<elseif _event is "jessica_greg_tv">>\
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/livingroom/livingroom_jessica_greg.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The living room is surprisingly quiet. <strong>$father_name</strong> is leaning back in his chair, half-listening to a documentary, while <strong>$older_sister_name</strong> is sitting on the far end of the sofa. She’s staring at the screen with an air of bored indifference, though the way she’s wrapped in a light blanket makes the scene feel unexpectedly cozy.
<br><br>
The blue light of the TV reflects in her sharp eyes, making her look like a cold, beautiful statue. There’s enough space on the sofa for another person, but the air around her still carries that familiar "stay away" vibe she’s so good at projecting.
<</nobr>>\
</div>\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #fab387; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #fab387; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
/* === КРИТИЧЕСКАЯ ПРОВЕРКА НА ВОЗБУЖДЕНИЕ (ПИК) === */
<<if $player_lust eq 100>>
<div style="margin: 5px 0; padding: 12px; background: rgba(243, 139, 168, 0.08); border: 1px dashed #f38ba8; border-radius: 8px; text-align: center; box-sizing: border-box;">
<span style="font-family: 'Georgia', serif; font-style: italic; color: #f38ba8; font-size: 0.95em;">
"I can't show myself to them in this state... My mind is racing and my desire is too obvious. They will think I'm completely strange."
</span>
</div>
/* === СТАНДАРТНОЕ ДЕЙСТВИЕ (Если Возбуждение в норме) === */
<<else>>
<div class="char-link">
<<link "🛋️ Sit on the sofa and join them" "LivingRoom_Join_Family_Jessica">>
<<set $jessica_rel += 1>><<set $greg_rel += 1>>
<<advanceTime>>
<</link>>
</div>
<</if>>
</div>
</div>
<</nobr>>\
</div>\
<<elseif _event is "emma_greg_tv_sunday">>\
<center>\
<img src="images/events/livingroom/livingroom_emma_greg.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The Sunday evening atmosphere is heavy and slow. <strong>$father_name</strong> and <strong>$younger_sister_name</strong> are sharing the living room, watching a popular family show. Greg looks completely relaxed, glad to stretch his legs before the work week begins anew.
<br><br>
Emma is laughing softly at a joke on the screen, looking content and comfortable. It's a peaceful, traditional end to the weekend, yet the subtle pulse of the Orb in my pocket makes me look at them through a very different lens.
<</nobr>>\
</div>\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #fab387; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #fab387; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
/* === КРИТИЧЕСКАЯ ПРОВЕРКА НА 100% ВОЗБУЖДЕНИЕ === */
<<if $player_lust eq 100>>
<div style="margin: 5px 0; padding: 12px; background: rgba(243, 139, 168, 0.08); border: 1px dashed #f38ba8; border-radius: 8px; text-align: center; box-sizing: border-box;">
<span style="font-family: 'Georgia', serif; font-style: italic; color: #f38ba8; font-size: 0.95em;">
"I can't show myself to them in this state... My mind is racing and my desire is too obvious. They will think I'm completely strange."
</span>
</div>
/* === СТАНДАРТНОЕ ДЕЙСТВИЕ (Если Возбуждение < 100) === */
<<else>>
<div class="char-link">
<<link "🛋️ Join Emma and Greg for the show">>
<<set $emma_rel += 1>><<set $greg_rel += 1>>
<<advanceTime>>
<<goto "LivingRoom_Join_Family">>
<</link>>
</div>
<</if>>
</div>
</div>
<</nobr>>\
</div>\
\
<<else>>\
/* ПУСТАЯ ГОСТИНАЯ + ИНТЕРАКТИВНЫЙ ТВ */
<center>\
<<if $dayPhase is "night" or $dayPhase is "evening">>\
<img src="images/locations/livingroom_evening.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The living room is quiet and tidy. It is already dark outside and the room is lit only by the soft light of the lamps. The large television mounted on the wall sits dark and silent.\
</div>\
<<else>>\
<img src="images/locations/livingroom.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The living room is quiet and tidy. The sunlight filters through the curtains, casting long shadows on the empty sofas. The large television mounted on the wall sits dark and silent.\
</div>\
<</if>>\
</center>\
/*<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The living room is quiet and tidy. The sunlight filters through the curtains, casting long shadows on the empty sofas. The large television mounted on the wall sits dark and silent.\
</div>\*/
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #89b4fa; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #89b4fa; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<div class="char-link">
<<link "📺 Watch TV" "LivingRoom_TV">><</link>>
</div>
</div>
<</nobr>>\
</div>\
<</if>>\
\
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Exit to the hallway|Corridor]]\
</div>\<<nobr>>
/* === ЕДИНАЯ СИСТЕМА ПЕРЕХВАТОВ НА ЗАДНЕМ ДВОРУ (ПРИОРИТЕТ СВЕРХУ ВНИЗ) === */
<<set _event to "empty">>
/* 1. ВЫСШИЙ ПРИОРИТЕТ: ЦЕПОЧКА ГРЕГ ЛАПАЕТ ЛИЗУ НА УЛИЦЕ (ПОСЛЕ ПЕРЕКАЧКИ) */
<<if $greg_lust gt 60
and $greg_transfused_tonight is true
and $dayPhase isnot "night"
and $loc_backyard.includes("L")
and $greg_lisa_backyard_stage lte 3>>
/* Сразу сбрасываем ночной флаг перекачки, чтобы не зацикливать */
<<set $greg_transfused_tonight to false>>
/* Маршрутизация по стадиям */
<<if $greg_lisa_backyard_stage is 1>>
<<goto "Event_Greg_Lisa_Backyard_Grope_Stage1">>
<<elseif $greg_lisa_backyard_stage is 2>>
<<goto "Event_Greg_Lisa_Backyard_Grope_Stage2">>
<<elseif $greg_lisa_backyard_stage is 3>>
<<goto "Event_Greg_Lisa_Backyard_Grope_Stage3">>
<</if>>
/* 2. СЛЕДУЮЩИЙ: ДЖЕССИКА НА ЗАДНЕМ ДВОРУ (ВОСКРЕСЕНЬЕ, ОБЕД) */
<<elseif $dayIndex is 6 and $dayPhase is "afternoon" and $loc_backyard.includes("J") and $jessica_backyard_sun_done isnot true>>
<<goto "Backyard_Jessica_Sunday">>
/* 3. СЛЕДУЮЩИЙ: ЭММА НА ЗАДНЕМ ДВОРУ (СУББОТА, ОБЕД) */
<<elseif $dayIndex is 5 and $dayPhase is "afternoon" and $loc_backyard.includes("E") and $emma_backyard_sat_done isnot true>>
<<goto "Backyard_Emma_Saturday">>
/* 4. СЛЕДУЮЩИЙ: ЛИЗА НА ЗАДНЕМ ДВОРУ (ПЯТНИЦА, ОБЕД) */
<<elseif $dayIndex is 4 and $dayPhase is "afternoon" and $loc_backyard.includes("L") and $lisa_backyard_event_done isnot true>>
<<goto "Backyard_Lisa_Afternoon">>
/* 5. ФОНОВЫЕ ДНЕВНЫЕ СОБЫТИЯ (БУДНИ С ПОНЕДЕЛЬНИКА ПО ПЯТНИЦУ) */
<<elseif $dayIndex gte 0 and $dayIndex lte 4 and $dayPhase is "afternoon" and $loc_backyard.includes("J")>>
<<set _event to "jessica_sunbathe">>
<</if>>
<</nobr>>\
/* 2. ЗАГОЛОВОК (Золотистый) */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f9e2af; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Backyard\
</div>\
/* 3. ПОСТОЯННОЕ ИЗОБРАЖЕНИЕ ЛОКАЦИИ (Общий план) */
<center>\
<<if $dayPhase is "night">>\
<img src="images/locations/backyard_night.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<<else>>\
<img src="images/locations/backyard.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<</if>>\
</center>\
\
/* 4. ОТОБРАЖЕНИЕ СИТУАЦИИ (Если есть событие) */
<<if _event is "jessica_sunbathe">>\
<center>\
<img src="images/backyard_jessica.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(243, 139, 168, 0.3);">\
</center>\
\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The sun is high, and the yard is heavy with the scent of summer.
<br><br>
My attention is immediately locked on <strong>$older_sister_name</strong>. She’s stretched out on the lounger, her skin glistening with oil, glowing like polished amber under the relentless light. Her tiny bikini leaves very little to the imagination, tracing the lush curves of her body in a way that makes my breath catch in my throat.
<br><br>
The Orb’s warmth is thrumming in my chest again, a low, demanding vibration that makes every detail of her body—the rise of her breasts, the long line of her thighs—seem impossible to ignore.
<</nobr>>\
</div>\
\
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div class="family-interactions" style="text-align: left; border-left: 3px solid #f9e2af; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #f9e2af; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<div class="char-link">
<<link "🗣️ Approach and offer to help with the sunscreen">>
<<goto "Backyard_Jessica_Oil">>
<</link>>
</div>
<div class="char-link">
<<link "👁️ Discreetly watch her from the shadows">>
<<goto "Backyard_Jessica_Watch">>
<</link>>
</div>
</div>
</div>
<</nobr>>\
</div>\
<<else>>\
/* ТЕКСТ ДЛЯ ПУСТОЙ ЛОКАЦИИ */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The yard is peaceful and still. The lawn is empty, and the only movements are the shadows of the trees shifting slowly across the grass.\
</div>\
<</if>>\
\
<div style="margin-top: 20px; text-align: center;">\
[[Go back inside|Corridor]]\
</div>\
<<set _event to "empty">>
<<if $dayIndex is 1 and $dayPhase is "afternoon" and $loc_basement.includes("L") and $lisa_basement_tue_done isnot true>>
<<goto "Basement_Lisa_Tuesday_Afternoon">>
<</if>>
<<if $dayIndex is 4 and $dayPhase is "evening" and $loc_basement.includes("J") and $jessica_basement_event_done isnot true>>
<<goto "Basement_Jessica_Laundry">>
<</if>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #94e2d5; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Basement\
</div>\
<center>\
<img src="images/locations/basement.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
<<if $loc_basement.includes("G")>>
<center>
<img src="images/events/greg/greg_basement.jpeg" width="100%" style="max-width: 800px; border-radius: 8px;">
</center>
The air here is cool and smells of sawdust and old paint. <strong>$father_name</strong> is at his workbench, tinkering with some household appliance. He has his back to me, focused on the task. The rhythmic tapping of his tools is the only sound in the dimly lit space.
<<else>>
The basement is filled with the smell of washing powder and cleaning products. The washing machine is silent, as is the dryer. It’s a place rarely visited unless there’s work to be done.
<</if>>
<</nobr>>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>\
<<set $dayPhase to "Morning">>
<<set $actionsDone to 0>> /* Счетчик действий внутри одной фазы, если нужно */
<<set $days to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $dayIndex to 0>>
<<set $dayPhase to "morning">> /* morning, afternoon, evening, night */
/* Список гифок для просмотра порно на компе */
<<set $funnyVideos to [
"images/videos/porn1.webm",
"images/videos/porn2.webm",
"images/videos/porn3.webm",
"images/videos/porn4.webm",
"images/videos/porn5.webm",
"images/videos/porn6.webm",
"images/videos/porn7.webm",
"images/videos/porn8.webm",
"images/videos/porn9.webm",
"images/videos/porn10.webm"
]>>
<<set $currentVideo to $funnyVideos[0]>> /* Задаем первую гифку сразу */
<<set $gameVideos to [
"images/videos/game1.gif",
"images/videos/game2.gif",
"images/videos/game3.gif",
"images/videos/game4.gif",
"images/videos/game5.gif"
]>>
/* Переменная для текущей игровой гифки */
<<set $currentGameVideo to "" >>
/* Блок старшей сестры (Jessica) */
<<set $jessica_rel to 0>> /* Отношения с сестрой (Jessica) */
<<set $jessica_lust to 0>> /* Возбуждение (Jessica) */
<<set $jessica_corr to 0>> /* Развращенность (Jessica) */
<<set $jessica_status to "unknown">> /* Где она сейчас */
/* Блок младшей сестры (Emma) */
<<set $emma_rel to 0>> /* Отношения с сестрой (Emma) */
<<set $emma_lust to 0>> /* Возбуждение (Emma) */
<<set $emma_corr to 0>> /* Развращенность (Emma) */
<<set $emma_status to "unknown">> /* Где она сейчас */
/* Блок матери (Lisa) */
<<set $lisa_rel to 0>> /* Отношения с сестрой (Lisa) */
<<set $lisa_lust to 0>> /* Возбуждение (Lisa) */
<<set $lisa_corr to 0>> /* Развращенность (Lisa) */
<<set $lisa_status to "unknown">> /* Где она сейчас */
/* Блок отца (Greg) */
<<set $greg_rel to 0>> /* Отношения с сестрой (Greg) */
<<set $greg_lust to 0>> /* Возбуждение (Greg) */
<<set $greg_corr to 0>> /* Развращенность (Greg) */
<<set $greg_status to "unknown">> /* Где она сейчас */
<<nobr>>
/* ОГРАНИЧЕНИЕ ОТНОШЕНИЙ ЧЛЕНОВ СЕМЬИ (МАКСИМУМ 100, МИНИМУМ 0) */
<<set $lisa_rel to Math.clamp($lisa_rel, 0, 100)>>
<<set $jessica_rel to Math.clamp($jessica_rel, 0, 100)>>
<<set $emma_rel to Math.clamp($emma_rel, 0, 100)>>
<<set $greg_rel to Math.clamp($greg_rel, 0, 100)>>
<</nobr>>
<<set $breakfast_done to false>> /* Флаг: завтракали ли мы сегодня */
/* Статусы для проверки присутствия */
<<set $family_at_home to true>>
<<set $intro_bathroom_visited to false>>
<<set $intro_parents_visited to false>>
<<set $intro_emma_visited to false>>
<<set $intro_night_arousal to 0>>
<<set $intro_completed to false>>
/* Инициализация локаций */
<<set $loc_kitchen to "()">>
<<set $loc_bathroom to "()">>
<<set $loc_living_room to "()">>
<<set $loc_backyard to "()">>
<<set $loc_basement to "()">>
<<set $loc_my_room to "()">>
/* Инициализация спален (кроме комнаты игрока) */
<<set $loc_older_sister_room to "()">>
<<set $loc_younger_sister_room to "()">>
<<set $loc_parents_room to "()">>
<<set $loc_guest_room to "()">>
<<set $orb_power to 0>>
/*ФЛАГИ НТР контента*/
<<set $ntr_content to false>>
<<set $parents_shower_ntr_done to false>>
/**/
<<set $lastPhase to "night">>
<<set $kitchen_talk_done to false>>
<<set $player_lust to 0>>
<<set $orb_event_done to false>>
<<set $watched_emma_night to false>>
<<set $emma_dream_seen to false>>
<<set $jessica_dream_seen to false>>
<<set $lisa_dream_seen to false>>
<<set $emma_dream_trigger to false>>
<<set $jessica_dream_trigger to false>>
<<set $lisa_dream_trigger to false>>
/* Переменные Лизы */
<<set $lisa_morning_reaction_done to false>>
<<set $lisa_bathroom_event_done to false>>
<<set $lisa_livingroom_event_done to false>>
<<set $lisa_room_sat_done to false>>
<<set $lisa_kitchen_sat_done to false>>
<<set $lisa_kitchen_mon_done to false>>
<<set $lisa_basement_tue_done to false>>
/* Переменные Эммы */
<<set $emma_room_event_done to false>>
<<set $emma_livingroom_event_done to false>>
<<set $emma_backyard_sat_done to false>>
<<set $emma_room_sat_eve_done to false>>
<<set $emma_room_sun_done to false>>
<<set $emma_morning_reaction_done to false>>
<<set $emma_secret_door_done to false>>
<<set $emma_visited_player_today to false>>
<<set $emma_caught_player_mastr to false>>
<<set $emma_spied_night_trigger to false>>
<<set $emma_relief_dream_done to false>>
<<set $emma_talk_stage to 1>> /* Этап разговоров: от 1 до 4 */
<<set $emma_talk_done_today to false>> /* Защита от спама: один разговор в фазу/день */
<<set $emma_spy_confirmed_done to false>> /*Подтверждение того, что сон об Эмме был правдивым*/
<<set $emma_dream_resonance_done to false>>
<<set $emma_feet_experiment_done to false>>
<<set $emma_dream_suggestion to "none">>
<<set $emma_chloe_dream_stage to 0>>
<<set $emma_chloe_kissed to false>>
<<set $emma_caught_spying_parents to false>>
<<set $emma_spy_dream_watched to false>>
<<set $emma_morning_transfusion_echo_done to false>>
/* Переменные Джессики */
<<set $jessica_livingroom_event_done to false>>
<<set $jessica_room_event_done to false>>
<<set $jessica_basement_event_done to false>>
<<set $jessica_bathroom_sat_done to false>>
<<set $jessica_room_sat_eve_done to false>>
<<set $jessica_backyard_sun_done to false>>
<<set $jessica_room_sun_eve_done to false>>
<<set $jessica_room_mon_done to false>>
<<set $jessica_room_tue_done to false>>
<<set $jessica_morning_reaction_done to false>>
<<set $jessica_secret_door_done to false>>
/* Переменные Грега */
<<set $greg_livingroom_sat_done to false>>
<<set $kitchen_parents_event_done to false>>
<<set $greg_transfused_tonight to false>>
<<set $greg_kitchen_grope_done to false>>
<<set $greg_lisa_kitchen_stage to 1>>
<<set $greg_lisa_backyard_grope_done to false>>
<<set $greg_lisa_backyard_stage to 1>>
/* Переменные Джона */
<<set $john_power_realization_done to false>>/* === ЕДИНОРАЗОВОЕ СОБЫТИЕ: ОСОЗНАНИЕ ВЛАСТИ ПОСЛЕ ПРОСМОТРА СНА ЭММЫ И ХЛОИ (ПОЦЕЛУЯ) === */
<<set $ability_transfusion_unlocked to false>>
/* Список mp4 видео для случайных эротических снов при 100% похоти */
<<set $eroticDreams to [
"images/videos/dream.gif",
"images/videos/dream1.gif",
"images/videos/dream2.gif",
"images/videos/dream3.webp",
"images/videos/dream4.webp",
"images/videos/dream5.gif",
"images/videos/dream6.gif",
"images/videos/dream7.gif",
"images/videos/dream8.webp",
"images/videos/dream9.webp",
"images/videos/dream10.webp",
"images/videos/dream11.webp",
"images/videos/dream12.webp",
"images/videos/dream13.webp",
"images/videos/dream14.webp",
"images/videos/dream15.webp"
]>>
<<set $currentDreamVideo to "" >><<widget "advanceTime">>
<<if $dayPhase is "morning">>
<<set $dayPhase to "afternoon">>
<<elseif $dayPhase is "afternoon">>
<<set $dayPhase to "evening">>
<<elseif $dayPhase is "evening">>
<<set $dayPhase to "night">>
<</if>>
/* ЖЕСТКИЙ СБРОС ФЛАГА ТОЛЬКО ПРИ СМЕНЕ ВРЕМЕНИ */
<<set $kitchen_talk_done to false>>
<<set $breakfast_done to false>>
<</widget>>
<<widget "nextDay">>
<<set $dayPhase to "morning">>
<<set $dayIndex += 1>>
<<set $breakfast_done to false>> /* Сбрасываем флаг завтрака */
<<set $lisa_bathroom_event_done to false>>
<<set $watched_emma_night to false>>
<<set $watched_jessica_night to false>> /* Задел для Джессики */
<<set $watched_lisa_night to false>> /* Задел для Лизы */
<<if $dayIndex gt 6>>
<<set $dayIndex to 0>>
<</if>>
/* Принудительно перезагружаем текущий пассаж, чтобы обновились картинки и текст */
/*<<run Engine.play(passage())>>*/
<</widget>>
<<widget "updateLocations">>
<<nobr>>
/* 1. ПОЛНАЯ ОЧИСТКА ВСЕХ ЛОКАЦИЙ */
<<set $loc_my_room to "">>
<<set $loc_kitchen to "">>
<<set $loc_bathroom to "">>
<<set $loc_living_room to "">>
<<set $loc_backyard to "">>
<<set $loc_basement to "">>
<<set $loc_older_sister_room to "">>
<<set $loc_younger_sister_room to "">>
<<set $loc_parents_room to "">>
<<set $loc_guest_room to "">>
/* 2. РАСПИСАНИЕ ДЛЯ БУДНИХ ДНЕЙ (Пн-Пт, индексы 0-4) */
<<if $dayIndex gte 0 and $dayIndex lte 4>>
<<if $dayPhase is "morning">>
<<if $dayIndex is 4>> /* Пятница */
<<set $loc_kitchen to "JLG">> /* Лиза, Джессика и Грег на кухне */
<<set $loc_younger_sister_room to "E">> /* Эмма спит у себя */
<<else>>
<<set $loc_kitchen to "JELG">> /* В остальные дни все на кухне */
<</if>>
<<elseif $dayPhase is "afternoon">>
<<if $dayIndex is 0>> /* Понедельник Обед*/
<<set $loc_kitchen to "L">> /*Лиза моет посуду и убирает после завтрака */
<<set $loc_older_sister_room to "J">> /*Джессика у себя за компьютером */
<<set $loc_living_room to "E">> /*Эмма вернулась пораньше и залипает в приставку */
/* Грег на работе */
<<elseif $dayIndex is 1>> /* ВТОРНИК ДНЕМ */
<<set $loc_basement to "L">> /* Лиза стирает в подвале */
<<set $loc_older_sister_room to "J">> /* Джессика читает у себя */
<<set $loc_younger_sister_room to "E">> /* Эмма у себя с подругой */
<<elseif $dayIndex is 3>> /* Четверг */
<<set $loc_bathroom to "L">>
<<set $loc_living_room to "J">>
<<set $loc_younger_sister_room to "E">>
<<elseif $dayIndex is 4>> /* Пятница */
<<set $loc_backyard to "L">> /* Лиза отдыхает в шезлонге */
<<set $loc_older_sister_room to "J">> /* Джессика закрылась у себя */
<<set $loc_younger_sister_room to "E">> /* Эмма делает уроки или играет */
<<else>>
/* ДЕНЬ: Лиза в гостиной, Джессика в саду, Эмма у себя */
<<set $loc_living_room to "L">>
<<set $loc_backyard to "J">>
<<set $loc_younger_sister_room to "E">>
<</if>>
<<elseif $dayPhase is "evening">>
<<if $dayIndex is 0>> /* Понедельник вечер */
/* Используем вечерние сценарии со случайным распределением, как в Среду */
<<if $evening_scenario is 1>>
<<set $loc_bathroom to "J", $loc_kitchen to "L", $loc_living_room to "EG">>
<<elseif $evening_scenario is 2>>
<<set $loc_bathroom to "E", $loc_kitchen to "L", $loc_living_room to "JG">>
<<elseif $evening_scenario is 3>>
<<set $loc_bathroom to "L", $loc_kitchen to "J", $loc_living_room to "EG">>
<<else>>
<<set $loc_bathroom to "", $loc_kitchen to "LE", $loc_living_room to "JG">>
<</if>>
<<elseif $dayIndex is 3>> /* Четверг: фиксированный сценарий */
<<set $loc_kitchen to "L">>
<<set $loc_bathroom to "J">>
<<set $loc_living_room to "E">>
<<set $loc_basement to "G">>
<<elseif $dayIndex is 4>> /* ПЯТНИЦА ВЕЧЕР */
<<set $loc_living_room to "L">> /* Лиза у ТВ */
<<set $loc_parents_room to "G">> /* Грег у себя */
<<set $loc_basement to "J">> /* Джессика со стиркой */
<<set $loc_bathroom to "E">> /* Эмма в душе */
<<else>>
/* ВЕЧЕР: Рандомное распределение для остальных дней */
<<if $evening_scenario is 1>>
<<set $loc_bathroom to "J", $loc_kitchen to "L", $loc_living_room to "EG">>
<<elseif $evening_scenario is 2>>
<<set $loc_bathroom to "E", $loc_kitchen to "L", $loc_living_room to "JG">>
<<elseif $evening_scenario is 3>>
<<set $loc_bathroom to "L", $loc_kitchen to "J", $loc_living_room to "EG">>
<<else>>
<<set $loc_bathroom to "", $loc_kitchen to "LE", $loc_living_room to "JG">>
<</if>>
<</if>>
<<elseif $dayPhase is "night">>
/* НОЧЬ: Все по комнатам */
<<set $loc_older_sister_room to "J">>
<<set $loc_younger_sister_room to "E">>
<<set $loc_parents_room to "LG">>
<</if>>
/* 3. РАСПИСАНИЕ ДЛЯ ВЫХОДНЫХ (Сб-Вс, индексы 5-6) */
<<elseif $dayIndex is 5>> /* СУББОТА */
<<if $dayPhase is "morning">>
/* УТРО: Все на кухне, поздний завтрак */
<<set $loc_kitchen to "JELG">>
<<elseif $dayPhase is "afternoon">>
/* ОБЕД: Грег в гараже/подвале, Лиза в спальне, Джессика в ванной, Эмма в саду */
<<set $loc_basement to "G">>
<<set $loc_parents_room to "L">>
<<set $loc_bathroom to "J">>
<<set $loc_backyard to "E">>
<<elseif $dayPhase is "evening">>
/* ВЕЧЕР: Лиза на кухне, Грег в гостиной, Джессика и Эмма у себя */
<<set $loc_kitchen to "L">>
<<set $loc_living_room to "G">>
<<set $loc_older_sister_room to "J">>
<<set $loc_younger_sister_room to "E">>
<<else>>
/* НОЧЬ: Все по комнатам */
<<set $loc_older_sister_room to "J">>
<<set $loc_younger_sister_room to "E">>
<<set $loc_parents_room to "LG">>
<</if>>
<<elseif $dayIndex is 6>> /* ВОСКРЕСЕНЬЕ */
<<if $dayPhase is "morning">>
<<set $loc_kitchen to "JELG">>
<<elseif $dayPhase is "afternoon">>
/* ОБЕД: Лиза в комнате Джона, Джессика в саду, Эмма у себя, Грег в подвале */
<<set $loc_my_room to "L">>
<<set $loc_backyard to "J">>
<<set $loc_younger_sister_room to "E">>
<<set $loc_basement to "G">>
<<elseif $dayPhase is "evening">>
<<set $loc_bathroom to "L">>
<<set $loc_older_sister_room to "J">>
<<set $loc_living_room to "EG">>
<<else>>
/* НОЧЬ */
<<set $loc_older_sister_room to "J">>
<<set $loc_younger_sister_room to "E">>
<<set $loc_parents_room to "LG">>
<</if>>
<</if>>
<</nobr>>
<</widget>>
<<widget "locMarks">>
<<nobr>>
/* Склеиваем аргументы в строку */
<<set _locStr to $args.join("")>>
<<set _marks to []>>
/* Проверяем наличие ключей */
<<if _locStr.includes("J")>>
<<run _marks.push('<span class="mark-older">' + $older_sister_name.slice(0,1).toUpperCase() + '</span>')>>
<</if>>
<<if _locStr.includes("E")>>
<<run _marks.push('<span class="mark-younger">' + $younger_sister_name.slice(0,1).toUpperCase() + '</span>')>>
<</if>>
<<if _locStr.includes("L")>>
<<run _marks.push('<span class="mark-mom">' + $mother_name.slice(0,1).toUpperCase() + '</span>')>>
<</if>>
<<if _locStr.includes("G")>>
<<run _marks.push('<span class="mark-dad">' + $father_name.slice(0,1).toUpperCase() + '</span>')>>
<</if>>
/* Печатаем скобки и буквы ТОЛЬКО если массив _marks не пустой */
<<if _marks.length gt 0>>
<span class="loc-marks">( <<print _marks.join(", ")>> )</span>
<</if>>
<</nobr>>
<</widget>>
<<widget "say">><<nobr>>
<<set _name to $args[0]>> /* Имя, которое выводится в баббле */
<<set _text to $args[1]>> /* Текст реплики */
<<set _class to "bubble-son">> /* Класс по умолчанию */
<<set _img to "john.png">> /* Картинка по умолчанию */
/* Проверка: кто говорит, тот и получает свою картинку и стиль */
<<if _name is $older_sister_name>>
<<set _class to "bubble-older">><<set _img to "jessica.png">>
<<elseif _name is $younger_sister_name>>
<<set _class to "bubble-younger">><<set _img to "emma.png">>
<<elseif _name is $mother_name>>
<<set _class to "bubble-mom">><<set _img to "lisa.png">>
<<elseif _name is $father_name>>
<<set _class to "bubble-dad">><<set _img to "greg.png">>
<<elseif _name is $son_name>>
<<set _class to "bubble-son">><<set _img to "john.png">>
<<elseif _name is "Chloe">>
<<set _class to "bubble-friend">><<set _img to "chloe.jpg">>
<</if>>
<div @class="'speech-bubble ' + _class">
/* Теперь путь к картинке фиксирован и не зависит от ввода игрока */
<img @src="'images/portraits/' + _img" class="speech-portrait">
<div class="speech-content-wrapper">
<span class="speech-name"><<print _name>></span>
<span class="speech-content"><<print _text>></span>
</div>
</div>
<</nobr>><</widget>>
/* 1. Контейнер интерфейса */
<div style="background: #1e1e2e; color: #cdd6f4; padding: 25px; border-radius: 15px; border: 1px solid #45475a; font-family: 'Segoe UI', sans-serif;">\
/* Заголовок по центру */
<div style="text-align: center; margin-bottom: 30px; border-bottom: 1px solid #313244; padding-bottom: 15px;">\
<span style="font-weight: bold; color: #89b4fa; font-size: 1.2em;">💻 USER DESKTOP</span>\
</div>\
/* ЛОГИКА: Ночь или День */
<<if $dayPhase is "night">>
/* Блокировка ночью */
<div style="text-align: center; padding: 40px 20px;">\
<div style="font-size: 3em;">🌙</div>\
<h3 style="color: #f38ba8;">System Locked</h3>\
<p>It's too late. Go to sleep.</p>\
</div>\
<<else>>
/* ПРОВЕРКА НА ПИКОВОЕ ВОЗБУЖДЕНИЕ (100% AROUSAL) */
<<if $player_lust gte 100>>
<div style="text-align: center; padding: 20px; border: 1px dashed #f5c2e7; border-radius: 12px; background: rgba(245, 194, 231, 0.05); margin-bottom: 20px;">
<p style="font-family: 'Georgia', serif; font-style: italic; color: #f5c2e7; font-size: 1.05em; line-height: 1.5; margin-bottom: 20px;">
"My mind is completely melted by desire... The uncontainable arousal is pulsing so fiercely that I can't think about video games or casual internet surfing. I need to clear this agonizing cloud from my brain right now."
</p>
<div class="shutdown-btn" style="display: inline-block; padding: 10px 25px; background: #ca9ee6; border-radius: 8px; box-shadow: 0 0 15px rgba(202, 158, 230, 0.3);">
<<link "🖥️ Lock the room and relieve yourself at the desk">>
<<set $player_lust to 0>>
<<advanceTime>>
<<set $currentVideo to $funnyVideos.random()>>
<<goto "Computer_Lust_Relief_Scene">>
<</link>>
</div>
</div>
<<else>>
/* ОБЫЧНЫЙ РАБОЧИЙ СТОЛ (ПОКАЗЫВАЕТСЯ, ЕСЛИ ПОХОТЬ МЕНЬШЕ 100) */
<div style="display: flex; gap: 25px; justify-content: center; align-items: flex-start; margin: 0 auto;">\
/* Иконка: Видеоигры */
<div class="app-icon" style="width: 120px; padding: 15px; background: #313244; border-radius: 12px; text-align: center;">\
<div style="font-size: 2em; margin-bottom: 5px;">🎮</div>\
<<link "Launch Game">>\
<<set $currentGameVideo to $gameVideos.random()>>\
<<advanceTime>>\
<<goto "Computer_Gaming">>\
<</link>>\
<div style="font-size: 0.7em; color: #a6adc8;">Spend 1 hour</div>\
</div>\
/* Иконка: Просмотр порно (Каждый клик дает +15 к вожделению) */
<div class="app-icon" style="width: 120px; padding: 15px; background: #313244; border-radius: 12px; text-align: center;">\
<div style="font-size: 2em;">🎬</div>\
<<link "Watch Porn">>\
<<set $player_lust += 15>>
<<if $player_lust gte 100>><<set $player_lust to 100>><</if>>
<<set $currentVideo to $funnyVideos.random()>>\
<<goto "Computer_Videos">>\
<</link>>\
<div style="font-size: 0.7em; color: #a6adc8;">Watch clips</div>\
</div>\
</div>\
<</if>>
<</if>>
/* Выход (Кнопка внизу по центру) */
<div style="margin-top: 40px; text-align: center;">\
<div class="shutdown-btn" style="display: inline-block; padding: 8px 20px; background: #f38ba8; border-radius: 8px;">\
<<link "Shut Down & Stand Up">>\
<<goto "MyRoom">>\
<</link>>\
</div>\
</div>\
</div>\
<style>
.app-icon {
transition: transform 0.2s ease, background-color 0.2s ease;
}
.app-icon:hover {
background-color: #45475a !important;
transform: translateY(-5px);
}
.shutdown-btn {
transition: background-color 0.2s ease;
}
.shutdown-btn:hover {
background-color: #eba0ac !important;
}
/* Стилизация ссылок SugarCube под дизайн кнопок */
.shutdown-btn a, .app-icon a {
color: #cdd6f4 !important;
text-decoration: none !important;
font-weight: bold;
}
.shutdown-btn a {
color: #1e1e2e !important;
}
</style>
<div style="background: #1e1e2e; color: #cdd6f4; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #313244;">
<h3 style="color: #f38ba8;">Media Player</h3>
<hr style="border-color: #313244;">
<div style="background: #000; padding: 10px; border-radius: 10px; display: inline-block;">
/* Используем @src для прямой подстановки переменной */
<video style="display: block; width: 100%; border-radius: 8px;" autoplay loop muted playsinline>
<source @src="$currentVideo" type="video/webm">
</video>
</div>
<div style="margin-top: 20px; display: flex; justify-content: center; gap: 15px;">
<<link "Next Video">>
<<set $currentVideo to $funnyVideos.random()>>
<<goto "Computer_Videos">>
<</link>>
<<link "Close Player">>
<<goto "ComputerTerminal">>
<</link>>
</div>
</div>
<<nobr>>
<<set _event to "empty">>
/* 1. ЛОГИКА ОПРЕДЕЛЕНИЯ СОБЫТИЯ */
<<set _roll to random(1, 100)>>
<<nobr>>
/* 1. ЛОГИКА ОПРЕДЕЛЕНИЯ СОБЫТИЯ */
<<set _roll to random(1, 100)>>
<<set _jessicaChance to 15 + $jessica_lust>> /* Динамический шанс на основе похоти */
/* СЛУЧАЙНЫЙ ИВЕНТ ЗА ЗАКРЫТОЙ ДВЕРИ ДЖЕССИКИ (Строго с Orb Power 2+) */
<<if $orb_power gte 2 and ($dayPhase is "afternoon" or $dayPhase is "evening") and $loc_older_sister_room.includes("J") and _roll lte _jessicaChance and $jessica_secret_door_done isnot true>>
<<goto "OlderSisterRoom_Jessica_Secret_Door">>
<</if>>
<</nobr>>
/* 1. ПОНЕДЕЛЬНИК ОБЕД: */
<<if $dayIndex is 0 and $dayPhase is "afternoon" and $loc_older_sister_room.includes("J") and $jessica_room_mon_done isnot true>>
<<goto "OlderSisterRoom_Jessica_Monday_Afternoon">>
<</if>>
/* 2. ВТОРНИК ОБЕД: */
<<if $dayIndex is 1 and $dayPhase is "afternoon" and $loc_older_sister_room.includes("J") and $jessica_room_tue_done isnot true>>
<<goto "OlderSisterRoom_Jessica_Tuesday_Afternoon">>
<</if>>
/* 3. ВОСКРЕСЕНЬЕ ВЕЧЕР: */
<<if $dayIndex is 6 and $dayPhase is "evening" and $loc_older_sister_room.includes("J") and $jessica_room_sun_eve_done isnot true>>
<<goto "OlderSisterRoom_Jessica_Sunday_Evening">>
<</if>>
/* 4. СУББОТА ВЕЧЕР: Примерка платья перед зеркалом */
<<if $dayIndex is 5 and $dayPhase is "evening" and $loc_older_sister_room.includes("J") and $jessica_room_sat_eve_done isnot true>>
<<goto "OlderSisterRoom_Jessica_Saturday_Evening">>
/* 5. ПЯТНИЦА ОБЕД: Сцена подглядывания через дверь */
<<elseif $dayIndex is 4 and $dayPhase is "afternoon" and $loc_older_sister_room.includes("J") and $jessica_room_event_done isnot true>>
<<goto "OlderSisterRoom_Jessica_Afternoon">>
/* 6. НОЧЬ: Комната всегда заперта */
<<elseif $dayPhase is "night">>
<<set _event to "locked_night">>
/* 7. ОСТАЛЬНЫЕ БУДНИ (ОБЕД): Пустая комната (задел на будущее) */
<<elseif $dayIndex gte 0 and $dayIndex lte 4 and $dayPhase is "afternoon">>
<<set _event to "empty">>
<</if>>
<</nobr>>\
/* ЗАГОЛОВОК */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$older_sister_name's Room\
</div>\
<<if _event is "locked_night">>\
<center>\
<img src="images/locations/jessica_door.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
I reached for the handle, but it didn't budge. <strong>$older_sister_name</strong> always was the most private person in this house, and she clearly doesn't trust anyone enough to leave her door unlocked at night.
<br><br>
I stood there for a second, listening to the silence behind the heavy wood. One day, I’ll find a way inside, but for now, I’m just an outsider in the hallway.
</div>\
<<else>>\
<center><img src="images/locations/jessica_room.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
The room is filled with the scent of expensive perfume and vanilla. It’s meticulously organized, reflecting <strong>$older_sister_name's</strong> disciplined nature.
<br><br>
The sunlight catches the silk pillows on her neatly made bed. There’s an air of sophisticated privacy here that usually keeps you out, but now, in the silence of the day, the room feels strangely inviting. You can almost feel her presence lingering in the quiet air, a ghost of the confidence she radiates.
<</nobr>>\
</div>\
<</if>>\
<div style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>\<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6adc8; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Guest Bedroom\
</div>\
<center>\
<img src="images/locations/guest_room.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The guest room is cold and impersonal, with a thin layer of dust on the wooden dresser. It’s rarely used, serving more as a storage space for extra linens and old memories.
<br><br>
The window is slightly ajar, letting in a draft that makes the curtains sway like pale specters. There's a stillness here that feels heavy, as if the room is waiting for someone who hasn't arrived in a long time. It's the perfect place to hide if you ever need to be completely alone.
<</nobr>>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>\<div style="text-align: center; font-size: 1.4em; color: #f9e2af; margin-bottom: 15px;">\
The Household
</div>\
<div style="line-height: 1.5; font-family: 'Georgia', serif;">\
<<nobr>>
Another Monday in this house. The same old walls, the same familiar faces.
Sometimes I feel like I know every crack in the ceiling of my room by heart.
<br><br>
My family... they are special in their own way. We've been through a lot lately, and today feels like a good day to finally get my life back on track.
<br><br>
<</nobr>>\
/* === ДЖЕССИКА (Старшая сестра) === */
<div style="margin: 20px 0;">\
<strong><span style="color: #f5c2e7;">$older_sister_name</span></strong>, my older sister. She's always been the "perfect" one — smart, ambitious, and a bit bossy. Since she started university, we barely talk, but I know she's still watching over me in her own annoying way.
<br><br>
<div style="max-width: 400px; margin: 0 auto; border: 3px solid #f5c2e7; border-radius: 8px; overflow: hidden; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4);">\
<img src="images/portraits/jessica.png" width="100%" style="display: block;">\
</div>\
</div>\
/* === ЭММА (Младшая сестра) === */
<div style="margin: 20px 0;">\
Then there's <strong><span style="color: #a6e3a1;">$younger_sister_name</span></strong>. My little sister is a whirlwind of energy and teenage drama. One moment she's my best friend, the next she's locking herself in her room because I "don't understand anything."
<br><br>
<div style="max-width: 400px; margin: 0 auto; border: 3px solid #a6e3a1; border-radius: 8px; overflow: hidden; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4);">\
<img src="images/portraits/emma_intro.jpg" width="100%" style="display: block;">\
</div>\
</div>\
/* === ЛИЗА (Мама) === */
<div style="margin: 20px 0;">\
And my parents... <strong><span style="color: #eba0ac;">$mother_name</span></strong>, our mother, who tries to keep this whole ship from sinking with her endless care (and coffee).
<br><br>
<div style="max-width: 400px; margin: 0 auto; border: 3px solid #eba0ac; border-radius: 8px; overflow: hidden; box-shadow: 0 0 25px rgba(235, 160, 172, 0.4);">\
<img src="images/portraits/lisa_intro.jpg" width="100%" style="display: block;">\
</div>\
</div>\
/* === ГРЕГ (Папа) === */
<div style="margin: 20px 0;">\
And <strong><span style="color: #89dceb;">$father_name</span></strong>, my father. A man of few words, usually hidden behind a newspaper or a laptop screen.
<br><br>
<div style="max-width: 400px; margin: 0 auto; border: 3px solid #89dceb; border-radius: 8px; overflow: hidden; box-shadow: 0 0 25px rgba(137, 220, 235, 0.4);">\
<img src="images/portraits/greg.png" width="100%" style="display: block;">\
</div>\
</div>\
</div>\
<div style="margin-top: 30px; text-align: center;">\
<<link "Get out of bed and face the day">>
<<set $dayPhase to "morning">>
<<set $dayIndex to 0>> /* Monday */
<<goto "Intro_Meteor">>
<</link>>\
</div>\/* 1. Заголовок */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f38ba8; margin-bottom: 15px;">\
A Midnight Visitor\
</div>\
/* 2. Изображение ночного неба с розовым метеором */
<center>\
<img src="images/locations/myroom_night.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 20px rgba(243, 139, 168, 0.4);">\
</center>\
/* 3. Художественное описание на английском */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The house was dead silent, surrendered to the deep slumber of a Monday night. I was the only one still awake, staring at the cold glow of my monitor, feeling the weight of another mundane day ending.
<br><br>
<center>
<img src="images/locations/meteor_sky.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 20px rgba(243, 139, 168, 0.4);">
</center>
Suddenly, the shadows in my room vanished. A vibrant, pulsing <strong>pink radiance</strong> flooded through the window, washing over the cluttered floor and unmade bed. It wasn't the harsh white of a lightning bolt, but a soft, almost hypnotic neon glow.
<br><br>
I held my breath, waiting for the thunder, for a crash, for <em>something</em>. But there was only silence.
<br><br>
<img src="images/locations/meteor_backyard.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 20px rgba(243, 139, 168, 0.4);">
Glancing outside, I saw it — a streak of fuchsia fire cutting through the starry void. It descended with impossible grace, disappearing behind the silhouettes of the trees in our <strong>Backyard</strong>. A muffled thud, barely louder than a heartbeat, followed.
<br><br>
The light faded as quickly as it appeared, leaving the night even darker than before. Everyone else is still asleep, oblivious to the fact that something just landed in our garden.
<</nobr>>\
</div>\
/* 4. Переход */
<div style="margin-top: 25px; text-align: center;">\
<<link "I have to see what that was...">>
<<set $dayPhase to "night">> /* Убеждаемся, что сейчас ночь */
<<goto "Intro_1_Meteor">>
<</link>>\
</div>\
/* 1. Заголовок */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f38ba8; margin-bottom: 15px;">\
The Anomaly in the Grass\
</div>\
/* 2. Изображение метеорита в воронке */
<center>\
<img src="images/locations/meteor_crater.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 25px rgba(243, 139, 168, 0.6);">\
</center>\
/* 3. Художественное описание на английском */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I didn't even bother to put on my shoes. My bare feet hit the cold, dew-covered grass as I sprinted across the yard, my breath hitching in my throat. The night air was chilly, but I barely felt it. All my attention was fixed on that spot near the old oak tree.
<br><br>
As I got closer, the smell hit me — not the smell of burning sulfur I expected, but something sweet and metallic, like ozone mixed with wildflowers.
<br><br>
And there it was.
<br><br>
Nestled in a small, scorched crater was the intruder. It wasn't a giant boulder from space; it was tiny, barely larger than a baseball. Its surface was jagged yet translucent, pulsing with a <strong>soft, rhythmic pink light</strong>, as if it were breathing.
<br><br>
It didn't look like a rock. It looked like a <em>heart</em> made of crystal, still warm from its journey through the void.
<</nobr>>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<button "Take a closer look" "Intro_2_Meteor">><</button>>\
</div>\
/* 1. Заголовок */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f38ba8; margin-bottom: 15px;">\
An Otherworldly Warmth\
</div>\
/* 2. Изображение руки, тянущейся к светящемуся камню */
<center>\
<img src="images/locations/meteor.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 30px rgba(243, 139, 168, 0.5);">\
</center>\
/* 3. Художественное описание на английском */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I hesitated for a second, my fingers trembling just inches away from the jagged surface. I expected the searing heat of an object that had just pierced the atmosphere, but as I finally touched it, a shock of surprise ran through me.
<br><br>
It wasn't hot. It was <strong>pleasantly warm</strong>, like a stone baked under a gentle summer sun. But this warmth was different — it didn't just stay on my skin. It seeped deeper, flowing into my veins and climbing up to my mind.
<br><br>
Suddenly, the anxiety that had been clutching my chest for years simply... vanished. My thoughts became light, bathed in a strange, comforting glow. Everything felt right. Everything felt <em>pleasant</em>.
<br><br>
Carefully, I scooped the small crystal heart from the dirt. It felt light, almost weightless. I tucked it into my pocket, the warmth spreading against my leg, and hurried back to the house. I had to keep this safe. I had to study it.
<</nobr>>\
</div>\
/* 4. Переход к сну */
<div style="margin-top: 25px; text-align: center;">\
<<button "Go to bed and hide the treasure" "Intro_3_Meteor">><</button>>\
</div>\
/* 1. Стилизация под "сон" (мягкое размытие и розовые тона) */
<div style="text-align: center; padding: 40px 20px; background: rgba(243, 139, 168, 0.05); border-radius: 20px; border: 1px double #f38ba8; filter: drop-shadow(0 0 10px rgba(243, 139, 168, 0.2));">\
<center>
<img src="images/locations/myroom_night.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">\
</center>
<div style="font-size: 1.4em; font-family: 'Georgia', serif; font-style: italic; line-height: 1.8; color: #f5c2e7;">\
<<nobr>>
I hid the meteorite under the bed, as if I didn’t want to share my find with anyone. But even when it was hidden from my sight, I could still feel its presence. Its rhythmic pulse keeping time with my own heartbeat. As I closed my eyes, the warmth returned, pulling me into a deep, heavy slumber.
<br><br>
The dream started instantly. It wasn't like any dream I'd had before — it was <strong>vivid</strong>. Too real. I could feel the silkiness of skin, the scent of expensive perfume, and a presence in the room that made my blood run hot.
<br><br>
Shadowy figures moved in the moonlight, their touches electrifying, their whispers a symphony of forbidden desires. It was an intoxicating haze of pleasure that felt more tangible than the bed beneath me.
<br><br>
For the first time in my life, I didn't want to wake up.
<</nobr>>\
</div>\
/* 4. Переход к утру */
<div style="margin-top: 25px; text-align: center;">\
<<button "Go to bed and hide the treasure" "Intro_4_Meteor">><</button>>\
</div>\/* 1. Стилизация под "туманное" состояние героя */
<div style="text-align: center; max-width: 700px; margin: 0 auto; line-height: 1.6; font-family: 'Georgia', serif; color: #a6adc8; filter: drop-shadow(0 0 5px rgba(137, 180, 250, 0.2));">\
<<nobr>>
<center>
<img src="images/locations/family_breakfast.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">
</center>
The morning was a blur. I remember sitting at the kitchen table, the clinking of $mother_name's forks and $father_name's rustling newspaper sounding like they were miles away. I ate my breakfast in a daze, nodding mechanically when $older_sister_name or $younger_sister_name spoke to me.
<br><br>
The warmth from the meteorite was still there, humming in the back of my mind.
<br><br>
<center>
<img src="images/locations/myroom_day.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">
</center>
The day dragged on without anything special happening, but as the sun began to set, the pull became irresistible. I found myself back in my room, the air inside feeling electric, heavy with a scent I couldn't quite name.
<</nobr>>\
</div>\
<div style="margin-top: 30px; text-align: center;">\
<<link "Close the door and check the stone...">>
<<set $meteor_hidden to true>>
<<set $dayPhase to "evening">>
<<set $dayIndex to 1>> /* Tuesday Evening */
<<goto "Intro_5_Meteor">>
<</link>>\
</div>\
/* 1. Изображение: Вечерняя комната, розовое свечение из-под кровати */
<center>\
<img src="images/locations/myroom_day.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 20px rgba(243, 139, 168, 0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I locked the door and knelt by the bed. The pink glow was stronger now, bleeding out from the darkness underneath. As I reached for the meteorite, the warmth surged again, making my skin tingle.
<br><br>
But then, a sharp <strong>knock</strong> at the door shattered the silence.
<br><br>
I froze. My heart leaped into my throat. The glow under the bed seemed to pulse faster, as if responding to my sudden spike in adrenaline.
<</nobr>>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<p>Someone is outside. Who could it be at this hour?</p>
<<button "Who is it?" "Intro_6_Meteor">><</button>>\
</div>\
/* 1. Изображение */
<center>\
<img src="images/emma_room_evening.jpg" width="50%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(243, 139, 168, 0.2);">\
</center>\
/* 2. Художественное описание и диалоги */
<div style="text-align: center; margin: 10px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The door creaks open just an inch, and <strong>$younger_sister_name's</strong> face peeks through. She doesn't wait for an answer — she never does. We've shared too many secrets and pulled too many pranks together for her to care about "privacy" in this house.
<</nobr>>\
<<say $younger_sister_name "Hey.">>\
<<nobr>>
She says, her voice uncharacteristically quiet. She steps inside, her eyes scanning my face with that sharp, annoying intuition of hers.
<</nobr>>\
<<say $younger_sister_name "You’ve been acting like a zombie all day. Mom thinks you're getting sick, but I know that 'look'. You're in some kind of trouble again, aren't you?">>\
<<nobr>>
As she moves closer, I feel the meteorite pulse under the bed. The warmth surges, but it's different now — it's <em>expanding</em>. I can see a faint, barely visible pink tint in $younger_sister_name's eyes as she sniffs the air.
<</nobr>>\
<<say $younger_sister_name "It smells... amazing in here... Like... spring? Or maybe that expensive candy we stole when we were kids?">>\
<<nobr>>
<strong>$younger_sister_name</strong> takes another step, her eyes widening as they fix on mine.
"Seriously, <strong>$son_name</strong>," she says, a small smirk playing on her lips.
<</nobr>>\
<<say $younger_sister_name "You look like you've seen a ghost. Or found a treasure.">>\
<<nobr>>
She hops onto the edge of my bed — right above the spot where the meteorite is hidden. I feel a jolt of heat pulse from under the floorboards. It's intense now, almost overwhelming.
$younger_sister_name shivers, but not from the cold. A faint flush appears on her cheeks.
<</nobr>>\
<<say $younger_sister_name "Woah... did you turn the heater on? It’s so... cozy in here suddenly. I feel like I could stay here forever.">>
</div>\
/* 3. Кнопка перехода */
<div style="margin-top: 30px; text-align: center;">\
<<link "Continue">>\
<<goto "Intro_7_Meteor">>\
<</link>>\
</div>
/* 1. Изображение: Эмма сидит на кровати в мягком розовом свете */
<center>\
<img src="images/emma_room_evening_sits.jpg" width="90%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 30px rgba(243, 139, 168, 0.4);">\
</center>\
/* 2. Художественное описание линейного развития событий */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<strong>$son_name</strong> remains frozen in the middle of the room, his tongue feeling heavy and useless. He wants to say something, to play it cool like they always do, but the words won't come.
<br><br>
The meteorite under the bed seems to sense <strong>$younger_sister_name's</strong> presence. Its invisible field expands, thick and sweet, like a physical weight pressing against the walls.
<br><br>
Suddenly, the way <strong>$son_name</strong> sees his sister begins to shift.
<br><br>
The familiar, annoying little sister he grew up with is fading away. In her place, he sees someone... different. The soft evening light catches the curve of <strong>$younger_sister_name's</strong> neck, the way her hair falls over her shoulders, and the unexpected spark of warmth in her eyes.
<br><br>
She looks breathtakingly attractive. Irresistible. Even <em>sensual</em> in a way that makes <strong>$son_name's</strong> heart skip a beat.
<br><br>
He stands there, completely stunned, his mind racing to catch up with these forbidden thoughts. The pleasant warmth from the artifact is no longer just comforting — it's becoming <strong>intoxicating</strong>.
<</nobr>>\
</div>\
/* 3. Продолжение линейного интро */
<div style="margin-top: 30px; text-align: center;">\
<<link "The silence is becoming unbearable...">>
<<goto "Intro_8_Meteor">>
<</link>>\
</div>\
/* 1. Изображение: Эмма пристально смотрит на Джона, в комнате витает розовая дымка */
<center>\
<img src="images/emma_room_evening_sits1.jpg" width="90%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 35px rgba(243, 139, 168, 0.5);">\
</center>\
/* 2. Художественное описание на английском */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The air in the room thickens, vibrating with that unearthly warmth. It doesn't take long for <strong>$younger_sister_name</strong> to succumb to the same intoxicating pull. Her initial suspicion melts away, replaced by a sudden, frantic curiosity that she can't quite control.
<br><br>
Her eyes, usually filled with playful mischief, now linger on <strong>$son_name</strong> with a new, heavy intensity. She finds herself noticing things she never cared for before — the strength in his shoulders, the sharp line of his jaw, and the effortless way he carries himself. To her, he no longer looks like just her brother; he looks like a man. A very attractive man.
<br><br>
The silence between them is charged, electric. <strong>$younger_sister_name's</strong> gaze slowly slides down, tracing the lines of his body until it stops, fixed on his lap. Her breath hitches in her throat.
<br><br>
<center>
<img src="images/bulge.jpg" width="90%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 35px rgba(243, 139, 168, 0.5);">
</center>
There, beneath his clothes, is a <strong>clearly visible arousal</strong>.
<br><br>
A wave of shock washes over her, followed immediately by a forbidden spark of excitement that makes her skin flush a deep crimson. She knows she should look away, she knows this is wrong, but the "warmth" from the meteorite whispers otherwise. It feels... natural. It feels <em>right</em>.
<</nobr>>\
</div>\
/* 3. Продолжение линейного интро */
<div style="margin-top: 30px; text-align: center;">\
<<link "Their eyes meet again...">>
<<goto "Intro_9_Meteor">>
<</link>>\
</div>\
/* 1. Изображение: Эмма, прикрывающая грудь руками, в смятении уходит */
<center>\
<img src="images/emma_room_evening_sits2.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 25px rgba(243, 139, 168, 0.3);">\
</center>\
/* 2. Художественное описание на английском */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The waves of invisible heat wash over <strong>$younger_sister_name</strong>, drowning her young mind in a flood of raw, uncontrollable emotions. Her body reacts instantly, betrayed by the very air she breathes.
<br><br>
She feels her nipples tighten, peaking painfully against the fabric of her shirt. Every shallow breath she takes sends a jolt of sweet, itchy friction through her chest, making her squirm inwardly. Below, a sudden surge of blood makes her feel swollen and heavy; a warm, honey-like slickness begins to gather, proof of a desire she never knew she could feel for him.
<br><br>
Time seems to liquefy, stretching this forbidden second into an eternity.
<strong>$younger_sister_name's</strong> gaze focused on her brother's lips. They looked so inviting, so sweet.
<br><br>
But then, as if the meteorite had sated its initial hunger, the oppressive grip of the aura suddenly slackens. The rosy haze lifting from their minds is like a bucket of ice water.
<br><br>
Reality rushes back with a vengeance. <strong>$younger_sister_name</strong> gasps, her eyes snapping wide as the sheer weight of what she was just thinking—and <em>feeling</em>—hits her. A deep, burning flush of shame crawls up her neck.
<<say $younger_sister_name "I... I forgot... Mom called me. I have to go!">>
She stammers, her voice cracking. Without looking back at <strong>$son_name</strong>, she scrambles off the bed and bolts for the door, disappearing into the safety of the dark hallway.\
<</nobr>>\
</div>\
<div style="margin-top: 30px; text-align: center;">\
<p style="font-style: italic; color: #a6adc8;">The door slams shut, leaving you alone with the pulsing glow under your bed.</p>
<<link "Continue">>
/* Изменение параметров Эммы после инцидента */
<<set $emma_rel += 1>> /* Укрепление связи */
<<set $emma_corr += 1>> /* Рост развращенности (Corruption) */
<<goto "Intro_10_Meteor">>
<</link>>\
</div>
<div style="background: #1e1e2e; color: #cdd6f4; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #313244;">\
<h3 style="color: #89b4fa;">Gaming Session</h3>\
<hr style="border-color: #313244;">\
<div style="background: #000; padding: 10px; border-radius: 10px; display: inline-block;">\
<img @src="$currentGameVideo" style="max-height: 400px; max-width: 100%; border-radius: 5px;">\
</div>\
<p style="margin-top: 15px; color: #a6adc8; font-style: italic;">\
You lose yourself in the game for a while... The time flies by.\
</p>\
<div style="margin-top: 20px;">\
<<link "Finish Session">>\
<<goto "ComputerTerminal">>\
<</link>>\
</div>\
</div>\
/* 1. Изображение вечернего коридора с легкой розовой дымкой */
<center>\
<img src="images/locations/corridor_night.jpg" width="100%" style="max-width: 800px; border-radius: 4px; box-shadow: 0 0 15px rgba(243, 139, 168, 0.2);">\
</center>\
/* 2. Художественное описание */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stepped out into the hallway, the floorboards slightly cold under my bare feet. The house felt different tonight. It wasn't just the silence — it was the air itself. It felt thick, vibrating with the same <strong>otherworldly warmth</strong> that was radiating from under my bed.
<br><br>
My senses were heightened. I could hear every creak of the house, every muffled breath behind the closed doors. The influence of the stone seemed to guide my attention, pointing out the life pulse of everyone in this home.
<</nobr>>\
</div>\
/* 3. Сюжетные точки (Одноразовые события) */
<div class="evening-story-nodes" style="display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center;">\
<<nobr>>
/* ВАННАЯ */
<<if $intro_bathroom_visited is false>>
<div class="nav-row" style="display: flex; justify-content: center; align-items: center; gap: 10px;">
<<link "Approach the bathroom door">>
<<goto "Intro_Event_Bathroom">>
<</link>>
<<locMarks "J">>
</div>
<</if>>
/* КОМНАТА РОДИТЕЛЕЙ */
<<if $ntr_content is true>>
<<if $intro_parents_visited is false>>
<div class="nav-row" style="display: flex; justify-content: center; align-items: center; gap: 10px;">
<<link "Eavesdrop on the Master Bedroom">>
<<goto "Intro_Event_Parents">>
<</link>>
<<locMarks "LG">>
</div>
<</if>>
<</if>>
/* КОМНАТА ЭММЫ */
<<if $intro_emma_visited is false>>
<div class="nav-row" style="display: flex; justify-content: center; align-items: center; gap: 10px;">
<<link "'Listen at $younger_sister_name's door'">>
<<goto "Intro_Event_Emma">>
<</link>>
<<locMarks "E">>
</div>
<</if>>
/* Кнопка сна появится, когда всё пройдено */
<<if $intro_bathroom_visited and $intro_emma_visited and ($ntr_content is false or $intro_parents_visited)>>
<div style="margin-top: 20px;">
<<link "Return to your room and try to sleep">>
<<goto "Intro_Bedroom_Final">>
<</link>>
</div>
<</if>>
<</nobr>>\
</div>\
/* 1. Изображение: Гифка Джессики в душе */
/*<center>\*/
/* <img src="images/jessica_shower_peep.gif" style="max-width: 600px; width: 100%; border-radius: 8px; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5);">\
</center>\*/
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">
/* Добавляем style="display: block; width: 100%;" */
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/jessica_shower_peep.mp4" type="video/mp4">
Ваш браузер не поддерживает видео.
</video>
</div>
</center>
/* 2. Художественное описание на английском */
<div style="text-align: center; margin: 10px auto; max-width: 700px; line-height: 1.5; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The door yielded with agonizing slowness, opening just wide enough for me to slip my gaze inside. The bathroom was transformed into a sanctuary of swirling pink mist, heavy with the scent of lilies and that intoxicating, metallic warmth from the stone.
<br><br>
Through the water vapor and spray, I saw her. <strong>$older_sister_name</strong> was standing under the cascading water, her back to the door. The noise of the shower drowned out the world, creating a private bubble where I was the only witness.
<br><br>
I watched as the water traced the elegant lines of her body, glistening on her skin like scattered diamonds. The "warmth" from the meteorite surged through me, turning my blood into liquid fire. She looked different tonight—sharper, more defined, her every movement radiating a raw, natural sensuality that made my throat go dry.
<br><br>
For a long moment, I stood there, paralyzed by a mixture of guilt and overwhelming desire. I wanted to step inside, to let the pink steam swallow us both, but a sudden splash of water against the tiles snapped me back to reality.
<</nobr>>\
</div>\
/* Стык текста и внутренней борьбы */
Panic suddenly flared in my chest, more powerful than the lust.\
<<say $son_name "(Whispering to myself)... I have to get out of here before she turns around.">> \
/* 3. Кнопка поспешного отступления */
<div style="margin-top: 15px; text-align: center;">\
<<link "Quickly and quietly retreat to the hallway">>
<<set $intro_night_arousal+= 1>>
<<set $intro_bathroom_visited to true>> /* Помечаем, что мы тут были */
<<goto "Intro_10_Meteor">>
<</link>>
</div>
<div style="text-align: center; max-width: 600px; margin: 50px auto; padding: 30px; border: 2px solid #f38ba8; border-radius: 15px; background: rgba(243, 139, 168, 0.05); font-family: 'Segoe UI', sans-serif;">
<h1 style="color: #f38ba8; letter-spacing: 2px;">ADULT CONTENT WARNING</h1>
<<nobr>>
<div style="border-top: 2px solid #45475a; border-bottom: 2px solid #45475a; padding: 20px 0; margin: 15px 0; line-height: 1.7; font-size: 1.05em;">
<p style="margin: 0 0 12px 0;">
This game is intended for <strong style="color: #f38ba8;">adults aged 18 and over</strong>.
</p>
<p style="margin: 0 0 12px 0;">
It contains <strong style="color: #f5c2e7;">explicit sexual content</strong>, adult themes,
strong language, and situations that may be considered taboo or controversial.
</p>
<p style="margin: 0 0 12px 0;">
<strong style="color: #a6e3a1;">All characters depicted in this game are 18 years or older.</strong>
All events, relationships, and scenarios are entirely fictional and do not reflect reality.
</p>
<p style="margin: 0; color: #f9e2af;">
By proceeding, you confirm that you are of legal age in your country to view such content,
and you take full responsibility for your own choices.
</p>
</div>
<</nobr>>
<div style="font-size: 0.85em; color: #9399b2; margin: 10px 0 20px 0;">
If you are under 18, please leave now.
</div>
<div style="margin-top: 30px; display: flex; flex-direction: column; gap: 15px; align-items: center;">
/* Кнопка подтверждения ведет в твой первый пассаж настройки имен */
<div class="confirm-btn" style="width: 200px; padding: 10px; background: #f38ba8; border-radius: 8px;">
<<link "I AM 18+ (ENTER)">>
<<goto "Start">>
<</link>>
</div>
/* Кнопка отказа (можно отправить на Google или просто закрыть) */
<div style="font-size: 0.9em;">
<a href="https://google.com" style="color: #9399b2; text-decoration: underline;">I am under 18 (Exit)</a>
</div>
</div>
</div>
<style>
/* Немного стиля для кнопки подтверждения */
.confirm-btn:hover { background-color: #eba0ac !important; transform: scale(1.05); transition: 0.2s; }
.confirm-btn a { color: #1e1e2e !important; text-decoration: none !important; font-weight: bold; }
</style>
/* 1. Изображение */
<center>\
<img src="images/locations/parents_door.jpg" width="65%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 20px rgba(243, 139, 168, 0.4);">\
</center>\
<div style="text-align: center; margin: 10px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I crept down the hallway, the floorboards cold beneath my feet. I leaned in, my heart hammering against my ribs, and pressed my ear to the polished wood of the master bedroom.
<br><br>
At first, there was only the low drone of the late-night news, but then a different sound cut through—the rhythmic creak of bedsprings and a sharp, stifled moan from <strong>$mother_name</strong>.
<br><br>
It’s been a while since I’ve heard them like this. Usually, they’re too exhausted by the end of the day for anything more than a quick goodnight. But tonight, there was an undeniable energy in their voices—a raw, unfiltered hunger that made my own skin prickle.
<</nobr>>\
<<say $mother_name "//(breathless)// Greg... wait... you're so intense tonight... Ah!">>\
<<say $father_name "//(in a low, gravelly voice)// Quiet, Lisa... you'll wake the kids. Just... stay still.">>\
<br>
<<nobr>>
The sound of their heavy breathing and the intimacy of the moment made my mouth go dry. Any other night, I might have felt awkward and turned away, but I found myself rooted to the spot. A surge of forbidden curiosity took hold of me, far more powerful than any sense of privacy. I just had to know what was happening on the other side of that door.
<</nobr>>\
</div>\
<div style="margin-top: 15px; text-align: center;">\
<<link "Peer through the door crack">>\
<<set $mom_lust += 1>>\
<<set $mom_corr += 1>>\
<<goto "Intro_Event_Parents_Night_Peep">>\
<</link>>\
</div>\
/* 1. Изображение: Твое видео или гифка */
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">\
<img src="images/mother_father_intimacy.gif" style="width: 100%;">
</div>\
</center>\
/* 2. Художественное описание */
<div style="text-align: center; margin: 10px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The door yielded with a faint, almost silent creak, opening just wide enough for me to see inside. My heart was thumping against my ribs so hard I was sure they could hear it.
<br><br>
There, in the soft glow of the bedside lamp, I saw them. <strong>$mother_name</strong> and <strong>$father_name</strong> were completely lost in each other, their bodies moving with an intensity that felt both shocking and mesmerizing. The sheets were a tangled mess, discarded in the heat of their passion.
<br><br>
Watching my parents like this felt like crossing a line I could never uncross. The raw, primal nature of their movements, the way <strong>$mother_name</strong> arched her back, and the visible pleasure on <strong>$father_name's</strong> face... it was intoxicating. Despite the guilt gnawing at the back of my mind, I couldn't look away. The lingering warmth of the meteorite seemed to amplify every sound, every gasp, making the air around me feel heavy and thick.
<</nobr>>\
</div>\
/* 3. Кнопка отступления */
<div style="margin-top: 15px; text-align: center;">\
<<link "Carefully close the door and retreat">>\
<<set $intro_night_arousal+= 1>>
<<set $intro_parents_visited to true>>\
<<goto "Intro_10_Meteor">>\
<</link>>\
</div>\
/* 1. Изображение двери */
<center>\
<img src="images/locations/emma_door.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(243, 139, 168, 0.3);">\
</center>\
/* 2. Художественное описание и шепот */
<div style="text-align: center; margin: 10px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stood before <strong>$younger_sister_name's</strong> door. The silence in the hallway felt heavy, but as I leaned closer, I could hear the faint, uneven rhythm of her breathing.
<br><br>
/* Адаптивный текст в зависимости от того, сколько сцен Джон уже видел */
<<if $night_arousal is 0>>
I just wanted to make sure she was okay after she bolted out of my room. My mind was still trying to process the strange tension from earlier.
<<elseif $night_arousal is 1>>
My pulse was already quickened from what I’d seen tonight. Every sound from behind the door made my heart jump, my curiosity tinged with a restless warmth.
<<else>>
I was barely holding it together. The images of <strong>$older_sister_name</strong> and my parents were burned into my mind, making the air in the hallway feel stifling. I felt an irresistible urge to be near her, driven by a hunger I could no longer control.
<</if>>
<</nobr>>\
<<say $younger_sister_name "//(a low, shaky whisper)// No... no, you can't... He's your brother... but he looked so... oh god, why am I so hot? It feels like I'm melting...">>\
<<nobr>>
Her voice was a fragile thread of sound, filled with a mix of terror and a newfound, desperate excitement. She was talking to herself, struggling with the same "warmth" that was currently coursing through my own veins.
<br><br>
I reached for the handle, my movements slow and deliberate. I didn't knock. I just needed to see her.
<</nobr>>\
</div>\
/* 3. Единственное действие */
<div style="margin-top: 15px; text-align: center;">\
<<link "Peer into the room">>\
<<goto "Intro_Event_Emma_Night_Peep">>\
<</link>>\
</div>\
/* 1. Изображение: Эмма на кровати */
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 30px rgba(235, 160, 172, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/emma/emma_solo_breasts.mp4" type="video/mp4">
</video>
</div>
</center>
<<nobr>>
I pushed the door just an inch further, my breath hitching in my throat. <strong>$younger_sister_name</strong> was lying on her bed, her back arched and her eyes closed tightly. She was clearly aroused and her hands were wandering all over her body. More and more often they stopped at the lovely mounds of her breasts. A soft moan escaped my adorable $younger_sister_relation's lips.
<</nobr>>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 30px rgba(235, 160, 172, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/emma/emma_solo_crotch.mp4" type="video/mp4">
</video>
</div>
</center>
/* 2. Художественное описание */
<div style="text-align: center; margin: 10px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
Then she spread her lovely legs and inexperienced but persistently caressed her pussy with her hand. It didn't look like she did this often, but apparently the sight of my hard cock forced her to look for ways to relieve tension. This sight struck me like an electric shock. I shouldn't have to watch my $younger_sister_relation when she was doing things like that, but it was beyond my strength to walk away. I just couldn't take my eyes off her hot body.
<br><br>
I could hear her whimpering, a sound of pure, unadulterated conflict. She was trying to fight it—I could see it in the way she bit her lip, the way she shook her head from side to side—but the "warmth" was too much. The meteorite’s pulse was invisible, yet it filled the room like a thick, pink fog, driving her fingers to explore herself in ways she never had before.
<br><br>
Watching her like this, knowing that <em>I</em> was the reason for this awakening, sent a jolt of electricity through my body. She looked so vulnerable, yet so intensely beautiful in her surrender. The air between us felt charged, as if a single spark could set the entire house on fire.
<</nobr>>\
</div>\
<<set $emma_corr += 1>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Her inner walls are crumbling, giving way to a hidden, dark depravity.</span>
</div>
</div>
/* 3. Кнопка отступления с установкой флага */
<div style="margin-top: 15px; text-align: center;">\
<<link "Gently close the door and back away">>\
<<set $intro_emma_visited to true>>\
<<goto "Intro_10_Meteor">>\
<</link>>\
</div>\
/* 1. Изображение комнаты с сиянием */
<center>\
<img src="images/locations/myroom_night.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 40px rgba(243, 139, 168, 0.6);">\
</center>\
/* 2. Художественное описание */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I collapsed onto my bed, still fully clothed, my breath coming in ragged gasps. The house was silent again, but the images were burned into the back of my eyelids. <strong>$older_sister_name</strong> in the steam, my parents' frantic rhythm, and <strong>$younger_sister_name</strong>... her surrender to that desperate heat.
<br><br>
Beneath me, the crystal heart began to pulse with a new, aggressive intensity. It was no longer just a passive observer of my emotions—it was actively feeding on them. I could feel the invisible waves of energy rippling through the floorboards, expanding its reach.
<br><br>
The pink radiance flooded the room, washing over the walls like a neon tide. It wasn't at its peak yet, but it was hungry, feeding on the very emotions that were tearing me apart.
<br><br>
Exhaustion finally claimed me, heavy and sudden. As I drifted into a restless slumber, the world dissolved into a haze of erotic silhouettes and echoes of lustful moans. Slowly, the abstract shapes in my dreams began to shift, their curves and whispers taking on familiar forms... the women of my family were waiting for me in the dark.
<</nobr>>\
</div>\
/* 3. Видео эротического сна */
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0; margin-bottom: 20px;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/intro_dream.mp4" type="video/mp4">
</video>
</div>
</center>
/* 4. ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ СИЛЫ ОРБА */
<div class="orb-upgrade-alert">\
<div class="orb-icon">🔮</div>\
<div class="orb-text">\
<span class="orb-title">ORB RESONANCE INCREASED</span>\
<span class="orb-value">The artifact has adapted to your desires.</span>\
<<set $orb_power to 1>>\
</div>\
</div>\
/* 5. Кнопка перехода */
<div style="margin-top: 25px; text-align: center;">\
<<link "Wake up to a new reality...">>\
<<set $intro_completed to true>>\
<<nextDay>>\
<<goto "Morning_After_Meteor">>\
<</link>>\
</div>\
<style>
.orb-upgrade-alert {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin: 10px auto;
padding: 10px 30px;
background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.2) 50%, rgba(243, 139, 168, 0) 100%);
border-top: 1px solid rgba(243, 139, 168, 0.5);
border-bottom: 1px solid rgba(243, 139, 168, 0.5);
animation: orbPulse 3s infinite ease-in-out;
}
.orb-icon { font-size: 2em; filter: drop-shadow(0 0 10px #f38ba8); }
.orb-text { display: flex; flex-direction: column; text-align: left; }
.orb-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; letter-spacing: 2px; color: #f38ba8; font-size: 1.1em; }
.orb-value { font-family: 'Courier New', monospace; color: #eee; font-size: 0.9em; }
@keyframes orbPulse {
0% { opacity: 0.6; transform: scale(0.98); }
50% { opacity: 1; transform: scale(1); }
100% { opacity: 0.6; transform: scale(0.98); }
}
</style>
/* 1. Изображение утренней комнаты */
<center>\
<img src="images/locations/myroom_day.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
/* 2. Художественное описание (Одноразовое пояснение) */
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The morning sun cuts through the blinds, painting golden stripes across the messy floor. I woke up feeling surprisingly refreshed, the frantic heartbeat of the night before now a distant echo. The confusion and shame that gripped me in the dark have faded, replaced by a strange, cool composure.
<br><br>
<em>I barely even spared a thought for the strange Orb hidden beneath my bed. It was as if my mind had neatly tucked that memory away, allowing me to focus on the simple necessity of a new day. For now, everything feels normal again, and I’m ready to face my family as if nothing had ever happened.</em>
<br><br>
I stretched my limbs, feeling a lingering sense of strength and focus. It was time to get up and start the day.
<</nobr>>\
</div>\
/* 3. Переход в свободный режим */
<div style="margin-top: 25px; text-align: center;">\
<<link "Get out of bed">>
<<set $intro_completed to true>>
<<updateLocations>> /* Обновляем позиции семьи на утро */
<<goto "MyRoom">> /* Идем в твою комнату (интерфейс комнаты) */
<</link>>\
</div>\
<<nobr>>
<<set _roll to random(1, 100)>>
<<set _parentsChance to 10 + $lisa_lust + $greg_lust>>
/* НТР-ИВЕНТ: Родители вместе в душе */
<<if $ntr_content is true and $dayPhase is "evening" and $loc_bathroom.includes("L") and $loc_living_room.includes("G") and _roll lte _parentsChance and $parents_shower_ntr_done isnot true>>
<<goto "Bathroom_Parents_Shower_NTR">>
<</if>>
<</nobr>>\
<<nobr>>
/* 1. ЛОГИКА ОПРЕДЕЛЕНИЯ СОБЫТИЯ */
<<set _event to "empty">>
<<if $dayIndex is 6 and $dayPhase is "evening" and $loc_bathroom.includes("L") and $lisa_bathroom_sun_eve_done isnot true>>
<<goto "Bathroom_Lisa_Sunday_Evening">>
<</if>>
<<if $dayIndex is 5 and $dayPhase is "afternoon" and $loc_bathroom.includes("J") and $jessica_bathroom_sat_done isnot true>>
<<goto "Bathroom_Jessica_Saturday">>
<</if>>
<<if $dayIndex is 3 and $dayPhase is "afternoon" and $loc_bathroom.includes("L") and $lisa_bathroom_event_done isnot true>>
<<goto "Bathroom_Lisa_Afternoon">>
<</if>>
<<if $dayPhase is "evening">>
<<if $loc_bathroom.includes("J")>>
<<set _event to "jessica_shower">>
<<elseif $loc_bathroom.includes("E")>>
<<set _event to "emma_shower">>
<<elseif $loc_bathroom.includes("L")>>
<<set _event to "lisa_shower">>
<</if>>
<</if>>
<</nobr>>\
/* 2. ЗАГОЛОВОК */
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Bathroom\
</div>\
/* 3. ОБЩИЙ ВИД ЛОКАЦИИ */
<center>\
<img src="images/locations/bathroom.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
</center>\
\
/* 4. ОТОБРАЖЕНИЕ СОБЫТИЯ */
<<if _event is "jessica_shower">>\
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 20px rgba(245, 194, 231, 0.4); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/jessica_shower_peep.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The bathroom is transformed into a sanctuary of warmth and moisture. Thick, swirling clouds of steam hang in the air, carrying the heavy, floral scent of <strong>$older_sister_name's</strong> favorite soap. The rhythmic drum of water hitting the porcelain is the only sound, masking my quiet entrance.
<br><br>
I stand in the shadows, my eyes straining to pierce through the hazy mist. There she is, standing under the hot spray, her back turned to me. The water cascades over her shoulders, tracing the elegant curve of her spine and pooling in the small of her back before rushing down the lush, firm slopes of her buttocks.
<br><br>
Every time she raises her arms to rinse the soap from her hair, the movement tautens the skin over her ribs and offers a tantalizing profile of her full breasts. The Orb's resonance is a frantic hum in my ears, feeding on the humidity and the raw, forbidden sight of her sun-kissed skin turning a deep, healthy rose under the heat.
<</nobr>>\
</div>\
\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #f5c2e7; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<div class="char-link">
<<link "👁️ Stay in the shadows and watch her wash">>
<<set $player_lust += 15>>
<<advanceTime>>
<<goto "Bathroom_Jessica_Peep_Evening">>
<</link>>
</div>
</div>
</div>
<</nobr>>\
</div>\
<<elseif _event is "emma_shower">>\
<center>\
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">\
<img src="images/events/emma/emma_shower.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The bathroom is filled with the light, playful scent of strawberry shampoo. I can hear <strong>$younger_sister_name</strong> humming a faint tune, occasionally muffled by the steady drum of the water hitting the floor.
<br><br>
Through the thick, swirling steam, her lithe silhouette moves with a youthful grace. The heat in the room makes the air feel heavy and intimate, turning the familiar space into something far more provocative. My pulse quickens as I watch the play of shadows against the mist, the Orb's low hum vibrating in sync with my own heartbeat.
<</nobr>>\
</div>\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #a6e3a1; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div class="char-link">
<<link "👁️ Discreetly watch her through the mist">>
<<set $player_lust += 10>>
<<advanceTime>>
<<goto "Bathroom_Emma_Watch_Evening">>
<</link>>
</div>
</div>
<</nobr>>\
</div>\
<<elseif _event is "lisa_shower">>\
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">\
<img src="images/events/lisa/lisa_shower.jpg" width="140%" style="max-width: 800px; border-radius: 8px;">\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The air in the bathroom is saturated with the rich, floral fragrance of <strong>$mother_name's</strong> bath oils. The sound of the shower is a constant, soothing drone that masks all other noises in the house.
<br><br>
In the dense fog of steam, her mature and bountiful form is just a collection of tantalizing curves. She stands still under the hot spray, letting the water ease the tension of the day. Watching her like this, hidden by the haze, makes my throat go dry. The Orb's influence pulses deep in my chest, drawing my eyes to the graceful swell of her figure in the warm, humid silence.
<</nobr>>\
</div>\
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div style="text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #eba0ac; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div class="char-link">
<<link "👁️ Stay and admire her form in the shadows">>
<<set $player_lust += 15>>
<<advanceTime>>
<<goto "Bathroom_Lisa_Watch_Evening">>
<</link>>
</div>
</div>
<</nobr>>\
</div>\
<<else>>\
/* ТЕКСТ ДЛЯ ПУСТОЙ ВАННОЙ */
<div id="bathroom-main-content">
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
The bathroom is clean and quiet. The air is slightly humid, carrying the faint, fresh scent of soap and mint. The tiles feel cool under your feet, and the large mirror reflects the empty room back at you.\
</div>
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">
<<nobr>>
<div style="text-align: left; border-left: 3px solid #89b4fa; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #89b4fa; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
/* === ПРОВЕРКА НА ПИКОВОЕ ВОЗБУЖДЕНИЕ (100% AROUSAL) === */
<<if $player_lust gte 100>>
<div style="margin: 5px 0; padding: 12px; background: rgba(245, 194, 231, 0.05); border: 1px dashed #f5c2e7; border-radius: 8px; width: 100%; box-sizing: border-box;">
<span style="font-family: 'Georgia', serif; font-style: italic; color: #f5c2e7; font-size: 0.95em; display: block; text-align: center;">
"The uncontainable arousal is clawing at my senses... The steam and the scent of the bathroom are making it even worse. I need to wash this agonizing tension away right now."
</span>
</div>
<div class="char-link">
<<link "💡 Take a long, hot shower to relieve the tension">>
<<set $player_lust to 0>>
<<advanceTime>>
<<set _showerRoll to random(1, 100)>>
<<if _showerRoll lte 30>>
<<set $shower_interrupter to either("L", "E")>>
<<goto "Bathroom_Shower_Lust_Relief_Interrupted">>
<<else>>
<<goto "Bathroom_Shower_Lust_Relief">>
<</if>>
<</link>>
</div>
/* === ОБЫЧНЫЙ РЕЖИМ ПРИНЯТИЯ ДУША === */
<<else>>
<div class="char-link">
<<link "💡 Take a refreshing shower">>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#bathroom-main-content">>
<center>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 20px rgba(137, 180, 250, 0.4); line-height: 0;">
<img src="images/events/bathroom/shower.gif" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I turn on the water, letting the hot streams wash over my shoulders. The heavy steam quickly fills the stall, isolating me from the rest of the house. Standing under the rushing water, I let my mind drift, listening to the muffled sounds of the household outside. By the time I turn off the faucet and dry myself with a fresh towel, a significant amount of time has passed, and I feel completely revitalized.
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Step out into the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
<</if>>
</div>
</div>
<</nobr>>
</div>
</div>
<</if>>\
\
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">
[[Go back to the hallway|Corridor]]
</div><<nobr>>
/* 1. Если фаза сменилась, выбираем сценарий один раз */
<<if $dayPhase neq $lastPhase>>
<<if $dayPhase is "evening">>
<<set $evening_scenario to either(1, 2, 3, 4)>>
<</if>>
/* Сброс флагов */
<<set $kitchen_talk_done to false>>
<<set $breakfast_done to false>>
<<set $lastPhase to $dayPhase>>
<<set $emma_talk_done_today to false>>
<</if>>
/* 2. Обновляем локации на основе выбранного сценария */
<<updateLocations>>
<</nobr>>
<<nobr>>
/* ЖЕСТКИЙ ЛИМИТ НА ПОХОТЬ ДЖОНА (НЕ ВЫШЕ 100%) */
<<if $player_lust gt 100>>
<<set $player_lust to 100>>
<</if>>
/* ЖЕСТКИЙ ЛИМИТ НА ПАРАМЕТРЫ ЭММЫ (МЛАДШАЯ СЕСТРА) */
<<if $emma_lust gt 100>>
<<set $emma_lust to 100>>
<</if>>
<<if $emma_corr gt 100>>
<<set $emma_corr to 100>>
<</if>>
/* ЖЕСТКИЙ ЛИМИТ НА ПАРАМЕТРЫ ДЖЕССИКИ (СТАРШАЯ СЕСТРА) */
<<if $jessica_lust gt 100>>
<<set $jessica_lust to 100>>
<</if>>
<<if $jessica_corr gt 100>>
<<set $jessica_corr to 100>>
<</if>>
/* ЖЕСТКИЙ ЛИМИТ НА ПАРАМЕТРЫ ЛИЗЫ (МАМА) */
<<if $lisa_lust gt 100>>
<<set $lisa_lust to 100>>
<</if>>
<<if $lisa_corr gt 100>>
<<set $lisa_corr to 100>>
<</if>>
/* ЖЕСТКИЙ ЛИМИТ НА ПАРАМЕТРЫ ГРЕГА (ОТЕЦ) */
<<if $greg_lust gt 100>>
<<set $greg_lust to 100>>
<</if>>
<<if $greg_corr gt 100>>
<<set $greg_corr to 100>>
<</if>>
/* Дополнительная защита от падения стата ниже нуля */
<<if $player_lust lt 0>>
<<set $player_lust to 0>>
<</if>>
<</nobr>><div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I pulled out a chair and sat down across from <strong>$younger_sister_name</strong>.
<br><br>
/* ПРОВЕРКА УРОВНЯ РАЗВРАТНОСТИ */
<<if $emma_corr gt 15>>
<div style="max-width: 800px; border-radius: 8px; overflow: hidden; line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/emma_kitchen_breakfast_corr15.jpg" width="100%">
</div>
She didn't look down at her plate this time; instead, her eyes were locked onto me the moment I approached the table. She was slowly licking a stray drop of sweet orange juice from the rim of her glass, her gaze tracing my body with a bold, wicked intensity that made my chest tighten.
<br><br>
The morning light caught the confident, teasing curve of her lips. There was no fragile innocence left in her posture—only a heavy, intoxicating ripeness that practically radiated off her skin.
/* ДОПОЛНИТЕЛЬНОЕ УСЛОВИЕ НА КОНТАКТ НОГОЙ (Возбуждение > 50) */
<<if $emma_lust gt 50>>
She deliberately stretched her legs beneath the table, and for a split second, I felt the soft, electric brush of her bare feet against my ankles, a silent, burning reminder of the experiment from last night.
<<else>>
She leaned slightly forward, her eyes locked onto mine with an unreadable, intense heat, though she kept her hands neatly folded in her lap, fighting to suppress the inner tremor of her body.
<</if>>
<<else>>
/* ДЕФОЛТНЫЙ ВАРИАНТ (Если развратность ниже 20) */
<div style="max-width: 800px; border-radius: 8px; overflow: hidden; line-height: 0; margin: 0 auto 20px auto;">
<img src="images/emma_breakfast.jpg" width="100%">
</div>
She didn't look up immediately, her attention seemingly fixed on the orange juice in her glass, but I could see the slight tremor in her hands.
<br><br>
The morning light caught the soft curve of her lips and the stray locks of hair falling over her forehead. She looked fragile, yet there was a new, heavy ripeness in her presence that made my pulse quicken. The memory of her last night—the way she arched her back in the dark—flashed through my mind, unbidden and vivid.
<</if>>
<</nobr>>\
<br>
/* ДИНАМИЧЕСКИЕ РЕПЛИКИ ЭММЫ */
<<if $emma_corr gt 15>>
<<say $younger_sister_name "Good morning... sleepyhead. You're late. I guess you spent all night doing some... really heavy, exhausting work in your room? You look completely drained, $son_name.">> \
<<else>>
<<say $younger_sister_name "Good morning... sleepyhead. You're... you're late for breakfast.">> \
<</if>>
<<nobr>>
<<if $emma_corr gt 15>>
<<if $emma_lust gt 50>>
She leaned back, letting out a soft, knowing chuckle that sounded completely innocent to the rest of the family, but felt like pure fire to me. Her foot lingered just an inch away from mine under the table, holding the space with a playful, forbidden dominance. The air between us was suffocatingly thick.
<<else>>
She let out a soft, teasing hum, thoroughly enjoying the subtle panic in my eyes. Even without physical contact, the psychological tension between us was thick enough to cut with a knife.
<</if>>
<<else>>
She finally met my eyes, but only for a split second. A deep, rose-colored blush crept up her neck, staining her cheeks. She shifted in her seat, the fabric of her thin summer dress rustling softly. It was clear she was thinking about the same thing I was.
<br><br>
The air between us felt thick, almost humid. Even without being near the Orb, I could feel a faint echo of its warmth radiating from her skin.
<</if>>
<</nobr>>\
</div>
/* ДИНАМИЧЕСКИЕ ОПЦИИ ВЗАИМОДЕЙСТВИЯ */
<div style="margin-top: 25px; text-align: center;">
<<if $emma_corr gt 15>>
/* Доступно всегда при высокой развратности */
<<link "Play along and tease her back about her 'sweet appetite'">>
<<set $player_lust += 15>>
<<set $emma_lust += 10>>
<<goto "Kitchen_Emma_Flirt_High">>
<</link>>
<br>
/* Кнопка футфетиша появляется ТОЛЬКО если она сама коснулась Джона (Похоть > 50) */
<<if $emma_lust gt 50>>
<<link "Gently press your foot against hers under the table">>
<<set $emma_lust += 20>>
<<set $emma_corr += 1>>
<<goto "Kitchen_Emma_Foot_Tease">>
<</link>>
<</if>>
<<else>>
/* Дефолтные кнопки для обычной Эммы */
<<link "Make a joke about her messy hair">>
<<goto "Kitchen">>
<</link>>
<br>
<<link "Ask her if she slept well and offer a kind smile">>
<<set $emma_rel += 1>>
<<goto "Kitchen_Emma_Care">>
<</link>>
<</if>>
</div>
<center>\
<img src="images/lisa_breakfast.jpg" width="55%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I walked over to the stove where <strong>$mother_name</strong> was busy preparing the rest of the meal. She hadn't noticed me approaching, her mind focused on the sizzling pans.
<br><br>
For the first time, I found myself truly <em>looking</em> at her. The way her morning robe cinched at the waist, accentuating the generous, feminine curve of her hips. As she moved to reach for a spice jar, the fabric tightened over her rear, outlining her firm, inviting buttocks in a way that made my breath hitch.
<br><br>
The soft glow of the kitchen light caught the swell of her breasts beneath the thin lace of her neckline. She looked radiant, radiating a natural, earthy sensuality that felt dangerously magnetic. I could almost feel the phantom warmth of the Orb pulsing in time with the heat from the stove.
<</nobr>>\
<br>
<<say $mother_name "Oh, $son_name! You startled me. You're usually the last one to the table. Hungry?">> \
She turned to me with a warm, unsuspecting smile, her eyes bright with maternal affection. Yet, in the wake of the night's events, that simple smile felt different—heavier, more intimate.
</div>\
/* Опции взаимодействия */
<div style="margin-top: 25px; text-align: center;">\
<<link "Just nod and wait for the food">>
<<goto "Kitchen">>
<</link>>\
<br>\
<<link "Offer to help her with the plates and setting the table">>
<<set $lisa_rel += 1>>
<<goto "Kitchen_Lisa_Help">> /* Идем в пассаж с реакцией */
<</link>>\
</div>\
<center>\
<img src="images/lisa_breakfast1.jpg" width="55%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
As I reached for the stack of plates, our hands briefly brushed against each other. Her skin was warm, and for a second, I felt a sharp jolt of that familiar electricity.
<br><br>
<strong>$mother_name</strong> looked at me, her eyes softening with a genuinely happy glow. She seemed pleasantly surprised by my sudden initiative.
<</nobr>>\
<br>
<<say $mother_name "Thank you, sweetheart. That's very kind of you. It's nice to see you so helpful this morning.">> \
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О РОСТЕ ОТНОШЕНИЙ */
<div class="stat-up-alert">\
<div class="stat-icon">💖</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIP INCREASED</span>\
<span class="stat-sub">Your bond with $mother_name is getting stronger</span>\
</div>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
<<link "Finish helping and sit down">>
<<goto "Kitchen">>
<</link>>\
</div>\
<style>
.stat-up-alert {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 8px 20px;
background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%);
border-top: 1px solid rgba(137, 180, 250, 0.4);
border-bottom: 1px solid rgba(137, 180, 250, 0.4);
animation: statFade 2s infinite ease-in-out;
max-width: 500px;
}
.stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa); }
.stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; }
@keyframes statFade {
0%, 100% { opacity: 0.8; }
50% { opacity: 1; }
}
</style>
<center>\
<img src="images/emma_breakfast1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
At the mention of her sleep, <strong>$younger_sister_name</strong> froze for a heartbeat, her fingers tightening around her glass. For a second, I saw a flash of vivid memory in her eyes—the same frantic heat we both shared in the dark.
<br><br>
But as she looked at my sincere smile, her tension visibly melted. A shy, genuine grin played on her lips, and the defensive posture of her shoulders relaxed. She looked at me not as an annoying brother, but as someone who truly cared.
<</nobr>>\
<br>
<<say $younger_sister_name "I... I slept okay. Eventually. Thanks for asking, $son_name. You're being surprisingly sweet today.">> \
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О РОСТЕ ОТНОШЕНИЙ */
<div class="stat-up-alert-emma">\
<div class="stat-icon">💖</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIP INCREASED</span>\
<span class="stat-sub">Your bond with $younger_sister_name is getting warmer</span>\
</div>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
<<link "Smile back and continue breakfast">>
<<goto "Kitchen">>
<</link>>\
</div>\
<style>
.stat-up-alert-emma {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 8px 20px;
background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%);
border-top: 1px solid rgba(166, 227, 161, 0.4);
border-bottom: 1px solid rgba(166, 227, 161, 0.4);
animation: statFade 2s infinite ease-in-out;
max-width: 500px;
}
.stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1); }
.stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; }
@keyframes statFade {
0%, 100% { opacity: 0.8; }
50% { opacity: 1; }
}
</style>
<center>\
<img src="images/jessica_breakfast.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I walked over to the counter where <strong>$older_sister_name</strong> was standing by the stove, impatiently stirring a pot. She seemed to be in her own world, her movements sharp and efficient. As I stepped closer, the heat from the stove mingled with the sophisticated scent of her perfume—vanilla and sandalwood—creating an intoxicating cloud around us.
<br><br>
My eyes couldn't help but wander over her form. The way she leaned forward caused her short skirt to hike up, revealing the flawless, creamy skin of her thighs. The flickering blue flame of the burner cast dancing shadows over her legs, highlighting the subtle flex of her muscles as she shifted her weight. I found myself remembering the way she looked in the shower last night, and a sudden, sharp pulse of heat shot through me. She looked authoritative, almost untouchable, yet there was a frantic energy in the way she gripped the wooden spoon.
<</nobr>>\
<br>
<<say $older_sister_name "//(without turning around)// If you're looking for an extra serving, $son_name, you're out of luck. And stop hovering behind me... it's irritating.">> \
Even though she didn't look at me, I saw her neck flush a faint shade of pink. She was perfectly aware of my gaze lingering on her, and the usual cool indifference in her voice had a slight, jagged edge to it.
</div>\
/* Опции взаимодействия */
<div style="margin-top: 25px; text-align: center;">\
<<link "Make a sarcastic remark about her 'cooking skills'">>
<<goto "Kitchen">>
<</link>>\
<br>\
<<link "Compliment her and offer to help with the heavy pans">>
<<set $jessica_rel += 1>>
<<goto "Kitchen_Jessica_Talk">>
<</link>>\
</div>\
<center>\
<img src="images/jessica_breakfast1.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<strong>$older_sister_name</strong> finally turned to face me, setting the spoon aside. A surprised, slightly smug smirk played on her lips. It was rare for me to offer help instead of a snarky comment, and she clearly enjoyed the change in dynamic.
<br><br>
As I took the heavy pan from her, our fingers brushed. The contact was brief, but it felt like a jolt of electricity passing between us. She didn't pull away immediately; instead, she leaned back against the counter, watching me with a newfound intensity. The movement made her neckline shift, giving me a tantalizing view that she didn't seem to bother hiding.
<</nobr>>\
<br>
<<say $older_sister_name "Well, aren't you a little gentleman this morning? I suppose I could use a hand with the heavy lifting. Just... try not to burn anything, okay?">> \
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ */
<div class="stat-up-alert-jessica">\
<div class="stat-icon">💖</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIP INCREASED</span>\
<span class="stat-sub">You’ve caught $older_sister_name's rare attention</span>\
</div>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
<<link "Finish helping and join the table">>
<<goto "Kitchen">>
<</link>>\
</div>\
<style>
.stat-up-alert-jessica {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 8px 20px;
background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%);
border-top: 1px solid rgba(245, 194, 231, 0.4);
border-bottom: 1px solid rgba(245, 194, 231, 0.4);
animation: statFade 2s infinite ease-in-out;
max-width: 500px;
}
.stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7); }
.stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; }
@keyframes statFade {
0%, 100% { opacity: 0.8; }
50% { opacity: 1; }
}
</style>
<center>\
<img src="images/greg_breakfast.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I approached <strong>$father_name</strong>, who was sitting at the head of the table. The rustle of his newspaper was the only sign of life behind the broad sheets of financial news. The smell of his black coffee—bitter and strong—cut through the sweeter scents of the kitchen.
<br><br>
He looked the same as always, a man of routine and few words. There was no "pink glow" or strange energy around him, just the familiar presence of my father. Yet, after everything I’d seen and felt since the Orb arrived, even this mundane sight felt like a grounded anchor in a world that was slowly beginning to tilt.
<</nobr>>\
<br>
<<say $father_name "//(without looking up)// Morning, $son_name. You're up early for a Tuesday. Coffee's fresh if you're interested.">> \
<<nobr>>
He lowered the corner of the paper just enough to give me a brief, measuring look over his glasses. It was his typical way of checking in, a quiet acknowledgement that didn't demand much in return.
<</nobr>>\
</div>\
/* Опции взаимодействия */
<div style="margin-top: 25px; text-align: center;">\
<<link "Just grab a cup and sit down">>
<<goto "Kitchen">>
<</link>>\
<br>\
<<link "Ask him about his work or the news he's reading">>
<<set $greg_rel += 1>>
<<goto "Kitchen_Greg_Talk">>
<</link>>\
</div>\
<center>\
<img src="images/greg_breakfast.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<strong>$father_name</strong> actually folded his newspaper and set it on the table, clearly surprised by my interest. A small, rare ghost of a smile touched his face. He’s always been a man who appreciates directness and a good conversation over the breakfast table.
<br><br>
He spent a couple of minutes explaining some complex market shift, his voice steady and calm. For a moment, the strange tension of the house felt miles away, replaced by a simple, father-son moment that felt genuinely earned.
<</nobr>>\
<br>
<<say $father_name "It's good to see you taking an interest, son. Most people your age don't care about what's happening in the real world until it hits them. Thanks for the chat.">> \
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ (Цвет Грега - голубой/cyan) */
<div class="stat-up-alert-greg">\
<div class="stat-icon">🤝</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIP INCREASED</span>\
<span class="stat-sub">You’ve earned a bit of $father_name's respect</span>\
</div>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
<<link "Nod and prepare for the family breakfast">>
<<goto "Kitchen">>
<</link>>\
</div>\
<style>
.stat-up-alert-greg {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 8px 20px;
background: linear-gradient(90deg, rgba(137, 220, 235, 0) 0%, rgba(137, 220, 235, 0.15) 50%, rgba(137, 220, 235, 0) 100%);
border-top: 1px solid rgba(137, 220, 235, 0.4);
border-bottom: 1px solid rgba(137, 220, 235, 0.4);
animation: statFade 2s infinite ease-in-out;
max-width: 500px;
}
.stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #89dceb); }
.stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89dceb; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; }
</style>
<<nobr>>
/* Начисляем отношения тем, кто присутствует */
<<set $jessica_rel += 1>>
<<set $lisa_rel += 1>>
<<set $greg_rel += 1>>
/* Эмма получает бонус только если это НЕ утро пятницы */
<<if $dayIndex isnot 4>>
<<set $emma_rel += 1>>
<</if>>
<</nobr>>\
<center>\
<img src="images/locations/kitchen_morning.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The clatter of forks against porcelain and the quiet hum of morning chatter filled the room—a picture-perfect scene of domestic peace. To anyone else, we were just a normal family starting another day...
<br><br>
<<if $dayIndex is 4>>
/* Описание для Пятницы */
I looked at <strong>$older_sister_name</strong>, who was elegantly cutting her food in silence, and then at the <strong>empty chair</strong> where <strong>$younger_sister_name</strong> usually sat. It looks like she was up late playing online games again. My family members were the same people I’d known all my life, yet now they were... <em>more</em>.
<<else>>
/* Стандартное описание */
I looked at <strong>$older_sister_name</strong>, who was elegantly cutting her food, and then at <strong>$younger_sister_name</strong>, who was still avoiding my direct gaze. They were the same people I’d known all my life, yet now they were... <em>more</em>.
<</if>>
/* === КРИТИЧЕСКАЯ ПРОВЕРКА НА 100% ВОЗБУЖДЕНИЕ === */
<<if $player_lust eq 100>>
<br><br>
<span style="color: #f9e2af; font-style: italic;">
Fortunately, in the general morning bustle around the breakfast table, with coffee being poured and everyone hurrying to start their day, nobody noticed my intensely aroused and flushed state.
</span>
<</if>>
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ */
<div class="stat-up-alert-family" style="margin-top: 10px;">\
<div class="stat-icon">🏠</div>\
<div class="stat-text">\
<span class="stat-title">FAMILY BONDS STRENGTHENED</span>\
<span class="stat-sub">
<<if $dayIndex is 4>>
The morning silence feels heavier without $younger_sister_name.
<<else>>
Everyone feels closer after the meal.
<</if>>
</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Finish breakfast and start the day" "Corridor">>
<<set $kitchen_talk_done to false>>
<<advanceTime>>
<</link>>\
</div>\
<style>
.stat-up-alert-family {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 8px 20px;
background: linear-gradient(90deg, rgba(249, 226, 175, 0) 0%, rgba(249, 226, 175, 0.15) 50%, rgba(249, 226, 175, 0) 100%);
border-top: 1px solid rgba(249, 226, 175, 0.4); border-bottom: 1px solid rgba(249, 226, 175, 0.4); max-width: 550px;
}
.stat-up-alert-family .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #f9e2af); }
.stat-up-alert-family .stat-title { color: #f9e2af; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-family .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style>
<<if $jessica_rel lt 20>>
/* СЦЕНА ОТКАЗА (ОТНОШЕНИЯ МЕНЬШЕ 20) */
<center>\
<img src="images/backyard_jessica1.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I cleared my throat as I approached her, the bottle of sunscreen feeling heavy in my hand. <strong>$older_sister_name</strong> didn't even open her eyes at first, just let out a long, tired sigh.
<br><br>
"I can help you with that... if you want," I stammered, gesturing toward her exposed back.
<br><br>
She slowly lifted her sunglasses, squinting at me with a look of pure, unadulterated disbelief. Her gaze swept over me, cold and sharp enough to cut through the midday heat.
<</nobr>>\
<<say $older_sister_name "Are you serious, $son_name? I’d rather let a stray dog lick it onto me than let your dirty hands anywhere near my skin. Who knows where they've been or what you were doing with them ten minutes ago. Get lost.">> \
<<nobr>>
The rejection stung, and the underlying hint in her words made my face burn even hotter than the sun. She clearly still saw me as nothing more than her annoying, immature brother. The Orb's warmth inside me seemed to flicker, as if mocking my premature boldness.
<</nobr>>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Retreat back to the hallway" "Corridor">>
<<advanceTime>>
<</link>>\
</div>\
<<else>>
/* СЦЕНА СОГЛАСИЯ (ОТНОШЕНИЯ 20+) */
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I moved closer to her, but the raw, uncontainable heat of my arousal was completely written all over my face. My breathing was ragged and heavy, my skin flushed from more than just the blazing sun. As I held out the bottle of lotion, the frantic, deep thrumming of the Orb inside my chest made my hands tremble slightly.
<br><br>
<strong>$older_sister_name</strong> lowered her sunglasses, her sharp, analytical eyes instantly sweeping over my rigid posture and the intense hunger radiating from my entire body.
<</nobr>>\
/* ВНУТРЕННЯЯ ПРОВЕРКА ОТНОШЕНИЙ: ОТКАЗ ПРИ ПИКЕ ПОХОТИ (<25) */
<<if $jessica_rel lt 25>>
<<set $jessica_rel -= 1>>
<img src="images/events/jessica/jessica_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;">
<div style="margin-top: 15px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "Whoa, hold on a second, $son_name... Look at you. You're completely flushed, breathing like a total maniac, and staring at my body like you're about to snap. I might have let you help me, but you look completely out of your mind right now. Put the bottle down and go jump in the pool to cool off, you're being incredibly weird!">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">She frowns sharply and pulls her sunglasses back up, turning her back to me with a dismissive, rigid posture. Her defensive wall of pride locks tight, completely cutting off the moment.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has put her on guard.</span>
</div>
</div>
<div style="margin-top: 25px; text-align: center;">\
<<link "Retreat back to the hallway" "Corridor">>
<<advanceTime>>
<</link>>\
</div>
<<else>>
/* ВНУТРЕННЯЯ ПРОВЕРКА ОТНОШЕНИЙ: УСПЕХ ПРИ ПИКЕ ПОХОТИ (25+) */
<<nobr>>
<<set $jessica_rel += 1>>
<<set $jessica_lust += 5>>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of turning away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic trobbing violently breaking through her icy exterior and twisting her sharp defenses into something entirely different.
</p>
<</nobr>>
<<nobr>>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "Well, well... My little brother suddenly decided to offer his help. What's the matter, $son_name? Is the view of my body in this bikini making it too hard for you to breathe? I don't understand if you are really that caring or if you are only interested in the opportunity to touch my soft skin. Fine. I accept your offer. Your help could really come in handy.">>
</div>
<</nobr>>
<<nobr>>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
She lets out a low, deeply provocative chuckle, shifting her weight on the lounge chair to fully expose her bare back to my touch. Her sharp eyes hold mine over the rims of her sunglasses with an intensely coquettish, heavily charged heat, completely captivated by the raw state I'm in right before her eyes.
</p>
<</nobr>>
<img src="images/events/jessica/jessica_sunsreen.webp" width="100%" style="max-width: 800px; border-radius: 8px;">
/* ДВУХЭТАЖНОЕ УВЕДОМЛЕНИЕ ДЛЯ УСПЕХА */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, desperate state has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</nobr>>
<div style="margin-top: 25px; text-align: center;">\
<<link "Apply the lotion and return inside" "Corridor">>
<<advanceTime>>
<<run UIBar.update()>>
<</link>>\
</div>\
<</if>>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (ЕСЛИ ВОЗБУЖДЕНИЕ В НОРМЕ) === */
<<else>>
<<set $jessica_rel += 1>>
<center>\
<img src="images/backyard_jessica1.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I cleared my throat as I approached her, holding out the bottle of sunscreen. <strong>$older_sister_name</strong> opened her eyes slowly, looking at me without her usual biting hostility. She let out a soft sigh, rolling over onto her stomach to expose her smooth, sun-warmed back.
<br><br>
"Fine, don't miss any spots," she murmured, handing me the bottle.
<br><br>
As I squeezed the cool cream onto my palms and began spreading it over her skin, her posture relaxed under my hands. Her sharp edges seemed to soften in the lazy afternoon sun, and we talked quietly about small things. It was a peaceful, grounding moment, and the low hum of the Orb inside me made the silent physical proximity feel like a steady, comforting step forward.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О РОСТЕ ОТНОШЕНИЙ */
<div class="stat-up-alert-jessica-sunscreen">\
<div class="stat-icon">💖</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIP INCREASED</span>\
<span class="stat-sub">Helping $older_sister_name protect her skin has brought you closer.</span>
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Finish up and head back inside" "Corridor">>
<<advanceTime>>
<<run UIBar.update()>>
<</link>>\
</div>\
<</if>>
<</if>>
<style>
.stat-up-alert-jessica-sunscreen {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 8px 20px;
background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%);
border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4);
animation: statFade 2.5s infinite ease-in-out; max-width: 500px;
}
.stat-up-alert-jessica-sunscreen .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7); }
.stat-up-alert-jessica-sunscreen .stat-title { color: #f5c2e7; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-jessica-sunscreen .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style>
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/backyard_jessica_voyeur.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I retreated further into the shadows of the porch, my eyes fixed on the golden curves of <strong>$older_sister_name</strong>. She remained oblivious to my presence, shifting slightly on the lounger to catch the optimal rays of the afternoon sun.
<br><br>
The sight was intoxicating. The way her skin glistened with oil, the rhythmic movement of her chest, and the daring cut of her bikini... it felt like a heavy weight was pressing against my lungs. I knew I should turn away, but my feet were rooted to the spot.
<br><br>
Deep within me, the Orb responded to my hunger. A wave of liquid fire surged through my veins, pooling in my groin. Every breath I drew was thick with the scent of her tanning oil and the raw, unspoken desire that was slowly consuming my reason.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О ВОЗБУЖДЕНИИ ДЖОНА */
<div class="arousal-alert">\
<div class="stat-icon">🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL INCREASED</span>\
<span class="stat-sub">Your desire for $older_sister_name is growing</span>\
<<set $player_lust += 10>>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Retreat before she notices you">>
<<advanceTime>> /* Перематываем время */
<<goto "Corridor">>
<</link>>\
</div>\
<style>
.arousal-alert {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 10px 25px;
background: linear-gradient(90deg, rgba(255, 121, 198, 0) 0%, rgba(255, 121, 198, 0.2) 50%, rgba(255, 121, 198, 0) 100%);
border-top: 1px solid rgba(255, 121, 198, 0.5);
border-bottom: 1px solid rgba(255, 121, 198, 0.5);
animation: firePulse 2s infinite ease-in-out;
max-width: 550px;
}
.arousal-alert .stat-icon { font-size: 1.8em; filter: drop-shadow(0 0 8px #ff79c6); }
.arousal-alert .stat-title { color: #ff79c6; font-weight: bold; letter-spacing: 1.5px; font-size: 1em; display: block; }
.arousal-alert .stat-sub { color: #eee; font-size: 0.85em; font-style: italic; }
@keyframes firePulse {
0%, 100% { opacity: 0.7; transform: scale(0.99); }
50% { opacity: 1; transform: scale(1); }
}
</style>
<center>\
<img src="images/lisa_ceaning.gif" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stood frozen, my eyes locked on the mesmerizing rhythm of <strong>$mother_name's</strong> movements. Every time she reached across the table, the deep neckline of her top would dip even lower, revealing the heavy, creamy fullness of her breasts. They swayed with a hypnotic, natural weight, the soft flesh quivering with every vigorous stroke of her cloth.
<br><br>
The sight was devastatingly carnal. I watched as a small bead of sweat trickled down the valley between her breasts, disappearing into the dark shadows of her cleavage. My mouth went dry, and my heart hammered against my ribs with such force it was almost painful.
<br><br>
The Orb's resonance in my room upstairs seemed to swell, vibrating in perfect harmony with the thrumming heat in my groin. This wasn't just my <strong>$mother_relation</strong> anymore—she was a woman of incredible, ripened beauty, and the realization was pushing me to the brink of my self-control.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О ВОЗБУЖДЕНИИ */
<div class="arousal-alert-lisa">\
<div class="stat-icon">🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL INCREASED</span>\
<span class="stat-sub">The sight of $mother_name has left you breathless</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
[[Leave before your presence is discovered|Corridor]]\
</div>\
<style>
.arousal-alert-lisa {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 10px 25px;
background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%);
border-top: 1px solid rgba(235, 160, 172, 0.5);
border-bottom: 1px solid rgba(235, 160, 172, 0.5);
animation: firePulse 2.5s infinite ease-in-out;
max-width: 550px;
}
.arousal-alert-lisa .stat-icon { font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac); }
.arousal-alert-lisa .stat-title { color: #eba0ac; font-weight: bold; letter-spacing: 1.5px; font-size: 1em; display: block; }
.arousal-alert-lisa .stat-sub { color: #eee; font-size: 0.85em; font-style: italic; }
@keyframes firePulse {
0%, 100% { opacity: 0.7; transform: scale(0.99); }
50% { opacity: 1; transform: scale(1); }
}
</style>
<center>
<img src="images/events/emma/emma_laying.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">
</center>
<div id="emma-wednesday-content">
<<if $player_lust eq 100>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I walked over and sat on the edge of the mattress, but the raw, uncontainable heat of my arousal was impossible to hide. My face was heavily flushed, and my breath came in shallow, ragged gaps that instantly filled the quiet space of the bedroom with a thick tension. The bed dipped heavily under my weight, causing <strong>$younger_sister_name</strong> to wobble slightly. She quickly closed her laptop, her eyes widening as she caught my rigid posture and the desperate, burning hunger written all over my stare.
<br><br>
She rolled over onto her side, her initial surprise freezing into a tense framing. In this position, her oversized black t-shirt slid far down one shoulder, but instead of her usual playful demeanor, she locked her gaze onto my undoing, instantly sensing the overwhelming weight of my desire.
<</nobr>>
<<if $emma_rel lt 15>>
<<set $emma_rel -= 1>>
<img src="images/events/emma/emma_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;">
<div style="margin-top: 15px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Whoa, $son_name... What the hell is wrong with you today? You're completely red, breathing like a total maniac, and staring at my shoulder like you're about to lose it! It's actually super creepy and making me really uncomfortable. Please, get out of my room and clear your head in the hallway!">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">She quickly pulls her oversized t-shirt back up over her shoulder, her face hardening into an annoyed, defensive frown. A cold, heavy wall of boundaries slams down right between us.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense, raw state has annoyed her and damaged your connection.</span>
</div>
</div>
<<else>>
<<set $emma_rel += 1>>
<<set $emma_lust += 5>>
<img src="images/emma_talk.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing breaking down her innocence and creating a dangerous, shared vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Well, well... look who's sitting on my bed, absolutely melting from head to toe. What's the matter, $son_name? Is the view of my room making it too hard for you to act normally, or did the sight of your beautiful little sister take your breath away?">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
<strong>$younger_sister_name</strong> lets out a low, deeply provocative chuckle, shifting her weight on the mattress as her eyes hold mine with an intensely coquettish, heavily charged heat. Through our passive link, a sudden surge of taboo excitement ripples straight from her subconscious into my chest, thoroughly triggered by my desperate state right before her eyes.
</p>
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, desperate state has triggered an answering spark of desire within her.</span>
</div>
</div>
</div>
<</nobr>>
<</if>>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her room" "Corridor">><<run UIBar.update()>><</link>>
</div>
<<else>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
For a moment, I just stand there, unnoticed. The soft light filters through the curtains, tracing the curve of her hip, the smooth length of her leg, the way her bare feet dangle over the edge of the mattress. She's not a little girl anymore — that much is painfully obvious. Her body has filled out in ways that make my throat feel tight, and I catch myself staring at the soft swell of her chest beneath the thin fabric.
I walked over and sat on the edge of the mattress. The bed dipped under my weight, causing <strong>$younger_sister_name</strong> to wobble slightly. She quickly closed her laptop, but not before I caught a glimpse of some random vlog.
<br><br>
<strong>$younger_sister_name</strong> rolled over onto her side, propping her head up with her hand. She looked at me with an expression that was surprisingly soft, her initial surprise melting into a genuine, shy smile.
<</nobr>>
<<say $younger_sister_name "You’re making a habit of sneaking up on me, $son_name. But... I don't mind. It was getting a bit boring in here anyway.">>
<<nobr>>
We talked for a while about nothing in particular—just school, some music she liked, and the weirdly hot weather. Yet, beneath the casual words, there was a shared understanding. Every time our eyes met, I could see that familiar rose-colored spark in her pupils. She felt the Orb's pull just as much as I did, and it made this simple conversation feel incredibly intimate.
<</nobr>>
</div>
<<set $emma_rel += 1>>
<div class="stat-up-alert-emma">
<div class="stat-icon">💖</div>
<div class="stat-text">
<span class="stat-title">RELATIONSHIP INCREASED</span>
<span class="stat-sub">Emma is starting to enjoy your company more than she admits</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Leave her to her laptop and head out" "Corridor">><<run UIBar.update()>><</link>>
</div>
<</if>>
</div>
<style>
.stat-up-alert-emma {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 8px 20px;
background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%);
border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 500px;
}
.stat-up-alert-emma .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1); }
.stat-up-alert-emma .stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-emma .stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; }
</style>
<center>\
<div style="max-width: 700px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">\
<img src="images/emma_observe.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stood perfectly still, my breath shallow, as I watched <strong>$younger_sister_name</strong> through the slightly ajar door. She was completely absorbed by whatever was on her screen, unaware that she was being watched.
<br><br>
The sight was hypnotic. The way her small panties clung to her rounded rear, the delicate movement of her legs as she kicked them in the air... it was a masterpiece of accidental provocation. Every time she shifted, the thin black fabric of her shirt pulled tighter against her skin, hinting at the soft curves beneath.
<br><br>
My heart hammered in my chest, a heavy, rhythmic thud that seemed to echo the pulsing light of the Orb in my own room. The guilt I should have felt was drowned out by a wave of pure, unadulterated heat. I found myself memorizing every detail—the arch of her foot, the soft indent of her waist—feeling my own arousal reach a new, dangerous peak.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О ВОЗБУЖДЕНИИ ДЖОНА */
<div class="arousal-alert-emma">\
<div class="stat-icon">🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL INCREASED</span>\
<span class="stat-sub">The sight of your younger sister has set your blood on fire</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
[[Quietly back away before she sees you|Corridor]]\
</div>\
<style>
.arousal-alert-emma {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 10px 25px;
background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%);
border-top: 1px solid rgba(166, 227, 161, 0.4);
border-bottom: 1px solid rgba(166, 227, 161, 0.4);
animation: firePulse 2.5s infinite ease-in-out;
max-width: 550px;
}
.arousal-alert-emma .stat-icon { font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1); }
.arousal-alert-emma .stat-title { color: #a6e3a1; font-weight: bold; letter-spacing: 1.5px; font-size: 1em; display: block; }
.arousal-alert-emma .stat-sub { color: #eee; font-size: 0.85em; font-style: italic; }
@keyframes firePulse {
0%, 100% { opacity: 0.7; transform: scale(0.99); }
50% { opacity: 1; transform: scale(1); }
}
</style>
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 30px rgba(245, 194, 231, 0.6); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/jessica/jessica_shower_evening.webm" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I moved an inch closer, hidden by the thick veil of steam that clung to my skin like a hot, damp cloth. <strong>$older_sister_name</strong> was now thoroughly lathered in soap, her hands gliding over her body with a slow, hypnotic grace.
<br><br>
I watched, paralyzed, as she massaged the white foam into the sun-kissed skin of her breasts, her fingers tracing their full, heavy curves. The water from the showerhead beat a relentless rhythm against her shoulders, washing away the soap and leaving her skin glistening and raw.
<br><br>
When she turned slightly, rubbing the sponge down the long, smooth line of her thigh and between her legs, my vision blurred for a second. The heat in my groin was no longer just a hum—it was a raging fire, fueled by the Orb's frantic pulsing in the back of my mind. Every gasp she took, every droplet that traced the swell of her rear, was like a direct jolt to my nervous system. I was drowning in the sight of her, my reason completely swept away by the humid, erotic atmosphere of the room.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О КРИТИЧЕСКОМ ВОЗБУЖДЕНИИ */
<div class="arousal-alert-critical">\
<div class="stat-icon">🔥🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL REACHED CRITICAL LEVEL</span>\
<span class="stat-sub">The sight of $older_sister_name in the shower has pushed you to the limit</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Slip out before you lose control entirely">>
<<goto "Corridor">>
<</link>>\
</div>\
<style>
.arousal-alert-critical {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 12px 25px;
background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.3) 50%, rgba(245, 194, 231, 0) 100%);
border-top: 2px solid rgba(245, 194, 231, 0.6);
border-bottom: 2px solid rgba(245, 194, 231, 0.6);
animation: criticalPulse 1.5s infinite ease-in-out;
max-width: 550px;
}
.arousal-alert-critical .stat-icon { font-size: 2em; filter: drop-shadow(0 0 10px #f5c2e7); }
.arousal-alert-critical .stat-title { color: #f5c2e7; font-weight: bold; letter-spacing: 2px; font-size: 1.1em; display: block; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
.arousal-alert-critical .stat-sub { color: #fff; font-size: 0.85em; font-style: italic; }
@keyframes criticalPulse {
0%, 100% { opacity: 0.8; transform: scale(1); }
50% { opacity: 1; transform: scale(1.02); }
}
</style>
<center>\
<div style="max-width: 300px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">\
<img src="images/events/emma/emma_shower_watch.gif" width="100%" style="max-width: 800px; border-radius: 8px;">\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stood perfectly still, my eyes tracing the shadow of <strong>$younger_sister_name</strong> through the swirling mist. She was completely lost in her own world, humming softly as she ran her hands over her slender frame.
<br><br>
The sight was breathtakingly intimate. Every move she made—the way she tilted her head back to rinse her hair, the graceful arch of her back as she reached for the soap—felt like a direct assault on my senses. The heat in the small room was stifling, but the fire burning in my veins was far more intense.
<br><br>
The Orb's resonance pulsed in the back of my mind, a rhythmic thrum that seemed to harmonize with the sound of the splashing water. I knew I should leave, but the sight of her lithe silhouette, glowing faintly in the humid air, kept me rooted to the spot, my heart hammering a frantic, forbidden rhythm against my ribs.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О ВОЗБУЖДЕНИИ */
<div class="arousal-alert-emma-evening">\
<div class="stat-icon">🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL INCREASED</span>\
<span class="stat-sub">The hidden beauty of $younger_sister_name has left you trembling</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Quietly slip out before you are caught">>
<<goto "Corridor">>
<</link>>\
</div>\
<style>
.arousal-alert-emma-evening {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 10px 25px;
background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%);
border-top: 1px solid rgba(166, 227, 161, 0.5);
border-bottom: 1px solid rgba(166, 227, 161, 0.5);
animation: firePulse 2.5s infinite ease-in-out;
max-width: 550px;
}
.arousal-alert-emma-evening .stat-icon { font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1); }
.arousal-alert-emma-evening .stat-title { color: #a6e3a1; font-weight: bold; letter-spacing: 1.5px; font-size: 1em; display: block; }
.arousal-alert-emma-evening .stat-sub { color: #eee; font-size: 0.85em; font-style: italic; }
@keyframes firePulse {
0%, 100% { opacity: 0.7; transform: scale(0.99); }
50% { opacity: 1; transform: scale(1); }
}
</style><center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 30px rgba(235, 160, 172, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/lisa/lisa_shower_watch.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stood in the thick, humid silence, my eyes greedily drinking in the sight of <strong>$mother_name</strong> through the swirling white mist. She was completely unaware of my presence, her eyes closed as she let the hot streams of water massage her shoulders.
<br><br>
The way the water cascaded over her bountiful curves was mesmerizing. I watched as she slowly ran her soapy hands over the generous swell of her breasts, her fingers disappearing into the deep valley of her cleavage. Every movement was slow and heavy, emphasizing the ripeness of her figure.
<br><br>
The air in the bathroom felt electric, as if the Orb's energy was feeding directly on the raw, maternal sensuality she radiated. My heart was thundering in my ears, and a wave of heat, far more intense than the steam around me, flooded my entire being. It was a sight of forbidden perfection that I knew would haunt my thoughts for a long time.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О ВЫСОКОМ ВОЗБУЖДЕНИИ */
<div class="arousal-alert-lisa-evening">\
<div class="stat-icon">🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL INCREASED</span>\
<span class="stat-sub">The mature beauty of $mother_name has left you utterly captivated</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Carefully slip away before she opens her eyes">>
<<goto "Corridor">>
<</link>>\
</div>\
<style>
.arousal-alert-lisa-evening {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 10px 25px;
background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%);
border-top: 1px solid rgba(235, 160, 172, 0.5);
border-bottom: 1px solid rgba(235, 160, 172, 0.5);
animation: firePulse 2.5s infinite ease-in-out;
max-width: 550px;
}
.arousal-alert-lisa-evening .stat-icon { font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac); }
.arousal-alert-lisa-evening .stat-title { color: #eba0ac; font-weight: bold; letter-spacing: 1.5px; font-size: 1em; display: block; }
.arousal-alert-lisa-evening .stat-sub { color: #eee; font-size: 0.85em; font-style: italic; }
@keyframes firePulse {
0%, 100% { opacity: 0.7; transform: scale(0.99); }
50% { opacity: 1; transform: scale(1); }
}
</style>/*<center>\
<img src="images/events/lisa/lisa_helping_evening.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">\
</center>\*/
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
<div id="lisa-kitchen-helping-content" style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I walked up behind <strong>$mother_name</strong>, reaching for a stack of bowls on the shelf just above her. The thick, intoxicating heat of my 100% arousal was completely unavoidable, radiating from my body as I pressed closer than necessary. The heavy, damp steam of the kitchen mixed with the scent of her perfume, creating a suffocatingly intense atmosphere.
<br><br>
"Need a hand with these?" I asked, my voice dropping into a low, ragged whisper right against her ear.
<br><br>
She turned slightly, her shoulder brushing heavily against my tense chest. The moment her gaze locked onto my deeply flushed face and my uneven, heavy breathing, her eyes widened. Standing inside my private aura of desire, she caught the desperate hunger in my stare instantly.
<</nobr>>\
/* === ВНУТРЕННЯЯ ПРОВЕКА ОТНОШЕНИЙ ПРИ 100% LUST === */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center>\
<img src="images/events/lisa/lisa_angry.webp" width="80%" style="max-width: 800px; border-radius: 8px;">\
</center>
<div style="margin-top: 15px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "John... Goodness, you are completely burning up, and you're staring at me so intensely... it's actually quite unsettling. Please, take a step back and go clear your head. I can manage the dinner bowls on my own right now.">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">Her warm expression hardens into a protective, deeply suspicious maternal frown. She steps away toward the opposite counter, pulling her unbuttoned blouse together and creating a cold, heavy distance between us.</p>
/* ПЛАШКА ПАДЕНИЯ ОТНОШЕНИЙ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 8px 20px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 500px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your overwhelming intensity has frightened and repelled her.</span>
</div>
</div>
<<else>>
/* УСПЕХ: ВЗАИМНЫЙ РЕЗОНАНС И РОСТ ПОХОТИ */
<center>\
<img src="images/events/lisa/lisa_helping_evening.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<<set $lisa_lust += 5>>
<<set $lisa_rel += 1>>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">Instead of stepping back, a sudden, heavy warmth fluttered in her chest. The Orb's energy surged between us like wildfire, a wild, rhythmic throbbing that broke through her maternal defenses.</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "My goodness, $son_name... you look absolutely burning alive right now. Is the steam from the stove getting to you, or are you just... incredibly hungry for something else tonight?">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">She lets out a low, breathless hum, her gaze lingering on my lips with a dangerous, forbidden spark as her hand slowly traces the edge of the counter. The psychic link channels the absolute surge of her awakening desire straight into my mind.</p>
/* ДВУХЭТАЖНОЕ УВЕДОМЛЕНИЕ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 500px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 8px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 8px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, desperate state has ignited a mirroring desire within her.</span>
</div>
</div>
</div>
<</nobr>>
<</if>>
</div>
<div style="text-align: center; margin-top: 20px;">\
<<link "Leave the kitchen" "Kitchen">>
<<run UIBar.update()>>
<</link>>\
</div>\
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I walked up behind <strong>$mother_name</strong>, reaching for a stack of bowls on the shelf just above her. As I did, the scent of her perfume and the warm, slightly damp heat of her body washed over me.
<br><br>
"Need a hand with these?" I asked softly.
<br><br>
She turned slightly, surprised by my sudden proximity. Her shoulder brushed against my chest, and for a moment, we were standing so close I could feel the radiant warmth of her skin. Up close, I could see the stray locks of hair damp with steam and the gentle pulse at the base of her throat.
<br><br>
The Orb's energy surged, a deep, rhythmic thrumming that made my heart race. Her eyes softened as she looked up at me, a mixture of maternal warmth and something newer, more complex, flickering in her gaze.
<</nobr>>\
<img src="images/events/lisa/lisa_helping_evening.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "Oh, thank you, $son_name. I was just about to ask for help. You're becoming quite the assistant today, aren't you?">>
</div>\
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О РОСТЕ ОТНОШЕНИЙ */
<div class="stat-up-alert-lisa-evening">\
<div class="stat-icon">💖</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIP INCREASED</span>\
<span class="stat-sub">Your quiet support means a lot to $mother_name</span>\
</div>\
</div>\
<div style="text-align: center; margin-top: 20px;">\
<<link "Finish helping and wait for dinner" "Kitchen">>
<<run UIBar.update()>>
<</link>>\
</div>\
<</if>>
<style>
.stat-up-alert-lisa-evening {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 8px 20px;
background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%);
border-top: 1px solid rgba(235, 160, 172, 0.4);
border-bottom: 1px solid rgba(235, 160, 172, 0.4);
max-width: 500px;
}
.stat-up-alert-lisa-evening .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac); }
.stat-up-alert-lisa-evening .stat-title { color: #eba0ac; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-lisa-evening .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style>
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/lisa/lisa_cooking_watch.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stood in the doorway, my breathing becoming shallow as I watched <strong>$mother_name</strong> from behind. She was completely oblivious to my presence, her entire body swaying slightly as she worked at the counter.
<br><br>
The thin fabric of her house dress was a cruel tease; it clung to the lush, heavy curves of her buttocks with every step she took. I found myself fixated on the way her hips moved—a slow, rhythmic roll that felt like it was pulling the very air out of my lungs.
<br><br>
The kitchen heat made the dress stick to the small of her back, highlighting the deep, feminine arch of her spine. I could feel the Orb’s pulse deep in my gut, a low-frequency thrum that turned my curiosity into a desperate, aching hunger. Every clink of her knife against the cutting board felt like a countdown to a moment I wasn't sure I could handle.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О ВОЗБУЖДЕНИИ */
<div class="arousal-alert-lisa-kitchen">\
<div class="stat-icon">🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL INCREASED</span>\
<span class="stat-sub">You can't take your eyes off $mother_name's enticing form</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Turn away before she catches you staring">>
<<goto "Kitchen">>
<</link>>\
</div>\
<style>
.arousal-alert-lisa-kitchen {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 10px 25px;
background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%);
border-top: 1px solid rgba(235, 160, 172, 0.5);
border-bottom: 1px solid rgba(235, 160, 172, 0.5);
animation: firePulse 2.5s infinite ease-in-out;
max-width: 550px;
}
.arousal-alert-lisa-kitchen .stat-icon { font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac); }
.arousal-alert-lisa-kitchen .stat-title { color: #eba0ac; font-weight: bold; letter-spacing: 1.5px; font-size: 1em; display: block; }
.arousal-alert-lisa-kitchen .stat-sub { color: #eee; font-size: 0.85em; font-style: italic; }
</style><<nobr>>
/* Начисляем бонусы СРАЗУ при загрузке пассажа */
<<set $jessica_rel += 1>>
<<set $emma_rel += 1>>
<<set $lisa_rel += 1>>
<<set $greg_rel += 1>>
<</nobr>>\
<center>\
<img src="images/family_dinner_group.webp" width="90%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The dining room was bathed in the soft, warm glow of the overhead lamp, creating an island of light in the deepening evening shadows. <strong>$father_name</strong> was at the head of the table, talking about his day at the office, while <strong>$mother_name</strong> sat opposite him, her face slightly flushed from the heat of the kitchen.
<br><br>
The atmosphere felt incredibly domestic, yet beneath the surface, I could feel the electricity. Every time <strong>$older_sister_name</strong> reached for the salt, the movement of her silk robe caught my eye, reminding me of the curves I’d seen earlier. <strong>$younger_sister_name</strong> sat beside me, her knee occasionally brushing against mine under the table, sending jolts of warmth through my body that had nothing to do with the hot meal.
<br><br>
I looked around at them—my family—and realized how much my perspective had shifted in just one day. They were laughing and talking, oblivious to the fact that the Orb's resonance was huming in my very bones, turning this simple dinner into a theater of hidden desires. I was part of them, yet I felt like an outsider, a silent predator watching from the shadows of normalcy.
/* === КРИТИЧЕСКАЯ ПРОВЕРКА НА 100% ВОЗБУЖДЕНИЕ === */
<<if $player_lust eq 100>>
<br><br>
<span style="color: #f38ba8; font-style: italic;">
Fortunately, in the general hustle and bustle of the family dinner, with plates being passed around and everyone talking at once, nobody noticed my intensely aroused and flushed state.
</span>
<</if>>
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ */
<div class="stat-up-alert-family-evening" style="margin-top: 10px;">\
<div class="stat-icon">🍷</div>\
<div class="stat-text">\
<span class="stat-title">FAMILY BONDS STRENGTHENED</span>\
<span class="stat-sub">The evening meal has brought everyone closer together</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Finish dinner and head to your room" "MyRoom">>
/* Сбрасываем флаги и продвигаем время в Night */
<<set $kitchen_talk_done to false>>
<<set $breakfast_done to false>>
<<advanceTime>>
<</link>>\
</div>\
<style>
.stat-up-alert-family-evening {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px auto;
padding: 8px 20px;
background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%);
border-top: 1px solid rgba(235, 160, 172, 0.4);
border-bottom: 1px solid rgba(235, 160, 172, 0.4);
max-width: 550px;
}
.stat-up-alert-family-evening .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac); }
.stat-up-alert-family-evening .stat-title { color: #eba0ac; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-family-evening .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style>
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 20px rgba(245, 194, 231, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/jessica/jessica_kitchen_evening.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I leaned against the doorframe, keeping my presence a secret as I watched <strong>$older_sister_name</strong>. She was leaning over the sink, her focus entirely on the task at hand.
<br><br>
The kitchen light was unforgiving, casting a soft glow over the smooth skin of her back. Every time she reached for a plate, her short skirt shifted, offering a fleeting, agonizing glimpse of the backs of her thighs. I found myself mesmerized by the rhythmic sway of her hips—a movement so natural, yet so intensely provocative in the silence of the evening.
<br><br>
The Orb's heat in my room seemed to reach out to me, a low-frequency thrum that amplified the forbidden thrill of watching her like this. My mouth went dry, and a familiar fire began to pool in my stomach. She looked like a masterpiece of unintended seduction, and I was the only witness to her domestic grace.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О ВОЗБУЖДЕНИИ ДЖОНА */
<div class="arousal-alert-jessica-kitchen">\
<div class="stat-icon">🔥</div>\
<div class="stat-text">\
<span class="stat-title">AROUSAL INCREASED</span>\
<span class="stat-sub">The sight of $older_sister_name has left you deeply wanting</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Turn away before she notices you and head back">>
<<goto "Kitchen">>
<</link>>\
</div>\
<style>
.arousal-alert-jessica-kitchen {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px;
background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%);
border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5);
animation: firePulse 2.5s infinite ease-in-out; max-width: 550px;
}
.arousal-alert-jessica-kitchen .stat-icon { font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7); }
.arousal-alert-jessica-kitchen .stat-title { color: #f5c2e7; font-weight: bold; letter-spacing: 1.5px; font-size: 1em; display: block; }
.arousal-alert-jessica-kitchen .stat-sub { color: #eee; font-size: 0.85em; font-style: italic; }
</style>
/*center>\
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 20px rgba(245, 194, 231, 0.4); line-height: 0;">\
<img src="images/events/jessica/jessica_washing_dishes.gif" width="200%" style="max-width: 800px; border-radius: 8px;">\
</div>\
</center>\*/
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stepped up to the sink, standing right next to <strong>$older_sister_name</strong>, but the raw, uncontainable heat of my arousal was completely written all over my face. My breath came in ragged, uneven gaps, and the suffocating tension radiating from my rigid frame made the air in the kitchen instantly boil.
<br><br>
"Here, let me dry those for you," I muttered, my voice dropping into a low, desperate whisper as I picked up a kitchen towel.
<br><br>
She turned slightly, surprised by my sudden, heavy proximity. The moment her sharp eyes locked onto my flushed face and the unsuppressible evidence of my desire, her focus shattered. Standing inside the narrow space of the kitchen counter, she caught the overwhelming hunger in my stare instantly.
<</nobr>>\
/* ВНУТРЕННЯЯ ПРОВЕРКА ОТНОШЕНИЙ: ОТКАЗ (<15) */
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
<img src="images/events/jessica/jessica_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px; margin-bottom: 10px;">\
<div style="margin-top: 15px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "What the hell do you think you're doing, $son_name?! Look at yourself—you're completely flushed, breathing like a total maniac, and staring down my top like a complete creep! Get the hell away from me and get out of this kitchen right now!">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">She aggressively splashes a wave of soapy water directly over my hands, her face burning with pure irritation. The unyielding wall of her pride slams down instantly, expelling any chance of connection.</p>
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О ПАДЕНИИ ОТНОШЕНИЙ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw intensity has severely annoyed and repelled her.</span>
</div>
</div>
<<else>>
/* ВНУТРЕННЯЯ ПРОВЕРКА ОТНОШЕНИЙ: УСПЕХ (15+) */
<<set $jessica_rel += 1>>
<<set $jessica_lust += 5>>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 20px rgba(245, 194, 231, 0.4); line-height: 0;">\
<img src="images/events/jessica/jessica_washing_dishes.gif" width="200%" style="max-width: 800px; border-radius: 8px;">\
</div>\
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy warmth fluttered deep within her chest. The Orb's energy surged between us like wildfire, a wild, rhythmic throbbing that violently cracked her icy pride.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "Well, well... look who's standing here, absolutely burning up from head to toe. What's the matter, $son_name? Is the view down my top making it too hard for you to keep your composure?">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
She lets out a low, deeply provocative chuckle, leaning back slightly against the counter. Her sharp eyes lock onto mine with an intensely coquettish, heavily charged playful heat, entirely fueled by how completely undone I am right before her eyes.
</p>
/* ДВУХЭТАЖНОЕ УВЕДОМЛЕНИЕ ДЛЯ УСПЕХА */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, desperate state has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
</div>
<div style="text-align: center; margin-top: 20px;">\
<<link "Finish the dishes and prepare for dinner" "Kitchen">>
<<run UIBar.update()>>
<</link>>\
</div>\
/* === ДЕФОЛТНЫЙ ВАРИАНТ (ЕСЛИ ВОЗБУЖДЕНИЕ МЕНЬШЕ МАКСИМУМА) === */
<<else>>
<<set $jessica_rel += 1>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stepped up to the sink, standing right next to <strong>$older_sister_name</strong>. "Here, let me dry those for you," I said, picking up a kitchen towel.
<br><br>
<img src="images/events/jessica/jessica_washing_dishes.gif" width="200%" style="max-width: 800px; border-radius: 8px;">
She gave a small, non-committal grunt, but she didn't push me away. As she leaned forward to scrub a stubborn pot, I found myself in the perfect position to look down. The loose neckline of her top fell away from her skin, offering a breathtaking, unobstructed view of her breasts.
<br><br>
They swayed and bounced enticingly with every vigorous movement of her arms, the soft, pale flesh quivering under the kitchen light. The sight was hypnotic; the rhythmic motion and the glimpses of her dark nipples through the lace of her bra made my head spin.
<br><br>
The air between us grew thick and hot. I could feel the Orb's frantic thrumming deep in my chest, responding to my proximity to her and the illicit thrill of my gaze. She seemed focused on the bubbles, but the way her breathing hitched suggested she wasn't as oblivious as she wanted me to think.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О РОСТЕ ОТНОШЕНИЙ */
<div class="stat-up-alert-jessica-evening">\
<div class="stat-icon">💖</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIP INCREASED</span>\
<span class="stat-sub">Helping $older_sister_name has created a rare moment of shared labor</span>\
</div>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
<<link "Finish the dishes and prepare for dinner" "Kitchen">>
<<run UIBar.update()>>
<</link>>\
</div>\
<</if>>
<style>
.stat-up-alert-jessica-evening {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 8px 20px;
background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%);
border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4);
animation: statFade 2.5s infinite ease-in-out; max-width: 500px;
}
.stat-up-alert-jessica-evening .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7); }
.stat-up-alert-jessica-evening .stat-title { color: #f5c2e7; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-jessica-evening .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style><<nobr>>
/* Случайный выбор гифки для экрана ТВ */
<<set _tvShow to either("tv_action.gif", "tv_movie.gif", "tv_sports.webp", "tv_show.webp")>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #fab387; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Family Time\
</div>\
/* ОСНОВНОЙ ЭКРАН ТЕЛЕВИЗОРА */
<center>
<div style="
max-width: 650px;
border: 4px solid #1e1e2e;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 0 30px rgba(137, 180, 250, 0.3);
background: #000;
line-height: 0;
">
/* Динамическая гифка на весь блок */
<img @src="'images/events/livingroom/tv/' + _tvShow" style="width: 100%; height: auto; filter: contrast(1.1) brightness(1.1);">
/* Слой с эффектом "стекла" телевизора */
<div style="
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%);
pointer-events: none;
"></div>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I took a seat on the sofa next to <strong>$younger_sister_name</strong>. The room was dark, lit only by the shifting, colorful glow of the television screen. <strong>$father_name</strong> gave me a small, tired nod of acknowledgement, his attention mostly fixed on the screen.
<br><br>
The atmosphere was surprisingly peaceful. For a while, the constant hum of the Orb and the tension of the day seemed to fade into the background, replaced by the mundane comfort of shared silence. We just sat there as a family, three silhouettes lost in the flickering light, letting the time slip away.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О РОСТЕ ОТНОШЕНИЙ */
<div class="stat-up-alert-family-evening">\
<div class="stat-icon">🛋️</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIPS IMPROVED</span>\
<span class="stat-sub">Shared silence can be just as important as words</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Yawn and head to your room">>
<<goto "MyRoom">>
<</link>>\
</div>\
<style>
.stat-up-alert-family-evening {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 8px 20px;
background: linear-gradient(90deg, rgba(250, 179, 135, 0) 0%, rgba(250, 179, 135, 0.15) 50%, rgba(250, 179, 135, 0) 100%);
border-top: 1px solid rgba(250, 179, 135, 0.4); border-bottom: 1px solid rgba(250, 179, 135, 0.4);
animation: statFade 2.5s infinite ease-in-out; max-width: 500px;
}
.stat-up-alert-family-evening .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #fab387); }
.stat-up-alert-family-evening .stat-title { color: #fab387; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-family-evening .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style><<nobr>>
<<set _tvShow to either("tv_action.gif", "tv_movie.gif", "tv_sports.webp", "tv_show.webp")>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #fab387; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Family Time\
</div>\
/* ЭКРАН ТЕЛЕВИЗОРА */
<center>
<div style="
max-width: 650px;
border: 4px solid #1e1e2e;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 0 30px rgba(137, 180, 250, 0.3);
background: #000;
line-height: 0;
">
/* Динамическая гифка на весь блок */
<img @src="'images/events/livingroom/tv/' + _tvShow" style="width: 100%; height: auto; filter: contrast(1.1) brightness(1.1);">
/* Слой с эффектом "стекла" телевизора */
<div style="
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%);
pointer-events: none;
"></div>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I sat down on the sofa, keeping a respectful distance from <strong>$older_sister_name</strong>. She didn't move or acknowledge my presence, but I noticed her shift slightly, pulling the blanket closer to her legs. <strong>$father_name</strong> just grunted a quiet greeting without taking his eyes off the screen.
<br><br>
The flickering glow of the television filled the dark room, casting long, dancing shadows on the walls. It was an awkward, yet peaceful sort of togetherness. For half an hour, we simply watched the screen in silence, a rare moment where the friction between us seemed to dissolve into the cool evening air.
<</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ ОПОВЕЩЕНИЕ О РОСТЕ ОТНОШЕНИЙ */
<div class="stat-up-alert-family-evening">\
<div class="stat-icon">🛋️</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIPS IMPROVED</span>\
<span class="stat-sub">Shared silence can be just as important as words</span>\
</div>\
</div>\
<div style="margin-top: 25px; text-align: center;">\
<<link "Yawn and head to your room">>
<<goto "MyRoom">>
<</link>>\
</div>\
<style>
.stat-up-alert-family-evening {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 8px 20px;
background: linear-gradient(90deg, rgba(250, 179, 135, 0) 0%, rgba(250, 179, 135, 0.15) 50%, rgba(250, 179, 135, 0) 100%);
border-top: 1px solid rgba(250, 179, 135, 0.4); border-bottom: 1px solid rgba(250, 179, 135, 0.4);
animation: statFade 2.5s infinite ease-in-out; max-width: 500px;
}
.stat-up-alert-family-evening .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #fab387); }
.stat-up-alert-family-evening .stat-title { color: #fab387; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-family-evening .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style>/*<center>\
<img src="images/events/kitchen/lisa_emma_cooking1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\*/
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stepped in between them, offering to handle the heavier bowls, but the raw, uncontainable heat of my arousal radiated from me like a physical wave. My breath came in shallow, ragged gasps, and my flushed face made the close space between our bodies feel completely electric.
<br><br>
<strong>$mother_name</strong> and <strong>$younger_sister_name</strong> both turned to look at me, but their welcoming smiles instantly faltered as their eyes locked onto my tense frame and the undeniable hunger written all over my stare.
<</nobr>>\
/* ВНУТРЕННЯЯ ПРОВЕРКА ОТНОШЕНИЙ: ОТКАЗ (<15 у обеих) */
<<if $lisa_rel lt 15 and $emma_rel lt 15>>
<<set $lisa_rel -= 1>><<set $emma_rel -= 1>>
<img src="images/events/kitchen/lisa_emma_cooking.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">
<div style="margin-top: 15px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "John... Is something wrong? You look completely flushed, and you're breathing so hard... it's actually quite disturbing.">>
<<say $younger_sister_name "Yeah, $son_name... you're acting super creepy right now, staring at us like that. Please, just go clear your head in the hallway, we can finish cooking on our own.">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">They step back in unison, their expressions hardening into a defensive, uncomfortable frown. A heavy wall of boundaries slams down, completely freezing the warm atmosphere of the kitchen.</p>
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О ПАДЕНИИ ОТНОШЕНИЙ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIPS DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has uncomfortable and repelled them both.</span>
</div>
</div>
<<else>>
/* ВНУТРЕННЯЯ ПРОВЕРКА ОТНОШЕНИЙ: УСПЕХ (Хотя бы у одной 15+) */
<<set $lisa_rel += 1>><<set $emma_rel += 1>>
<<set $lisa_lust += 15>><<set $emma_lust += 15>>
<img src="images/events/kitchen/lisa_emma_cooking1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of pushing me away, a sudden, heavy wave of heat fluttered through the quiet kitchen. The Orb's energy surged between the three of us like wildfire, its rhythmic throbbing breaking down their barriers and creating a dangerous, shared vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "My goodness, $son_name... you look absolutely burning up standing between us. Is the heat from the oven too much, or are you just... exceptionally hungry tonight?">>
<<say $younger_sister_name "He really is melting, Mom... Look how tight and flushed he is.">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
$mother_name lets out a low, breathless hum, leaning slightly closer against my side, while $younger_sister_name giggles suggestively, her fingers lingering near my chest. Their eyes hold mine with a heavily charged, playful heat, completely captivated by the raw state I'm in right before them.
</p>
/* ДВУХЭТАЖНОЕ УВЕДОМЛЕНИЕ ДЛЯ УСПЕХА */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">FAMILY INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">LISA & EMMA: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw state has triggered a mirroring desire within them both.</span>
</div>
</div>
</div>
<</nobr>>
<</if>>
</div>
<div style="text-align: center; margin-top: 20px;">\
<<link "Wait for the dinner to be served" "Kitchen">>
<<run UIBar.update()>>
<</link>>\
</div>\
/* === ДЕФОЛТНЫЙ ВАРИАНТ (ЕСЛИ ВОЗБУЖДЕНИЕ МЕНЬШЕ МАКСИМУМА) === */
<<else>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I stepped in between them, offering to handle the heavier bowls. <strong>$mother_name</strong> gave me a grateful beam, while <strong>$younger_sister_name</strong> giggled, reaching out to playfully wipe a smudge of flour onto my nose.
<br><br>
Being surrounded by them, the air felt incredibly thick with their perfumes and the natural warmth of their bodies. My skin prickled as our arms brushed during the process. The Orb's resonance was a steady, rhythmic pulse in my chest, turning this simple family chore into a sensory overload. For a moment, we were a perfect, happy trio, oblivious to the shadows lengthening outside.
</</nobr>>\
</div>\
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ */
<div class="stat-up-alert-family-kitchen" style="margin-top: 10px;">\
<div class="stat-icon">💖</div>\
<div class="stat-text">\
<span class="stat-title">RELATIONSHIPS IMPROVED</span>\
<span class="stat-sub">You've shared a beautiful moment with your mother and sister</span>\
</div>\
</div>\
<div style="margin-top: 20px; text-align: center;">\
<<link "Wait for the dinner to be served" "Kitchen">>
<<run UIBar.update()>>
<</link>>\
</div>\
<</if>>
<style>
.stat-up-alert-family-kitchen {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px;
background: linear-gradient(90deg, rgba(249, 226, 175, 0) 0%, rgba(249, 226, 175, 0.15) 50%, rgba(249, 226, 175, 0) 100%);
border-top: 1px solid rgba(249, 226, 175, 0.4); border-bottom: 1px solid rgba(249, 226, 175, 0.4); max-width: 550px;
}
.stat-up-alert-family-kitchen .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #f9e2af); }
.stat-up-alert-family-kitchen .stat-title { color: #f9e2af; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; display: block; }
.stat-up-alert-family-kitchen .stat-sub { color: #ccc; font-size: 0.8em; font-style: italic; }
</style><center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/kitchen/lisa_emma_cooking.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
I lingered in the shadows of the hallway, watching them. The sight was intoxicating—the mature, confident movements of <strong>$mother_name</strong> contrasted with the youthful, eager energy of <strong>$younger_sister_name</strong>.
<br><br>
Every time they leaned over the counter, the light played across their figures, highlighting the shared family beauty in two different stages of ripeness. I felt like a voyeur in my own home, my heart hammering a frantic rhythm as the Orb's heat flooded my senses. Watching them laugh together, unaware of my hungry gaze, felt like a dangerous, beautiful secret.
<</nobr>>\
</div>\
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">The double temptation has left your mind racing</span>
</div>
</div>
<div style="margin-top: 25px; text-align: center;">\
<<link "Enter the kitchen before you're spotted">>
<<goto "Kitchen">>
<</link>>\
</div>\
<center>\
<img src="images/locations/meteor.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 30px rgba(243, 139, 168, 0.6);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The house is silent, but the air in my room is vibrating. I can't sleep. My skin feels too tight, my blood too hot, charged by everything I've seen today. The images of <strong>$mother_name</strong> in the kitchen, <strong>$older_sister_name</strong> in the shower, and <strong>$younger_sister_name</strong> on her bed are playing on a loop behind my eyelids.
<br><br>
Driven by a sudden, irresistible urge, I reached under the bed and pulled out the <strong>Orb</strong>. The moment my fingers brushed its crystalline surface, a jolt of pure energy surged through my arm, freezing my breath in my chest.
<br><br>
It wasn't just light anymore. It was <em>perception</em>. As the Orb pulsed a deep, rhythmic rose in my hands, the walls of my room seemed to dissolve. I could feel them—the other hearts beating in this house. Their presence felt like distant radio stations, and the Orb was the dial that could tune into their most private frequencies.
<</nobr>>\
</div>\
/* ИНДИКАТОР ВЫБОРА ЦЕЛИ */
<div style="text-align: center; margin: 20px auto; max-width: 700px; font-family: 'Georgia', serif;">\
<<nobr>>
<div class="family-interactions" style="text-align: left; border-left: 3px solid #f38ba8; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #f38ba8; font-weight: bold; margin-bottom: 8px;">Whose consciousness shall I invade?</p>
<div style="display: flex; flex-direction: column; gap: 8px;">
/* Вариант Лизы: доступен, если еще не видели её сон */
<<if $lisa_dream_seen isnot true>>
<div class="char-link"><<link "💓 Peer into Lisa's dreams" "Orb_Mind_Lisa">><</link>></div>
<</if>>
/* Вариант Джессики: доступен, если еще не видели её сон */
<<if $jessica_dream_seen isnot true>>
<div class="char-link"><<link "💓 Taste Jessica's hidden frustration" "Orb_Mind_Jessica">><</link>></div>
<</if>>
/* Вариант Эммы: доступен, если еще не видели её сон */
<<if $emma_dream_seen isnot true>>
<div class="char-link"><<link "💓 Echo Emma's secret heat" "Orb_Mind_Emma">><</link>></div>
<</if>>
<</nobr>>
/* Проверка на завершение всех трех снов */
<<if $lisa_dream_seen and $jessica_dream_seen and $emma_dream_seen>>
<div style="margin-top: 20px; padding: 20px; background: linear-gradient(135deg, rgba(243, 139, 168, 0.2) 0%, rgba(137, 180, 250, 0.2) 100%); border: 1px solid #f38ba8; border-radius: 12px; text-align: center;">
<p style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 1.1em;">
The three threads have been woven. The minds of the women in this house are now synchronized with your own. The Orb is vibrating with a power so intense it feels like it might shatter... or evolve.
</p>
<div class="char-link" style="font-size: 1.3em;">
<<link "✨ THE ASCENSION: Evolve the Orb's Power" "Orb_Evolution_Event">>
<<set $orb_power to 2>>
/* Сброс всех утренних реакций для новой фазы (по желанию) */
<</link>>
<</if>>
</div><<nobr>>
<<set $emma_dream_seen to true>>
<<set $emma_corr += 1>>
<</nobr>>\
<center>\
<div id="dream-container" style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 30px rgba(166, 227, 161, 0.5); line-height: 0; position: relative;">\
<div id="dream-visual">\
/* Stage 1: Innocent walk */
<video id="dream-video" style="display: block; width: 100%; filter: sepia(0.3) hue-rotate(280deg) blur(1px);" autoplay loop muted playsinline>\
<source src="images/events/emma/emma_dream_start.mp4" type="video/mp4">\
</video>\
</div>\
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(137, 180, 250, 0.2) 0%, rgba(0,0,0,0) 70%); pointer-events: none;"></div>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<div id="dream-text">
As the surface of the Orb grows warm, the physical world begins to fade. A resonance builds in the air, a spiritual tether connecting my thoughts to the subconscious rhythms of <strong>$younger_sister_name's</strong> mind.
<br><br>
I find myself observing a tranquil memory. <strong>$younger_sister_name</strong> is walking through the school yard, surrounded by the echoes of laughter and distant conversation. It is a moment of pure serenity, a surface layer of her daily life. The Orb vibrates softly, urging me to look beneath the simple imagery.
</div>
<</nobr>>\
</div>\
<div id="dream-actions" style="text-align: center; margin: 20px auto;">\
<<link "🌀 Deepen the mental synchronization">>
<<replace "#dream-text">>
The Orb pulses, and the familiar scenery of the school begins to shift and flow like watercolor. The sunlight becomes more vivid, and the emotions tied to the memory grow more intense. I am moving past her casual thoughts and into her deeper aspirations.
<br><br>
The world around <strong>$younger_sister_name</strong> transforms. Her environment reflects her inner hopes and the secret ambitions she rarely voices. The power of the artifact allows me to see the world as she dreams it could be—full of color, potential, and a newfound sense of confidence.
<</replace>>
<<replace "#dream-visual">>
/* Stage 2: Vibrant dreamscape */
<img src="images/events/emma/emma_dream_vibrant.jpeg" width="100%" style="display: block; filter: contrast(1.1) saturate(1.3) blur(1px);">
<</replace>>
<<replace "#dream-actions">>
<<link "✨ Reach the core of her subconscious">>
<<replace "#dream-text">>
The boundaries of the dream dissolve entirely. There is no more school, only a vast expanse of light and shadow shaped by her strongest feelings. I am no longer just watching; the Orb has woven my presence into the very fabric of her subconscious.
<br><br>
Falling even deeper into <strong>$younger_sister_name</strong>'s subconscious, I saw something I didn't expect at all. A burning desire shot down my spine. It wasn't my desire, but my $younger_sister_relation's. And its power overwhelmed me. I was even more surprised when I realized who she was experiencing such feelings towards.
In her dream,<strong>$younger_sister_name</strong> was sitting on my face, moving her hips furiously, moaning continuously with pleasure. I don't know whether it was the effect of that strange meteorite or some hidden desire, but what I saw deeply struck me. I couldn't have imagined that my $younger_sister_relation could dream of such a thing.
<</replace>>
<<replace "#dream-visual">>
/* Stage 3: Core synchronization */
<img src="images/events/emma/emma_dream_core.webp" width="100%" style="display: block; filter: brightness(1.1) saturate(1.6);">
<</replace>>
<<replace "#dream-actions">>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.2) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.5); border-bottom: 1px solid rgba(137, 180, 250, 0.5); max-width: 550px;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #89b4fa);">🔮</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; letter-spacing: 1.5px; font-size: 1em; display: block;">MIND LINK ESTABLISHED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Emma's subconscious is now attuned to your influence.</span>
</div>
</div>
<<link "Sever the connection and wake up">>
<<set $player_lust to 0>>
<<set $emma_dream_trigger to true>>
<<nextDay>>
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>\
</div>\
<<nobr>>
/* Установка флага события и рост параметров */
<<set $jessica_dream_seen to true>>
<<set $jessica_corr+= 1>>
<</nobr>>\
<center>\
<div id="dream-container" style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 30px rgba(245, 194, 231, 0.5); line-height: 0; position: relative;">\
<div id="dream-visual">\
/* Stage 1: Jessica sleeping fitfully */
<img src="images/events/jessica/jessica_sleeping.jpg" width="100%" style="display: block; filter: sepia(0.2) blur(2px) opacity(0.8);">\
</div>\
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(245, 194, 231, 0.2) 0%, rgba(0,0,0,0) 70%); pointer-events: none;"></div>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<div id="dream-text">
The Orb pulses with a sharp, heavy rhythm, drawing me into the restless mind of <strong>$older_sister_name</strong>. She has just fallen asleep, but her slumber is shallow and disturbed.
<br><br>
Through the mental link, I see her dream: a distorted, hazy version of the backyard and the shower. In this dream, the boundaries she usually keeps so high are dissolving under a pink, intoxicating fog. She is tossing and turning, her subconscious struggling against the sudden, overwhelming heat I'm channeling into her.
</div>
<</nobr>>\
</div>\
<center>\
<div id="dream-intro-video" style="margin-top: 15px; max-width: 700px; border-radius: 8px; overflow: hidden; line-height: 0; box-shadow: 0 0 10px rgba(0,0,0,0.5);">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/jessica/jessica_dream.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<div id="dream-text">
The Orb pulses with a sharp, heavy rhythm, drawing me into the restless mind of <strong>$older_sister_name</strong>. She has just fallen asleep, but her slumber is shallow and disturbed...
</div>
<</nobr>>\
</div>\
<div id="dream-actions" style="text-align: center; margin: 20px auto;">\
<<link "🌀 Warp her dream into a fantasy">>
<<replace "#dream-intro-video">><</replace>>
<<replace "#dream-text">>
The Orb flares, and the dream shifts from memories to raw, unfiltered desire. <strong>$older_sister_name</strong> gasps in her sleep as I push the image of <em>us</em> into her mind. She sees me not as a brother, but as a source of the desperate fire consuming her.
<br><br>
Suddenly, her eyes snap open in the darkness of her room. She is awake, but the dream was so vivid, so visceral, that her body refuses to let go. She lies there, breathless and flushed, her skin hypersensitive. The Orb continues to hum, a silent command that she can no longer resist in her dazed, half-awake state.
<</replace>>
<<replace "#dream-visual">>
/* Stage 2: Jessica wakes up, breathing heavily and looking dazed */
<div id="dream-container" style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 30px rgba(245, 194, 231, 0.5); line-height: 0; position: relative;">\
<div id="dream-visual">\
<img src="images/events/jessica/jessica_dream1.jpg" width="100%" style="display: block; filter: sepia(0.2) blur(1px) opacity(0.8);">\
</div>\
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(245, 194, 231, 0.2) 0%, rgba(0,0,0,0) 70%); pointer-events: none;"></div>\
<</replace>>
<<replace "#dream-actions">>
<<link "🔥 Watch as she surrenders to the heat">>
<<replace "#dream-text">>
The barrier is completely shattered. Still caught in the afterglow of the Orb's manipulation, <strong>$older_sister_name</strong> reaches down, her fingers trembling as they disappear beneath her silk sheets. I feel her heart hammering in sync with the Orb, a frantic, primal rhythm.
<br><br>
She’s no longer fighting it. In the quiet of the night, she gives in to the hunger I've awakened, her movements becoming rhythmic and desperate as she tries to satisfy the ache I planted in her soul. The connection is so deep I can feel every wave of her pleasure—a liquid fire that effectively binds her will to the Orb's influence.
<</replace>>
<<replace "#dream-visual">>
/* Stage 3: Final scene of her self-pleasuring in the dark */
<img src="images/events/jessica/jessica_dream.gif" width="100%" style="display: block; filter: brightness(1.1) saturate(1.4);">
<</replace>>
<<replace "#dream-actions">>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔮</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">DREAM ANCHOR PLANTED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Jessica's pride has been compromised. Her subconscious now craves your presence.</span>
</div>
</div>
<<link "Break the link and finally sleep">>
<<set $player_lust to 0>>
<<set $jessica_dream_trigger to true>>
<<nextDay>>
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>\
</div>\<<nobr>>
/* Установка флагов и рост параметров */
<<set $lisa_dream_seen to true>>
<<set $lisa_corr += 1>>
<</nobr>>\
<center>\
<div id="dream-container" style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 30px rgba(235, 160, 172, 0.5); line-height: 0; position: relative;">\
<div id="dream-visual">\
/* Stage 1: Lisa sleeping peacefully next to Greg */
<img src="images/events/lisa/lisa_sleeping.webp" width="100%" style="display: block; filter: sepia(0.2) blur(0px) opacity(0.8);">\
</div>\
< <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background-color: rgba(0, 0, 255, 0.6); /* Синий цвет с прозрачностью 30% */
mix-blend-mode: multiply; /* Смешивает цвет с тенями картинки */
pointer-events: none; border-radius: 8px;">
</div>
</div>
<center>\
<div id="dream-intro-video" style="margin-top: 15px; max-width: 700px; border-radius: 8px; overflow: hidden; line-height: 0; box-shadow: 0 0 10px rgba(0,0,0,0.5); position: relative;">\
/* Само видео */
<video style="display: block; width: 100%; filter: blur(0.5px)" autoplay loop muted playsinline>\
<source src="images/events/lisa/lisa_dream.mp4" type="video/mp4">\
</video>\
/* СИНИЙ ФИЛЬТР*/
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background-color: rgba(30, 144, 255, 0.5); /* Синий DodgerBlue с прозрачностью 40% */
mix-blend-mode: multiply;
pointer-events: none;">
</div>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
<div id="dream-text">
The Orb’s vibration is slow and deep, like the beating of a titan's heart. It pulls me into the subconscious of <strong>$mother_name</strong>. She is sleeping soundly, her mind filled with the warmth of a quiet home and the safety of her family.
<br><br>
I see flashes of her memories—taking care of me as a child, the smell of fresh bread, the soft light of Sunday mornings. It’s a temple of maternal love, but the Orb begins to radiate a heat that doesn't belong in this sanctuary. It searches for the woman hidden behind the mother.
</div>
<</nobr>>\
</div>\
<div id="dream-actions" style="text-align: center; margin: 20px auto;">\
<<link "🌀 Awaken her forgotten desires">>
<<replace "#dream-intro-video">><</replace>>
<<replace "#dream-text">>
The peaceful memories fracture. The Orb targets her dormant femininity, fanning embers of passion that have been neglected for years. <strong>$mother_name</strong> stirs in her sleep, her breath catching as her dream shifts from a quiet home to a scene of raw, forbidden intimacy.
<br><br>
She is no longer just a mother; she is a woman rediscovering the power of her own body. In her half-dream state, she begins to wake up, her skin flushed and sensitive. The heat I’m projecting through the Orb is overwhelming her, making her reach out for a phantom touch in the darkness of the master bedroom.
<</replace>>
<<replace "#dream-visual">>
/* Stage 2: Lisa waking up in the dark, flushed and breathless */
<img src="images/events/lisa/lisa_sleeping1.jpg" width="100%" style="display: block; filter: contrast(1.1) saturate(1.2);">
<</replace>>
<<replace "#dream-actions">>
<<link "🔥 Claim the core of her heart">>
<<replace "#dream-text">>
<strong>$mother_name</strong>'s excitement surged, and she tried to wake <strong>$father_name</strong> to get her fill. But it seemed my $father_relation wasn't in the mood for a nighttime adventure, leaving my $mother_relation unsatisfied.
The surrender is absolute. <strong>$mother_name</strong>, caught between the dream and reality, yields to the primal urge I've awakened. Right there, in the bed she shares with my $father_relation, she begins to pleasure herself with a slow, heavy desperation.
<br><br>
Every muffled gasp she takes echoes through our mental link. Her mind is a storm of guilt and intoxicating pleasure, and I am the one controlling the gale. This night has changed the foundation of her soul; the maternal pedestal has been toppled, replaced by a deep, hidden craving for the forbidden energy I represent.\
<</replace>>\
<<replace "#dream-visual">>\
/* Stage 3: Lisa masturbating in bed while Greg sleeps beside her */
<video style="display: block; width: 100%; filter: blur(0.5px)" autoplay loop muted playsinline>\
<source src="images/events/lisa/lisa_night_rejected.mp4" type="video/mp4">\
</video>\
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background-color: rgba(30, 144, 255, 0.1); /* Синий DodgerBlue с прозрачностью 40% */
mix-blend-mode: multiply;
pointer-events: none;">
</div>\
<</replace>>\
<<replace "#dream-actions">>\
<div style="position: relative; width: 100%; max-width: 800px; margin: 0 auto; border-radius: 12px; overflow: hidden; line-height: 0;">
/* Само видео */
<video style="display: block; width: 100%; filter: blur(0.5px)" autoplay loop muted playsinline>
<source src="images/events/lisa/lisa_masturbates.mp4" type="video/mp4">
</video>
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background-color: rgba(30, 144, 255, 0.6);
mix-blend-mode: multiply;
pointer-events: none;">
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔮</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">DREAM ANCHOR PLANTED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Lisa's maternal spirit has been tainted with desire. She is now bound to you.</span>
</div>
</div>
<<link "Sever the link and return to your body">>
<<set $player_lust to 0>>
<<set $lisa_dream_trigger to true>>
<<nextDay>>
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>\
</div>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Bathroom</div>\
<div id="event-content">
<center>\
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/lisa/lisa_bathroom_cleaning.mp4" type="video/mp4">\
</video>\
</div>\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The bathroom is filled with the sharp, clean scent of detergent. <strong>$mother_name</strong> leaned over the sink with a cleaning cloth in her hand.. Her outfit is definitely suitable for cleaning a bathroom, but at the same time it's so revealing.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The Orb's connection thrums gently in my mind within this humid space. I can easily catch a faint, steady ripple of her current thoughts—she is focused on her household routine, her defenses relaxed and completely open to our silent connection as she moves rhythmically around the steam-fogged mirrors.
</span>
<</if>>
<</nobr>>\
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: ПОДГЛЯДЫВАНИЕ */
<div class="char-link">
<<link "👁️ Discreetly admire her form">>
<<set $player_lust += 10>>
<<set $lisa_bathroom_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<set _randomVideo to either(
"images/events/lisa/lisa_bathroom_cleaning1.mp4",
"images/events/lisa/lisa_bathroom_cleaning2.mp4",
"images/events/lisa/lisa_bathroom_cleaning3.mp4"
)>>
<<replace "#event-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source @src="_randomVideo" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stand in the doorway, my eyes tracing the curve of her spine and the rhythmic movement of her body as she works. The heat of the room makes her skin glow. She's completely focused, leaving me free to drink in the sight of her mature beauty.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">The sight of $mother_name working has left you wanting more.</span>
</div>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ПОМОЩЬ С УБОРКОЙ */
<div class="char-link">
<<link "🗣️ Offer to help her with the cleaning">>
<<set $lisa_bathroom_event_done to true>>
<<advanceTime>>
<<replace "#event-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
/*<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/lisa_bathroom_cleaning.mp4" type="video/mp4">
</video>
</div>
</center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step completely inside the damp bathroom, but the thick, uncontainable heat of my arousal is entirely written all over my face. My breathing is ragged and heavy, and the suffocating tension vibrating from my body makes the cramped, humid space feel electric. <strong>$mother_name</strong> turns around from the sink, but her words catch in her throat as her eyes lock onto my deeply flushed face and the desperate, burning hunger in my stare.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТКАЗ */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center><img src="images/events/lisa/lisa_angry.webp" width="80%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "John... Is something wrong? Your face is completely red, and you're breathing so hard... it's actually quite unsettling. Please, take a step back and go clear your head in the hallway. I can manage the cleaning on my own right now.">>
</div>
<p style="margin-top: 15px;">Her warm look immediately drops into a strict, deeply defensive maternal frown. She pulls her unbuttoned cleaning shirt protectively over her chest, creating a cold, heavy distance between us in the cramped room.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> УСПЕХ И ИГРИВЫЙ РЕЗОНАНС */
<<else>>
<<set $lisa_rel += 1>>
<<set $lisa_lust += 5>>
<center><img src="images/events/lisa/lisa_bathroom_cleaning.jpg" width="50%" style="max-width: 800px; border-radius: 8px;"></center>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing breaking through her defenses and turning her maternal focus into a dark, intense vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "My, my, $son_name... you look absolutely burning alive from head to toe. Is the heat from the hot water in here too much for you, or is there another reason you're staring at me so intensely?">><br>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
<strong>$mother_name</strong> lets out a low, highly suggestive hum, turning her body slightly toward mine while her eyes hold my gaze with a lingering, heavily charged warmth. Through our stable link, a sudden surge of taboo curiosity and shared desire ripples straight from her subconscious into my chest, thoroughly triggered by how completely undone I am right before her eyes.
</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Возбуждение в норме) === */
<<else>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_bathroom_cleaning.jpg" width="50%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
"Need a hand with that?" I ask. <strong>$mother_name</strong> looks up, surprised, and wipes her brow. "Oh, $son_name! That's so sweet of you. These old tiles are a nightmare." We spend a few minutes working side by side, our shoulders occasionally brushing in the cramped space.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">She appreciates your help more than she can say.</span>
</div>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room</div>\
<div id="jessica-workout-content">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 20px rgba(245, 194, 231, 0.5); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_stretching.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The living room is unusually quiet. <strong>$older_sister_name</strong> is on the floor, deeply focused on her stretching routine. She’s wearing tight yoga leggings and a sports top that highlights every line of her lean, athletic body.
<br><br>
She moves with a feline grace, slowly folding her body into positions that emphasize her flexibility. She seems completely absorbed, her face a mask of cold concentration.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly against my ribs. I can easily catch a faint, sharp echo of her current mood—she is thoroughly pushed by physical strain, her analytical mind completely muted by the deep breathing, leaving her internal defenses remarkably soft and unguarded.
</span>
<</if>>
<</nobr>>\
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: ПОДГЛЯДЫВАНИЕ */
<div class="char-link">
<<link "👁️ Discreetly watch her stretching">>
<<replace "#main-exit-btn">><</replace>>
<<set $player_lust += 10>>
<<set $jessica_livingroom_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#jessica-workout-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 20px rgba(245, 194, 231, 0.5); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_stretching2.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I linger in the shadows, my gaze fixed on her lithe form. Every movement is a display of balance and strength. As she leans forward into a deep stretch, the fabric of her leggings tightens, leaving me breathless. She remains oblivious to my presence, lost in her own physical world.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching Jessica's flexibility has left your mind racing.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Try to talk to her">>
<<replace "#main-exit-btn">><</replace>>
<<set $jessica_livingroom_event_done to true>>
<<advanceTime>>
<<replace "#jessica-workout-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/jessica/jessica_stretching.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step forward onto the carpet, but the raw, uncontainable heat of my arousal is completely written all over my face. My breathing is ragged, and the suffocating tension vibrating from my frame makes the living room feel incredibly small. <strong>$older_sister_name</strong> pauses her stretch and looks up, her analytical eyes instantly scanning my flushed face and the desperate, burning hunger in my stare.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТКАЗ */
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
<center><img src="images/events/jessica/jessica_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "What the hell do you think you're doing, $son_name?! Look at yourself—you're completely flushed, breathing like a maniac, and staring at my leggings like a total degenerate! Get the hell out of the living room right now and go clear your head!">><br>
</div>
<p style="margin-top: 15px;">She stands up aggressively, her voice dropping into a lethal, icy glare that brooks no arguments. Her defensive wall of pride slams shut instantly, completely destroying the atmosphere.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has severely angered and repelled her.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> УСПЕХ И ИГРИВЫЙ РЕЗОНАНС */
<<else>>
<<set $jessica_rel += 1>>
<<set $jessica_lust += 5>>
<center><img src="images/events/jessica/jessica_stretching.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing violently breaking through her icy exterior and turning her focus into an intense vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "Well, well... look who's standing there, absolutely burning alive from head to toe. What's the matter, $son_name? Is the view of my stretching routine making it too hard for you to keep your composure, or are you just imagining something obscene?">><br>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
<strong>$older_sister_name</strong> lets out a low, deeply provocative chuckle, slowly shifting her weight on the floor while her sharp eyes hold mine with an intensely coquettish, heavily charged heat. Through our passive link, I can feel her own pulse leap with a sudden, taboo wave of shared excitement, thoroughly triggered by how completely undone I am right before her eyes.
</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense arousal has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her routine" "Corridor">><<run UIBar.update()>><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Возбуждение в норме) === */
<<else>>
<center><img src="images/events/jessica/jessica_stretching.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I attempt to strike up a conversation, but it looks like <strong>$older_sister_name</strong> is not in the mood to conversation. She only paused briefly from her stretching exercises and showed with her whole appearance that she wanted to get back to this activity as soon as possible.
<br><br>
"I'm busy, $son_name," she says, her voice as sharp and cold as ice. "I don't need an audience and I certainly don't need to talk right now. Find someone else to bother."
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her stretching" "Corridor">><a href="Corridor"></a><<run UIBar.update()>><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">$younger_sister_name's Room</div>\
<div id="emma-study-content">
<center>\
<img src="images/events/emma/emma_homework.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The room is filled with a quiet, studious atmosphere. <strong>$younger_sister_name</strong> is hunched over her desk, surrounded by open textbooks and crumpled pieces of paper. She’s chewing on the end of her pen, her brow furrowed in deep concentration as she tries to solve a complex math problem.
<br><br>
The afternoon sun catches the golden highlights in her hair, making her look younger and more innocent than the version of her I saw in the Orb's visions last night.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb thrums softly against my ribs. I can easily catch a faint, drifting frequency from her subconscious—her mind is completely worn out by the complex numbers, leaving her focus narrow and her subconscious barriers remarkably soft and open to our silent connection.
</span>
<</if>>
<</nobr>>\
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: ПОДГЛЯДЫВАНИЕ */
<div class="char-link">
<<link "👁️ Watch her study for a moment">>
<<replace "#main-exit">><</replace>>
<<set $player_lust += 10>>
<<set $emma_room_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
/* Рандомизация видео наблюдения */
<<set _randomEmma to either(
"images/events/emma/emma_homework1.mp4",
"images/events/emma/emma_homework2.mp4"
)>>
<<replace "#emma-study-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source @src="_randomEmma" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I watched her silently and in awe, her innocent yet captivating body. There's something mesmerizing about her focus—a quiet, domestic beauty that feels dangerous to disturb.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching Emma's quiet focus has stirred something within you.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ПОМОЩЬ С УРОКАМИ */
<div class="char-link">
<<link "🗣️ Offer to help her with her studies">>
<<replace "#main-exit">><</replace>>
<<set $emma_room_event_done to true>>
<<advanceTime>>
<<replace "#emma-study-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
<center>
/*<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 30px rgba(235, 160, 172, 0.5); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_homework.mp4" type="video/mp4">
</video>
</div>*/
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step inside her room, leaning over her desk, but the raw, uncontainable heat of my arousal is completely written all over my face. My breathing is ragged and heavy, and the suffocating tension vibrating from my body makes the small space feel electric. <strong>$younger_sister_name</strong> stops writing and looks up, but her smile instantly catches in her throat as her eyes sweep over my heavily flushed face and the desperate, burning hunger in my stare.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТКАЗ */
<<if $emma_rel lt 15>>
<<set $emma_rel -= 1>>
<img src="images/events/emma/emma_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;">
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $younger_sister_name "Whoa, $son_name... What is wrong with you? Your face is completely red, you're breathing like you're out of air, and you're staring at me so weirdly! It's actually super creepy. I can handle this math problem on my own, just... please leave and clear your head in the hallway!">><br>
</div>
<p style="margin-top: 15px;">She slides her chair slightly away from me, her face hardening into an uncomfortable, defensive frown. A cold, heavy wall of boundaries slams shut, completely cutting off the cozy atmosphere of her study space.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has annoyed her and damaged your connection.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> УСПЕХ И ИГРИВЫЙ РЕЗОНАНС */
<<else>>
<<set $emma_rel += 1>>
<<set $emma_lust += 5>>
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_homework.mp4" type="video/mp4">
</video>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing breaking down her innocence and creating a dangerous, shared vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $younger_sister_name "$son_name, you look absolutely melting from head to toe. What's the matter? Looking at your condition, I can easily assume that you have a fetish for nerds with glasses. Tee-hee">><br>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
<strong>$younger_sister_name</strong> lets out a low, deeply provocative chuckle, tilting her head as her eyes hold mine with an intensely coquettish, heavily charged heat. Through our passive link, a sudden surge of taboo excitement ripples straight from her subconscious into my chest, thoroughly triggered by my desperate state right before her eyes.
</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, desperate state has triggered an answering spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><‍<<run UIBar.update()>><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Возбуждение в норме) === */
<<else>>
<<set $emma_rel += 1>>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 30px rgba(235, 160, 172, 0.5); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_homework.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
"Struggling with the math?" I ask softly. <strong>$younger_sister_name</strong> looks up, her face instantly lighting up with a grateful smile. "Oh, $son_name! You're a lifesaver. I've been staring at this equation for an hour." We spend the next while leaning over her desk, our heads close together as I guide her through the problems.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">She really appreciates the time you spent helping her.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><<run UIBar.update()>><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit" style="margin-top: 20px; text-align: center;">\
<<if $emma_room_event_done isnot true>>
[[Go back to the hallway|Corridor]]
<</if>>
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room</div>\
<div id="event-content">
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 30px rgba(235, 160, 172, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/emma/emma_playing.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The living room is brightly lit, a stark contrast to the quiet darkness of the hallway. <strong>$younger_sister_name</strong> is sitting on the rug, her back leaning against the base of the sofa. She’s wearing a pair of tight, short athletic shorts and a loose oversized t-shirt that occasionally slips off her shoulder as she moves.
<br><br>
Her slender legs are tucked under her, and I can see the focused intensity in her profile—the way she bites her lip and how her small, delicate fingers fly across the controller buttons. The overhead light catches the youthful glow of her skin and the soft curve of her neck, making it hard to look away. She’s completely lost in her digital world.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The violet thread of the Orb thrums softly in my mind. I can catch a clear, buzzing frequency from her subconscious—she is hyper-focused on the fast-paced game, her adrenaline spiking with every button press, her mental defenses wide open and completely raw as she vents her competitive energy.
</span>
<</if>>
<</nobr>>\
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px;">\
<<nobr>>
<<if $emma_rel gt 10 and $emma_talk_done_today isnot true>>
<div class="char-link">
<<link "💬 Talk to $younger_sister_name" "Emma_Talk_Hub">><</link>>
</div>
<</if>>
/* ОПЦИЯ 1: ПОДГЛЯДЫВАНИЕ (2 РАНДОМНЫХ ВИДЕО) */
<div class="char-link">
<<link "👁️ Watch her play for a while">>
<<set $player_lust += 10>>
<<set $emma_livingroom_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
/* Рандомизация видео */
<<set _emmaVideo to either(
"images/events/emma/emma_playing1.mp4",
"images/events/emma/emma_playing2.mp4"
)>>
<<replace "#event-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source @src="_emmaVideo" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stand by the entrance, mesmerized by her movements. Every time her character jumps or takes a hit, her whole body reacts, causing her shirt to shift and revealing tantalizing glimpses of her skin. She is so focused on the screen that she remains completely oblivious to my hungry gaze.
</div>
/* Уведомление Arousal */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Seeing Emma so unguarded and focused has stirred your desires.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ПОПРОСИТЬСЯ В ИГРУ */
<div class="char-link">
<<link "🎮 Ask to join the game">>
<<set $emma_livingroom_event_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#event-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/emma/emma_pool_notice.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I take a step onto the rug, trying to speak, but the suffocating, raw heat of my arousal completely gives me away. <strong>$younger_sister_name</strong> pauses her game and looks up, but her cheerful look instantly falters. She blinks in confusion, staring directly at my heavily flushed face and the rapid, heavy breathing I'm completely failing to suppress.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> НАСМЕШЛИВАЯ ШУТКА */
<<if $emma_rel lt 15>>
<<set $emma_rel -= 1>>
<center><img src="images/events/emma/emma_playing3.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $younger_sister_name "Whoa, $son_name... What's with that intense look on your face? You look like you're completely burning up or about to snap! Why are you breathing so hard and staring at me like that? It's literally making me super uncomfortable. Go splash some cold water on your face, you're acting incredibly weird right now!">><br>
</div>
<p style="margin-top: 15px;">She lets out a sharp, mocking laugh, quickly turning back to her screen to ignore me. Her dismissive joke creates an icy barrier between us, shutting down any hope for interaction.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has annoyed her and lowered your connection.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВЫЙ КОММЕНТАРИЙ + РОСТ ПОХОТИ */
<<else>>
<<set $emma_lust += 5>>
<<set $emma_rel += 1>>
<center><img src="images/events/emma/emma_playing4.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $younger_sister_name "Well, well... look who's standing there, absolutely melting from head to toe. What's the matter, $son_name? Is the view of my legs making it too hard for you to focus, or are you just having some incredibly dirty thoughts right now? You look so tight and flushed.">><br>
</div>
<p style="margin-top: 15px;">She bites her lip provocatively, sliding closer to the base of the sofa to offer me room. Through our passive psychic link, a sudden surge of dangerous curiosity and shared arousal ripples straight into my chest, thoroughly triggered by how completely undone I am right before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw state has triggered an answering spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
/* === СТАНДАРТНЫЙ ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<if $emma_rel lt 10>>
/* ОТКАЗ */
<center><img src="images/events/emma/emma_playing3.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(148, 226, 213, 0) 0%, rgba(148, 226, 213, 0.1) 50%, rgba(148, 226, 213, 0) 100%); border-top: 1px solid rgba(148, 226, 213, 0.3); border-bottom: 1px solid rgba(148, 226, 213, 0.3); max-width: 500px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #94e2d5);">ℹ️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #94e2d5; letter-spacing: 1px; font-size: 0.85em; display: block;">NOT ENOUGH TRUST</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">You need higher relationship with $younger_sister_name (10+) to play together.</span>
</div>
</div>
"Hey, can I play too?" I ask, stepping closer. Emma doesn't even look up, her brow furrowed. "Not now, $son_name! It's a single-player RPG and I'm right in the middle of a huge boss fight. I can't be distracted, I've already died three times! Maybe some other time, okay?"
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her game" "Corridor">><</link>>
</div>
<<else>>
/* СОГЛАСИЕ */
<center><img src="images/events/emma/emma_playing4.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
"Need some help with that?" I ask. Emma pauses the game and looks up with a bright smile. "Oh, please! This level is impossible! Here, sit down, I think there's a co-op mode for this part." She scoots over, making room for me on the rug, her warm shoulder pressing against mine as she hands me the second controller.
</div>
<<set $emma_rel += 1>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 500px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing your interests has made your bond even stronger.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Finish the game and leave" "Corridor">><</link>>
</div>
<</if>>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$younger_sister_name's Room\
</div>\
<<nobr>>
/* 1. КОНТЕЙНЕР ДЛЯ ВИЗУАЛА */
<div id="emma-visual-container">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_sleeping_morning.mp4" type="video/mp4">
</video>
</div>
</center>
</div>
<</nobr>>
/* 2. КОНТЕЙНЕР ДЛЯ ТЕКСТА */
<<nobr>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<div id="emma-text-container">
The hallway is noisy with the sounds of breakfast, but here, behind <strong>$younger_sister_name's</strong> door, it’s quiet and warm. She’s completely dead to the world, sprawled across her bed in a tangle of sheets.
<br><br>
Her skin looks incredibly soft in the morning light, and her lips are slightly parted. Having seen the raw intensity of her subconscious last night, seeing her like this makes my heart hammer against my ribs.
</div>
</div>
<</nobr>>
/* 3. КОНТЕЙНЕР ДЛЯ КНОПОК */
<div style="text-align: center; margin: 0 auto; max-width: 600px; font-family: 'Georgia', serif;">\
<div id="emma-actions-container" class="family-interactions" style="text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<<nobr>>
<div class="char-link">
<<link "👁️ Admire her sleeping form">>
<<set $player_lust += 10>>
<<run UIBar.update()>>
/* Обновляем текст */
<<replace "#emma-text-container">>
I lean in closer, watching the rhythmic rise and fall of her chest. The Orb's influence is palpable; she seems to be caught in the afterglow of that vivid dream, her body twitching slightly as if reacting to a phantom touch. I can almost feel the heat radiating from her skin.
<</replace>>
/* Обновляем визуал на картинку крупным планом */
<<replace "#emma-visual-container">>
<center>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<img src="images/events/emma/emma_sleeping_morning.jpg" width="100%">
</div>
</center>
<</replace>>
/* Обновляем кнопки (оставляем только пробуждение) */
<<replace "#emma-actions-container">>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="color: #a6e3a1; font-weight: bold; display: block; letter-spacing: 1px; font-size: 0.9em;">AROUSAL INCREASED</span>
<span style="color: #eee; font-size: 0.8em; font-style: italic;">Your heart races as you watch her.</span>
</div>
</div>
/* Принудительно убираем полоску у самого родительского контейнера */
<<run document.getElementById("emma-actions-container").style.borderLeft = "none">>
<div class="char-link" style="text-align: center;">
<<link "🗣️ Wake her up">>
<<include "Emma_Wake_Up_Fragment">>
<</link>>
</div>
<</replace>>
/* Скрываем выход в коридор */
<<replace "#emma-exit-container">><</replace>>
<</link>>
</div>
<div class="char-link">
<<link "🗣️ Wake her up immediately">>
<<include "Emma_Wake_Up_Fragment">>
<</link>>
</div>
<</nobr>>
</div>
</div>
/* 4. КНОПКА ВЫХОДА */
<div id="emma-exit-container" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<<replace "#emma-text-container">>
<<nobr>>
I reach out and gently shake her shoulder. "Emma... wake up. You're late for breakfast."
<</nobr>>
<br><br>
She stirs with a soft moan, her eyes fluttering open. For a heartbeat, she stares at me with a look of pure, unadulterated desire—the exact same look she had in her dream. Then, reality crashes back. She gasps, her face turning a bright red.<br>
<<say $younger_sister_name "J-John?! What are you doing here? I... I was... Oh god, what time is it?">>
<br>
She's clearly mortified, but I can see the way her gaze lingers on my lips. The seed has been planted.
<br><br>
<center>
<<link "Leave her to get dressed">>
<<advanceTime>>
<<goto "Corridor">>
<</link>>
</center>
<</replace>>
<<replace "#emma-visual-container">>
<<nobr>>
<center>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<img src="images/events/emma/emma_waking_up.jpg" width="100%">
</div>
</center>
<</nobr>>
<</replace>>
/* Очищаем блок кнопок выбора, чтобы осталась только кнопка выхода выше */
<<replace "#emma-actions-container">><</replace>>
<<replace "#emma-exit-container">><</replace>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Backyard</div>\
<div id="lisa-backyard-content">
<center>\
<img src="images/events/lisa/lisa_pool.webp" width="85%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The sun is high, and the backyard is filled with the drone of distant lawnmowers. <strong>$mother_name</strong> is reclining in a sun lounger, wearing sunglasses. Her swimsuit is very bright and attractive. It makes her large breasts look so enticing.
<br>
It looks like she finally decided to take a break from her household chores and relax. The warm light accentuates the softness of her features, but there's a slight tension in her posture, as if even in rest, her mind isn't entirely at peace.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly against my ribs. I can easily catch a faint, drifting frequency from her subconscious—she is trying to wash away her weekly fatigue under the baking sun, her analytical mind completely muted, leaving her internal defenses remarkably soft and unguarded.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: ПОДГЛЯДЫВАНИЕ */
<div class="char-link">
<<link "👁️ Discreetly admire her from afar">>
<<replace "#main-exit-btn">><</replace>>
<<set $player_lust += 10>>
<<set $lisa_backyard_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<set _randomVideo to either(
"images/events/lisa/lisa_pool.mp4"
)>>
<<replace "#lisa-backyard-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/lisa/lisa_pool.mp4" type="video/mp4">\
</video>\
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay back in the shade of the porch, watching the way the sunlight dances on her skin. Her body is so tempting that I couldn’t take my eyes off her and admired her curves with bated breath.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching her in this private moment has fueled your desires.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Sit by the pool and talk to her">>
<<replace "#main-exit-btn">><</replace>>
<<set $lisa_backyard_event_done to true>>
<<advanceTime>>
<<replace "#lisa-backyard-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
/*<center>
<img src="images/events/lisa/lisa_pool1.jpg" width="80%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I walk over and sit on the edge of the lounger next to hers, but the raw, uncontainable heat of my arousal is completely written all over my face. My breathing is ragged and heavy, and the suffocating tension vibrating from my body makes the open air feel heavy. <strong>$mother_name</strong> slides her sunglasses down her nose, but her pleasant smile instantly freezes as her eyes lock onto my deeply flushed face and the desperate, burning hunger in my stare.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТКАЗ */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<img src="images/events/lisa/lisa_angry.webp" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "John... Is something wrong? Your face is completely red, and you're breathing so hard... it's actually quite unsettling. Please, take a step back and go clear your head inside the house. I want to rest alone right now.">><br>
</div>
<p style="margin-top: 15px;">Her warm look immediately drops into a strict, deeply defensive maternal frown. She adjusts her sunglasses back up, turning her body slightly away and creating a cold, heavy distance between us under the bright sky.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> УСПЕХ И ИГРИВЫЙ РЕЗОНАНС */
<<else>>
<<set $lisa_rel += 1>>
<<set $lisa_lust += 5>>
<img src="images/events/lisa/lisa_pool1.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing breaking down her defenses and turning her relaxed state into an intense vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "My, my, $son_name... you look absolutely burning alive from head to toe. Is the bright sun out here too hot for you, or is there another reason you're staring at my swimsuit like that?">><br>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
<strong>$mother_name</strong> lets out a low, highly suggestive hum, adjusting her position on the lounger while her eyes hold my gaze with a lingering, heavily charged warmth. Through our stable link, a sudden surge of taboo curiosity and shared desire ripples straight from her subconscious into my chest, thoroughly triggered by how completely undone I am right before her eyes.
</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><<run UIBar.update()>><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Возбуждение в норме) === */
<<else>>
<<set $lisa_rel += 1>>
<center>
<img src="images/events/lisa/lisa_pool1.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I walk over and sit on the edge of the lounger next to hers. She looks up, sliding her sunglasses down her nose with a pleasant smile. "Enjoying the sun, $son_name?"
<br><br>
We spend a long time just talking. She tells me about her plans for the garden and asks how my week is going. It's a peaceful, easy conversation, devoid of the usual household stress. Being here with her, sharing this quiet moment under the bright sky, makes me realize how much I value her presence in my life.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing a calm moment has brought you closer to her.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><<run UIBar.update()>><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$older_sister_name's Room\
</div>\
<div id="jessica-peeking-content">
<center>\
<img src="images/events/jessica/jessica_changing.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.5);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
As I pass by her room, I notice the door isn't fully closed. A sliver of light spills into the hallway. My curiosity gets the better of me, and I lean in closer, peering through the narrow gap.
<br><br>
Inside, <strong>$older_sister_name</strong> is standing with her back to me. She seems to be in the middle of changing, her movements graceful and unhurried. The soft light of her room highlights the smooth lines of her athletic frame.
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
<div class="char-link">
<<link "👁️ Stay and watch for a moment">>
<<set $player_lust += 15>>
<<set $jessica_room_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-peeking-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_changing1.webm" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I hold my breath, my heart thumping loudly in my chest. Through the crack, I watch as she slides her clothes off, revealing her flawless, sun-kissed skin. She pauses for a second, checking her reflection, completely unaware of my eyes on her. The sight is electric—a mix of her natural elegance and the raw vulnerability of being half-dressed.
<br><br>
Before she can turn toward the door, I quietly pull back and slip away into the shadows of the hallway.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Seeing Jessica so unguarded has sent your pulse skyrocketing.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Retreat to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div><div id="jessica-basement-content">
<center>\
<img src="images/events/jessica/jessica_basement.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The basement air is thick with the scent of detergent and the rhythmic hum of the machinery. <strong>$older_sister_name</strong> is standing by the open washing machine, sorting through a basket of laundry.
<br><br>
She seems to have shed most of her usual layers in the heat of the basement. She’s wearing nothing but a loose, slightly oversized cotton t-shirt and a pair of tiny pink shorts. Every time she reaches for the detergent or tosses a garment into the drum, the hem of her shirt rides up, teasing a view of her long, toned legs and the smooth curve of her hips. She looks uncharacteristically domestic, yet intensely alluring in the dim light.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The Orb's connection thrums gently in my mind inside this isolated concrete room. I can easily catch a faint, sharp echo of her current mood—her highly logical mind is temporarily distracted by the monotonous physical chore, leaving her hidden weight of taboo curiosity completely raw and vulnerable to our silent connection.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Stay in the shadows and watch">>
<<replace "#main-exit-btn">><</replace>>
<<set $player_lust += 15>>
<<set $jessica_basement_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#jessica-basement-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_basement.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I freeze in the shadows of the stairs as she drops to her knees tried to reach the sock that was stuck in the depths of the washing machine.. Getting on all fours, she leans forward, her weight shifting onto her palms.
<br><br>
The position is devastatingly provocative. From my vantage point, the oversized shirt fails to hide anything; it drapes over her back, fully exposing the elegant arch of her spine and the breathtaking view of her rounded rear in those thin shorts. She looks incredibly erotic, a primal image of vulnerability and hidden desire that seems to echo the very visions the Orb showed me. I linger for a moment too long, my breath hitching as I watch her adjust her position before I finally force myself to slip away.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">That sight will be burned into your memory for a long time.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><<run UIBar.update()>><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ПОМОЩЬ (РАЗГОВОР) */
<div class="char-link">
<<link "🗣️ Offer to help her">>
<<replace "#main-exit-btn">><</replace>>
<<set $jessica_basement_event_done to true>>
<<advanceTime>>
<<replace "#jessica-basement-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step completely inside the dim basement room, but the raw, uncontainable heat of my arousal is entirely written all over my face. My breathing is ragged and heavy, and the suffocating tension vibrating from my body makes the small space feel electric. <strong>$older_sister_name</strong> gasps and spins around, her hands instinctively flying down to pull at the hem of her shirt, but her words instantly catch in her throat as her eyes sweep over my heavily flushed face and the desperate, burning hunger in my stare.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТКАЗ */
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
<center><img src="images/events/jessica/jessica_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "What the hell do you think you're doing, $son_name?! Look at yourself—you're completely flushed, breathing like a total maniac, and staring at my shorts like a complete creep! Get the hell out of the basement right now and don't sneak up on me like that ever again!">><br>
</div>
<p style="margin-top: 15px;">Her face burns with a storm of embarrassment and pure irritation. She grabs her laundry basket protectively, her voice dropping into a lethal, icy glare that slams down a heavy wall of boundaries right between us.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has severely angered and repelled her.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> УСПЕХ И ИГРИВЫЙ РЕЗОНАНС */
<<else>>
<<set $jessica_rel += 1>>
<<set $jessica_lust += 5>>
<center><img src="images/events/jessica/jessica_basement1.jpeg" width="70%" style="max-width: 800px; border-radius: 8px;"></center>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing violently breaking through her icy exterior and turning her embarrassment into an intense vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "Well, well... look who's standing inside the basement, absolutely burning alive from head to toe. What's the matter, $son_name? Is the view of my legs making it too hard for you to keep your composure?">><br>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
She lets out a low, deeply provocative chuckle, slowly letting go of the hem of her shirt as her sharp eyes hold mine with an intensely coquettish, heavily charged heat. Through our passive link, I can catch the sudden, taboo wave of excitement rippling straight from her subconscious, triggered by how completely undone I am before her eyes.
</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense arousal has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><<run UIBar.update()>><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Возбуждение в норме) === */
<<else>>
<<set $jessica_rel += 1>>
<center><img src="images/events/jessica/jessica_basement1.jpeg" width="70%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I step out of the shadows. "Need some help with the heavy lifting?"
<br><br>
<strong>$older_sister_name</strong> gasps and spins around, her hands instinctively flying down to pull at the hem of her shirt. Her face is a storm of embarrassment and annoyance. "Dammit, $son_name! Don't sneak up on people in the basement!"
<br><br>
Despite her sharp words, she doesn't tell me to leave. We spend a few minutes in a tense but productive silence as I help her move the damp clothes to the dryer. As I leave, I notice her shoulders are slightly less tense than before.
</div>
/* ДОБАВЛЕННОЕ УВЕДОМЛЕНИЕ ОБ ОТНОШЕНИЯХ ДЛЯ ДЕФОЛТНОГО ВАРИАНТА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Helping her with the chores has chipped away at her defenses.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><<run UIBar.update()>><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.6em; font-weight: bold; color: #f5c2e7; margin-bottom: 15px; font-family: 'Segoe UI', sans-serif; letter-spacing: 2px;">\
THE ASCENSION\
</div>\
<div id="orb-evolution-content">
<center>\
<img src="images/locations/meteor.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 30px rgba(243, 139, 168, 0.6);">\
</center>\
<div style="text-align: center; margin: 20px auto; max-width: 750px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee; font-size: 1.05em;">
I sit on the edge of the bed and clutch the Orb. It pulses in my hands, its glow no longer erratic — steady, warm, *alive*. I feel its energy seep into my bones, not as a flood, but as a slow, certain tide. It's not rewriting my reality. It's... *tuning* it. Aligning it with something deeper.
The shadows of this house no longer feel like hiding places. They feel like *mine* — not in a conquering way, but in the way a room feels familiar after you've lived in it for years. The whispers I used to strain to hear are clearer now. The desires I used to sense are sharper. I feel like I'm a *receiver* — and the signal is getting stronger.
I don't know what this bond will become. But for the first time, I'm not afraid of it. I'm curious.
</div>
/* БОЛЬШОЕ УВЕДОМЛЕНИЕ ОБ ЭВОЛЮЦИИ СИЛЫ */
<div style="display: flex; align-items: center; justify-content: center; gap: 20px; margin: 30px auto; padding: 20px; background: rgba(245, 194, 231, 0.08); border: 2px solid #f5c2e7; border-radius: 15px; max-width: 600px; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4);">
<div style="font-size: 3em; filter: drop-shadow(0 0 10px #f5c2e7);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 3px; font-size: 1.2em; display: block;">ORB POWER: LEVEL 2</span>
<span style="font-family: 'Georgia', serif; color: #ccc; font-size: 0.9em; font-style: italic;">The mental connection has strengthened.</span>
</div>
</div>
<div style="text-align: center; margin-top: 30px;">
<<link "Surrender to the exhaustion and wake up to a new era">>
<<set $player_lust to 0>>
<<include "ResetDayFlags">> /* Наш тотальный сброс рутины */
<<nextDay>> /* Время сдвигается на Субботу (или Понедельник нового круга) */
<<goto "Morning_Awakening_Power">> /* Пассаж-приветствие нового уровня */
<</link>>
</div>
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room</div>\
<div id="lisa-tv-content">
<center>\
<img src="images/events/lisa/lisa_livingroom.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
As I approached the living room, I heard the sound of the TV on. <strong>$mother_name</strong> is curled up on the sofa and looked at the screen. She looks peaceful, her usual maternal responsibilities set aside for a quiet moment of evening rest.
<br><br>
She’s watching some old movie, some kind of melodrama. There’s something deeply intimate about seeing her like this—so relaxed and unaware of anything but the screen.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly against my ribs. I can easily catch a faint, drifting frequency from her subconscious—she is completely wrapped in a serene evening comfort, her everyday maternal filters lowered, leaving her internal mind completely soft and unguarded.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Discreetly watch her from the shadows">>
<<replace "#main-exit-btn">><</replace>>
<<set $player_lust += 10>>
<<set $lisa_livingroom_event_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#lisa-tv-content">>
<center>\
<img src="images/events/lisa/lisa_livingroom1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay in the doorway, my eyes tracing the soft contours of her face and the way her hair falls over her shoulder. As the movie reaches a tense moment, she shifts slightly and I couldn't take my eyes off the curves of her elegant legs. The contrast between the cold blue light of the TV and the warmth I know she radiates is intoxicating. I watch her for a long time, my pulse drumming in my ears, before quietly retreating.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Seeing $mother_name so comfortable and defenseless has stirred your hunger.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave the room quietly" "Corridor">><<run UIBar.update()>><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ПОДСЕСТЬ (РАЗГОВОР) */
<div class="char-link">
<<link "🛋️ Sit on the sofa with her">>
<<replace "#main-exit-btn">><</replace>>
<<set $lisa_livingroom_event_done to true>>
<<advanceTime>>
<<replace "#lisa-tv-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I walk over and sit on the edge of the sofa, but the raw, uncontainable heat of my arousal is completely written all over my face. My breathing is ragged and heavy, and the suffocating tension vibrating from my frame makes the cozy atmosphere feel electric. <strong>$mother_name</strong> looks up from the screen, but her pleasant smile instantly freezes as her eyes lock onto my deeply flushed face and the desperate, burning hunger in my stare.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТКАЗ */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<img src="images/events/lisa/lisa_angry.webp" width="80%" style="max-width: 800px; border-radius: 8px;">
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "John... Is something wrong? Your face is completely red, and you're breathing so hard... it's actually quite unsettling. Please, take a step back and go clear your head in your room. I want to watch this classic movie in peace right now.">><br>
</div>
<p style="margin-top: 15px;">Her warm look immediately drops into a strict, deeply defensive maternal frown. She pulls the blanket protectively over her chest, creating a cold, heavy distance between us on the sofa.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> УСПЕХ И ИГРИВЫЙ РЕЗОНАНС */
<<else>>
<<set $lisa_rel += 1>>
<<set $lisa_lust += 5>>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/lisa_living_room_evening.mp4" type="video/mp4">
</video>
</div>
</center>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing breaking down her defenses and turning her relaxed state into an intense vibration.
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "My, my, $son_name... you look absolutely burning alive from head to toe. Is it the warm evening air in here, or is there another reason you're staring at me like that?">><br>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
<strong>$mother_name</strong> lets out a low, highly suggestive hum, adjusting her position on the sofa cushions while her eyes hold my gaze with a lingering, heavily charged warmth. Through our stable link, a sudden surge of taboo curiosity and shared desire ripples straight from her subconscious into my chest, thoroughly triggered by how completely undone I am right before her eyes.
</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Say goodnight and leave" "Corridor">><‍<<run UIBar.update()>><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Возбуждение в норме) === */
<<else>>
<<set $lisa_rel += 1>>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/lisa_living_room_evening.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I walk over and sit on the other end of the sofa. <strong>$mother_name</strong> looks up and smiles warmly, patting the cushion. "Oh, $son_name. Come, join me. It's a wonderful classic."
<br><br>
We spend the next hour in comfortable silence, occasionally exchanging comments about the plot. At one point, our feet brush under the edge of the blanket, and she doesn't pull away. It's a moment of pure, domestic peace that makes the bond between us feel stronger and more genuine.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing a quiet evening has brought you closer to her.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Say goodnight and leave" "Corridor">><‍<<run UIBar.update()>><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Backyard</div>\
<div id="emma-backyard-content">
<center>
<img src="images/events/emma/emma_pool.jpg" width="80%" style="max-width: 800px; border-radius: 8px;">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
The weather is especially hot today, and the pool looks incredibly inviting. <strong>$younger_sister_name</strong> is drifting lazily on a bright inflatable ring, her fingers trailing in the crystal-clear water.
<br><br>
She's wearing a tiny blue bikini that complements the color of the pool perfectly. She looks like she hasn't a care in the world, humming a tune as she spins slowly under the midday sun. The sight of her so relaxed and youthful, yet growing into her own beauty, is captivating.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly in my chest as I look at her. I can catch a faint, drifting echo of her mood—she is completely content, her mind filled with a lazy weekend bliss and the soothing warmth of the sun, entirely oblivious to our silent connection.
</span>
<</if>>
</div>
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px;">
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Discreetly watch her by the pool">>
<<set $player_lust += 10>>
<<set $emma_backyard_sat_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#emma-backyard-content">>
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_pool.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay back in the shade as she decides to get out. She pulls herself onto the edge of the pool, water glistening on her sun-kissed skin. Standing there, she stretches her arms up and begins to playfully sway her hips to some rhythm in her head, shaking the droplets off her hair.
<br><br>
The way the blue fabric of her bikini clings to her wet body while she dances so innocently by the water's edge is devastatingly erotic. I watch her for a long moment, my heart hammering, before slipping away.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Emma's playful movements have left you wanting more.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the house" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Call out to her and chat">>
<<set $emma_backyard_sat_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#emma-backyard-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/emma/emma_pool.jpg" width="80%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I walk down to the edge of the pool, trying to sound casual, but the raw, uncontainable heat of my arousal is completely written all over my face. The moment $younger_sister_name looks at me, her grin falters. She blinks, staring directly at my heavily flushed face, my tense frame, and the physical evidence of my desire I'm trying so hard to hide.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> НАСМЕШЛИВАЯ ШУТКА */
<<if $emma_rel lt 15>>
<<set $emma_rel -= 1>>
<center><img src="images/events/emma/emma_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<br><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Whoa, $son_name... What's with that crazy look on your face? You look like you're about to pop! Did you accidentally watch something you shouldn't have in your room, or are you just having some weird mid-day crisis? Seriously, go take a cold shower, you're acting super creepy!">>
<br><br>
</div>
<p style="margin-top: 15px;">She bursts into a loud, mocking laugh, splashing a wave of cold pool water directly at my feet to break my trance. Her juvenile sting cuts deep into my ego, and I can feel her barriers sliding back up in defense.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Her mocking joke has lowered your connection.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВЫЙ КОММЕНТАРИЙ */
<<else>>
<<set $emma_rel += 1>>
<<set $emma_lust += 5>>
<center><img src="images/events/emma/emma_pool.jpg" width="80%" style="max-width: 800px; border-radius: 8px;"></center>
<br><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Well, well... looks like someone is having some very naughty thoughts out here in the sun. You're completely flushed, $son_name. Is it the view of my new bikini, or are you just thinking about something... nasty?">>
<br><br>
</div>
<p style="margin-top: 15px;">She bites her lip playfully, floating closer to the edge. Through the psychic link, I can feel a sudden, warm wave of dangerous curiosity and shared arousal ripples from her subconscious straight into my mind, ignited by the raw state I'm in.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense presence has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return inside" "Corridor">><</link>>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $emma_rel += 1>>
<center><img src="images/events/emma/emma_pool1.jpg" width="80%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
"The water looks great, $younger_sister_name!" I call out. She beams at me, waving her hand. "It's perfect, $son_name! You should jump in!"
<br><br>
I walk to the edge and we chat for a while. She tells me about her week and how glad she is that it's finally the weekend. We laugh about a joke $father_name made at breakfast, and for a moment, the strange tension of the house seems to vanish, replaced by a warm, sibling bond.
</div>
/* УВЕДОМЛЕНИЕ ОБ ОТНОШЕНИЯХ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing a fun moment has strengthened your bond.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Go back inside" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>
</div>
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Bathroom</div>\
<div id="jessica-shower-content">
<center>\
<img src="images/events/jessica/jessica_shower.jpg" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The air in the hallway is cool, but as I approach the bathroom, I can feel a faint wave of humidity. The sound of running water echoes behind the door. <strong>$older_sister_name</strong> is taking a long refreshing shower.
<br><br>
The door is slightly ajar—a rare mistake for someone as private as her. I can see the steam curling out into the hallway, carrying the scent of her expensive shampoo. My heart starts to race as I realize how easy it would be to catch a glimpse.
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
<div class="char-link">
<<link "👁️ Peer through the gap in the door">>
<<set $player_lust += 15>>
<<set $jessica_bathroom_sat_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-shower-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_shower.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I hold my breath and lean in. Through the steam-fogged glass of the shower stall, I see <strong>$older_sister_name</strong>. She is standing with her back to me, her head tilted back as the hot water cascades over her shoulders.
<br><br>
The sight is mesmerizing. The water traces the elegant curve of her spine and the firm, rounded shape of her rear. She moves with a slow, languid grace, completely unaware of my presence. I watch, captivated by the raw, natural beauty she usually hides behind her cold exterior, until the risk of being caught finally forces me to retreat.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ (РОЗОВОЕ) */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="display: flex; flex-direction: column; text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching Jessica's private moment has left you burning with desire.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Slip away quietly" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Master Bedroom</div>\
<div id="lisa-bedroom-content">
<center>\
<img src="images/events/lisa/lisa_bedroom.jpg" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The master bedroom is cool and quiet, a peaceful sanctuary from the rest of the house. <strong>$mother_name</strong> is taking a break from her daily routine. Her outfit is hardly shabby, and I can't take my eyes off her enormous breasts.
<br>
She has kicked off her shoes and seems to be enjoying a rare moment of pure relaxation after the hectic work week. The soft light filtering through the curtains highlights the elegant, mature lines of her face. She looks so content like this, finally taking a moment for herself.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<span style="color: #ca9ee6; font-style: italic;">
Closing my eyes for a fraction of a second, the fragile violet thread of the Orb pulses softly in my chest. I catch a faint, hazy echo of her current state of mind—she is deeply exhausted, her thoughts drifting lazily through comfortable domestic memories, completely unaware of the invisible link bridging our awareness.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: РАЗГОВОР (С ПРОВЕРКОЙ НА 100% AROUSAL) */
<div class="char-link">
<<link "🗣️ Approach her and chat for a bit">>
<<set $lisa_room_sat_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-bedroom-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/lisa/lisa_bedroom1.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step closer to the bed, but the heavy, intoxicating heat of my own desire is radiating from me so intensely that $mother_name immediately opens her eyes wide. She sits up slightly, her gaze tracing over my flushed face, my tense posture, and of course on the huge bulge sticking out from my pants. My frantic arousal is completely written all over me.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> НЕГАТИВ */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center><img src="images/events/lisa/lisa_angry.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "$son_name... Is something wrong? You look... strange. Why are you staring at me like that? It's making me highly uncomfortable. How can you walk around the house in such a...erm...state? The girls can see it. Please, go back to your room and do something about it.">><br>
</div>
Her expression hardens into a protective, deeply suspicious frown as she pulls the covers closer to her chest. The heavy wall of her maternal restraint pushes back against my presence, leaving a bitter chill in the air.
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your overwhelming intensity has frightened and repelled her.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВОСТЬ */
<<else>>
<center><img src="images/events/lisa/lisa_bedroom1.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "Oh my, $son_name... You look absolutely burning up. Are you caught in a day-dream, or is the weekend heat finally getting to you? Come closer, let me see if you have a fever.">><br>
</div>
A soft, highly suggestive smile edges onto her lips as she rolls onto her side, her eyes holding mine with a lingering, uncharacteristically playful warmth. Through the psychic link, I can feel a sudden, hidden wave of curiosity fluttering in her chest.
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">INTIMACY DEEPENED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Her established trust allowed her to welcome your raw tension playfully.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your attentiveness has made her feel appreciated.</span>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;"><<link "Leave the room" "Corridor">><</link>></div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_bedroom1.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I walk quietly to the side of the bed. "Taking a well-deserved break, Mom?" I ask softly.
<br><br>
She opens her eyes and beams at me, reaching out to pat the edge of the mattress. "Oh, $son_name. Yes, my feet were killing me. It's so nice to just... be still for a moment." We spend the next twenty minutes talking about small things. She seems genuinely touched that I took the time to check on her.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your attentiveness has made her feel appreciated.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Leave her to rest" "Corridor">><</link>></div>
<</if>>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Discreetly watch her rest">>
<<set $player_lust += 10>>
<<set $lisa_room_sat_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-bedroom-content">>
<center><img src="images/events/lisa/lisa_bedroom2.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I linger by the doorway, watching the peaceful rise and fall of her chest. In the quiet of the room, she looks remarkably beautiful, the stress of her daily chores having melted away. I stay just long enough to commit the serene image to memory.
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching her in this private moment has fueled your desires.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>\
<div id="lisa-kitchen-content">
<center>\
<img src="images/events/lisa/lisa_cooking_sat.jpg" width="65%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The kitchen is filled with the mouth-watering aroma of a slow-cooked roast. <strong>$mother_name</strong> is in her element, moving gracefully between the counter and the stove. The neckline of her blouse immediately caught the eye, especially when she bent over the table to chop vegetables.
<br><br>
She seems focused and happy, humming a quiet tune as she tastes the sauce. It’s a picture of domestic perfection, yet after everything the Orb has shown me, I can't help but see the hidden fire beneath her maternal exterior.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The Orb's connection thrums gently in my mind. I can feel the radiating waves of her contentment—she's lost in the simple pleasure of caring for her family, but there's a faint, warm undertone of sensory enjoyment from the heat of the stove and the rich scents, a primal domestic comfort that feels incredibly inviting.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: ПОМОЩЬ (ПРОВЕРКА 100% LUST) */
<div class="char-link">
<<link "🗣️ Offer to help her with dinner">>
<<set $lisa_kitchen_sat_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-kitchen-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/lisa/lisa_cooking_sat.jpg" width="65%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step into the kitchen, intending to help, but the sheer intensity of my desire is like a physical weight. <strong>$mother_name</strong> turns around to greet me, but she stops mid-sentence, her eyes locking onto my flushed face and the big bulge on my pants. She can see the raw, unchecked hunger in my eyes.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТРИЦАТЕЛЬНО */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center><img src="images/events/lisa/lisa_angry.webp" width="65%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "John? Goodness, you look... unwell. Your face is so red, and you're staring at me so intensely... it's actually quite unsettling. If you're feeling that frustrated, perhaps you should go take a long walk or a cold shower. I don't think I need your help in here right now.">>
</div>
<p style="margin-top: 15px;">She turns back to the stove, her shoulders stiffening as she creates a deliberate distance between us. The warm aroma of the kitchen suddenly feels cold and unwelcoming.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВО */
<<else>>
/* УСПЕШНАЯ ПРОВЕРКА: РОСТ ПОХОТИ ЛИЗЫ */
<<set $lisa_rel += 1>>
<<set $lisa_lust += 5>>
<center><img src="images/events/lisa/lisa_cooking_sat2.jpg" width="65%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "My, my, $son_name... you look like you're about to boil over. Is it the heat, or are you just... very hungry for something? ">>
</div>
<p style="margin-top: 15px;">She lets out a soft, knowing hum. Through the Orb, I can feel a sudden, matching spike of heat in her own mind—a secret thrill and a rising tide of desire triggered by seeing me so undone by her presence.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4);">
<div style="font-size: 1.5em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw state has ignited a corresponding spark within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;"><<link "Leave the kitchen" "Corridor">><</link>></div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Похоть < 100) === */
<<else>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_cooking_sat2.jpg" width="65%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
"Smells amazing, Mom. Need an extra pair of hands?" I ask. She looks up, her eyes lighting up with genuine warmth. "Oh, that would be wonderful, $son_name! Could you chop these vegetables for the salad?"
<br><br>
We spend the next hour working side-by-side. The atmosphere is light and filled with easy conversation. Every time our shoulders brush, I feel a deep sense of contentment. The bond between us feels stronger and more grounded than ever.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Helping her with dinner has made her feel truly supported.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Wait for the family dinner" "Corridor">><</link>></div>
<</if>>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Watch her work from the shadows">>
<<set $player_lust += 10>>
<<set $lisa_kitchen_sat_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-kitchen-content">>
<center><img src="images/events/lisa/lisa_cooking_sat1.jpg" width="85%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay back in the dimly lit dining area, watching her through the archway. As she leans over the counter, her dress pulls tight, outlining every curve of her mature body. The rhythmic, confident way she moves suggests a woman who is fully aware of her power. I watch until my heart is racing before slipping away.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Watching $mother_name's domestic grace has fueled your desires.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$older_sister_name's Room\
</div>\
<div id="jessica-evening-content">
<center>\
<img src="images/events/jessica/jessica_room_sat.webp" width="60%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The door is cracked open just enough to see the warm, golden light of her vanity mirror. <strong>$older_sister_name</strong> is standing in front of it, critically examining her reflection. She’s wearing a form-fitting evening dress that she probably plans to wear next time she goes out.
<br><br>
She’s posing, turning slightly to check the fall of the fabric over her curves. There’s a quiet confidence in her movements, a side of her she usually only shows to her followers online. Watching her like this, so focused on her own beauty, makes the air in the hallway feel thin.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly in my chest as I step closer. I can capture a faint, sharp echo of her current mood—she is driven by vanity and a critical, calculating focus on her appearance, but underneath, there is a hidden, restless layer of tension she refuses to acknowledge.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Watch her strike a pose">>
<<set $player_lust += 15>>
<<set $jessica_room_sat_eve_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-evening-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_room_sat.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay frozen in the shadows, unable to tear my eyes away. She runs her hands down her sides, smoothing the dress over her hips. Then, she lets out a small, satisfied sigh and tosses her hair back, revealing the elegant line of her neck. The way she admires herself is hypnotic, and for a moment, I feel like I'm seeing the true $older_sister_name—the one who craves attention just as much as she pretends to despise it.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Her vanity has ignited a fire in you.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Slip away before she notices" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: КОМПЛИМЕНТ */
<div class="char-link">
<<link "🗣️ Knock and give her a compliment">>
<<set $jessica_room_sat_eve_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-evening-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/jessica/jessica_room_sat.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I take a step inside her room, but the intense, raw aura of my arousal is completely unavoidable. $older_sister_name spins around, her sharp eyes scanning over my heavily flushed face, my rigid posture, and the deep, ragged breaths I can't seem to control. She immediately catches the desperate tension radiating from my entire body.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ГРУБО ВЫПРАВЛИВАЕТ */
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
center><img src="images/events/jessica/jessica_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "What the hell do you think you're doing, $son_name? Look at yourself—you're completely flushed, breathing like a maniac, and staring at me like a total degenerate. Get the hell out of my room this instant and don't come back until you've learned some basic self-control!">>
</div>
<p style="margin-top: 15px;">She points a sharp, trembling finger directly at the open door, her voice dropping into a dangerous, icy glare that leaves zero room for discussion. The defensive wall of her pride slams shut, pushing me right back out into the hallway.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming lust has severely angered and repelled her.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ПОШЛАЯ ШУТКА */
<<else>>
/* УСПЕШНАЯ ПРОВЕРКА: РОСТ ПОХОТИ ДЖЕССИКИ */
<<set $jessica_rel += 1>>
<<set $jessica_lust += 5>>
<center><img src="images/events/jessica/jessica_room_sat1.webp" width="70%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "Well, well... look who's standing there, absolutely burning up from head to toe. What's the matter, $son_name? Is the view of my body in this dress making it too hard for you to breathe, or are you just imagining what's hiding underneath the fabric? You look so tight and ready to snap... maybe you want to step closer and help me unzip this, since you're already drooling all over my floor?">>
</div>
<p style="margin-top: 15px;">She lets out a low, deeply provocative chuckle, slowly sliding her fingers down the silk of her dress while her sharp eyes hold mine with an intensely mocking, yet heavily charged playful heat. Through our passive link, I can feel her own pulse leap with a hidden, taboo excitement triggered by my raw state.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense arousal has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $jessica_rel += 1>>
<center><img src="images/events/jessica/jessica_room_sat1.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I give the door a light tap. $older_sister_name holidays slightly and looks toward the door, her expression shifting from surprise to her usual guarded mask. "$older_sister_name? What do you want?"
<br><br>
"Nothing, I just... that dress looks really good on you," I say simply.
<br><br>
She blinks, clearly not expecting a genuine compliment. For a second, her gaze softens and a tiny, almost imperceptible smile touches her lips. "Oh. Thanks. Now get out, I'm busy." Even though she shooed me away, the tension between us feels a little less like a wall and more like a bridge.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Even a small compliment can crack her icy exterior.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her mirror" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>
</div>
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$younger_sister_name's Room\
</div>\
<div id="emma-phone-content">
<center>\
<img src="images/events/emma/emma_room_sat_evening.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The room is quiet, save for the rhythmic tapping of a screen. <strong>$younger_sister_name</strong> stares at her smartphone screen, a wry smile occasionally crossing her face. She’s kicking her feet back and forth, completely absorbed in whatever she’s scrolling through.
<br><br>
She seems to be in her own world, occasionally letting out a small giggle or biting her lip as she types a reply.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly in my chest as I watch her. I can catch a faint, drifting echo of her mood—she is completely content, her mind filled with a lazy weekend bliss and the light excitement of digital gossip, entirely oblivious to our silent connection.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Discreetly observe her from the doorway">>
<<set $player_lust += 10>>
<<set $emma_room_sat_eve_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#emma-phone-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_room_sat_evening.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay back, watching her. She's completely unguarded, occasionally biting her lip or smiling at something on her screen. Every small movement she makes—the way she shifts her weight or tucks a lock of hair—feels magnified in the quiet of the evening. The influence of the Orb makes the sight even more intoxicating.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ ДЖОНА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching $younger_sister_name in such a private moment has stirred your blood.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ПОГОВОРИТЬ (С ПРОВЕРКОЙ НА 100% LUST) */
<div class="char-link">
<<link "🗣️ Sit down and chat with her for a while">>
<<set $emma_room_sat_eve_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#emma-phone-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center>\
<img src="images/events/emma/emma_room_sat_evening.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3);">\
</center>\*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I walk into the room, but the intense, raw aura of my arousal is completely written all over my face. The moment $younger_sister_name looks up, her smile falters. She blinks, staring directly at my heavily flushed face and the heavy, uneven breathing I can't quite suppress.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> НАСМЕШЛИВАЯ ШУТКА */
<<if $emma_rel lt 15>>
<<set $emma_rel -= 1>>
<center>\
<img src="images/events/emma/emma_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3);">\
</center> <br><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Whoa, $son_name... What's with that crazy look? You look like you're about to pop or something! Did you just run a marathon in your room, or are you just having some weird thoughts? Seriously, go pour some cold water on your body, you're acting super creepy right now!">>
<br><br>
</div>
<p style="margin-top: 15px;">She lets out a mocking, juvenile giggle, turning back to her phone to dismiss me. Her sharp teasing stings, and I can feel the distance between us growing colder.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Her mocking joke has lowered your connection.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВЫЙ КОММЕНТАРИЙ */
<<else>>
/* УСПЕШНАЯ ПРОВЕРКА: РОСТ ПОХОТИ ЭММЫ */
<<set $emma_rel += 1>>
<<set $emma_lust += 5>>
<center>
<img src="images/events/emma/emma_room_sat_evening1.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3);">
</center>
<br><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Well, well... looks like someone is having some very naughty thoughts tonight. You're completely burning up, $son_name. Is it just the evening heat, or are you thinking about something... forbidden? You look so tense, like you're about to explode.">>
<br><br>
</div>
<p style="margin-top: 15px;">She bites her lip playfully, shifting on the bed to give me more room. Through the psychic thread, I can feel a sudden, warm wave of dangerous curiosity and shared arousal echoing from her subconscious, triggered by the raw state I'm in.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw state has ignited a corresponding spark within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $emma_rel += 1>>
<center>
<img src="images/events/emma/emma_room_sat_evening1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">
</center>
<br><br>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I walk into the room and sit on the edge of the bed. $younger_sister_name jumps slightly but then relaxes when she sees it's me. "Oh! $son_name! You surprised me."
<br><br>
We spend some time just talking about her week and the things she's been looking at online. It's a peaceful conversation that makes the bond between us feel stronger.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">A simple evening chat has brought you closer to her.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her rest" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #94e2d5; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room</div>\
<div id="greg-evening-content">
<center>\
<img src="images/events/greg/livingroom_greg.jpeg" width="70%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(148, 226, 213, 0.2);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The living room is filled with the low hum of a documentary on the TV. <strong>$father_name</strong> is reclined on the sofa, a half-finished drink on the side table. He looks tired but relaxed, finally enjoying the peace of the weekend.
<br><br>
He nods as I enter, gesturing toward the sofa. It's a rare moment of quiet in the house, away from the constant energy of my mother and sisters.
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #94e2d5; padding-left: 15px;">\
<<nobr>>
<div class="char-link">
<<link "🗣️ Sit down and chat about the TV show">>
<<set $greg_rel += 1>>
<<set $greg_livingroom_sat_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#greg-evening-content">>
<center><img src="images/events/greg/livingroom_greg1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I sit on the edge of the sofa and we spend a few minutes talking about the TV show and some household repairs he's planning for tomorrow.
<br><br>
"Good to have some quiet time, isn't it, son?" he says, offering a rare, genuine smile. We don't say much, but the shared silence feels comfortable. It's a simple moment of connection that reminds me of the foundation this family is built on, even as the Orb begins to change everything else.
</div>
/* УВЕДОМЛЕНИЕ ОБ ОТНОШЕНИЯХ (БИРЮЗОВОЕ) */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(148, 226, 213, 0) 0%, rgba(148, 226, 213, 0.15) 50%, rgba(148, 226, 213, 0) 100%); border-top: 1px solid rgba(148, 226, 213, 0.4); border-bottom: 1px solid rgba(148, 226, 213, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #94e2d5);">🤝</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #94e2d5; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">A short talk with your father has improved your bond.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Say goodnight and head to your room" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">My Room</div>\
<div id="lisa-cleaning-content">
/* === ВЕТВЛЕНИЕ ПО СИЛЕ ОРБА === */
<<if $orb_power lte 1>>
/* --- УРОВЕНЬ СИЛЫ 1: ОБЫЧНАЯ УБОРКА --- */
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/mr_lisa_cleaning.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
<<nobr>>
The bedroom door was pushed wide open, and I found <strong>$mother_name</strong> inside, quietly gathering up my scattered laundry. She’s wearing a simple, tidy clothes that fits her mature figure neatly.
<br><br>
She gives me a soft, apologetic smile as I step inside. "Oh, $son_name! I didn't mean to invade your space, but this mess was getting a bit out of hand. I'll be out of your hair in just a few minutes, okay?"
<</nobr>>\
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">\
<<nobr>>
<div class="char-link">
<<link "👁️ Discreetly watch her tidy up">>
<<replace "#main-exit-btn">><</replace>>
<<set $player_lust += 10>>
/*<<if $player_lust gte 100>><<set $player_lust to 100>><</if>>*/
<<advanceTime>>
<<replace "#lisa-cleaning-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/mr_lisa_cleaning_obs.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I couldn't help but sneak a glance at the cleavage of her huge chest. Once she finishes shaking out the last rug, she sighs contentedly, gives me a warm nod, and leaves the room with the full basket.
</div>
/* УВЕДОМЛЕНИЕ О РОСТЕ ВОЗБУЖДЕНИЯ ДЖОНА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Admiring her domestic grace has stirred a low heat in your chest.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to your room" "MyRoom">><‍<<run UIBar.update()>><</link>>
</div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
<<else>>
<center>
<img src="images/events/lisa/lisa_mr_cleaning.webp" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
I open the door to <strong>my room</strong> and freeze. <strong>$mother_name</strong> is inside, busily tidying up. She’s already changed the sheets on my bed and is currently vacuuming the floor, moving my personal belongings with careful, practiced hands.
<br><br>
Whether it was because of the heat or because of the Orb's effects, <strong>$mother_name</strong> had unbuttoned the top buttons of her blouse, and now her breasts were swinging freely back and forth. As she leans deep over the bed to smooth out the covers, the fabric stretches tight across her mature, shapely hips. My heart hammers against my ribs—the <strong>Orb</strong> is hidden just a few feet away from her busy hands. The air here feels heavy, charged with her scent and the secret energy of the artifact.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
Standing so close to the hidden artifact inside my own sanctuary, the psychic connection burns significantly clearer. I can catch a steady, heavy hum of her subconscious—she is focused on the physical rhythm of her chores, but there is a strange, uncharacteristic warmth fluttering in her chest, a quiet distortion of her maternal thoughts that keeps her unusually restless in my room.
</span>
<</if>>
</div>
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ (ПОХОТЬ) */
<div class="char-link">
<<link "👁️ Watch her work from the doorway">>
<<set $player_lust += 10>>
<<set $lisa_cleaning_room_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-cleaning-content">>
<center>
<img src="images/events/lisa/lisa_mr_cleaning1.webp" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; color: #eee; font-family: 'Georgia', serif;">
I linger in the hallway, watching her through the half-open door. She’s humming a soft tune, completely unaware of my presence. Every time she reaches up to dust a high shelf or bends down, revealing the elegant lines of her body, I feel a surge of desire. Seeing her so domestic and focused right here, in my sanctuary, makes the link between us feel even more intense. I watch until my pulse drums in my ears, then quietly pull back.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ ДЖОНА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Lisa's presence in your room has left you burning.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Wait in the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Enter and thank her for the help">>
<<set $lisa_cleaning_room_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-cleaning-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/lisa/lisa_mr_cleaning2.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I take a step inside my room, but the suffocating, raw aura of my arousal is completely written all over my face. <strong>$mother_name</strong> turns around with a light smile, but it immediately vanishes as her gaze locks onto my heavily flushed face, my rigid posture, and the deep, ragged breaths I'm struggling to hide. Standing inside my private space, the heavy tension is completely electric.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТРИЦАТЕЛЬНО */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center><img src="images/events/lisa/lisa_angry.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "John... Is something wrong? You look... completely flushed. Why are you breathing like that and staring at me so intensely? It is highly inappropriate and makes me very uncomfortable, especially in here. Please, go clear your head in the hallway while I finish up.">>
</div>
<p style="margin-top: 15px;">Her warm expression completely hardens into a stern, protective frown. She steps back, pulling her unbuttoned blouse tightly together over her chest, letting a heavy maternal wall crash right down between us.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВЫЙ КОММЕНТАРИЙ + РОСТ ПОХОТИ */
<<else>>
<<set $lisa_rel += 1>>
<<set $lisa_lust += 5>>
<center><img src="images/events/lisa/lisa_mr_cleaning2.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "My goodness, $son_name... you look absolutely burning up from head to toe. Is my cleaning making it too hot in your room, or is there another reason you're staring at me like you want to devour something?">>
</div>
<p style="margin-top: 15px;">A slow, deeply suggestive smile edges onto her lips as she leans slightly back against the mattress, her eyes holding mine with an intensely warm, uncharacteristically playful spark. Through our stable link, a sudden surge of taboo curiosity and shared desire ripples straight from her subconscious into my mind, thoroughly triggered by how undone I am right in front of her.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has ignited an answering spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;"><<link "Leave the room" "Corridor">><</link>></div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_mr_cleaning2.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
"You didn't have to do all this, Mom," I say, stepping inside. She turns around, startled for a second, but then her face breaks into a warm, genuine smile. "Oh, it's no trouble at all, $son_name. I just wanted everything to be fresh for you for the coming week." We chat for a few minutes while she finishes up. Her care for me is evident in every movement, and I feel our bond growing stronger and more sincere.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">She appreciates that you noticed her hard work.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Let her finish" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>
</div>
<</if>>
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Bathroom</div>\
<div id="lisa-bathroom-content">
<center>
<img src="images/events/lisa/lisa_bathroom_silkrobe.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
The bathroom is filled with a thick, lavender-scented steam. <strong>$mother_name</strong> is finishing up her Sunday ritual, getting ready for the upcoming work week.
<br><br>
Through the condensation on the mirror, I can see her applying some cream to her neck and shoulders. She's wearing a thin, silk robe that looks incredibly soft against her skin. She seems lost in thought, perhaps mentally preparing for Monday, her movements slow and methodical.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly in my chest within this humid space. I can easily catch a faint, drifting echo of her current mood—she is heavily exhausted from the weekend, her mind hazy and unguarded as she relaxes in the warm steam, entirely oblivious to our silent connection.
</span>
<</if>>
</div>
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ (ПОХОТЬ) */
<div class="char-link">
<<link "👁️ Discreetly watch her through the steam">>
<<set $player_lust += 10>>
<<set $lisa_bathroom_sun_eve_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-bathroom-content">>
<center>
<img src="images/events/lisa/lisa_bathroom_silkrobe1.webp" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; color: #eee; font-family: 'Georgia', serif;">
I linger by the door, watching as she lets the silk robe slide slightly off shoulders to apply lotion. The way the warm light catches the moisture on her skin is hypnotic. She lets out a long, weary sigh, unknowingly exposing the elegant lines of her body. Every time I see her like this, the influence of the Orb feels more like a physical weight in my chest. I stay until the steam begins to clear, then slip away unnoticed.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Lisa's evening grace has left you burning for more.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: КОРОТКИЙ РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Knock and ask if she needs anything">>
<<set $lisa_bathroom_sun_eve_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-bathroom-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/lisa/lisa_bathroom_silkrobe.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step inside the steamed bathroom, but the thick, suffocating heat of my arousal radiates from me uncontrollably. <strong>$mother_name</strong> turns from the mirror, but her words catch in her throat as her eyes sweep over my heavily flushed face and the ragged, desperate pattern of my breathing. The sheer tension inside this narrow, humid room becomes electric instantly.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТРИЦАТЕЛЬНО */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center><img src="images/events/lisa/lisa_angry.webp" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "John... Is something wrong? You look... completely flushed. Why are you breathing like that and staring at me so intensely? It is highly inappropriate, especially while I am dressing. Please, leave the room right now and compose yourself in the hallway.">>
</div>
<p style="margin-top: 15px;">Her face hardens into a protective, deeply suspicious maternal frown as she pulls the thin silk robe tightly over her chest, shutting down any possibility of connection.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВЫЙ КОММЕНТАРИЙ + РОСТ ПОХОТИ */
<<else>>
<<set $lisa_lust += 5>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_bathroom_silkrobe2.jpg" width="50%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "My goodness, $son_name... you look absolutely burning up from head to toe. Is the steam in here making it too hot for you, or is there another reason you're staring at me like that?">>
</div>
<p style="margin-top: 15px;">A soft, highly suggestive smile edges onto her lips as she turns her body toward mine, her eyes holding my gaze with a lingering, heavily charged warmth. Through our stable link, a sudden surge of taboo curiosity and shared desire ripples straight from her subconscious into my chest, triggered by how completely undone I am right before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Say goodnight" "Corridor">><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_bathroom_silkrobe2.jpg" width="50%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I give the door a soft tap. "Mom? Just checking if you need more towels or anything."
<br><br>
Lisa turns, clutching the front of her robe, but her expression relaxes when she sees it's me. "Oh, thank you, $son_name. I'm all set, just trying to wash away the weekend lazies. That's very thoughtful of you." She gives me a tired but appreciative smile. It's a small moment, but her eyes linger on mine with a warmth that wasn't there before.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your simple gesture of care has touched her heart.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Say goodnight" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>
</div>
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$younger_sister_name's Room\
</div>\
<div id="emma-sunday-content">
<center>\
<img src="images/events/emma/emma_room_sun.jpeg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The Sunday afternoon vibe is strong in here. <strong>$younger_sister_name</strong> is lying across her bed, headphones inserted into her lovely ears Her lips moving slightly as she sings along to a song I can’t hear.
<br><br>
She looks completely at peace, her body swaying slightly to the beat. There’s a soft, innocent charm to her right now that makes the secret connection of the Orb feel even more profound.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb thrums softly against my ribs. I can easily catch a faint, drifting echo of her current mood—her mind is completely saturated with a lazy, rhythmic comfort. The music has put her into a light, hypnotic trance, making her subconscious barriers remarkably soft and open to our silent connection.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ */
<div class="char-link">
<<link "👁️ Discreetly watch her for a while">>
<<set $player_lust += 10>>
<<set $emma_room_sun_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#emma-sunday-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_room_sun.webm" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay by the door, watching her lost in the music. At one point, she closes her eyes and stretches, the movement pulling her top tight and highlighting her youthful curves. She seems so happy in her own little world. Watching her like this, completely unguarded, stirs a protective yet hungry feeling in my chest. I wait until the song ends before quietly pulling the door shut.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Her carefree movements have left a lasting impression.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Back to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ОБЩЕНИЕ */
<div class="char-link">
<<link "🗣️ Sit down and ask what she's listening to">>
<<set $emma_room_sun_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#emma-sunday-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/emma/emma_room_sat_evening1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I sit right down on the edge of the mattress, but the thick, overwhelming aura of my arousal is impossible to ignore. <strong>$younger_sister_name</strong> opens her eyes, blinks, and slowly pulls her headphones down to her neck. She sits up, staring directly at my heavily flushed face and the rapid, heavy breathing I'm trying so hard to hide.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> НАСМЕШЛИВАЯ ШУТКА */
<<if $emma_rel lt 15>>
<<set $emma_rel -= 1>>
<center><img src="images/events/emma/emma_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<br><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Whoa, $son_name... What is wrong with you today? You look like you're about to digitally melt or explode! Why are you breathing so hard and staring at me like that? It's literally ruining my lazy Sunday vibe. Go jump in the pool or something, you're being super weird!">>
<br><br>
</div>
<p style="margin-top: 15px;">She lets out a loud, mocking chuckle, putting her massive headphones back over her ears to completely shut me out. Her defensive wall locks tight, leaving me stranded in the heavy quiet of her room.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense, raw state has annoyed her and damaged your connection.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВЫЙ КОММЕНТАРИЙ + РОСТ ПОХОТИ */
<<else>>
<<set $emma_rel += 1>>
<<set $emma_lust += 5>>
<center><img src="images/events/emma/emma_room_sat_evening1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<br><br>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Well, well... look who's standing inside my room, absolutely melting from head to toe. What's the matter, $son_name? Is the beat of my music catching up to you, or are you just having some incredibly dirty thoughts on this lazy Sunday? You look so tense, like you're about to explode.">>
<br><br>
</div>
<p style="margin-top: 15px;">She lets out a low, deeply provocative chuckle, sliding her headphones completely off her shoulders and tilting her head to hold my gaze with an intensely coquettish, heavily charged look. Through our passive link, a sudden surge of taboo excitement ripples straight from her subconscious into my chest, thoroughly triggered by how completely undone I am right before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, desperate state has triggered an answering spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her room" "Corridor">><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $emma_rel += 1>>
<center><img src="images/events/emma/emma_room_sat_evening1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<br><br>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I sit on the rug next to her bed and give her a little wave. Emma blinks, pulls off her headphones, and grins. "Oh, hey! Just some lo-fi beats, perfect for a lazy Sunday."
<br><br>
We spend the next hour sharing music. She lets me listen to her favorite playlist, and we talk about everything and nothing. It's a sweet, uncomplicated moment that makes me feel like more than just a visitor in her life. By the time I stand up to leave, her smile is brighter than when I arrived.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing your interests has made your bond even stronger.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her music" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Backyard</div>\
<div id="jessica-backyard-content">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_backyard_pool.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The Sunday afternoon heat is heavy, and the water in the pool glints like diamonds. <strong>$older_sister_name</strong> decided to cool off a bit and wet her feet in the pool.
<br><br>
She’s wearing a striking bikini which perfectly emphasized all the charms of her figure. She looks incredibly elegant and completely untouchable, a picture of lazy weekend indulgence. The quiet rustle of the leaves and the heat combine to create a deeply intoxicating atmosphere.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly against my ribs. I can easily catch a faint, sharp echo of her current mood—she is enjoying the soothing friction of the cool water, but underneath her icy, defensive wall, there is a hidden layer of restless tension she refuses to acknowledge.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ (ПОХОТЬ) */
<div class="char-link">
<<link "👁️ Discreetly admire her form">>
<<set $player_lust += 15>>
<<set $jessica_backyard_sun_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-backyard-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_backyard_obs.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I step back into the shade of the porch, my eyes tracing her lines. Obeying a sudden impulse, she began to take rather seductive poses. The sleek fabric leaves almost nothing to the imagination, hugging her tight. Knowing what her subconscious is capable of under the Orb's touch makes this beautiful, waking view feel like a silent promise of things to come. I stay until my skin feels as hot as the midday sun.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Jessica's flawless form has left you burning with desire.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Go back inside" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: ОБЩЕНИЕ */
<div class="char-link">
<<link "🗣️ Come closer and strike up a conversation">>
<<set $jessica_backyard_sun_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-backyard-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/jessica/jessica_backyard_pool.mp4" type="video/mp4">
</video>
</div>
</center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I move down closer to the pool, but the intense, thick aura of my arousal is completely unavoidable. <strong>$older_sister_name</strong> slides her sunglasses down her nose, her sharp eyes scanning over my heavily flushed face and my rigid frame. She catches the desperate, overwhelming tension radiating from my body instantly.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ГРУБО ВЫПРАВЛИВАЕТ */
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
<center>\
<img src="images/events/jessica/jessica_frown.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "What the hell is wrong with you, $son_name? Look at yourself—you're completely flushed, breathing like a maniac, and staring at my bikini like a total creep. Get the hell back inside the house right now and stay away from me until you pull yourself together!">>
</div>
<p style="margin-top: 15px;">She turns her head away with an icy, dangerous glare that cuts off any chance of dialogue. Her defensive wall of pride locks tight, pushing me back into the shade of the porch.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming lust has heavily repelled and annoyed her.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ПОШЛАЯ ШУТКА + РОСТ ПОХОТИ */
<<else>>
<<set $jessica_lust += 5>>
<<set $jessica_rel += 1>>
<center>\
<img src="images/events/jessica/jessica_backyard_pool.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "Well, well... look who's standing there, absolutely melting from head to toe. What's the matter, $son_name? Is the view of my body in this bikini making it too hard for you to keep your composure, or are you just imagining something... forbidden? You look so tight and ready to snap... maybe you want to step a little closer and let me check your temperature?">>
</div>
<p style="margin-top: 15px;">She lets out a low, deeply provocative chuckle, shifting her weight on the lounge chair as her sharp eyes lock onto mine with an intensely mocking, yet heavily charged playful heat. Through our passive link, I can feel her own pulse leap with a hidden, taboo excitement triggered by how undone I am right before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense arousal has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the house" "Corridor">><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $jessica_rel += 1>>
<center>\
<img src="images/events/jessica/jessica_backyard_pool.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I moved closer to be able to enjoy her attractive figure from a closer distance. "Don't get sunburned," I say lightly. Jessica lowers her sunglasses slightly, looking at me with her usual analytical gaze before giving a short nod. "I have sunscreen, $son_name. But... thanks."
<br><br>
We talk for a bit about nothing heavy—the heat, the pool maintenance, and how short the weekend feels. Her tone isn't as cold as during the week; the lazy Sunday spirit seems to have softened her sharp corners, making our conversation surprisingly peaceful.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">A calm Sunday dialogue has cracked her outer defenses.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the house" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$older_sister_name's Room\
</div>\
<div id="jessica-sunday-content">
<center>\
<img src="images/events/jessica/jessica_selfie.jpg" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The door is slightly open, and the room is brightly lit. <strong>$older_sister_name</strong> is sitting on her bed, holding her phone high. She’s completely focused on taking sexy selfies for her social media, posing in a very revealing underwear.
<br><br>
She runs a hand through her hair, biting her lip and arching her back to find the perfect angle. She looks incredibly seductive, a far cry from her usual cold demeanor. She’s so wrapped up in her vanity that she hasn't noticed me standing in the hallway yet.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly against my ribs. I can easily catch a faint, sharp echo of her current mood—she is driven by sheer vanity and an exhibitionistic thrill, her mind filled with a restless, private heat as she admires her own form, completely oblivious to our silent connection.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ (ПОХОТЬ) */
<div class="char-link">
<<link "👁️ Discreetly watch her photoshoot">>
<<set $player_lust += 15>>
<<set $jessica_room_sun_eve_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-sunday-content">>
<center>
<img src="images/events/jessica/jessica_selfie1.jpg" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.3);">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay hidden in the shadows, watching her change poses. Now she focused on capturing her juicy ass properly. The way she sticks it out is hypnotic. The Orb's influence pulses in my mind, heightening the raw, forbidden intimacy of the moment. I watch until she starts reviewing the photos, then quietly slide away before she can catch me.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ ДЖОНА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Seeing her strike those poses has left your blood boiling.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Knock and try to talk to her">>
<<set $jessica_room_sun_eve_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-sunday-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/jessica/jessica_mirror_notice.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step directly into her room, but the intense, raw aura of my arousal is completely unavoidable. <strong>$older_sister_name</strong> snaps her head around, her sharp eyes instantly scanning my heavily flushed face, my rigid frame, and the ragged breaths I can't control. She immediately catches the desperate, overwhelming tension radiating from my body.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ГРУБО ВЫПРАВЛИВАЕТ */
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
<center><img src="images/events/jessica/jessica_selfie_angry.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "What the hell do you think you're doing, $son_name? Look at yourself—you're completely flushed, breathing like a maniac, and staring at my underwear like a total degenerate! Get the hell out of my room this instant and don't you dare look back!">>
</div>
<p style="margin-top: 15px;">She frantically snatches a pillow to cover herself, her voice dropping into a lethal, icy glare that forces me straight out into the corridor. Her defensive wall of pride slams shut instantly.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming lust has severely angered and repelled her.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ПОШЛАЯ ШУТКА + РОСТ ПОХОТИ */
<<else>>
<<set $jessica_lust += 5>>
<<set $jessica_rel += 1>>
<center><img src="images/events/jessica/jessica_selfie2.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "Well, well... look who's standing there, absolutely burning up from head to toe. What's the matter, $son_name? Is the view of me in this underwear making it too hard for you to breathe?">>
</div>
<p style="margin-top: 15px;">She lets out a low, deeply provocative chuckle, slowly arching her back further on the sheets while her sharp eyes hold mine with an intensely mocking, heavily charged heat. Through our passive link, I can feel her own pulse leap with a sudden, taboo wave of shared excitement, triggered by my raw state.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense arousal has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<if $jessica_rel lt 10>>
/* --- ОТКАЗ --- */
<center><img src="images/events/jessica/jessica_selfie_angry.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I give the door a light tap. Jessica gasps, instantly dropping her phone and spinning around. Her face turns bright red with embarrassment and immediate anger.
<br><br>
<<say $older_sister_name "Get the hell out, $son_name! Have you ever heard of knocking?! Don't you dare look at me right now, just leave!">>
<br>
She glares at me until I back away and shut the door. Her walls are as high as ever, and she definitely isn't ready to let me into her private space.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(148, 226, 213, 0) 0%, rgba(148, 226, 213, 0.1) 50%, rgba(148, 226, 213, 0) 100%); border-top: 1px solid rgba(148, 226, 213, 0.3); border-bottom: 1px solid rgba(148, 226, 213, 0.3); max-width: 500px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #94e2d5);">ℹ️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #94e2d5; letter-spacing: 1px; font-size: 0.85em; display: block;">NOT ENOUGH TRUST</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">You need higher relationship with $older_sister_name (10+) to talk now.</span>
</div>
</div>
<<else>>
/* --- УСПЕХ --- */
<center><img src="images/events/jessica/jessica_selfie2.jpg" width="70%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I knock gently and step into the light. Jessica startles slightly, lowers her phone, but instead of snapping, she rolls her eyes with a half-smile. "You have terrible timing, you know that?"
<br><br>
"The photos look great from here," I reply smoothly. She blinks, a light blush dusting her cheeks. "Oh, really? Well... I suppose I need a second opinion on which one to post." We spend the next ten minutes looking over her screen together, her strict boundaries softening as she enjoys the attention.
</div>
<<set $jessica_rel += 1>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Indulging her vanity has brought you significantly closer.</span>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
Kitchen\
</div>\
<div id="lisa-mon-content">
<center>\
<img src="images/events/lisa/lisa_dishes.webp" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The kitchen is quiet, save for the sound of running water and the soft clinking of porcelain. <strong>$mother_name</strong> is standing at the sink, washing the leftover dishes from breakfast.
<br><br>
Her hair is tied up neatly, and she's completely focused on her task, her back arched gracefully as she leans over the counter. The light fabric of her dress outlines her mature silhouette in a way that fills the quiet room with a subtle, domestic warmth.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The Orb's connection thrums gently in my mind. I can catch a steady, soft ripple of her current thoughts—she is lost in the quiet, meditative rhythm of her morning chores, her mind relaxed but carrying a strange, heavy warmth that makes her sigh softly against the warm running water.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ (ПОХОТЬ) */
<div class="char-link">
<<link "👁️ Discreetly admire her form">>
<<set $player_lust += 10>>
<<set $lisa_kitchen_mon_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-mon-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/lisa_dishes.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay back near the archway, quietly watching the rhythmic movements of her body as she scrubs and rinses the plates. The warm afternoon sun catches the stray locks of her hair, making her look incredibly radiant. There is something deeply hypnotic about watching her in this private, domestic moment, and the low hum of the Orb in the house only heightens my desire. I slip away before she turns around.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ ДЖОНА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Watching her daily routine has fueled your inner fire.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Offer to help her with the dishes">>
<<set $lisa_kitchen_mon_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-mon-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/lisa/lisa_dishes.webp" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step right up to the sink, intending to help, but the suffocating, raw heat of my arousal is completely unavoidable. <strong>$mother_name</strong> turns around with a light smile, but she stops mid-sentence as her gaze locks onto my heavily flushed face, my tense framing, and the ragged breaths I can't quite suppress. The heavy tension in the narrow kitchen becomes electric instantly.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ОТРИЦАТЕЛЬНО */
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center><img src="images/events/lisa/lisa_angry.webp" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "John... Is something wrong? Your face is completely red, and you're breathing so hard... it's actually quite unsettling. Please, go clear your head in the living room. I don't think I need your help with the dishes right now.">>
</div>
<p style="margin-top: 15px;">She turns back to the sink, her shoulders visibly stiffening as she creates a deliberate distance between us. The comfortable warmth of the room suddenly feels cold and heavy.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ИГРИВЫЙ КОММЕНТАРИЙ + РОСТ ПОХОТИ */
<<else>>
<<set $lisa_lust += 5>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_dishes1.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "My, my, $son_name... you look absolutely burning up from head to toe. Is it the heat from the hot water, or are you just... very hungry for something else?">>
</div>
<p style="margin-top: 15px;">She lets out a soft, highly suggestive hum, turning her body slightly toward mine while her eyes hold my gaze with a lingering, heavily charged warmth. Through our stable link, a sudden surge of taboo curiosity and shared desire ripples straight from her subconscious into my chest, thoroughly triggered by how completely undone I am right before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Finish up and leave" "Corridor">><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_dishes1.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I grab a dish towel and step up beside her. "Let me help you with those, Mom," I say with a smile. She blinks, startled out of her thoughts, then beams at me with genuine delight. "Oh, thank you, $son_name! That's so sweet of you."
<br><br>
We spend the next twenty minutes working side-by-side in the quiet kitchen, chatting easily about her plans for the house and how the week is starting out. It's a peaceful, grounding moment that leaves us both feeling much closer.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your helper attitude has earned her sincere appreciation.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Finish up and leave" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$older_sister_name's Room\
</div>\
<div id="jessica-mon-content">
<center>\
<img src="images/events/jessica/jessica_working.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The door is slightly ajar. Inside, <strong>$older_sister_name</strong> is sitting at her desk, completely focused on her work. She's wearing a pair of stylish reading glasses that focus her sharp gaze.
<br><br>
She’s wearing a comfortable oversized shirt, writing down some notes. She looks uncharacteristically academic and intensely focused, her chewing on the end of a pen as she thinks, completely unaware of my presence.
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly against my ribs. I can easily catch a faint, sharp echo of her current mood—she is deeply stressed by her studies, her analytical mind running at maximum capacity, but underneath that logic, there is an unstable, restless layer of raw mental tension waiting to snap.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
/* ОПЦИЯ 1: НАБЛЮДЕНИЕ (ПОХОТЬ) */
<div class="char-link">
<<link "👁️ Discreetly watch her work">>
<<set $player_lust += 10>>
<<set $jessica_room_mon_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-mon-content">>
<center><img src="images/events/jessica/jessica_working2.webp" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stay in the shadows of the doorway, watching the serious expression on her face. She decided to make an important call and automatically began sucking her finger. Combined with the cleavage of her shirt, this sight could have driven anyone crazy. There is an undeniable heat in seeing her so cold, calculating, and brilliantly focused. The Orb pulses gently in my mind, as if enjoying the sight of this unyielding mind before its eventual surrender. After a long moment, I quietly pull back.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Her strict, intelligent aura has only added fuel to your desire.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
/* ОПЦИЯ 2: РАЗГОВОР */
<div class="char-link">
<<link "🗣️ Knock and ask about her project">>
<<set $jessica_room_mon_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-mon-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (100%) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/jessica/jessica_mirror_notice.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step into her room, but the suffocating, raw heat of my arousal is completely unavoidable. <strong>$older_sister_name</strong> stops writing and spins around, her sharp eyes scanning my heavily flushed face, my tense framing, and the deep, uneven breaths I can't hide. She catches the desperate tension radiating from my entire body instantly.
<br><br>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> ГРУБО ВЫПРАВЛИВАЕТ */
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
<center><img src="images/events/jessica/jessica_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "What the hell is wrong with you, $son_name?! Look at yourself—you're completely flushed, breathing like a total maniac, and staring at me like a degenerate! I'm right in the middle of a major project, so get the hell out of my room this instant!">><br>
</div>
<p style="margin-top: 15px;">She aggressively taps her pen against the desk, her face hardening into an icy, lethal glare that brooks zero arguments. Her defensive wall of pride locks up, expelling me straight back out into the hallway.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming lust has severely angered and repelled her.</span>
</div>
</div>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> ПОШЛАЯ ШУТКА + РОСТ ПОХОТИ */
<<else>>
<center><img src="images/events/jessica/jessica_working1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<<set $jessica_lust += 5>>
<<set $jessica_rel += 1>>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "Well, well... look who's standing there, absolutely melting from head to toe. What's the matter, $son_name? Is the view of me studying making it too hard for you to keep your composure, or are you just imagining what's hiding underneath this oversized shirt? You look so tight and ready to snap... maybe you want to step a little closer and help me focus?">><br>
</div>
<p style="margin-top: 15px;">She lets out a low, deeply provocative chuckle, slowly biting the end of her pen while her sharp eyes hold mine with an intensely mocking, heavily charged heat. Through our passive link, I can feel her own pulse leap with a sudden, taboo wave of shared excitement, triggered by my desperate state right before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense arousal has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Похоть < 100) === */
<<else>>
<<set $jessica_rel += 1>>
<center><img src="images/events/jessica/jessica_working1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I give the door a soft knock. <strong>$older_sister_name</strong> blinks, slightly startled, and slides her glasses down her nose to glare at me. "$son_name? I'm right in the middle of something. What is it?"
<br><br>
"Just saw you working hard, wondered what the project is about," I say calmly. She sighs, tapping her pen against the desk. "I'm writing a term paper for the institute, $son_name," she sighs, tapping her pen impatiently against the desk as she glances at me over the rims of her glasses. "And it's due tomorrow morning. The professor is notoriously strict about deadlines, and I still have three full chapters of data analysis left to compile. So unless you've suddenly become an expert in advanced macroeconomics and want to type this out for me, I really need you to close the door and let me focus."
<br><br>
Her tone is dismissive, but she doesn't seem genuinely angry—just stressed by the workload. I give her a small nod and step out, leaving her to her notes.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Showing respect for her work has kept things peaceful between you.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her work" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Basement</div>
<div id="lisa-basement-content">
<center>
<img src="images/events/lisa/lisa_laundry.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
The cool basement air carries the warm, soapy scent of laundry fabric softener. <strong>$mother_name</strong> is down here, sorting through a pile of clothes next to the washing machine.
<br><br>
She’s wearing a comfortable domestic outfit, bent slightly over a laundry basket as she checks the labels. The rhythmic hum of the appliances and the dim lighting give the basement a very isolated, private atmosphere.
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The Orb's resonance feels remarkably stable in this enclosed space. I can catch a steady, soft frequency from her subconscious—she is thoroughly relaxed by the rhythmic, mechanical hum of the appliances, her mind completely clear of daily stress and uniquely vulnerable to our private, invisible link.
</span>
<</if>>
</div>
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px;">
<<nobr>>
<div class="char-link">
<<link "👁️ Discreetly watch her work">>
<<set $player_lust += 10>>
<<set $lisa_basement_tue_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-basement-content">>
<center>
<img src="images/events/lisa/lisa_laundry1.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(235, 160, 172, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; color: #eee; font-family: 'Georgia', serif;">
I watch her from the stairs. As she reaches for a box of detergent, her clothes shift, highlighting her mature curves in the soft light. There's a quiet, heavy intimacy to watching her do chores down here all alone. I slip away before the machine cycle ends.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching her private routine in the basement has fueled your inner fire.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
<</replace>>
<</link>>
</div>
<div class="char-link">
<<link "🗣️ Help her with the heavy baskets">>
<<set $lisa_basement_tue_done to true>>
<<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#lisa-basement-content">>
<<if $player_lust eq 100>>
/*<center><img src="images/events/lisa/lisa_laundry2.jpeg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step completely down into the dim basement, but the thick, suffocating aura of my arousal is entirely written all over my face. <strong>$mother_name</strong> turns around with a heavy basket, but she instantly freezes. Her eyes sweep over my heavily flushed face and the ragged, deep breaths I can't suppress. Isolated down here in the private quiet, the air turns electric.
<br><br>
<<if $lisa_rel lt 15>>
<<set $lisa_rel -= 1>>
<center><img src="images/events/lisa/lisa_angry.webp" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "John... Is something wrong? You look... completely flushed. Why are you breathing like that and staring at me so intensely? It is actually quite inappropriate and makes me very uncomfortable down here. Please, go back upstairs and calm down.">>
<br>
</div>
<p style="margin-top: 15px;">Her warm look immediately drops into a strict, deeply defensive maternal frown. She holds the laundry basket protectively between us, erecting a heavy wall of boundaries that cuts off the space.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your overwhelming intensity has made her uncomfortable.</span>
</div>
</div>
<<else>>
<<set $lisa_lust += 5>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_laundry2.jpeg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $mother_name "My, my, $son_name... you look absolutely burning up from head to toe. Is it the heat from the dryer down here, or are you just... very hungry for something else? Why don't you step closer? Since we're all alone in the basement, let me see if I can help you relax a little... You look like you need it.">><br>
</div>
<p style="margin-top: 15px;">A slow, deeply suggestive hum escapes her lips as she sets the heavy basket down, her gaze holding mine with an intensely warm, uncharacteristically playful heat. Through the stable connection of the Orb, a sudden wave of taboo curiosity and shared desire ripples straight from her subconscious into my chest, triggered by how completely undone I am before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); box-sizing: border-box;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac); box-sizing: border-box;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, pent-up state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
</div>
<<else>>
<<set $lisa_rel += 1>>
<center><img src="images/events/lisa/lisa_laundry2.jpeg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; color: #eee; font-family: 'Georgia', serif;">
"Let me carry those heavy sheets for you, Mom," I say, stepping down. She looks up, brushing a strand of hair from her face, and smiles warmly. "Oh, thank you, $son_name! Sorting all this is a workout on its own." We spend a few minutes working together, chatting comfortably.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac); box-sizing: border-box;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your helper attitude has earned her sincere appreciation.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Return to the hallway" "Corridor">><</link>></div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">\
$older_sister_name's Room\
</div>\
<div id="jessica-tue-content">
<center>\
<img src="images/events/jessica/jessica_reading.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
The door is slightly open. Inside, <strong>$older_sister_name</strong> is curled up on her bed, completely engrossed in a thick hardcover book.
<br><br>
She looks remarkably peaceful, holding the book close. The analytical, cold gaze she usually trains on the world is gone, replaced by a soft look of pure concentration as she turns a page.
<<if $orb_power gte 2>>
<br><br>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb hums softly against my ribs. I can easily catch a faint, sharp echo of her current mood—her logical mind is hard at work absorbing the text, but underneath that academic focus, there is a restless, growing weight of taboo curiosity that makes her pulse beat a fraction faster.
</span>
<</if>>
</div>\
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px;">\
<<nobr>>
<div class="char-link">
<<link "👁️ Watch her read for a bit">>
<<set $player_lust += 10>><<set $jessica_room_tue_done to true>><<advanceTime>><<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-tue-content">>
<center>
<img src="images/events/jessica/jessica_reading1.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">
</center>
<div style="text-align: center; margin: 15px auto; color: #eee; font-family: 'Georgia', serif;">
I stand silently at the door, watching her. She shifts slightly, her hair falling over her shoulder, completely lost in the story. There is a calm, quiet charm to her right now that contrasts heavily with her biting daytime comments. I quietly leave before she looks up.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Her serene, quiet form has added fuel to your internal fire.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
<div class="char-link">
<<link "🗣️ Knock and ask about the book">>
<<set $jessica_room_tue_done to true>><<advanceTime>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-tue-content">>
<<if $player_lust eq 100>>
/*<center><img src="images/events/jessica/jessica_reading2.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I step right inside her room, but the intense, raw aura of my arousal is completely unavoidable. <strong>$older_sister_name</strong> blinks, pulling her gaze from the pages, but she stops as her sharp eyes catch my heavily flushed face, my rigid posture, and the ragged breaths I can't control.
<br><br>
<<if $jessica_rel lt 15>>
<<set $jessica_rel -= 1>>
<center><img src="images/events/jessica/jessica_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "What the hell do you think you're doing, $son_name? Look at yourself—you're completely flushed, breathing like a maniac, and staring at me like a total degenerate. I am trying to study for an important exam, so get the hell out of my room this instant!">>
<br>
</div>
<p style="margin-top: 15px;">She slams her hardcover textbook shut with a loud, aggressive thud, her voice dropping into a lethal, icy glare. Her defensive wall of pride slides up instantly, pushing me right back out.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, overwhelming intensity has severely angered and repelled her.</span>
</div>
</div>
<<else>>
<<set $jessica_lust += 5>>
<<set $jessica_rel += 1>>
<center><img src="images/events/jessica/jessica_reading2.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;"><br>
<<say $older_sister_name "Well, well... look who's standing there, absolutely burning up from head to toe. What's the matter, $son_name? Is the view of me curled up on the bed making it too hard for you to keep your composure, or are you just imagining something... forbidden? You look so ready to snap... maybe you want to step closer and 'quiz' me on something more interesting?">>
<br>
</div>
<p style="margin-top: 15px;">She lets out a low, deeply provocative chuckle, slowly tracing her fingers along the edge of the blanket while her sharp eyes hold mine with a heavily charged, mocking heat. Through our psychic link, I can feel her own pulse leap with a hidden wave of taboo excitement, thoroughly triggered by how completely undone I am right before her eyes.</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); font-size: 0.9em; box-sizing: border-box;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your intense arousal has sparked a mirroring desire within her.</span>
</div>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her room" "Corridor">><</link>>
</div>
</div>
<<else>>
<<set $jessica_rel += 1>>
<center><img src="images/events/jessica/jessica_reading2.jpg" width="100%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I tap gently on the doorframe. "Good book?" I ask.
<br><br>
Jessica blinks, pulling her gaze from the pages, and slides her glasses down her nose with a weary sigh.
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $older_sister_name "I wish. It's incredibly dry and boring, but I absolutely need to read two more sections today if I want to be ready for the exam on Thursday. The professor loves to ask about the most obscure details from this exact textbook, so I can't afford to skip anything. Now, unless you're here to quiz me on microeconomic theories, please let me get back to it.">>
</div>
<br>
Her tone is characteristically sharp, but her posture is relaxed, and she seems more stressed about her academic load than genuinely annoyed by my interruption.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Showing interest in her struggles helps chip away at her defenses.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Leave her to her studies" "Corridor">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div><<nobr>>
/* === ПОНЕДЕЛЬНИК (Index 0) === */
/* Обед */
<<set $lisa_kitchen_mon_done to false>> /* Лиза: мытье посуды на кухне */
<<set $jessica_room_mon_done to false>> /* Джессика: написание курсовой в комнате */
/* === ВТОРНИК (Index 1) === */
/* Обед */
<<set $lisa_basement_tue_done to false>> /* Лиза: стирка в подвале */
<<set $jessica_room_tue_done to false>> /* Джессика: чтение учебника в комнате */
/* === СРЕДА (Index 2) === */
/* (В Среду используются базовые случайные вечерние сценарии, флагов нет) */
/* === ЧЕТВЕРГ (Index 3) === */
/* Обед */
<<set $emma_room_event_done to false>> /* Эмма: дефолтный дневной ивент с уроками */
<<set $jessica_livingroom_event_done to false>> /*Джессика в гостиной*/
/* Вечер */
<<set $emma_livingroom_event_done to false>> /* Эмма: игра на приставке в гостиной */
/* === ПЯТНИЦА (Index 4) === */
/* Обед */
<<set $lisa_backyard_event_done to false>> /* Лиза: загорает у бассейна*/
<<set $jessica_room_event_done to false>> /* Джессика: подглядывание через приоткрытую дверь */
/* Вечер */
<<set $lisa_livingroom_event_done to false>> /* Лиза: отдых на диване у телевизора */
<<set $jessica_basement_event_done to false>> /* Джессика: эротичная стирка на четвереньках */
/* === СУББОТА (Index 5) === */
/* Обед */
<<set $lisa_room_sat_done to false>> /* Лиза: спокойный отдых на кровати в спальне */
<<set $emma_backyard_sat_done to false>> /* Эмма: надувной круг и покачивание бедрами в бассейне */
<<set $jessica_bathroom_sat_done to false>> /* Джессика в ванной комнате */
/* Вечер */
<<set $lisa_kitchen_sat_done to false>> /* Лиза: готовка субботнего ужина в фартуке */
<<set $greg_livingroom_sat_done to false>> /* Грег: мужской разговор в гостиной у ТВ */
<<set $jessica_room_sat_eve_done to false>> /* Джессика: примерка платья и селфи перед зеркалом */
<<set $emma_room_sat_eve_done to false>> /* Эмма: ленивый серфинг в телефоне на кровати */
/* === ВОСКРЕСЕНЬЕ (Index 6) === */
/* Обед */
<<set $lisa_cleaning_room_done to false>> /* Лиза: влажная уборка в комнате Джона у Орба */
<<set $jessica_backyard_sun_done to false>> /* Джессика: загорает в красном бикини */
<<set $emma_room_sun_done to false>> /* Эмма: прослушивание музыки в больших наушниках */
/* Вечер */
<<set $lisa_bathroom_sun_eve_done to false>> /* Лиза: lavender-уход и лосьон в ванной */
<<set $jessica_room_sun_eve_done to false>> /* Джессика: секси-селфи в кружевном топе (проверка 10+ Trust) */
/* === ГЛОБАЛЬНЫЕ СЮЖЕТНЫЕ СБРОСЫ (УТРО ПОСЛЕ ОРБА) === */
/* Системные флаги утренних реакций на кухне */
<<set $lisa_morning_reaction_done to false>>
<<set $jessica_morning_reaction_done to false>>
<<set $emma_morning_reaction_done to false>>
<</nobr>>\
/* === СБРОС ТРИГГЕРОВ НОЧНЫХ СНОВ (Чтобы реакция была строго ОДИН раз утром) === */
<<set $emma_dream_trigger to false>>
<<set $jessica_dream_trigger to false>>
<<set $lisa_dream_trigger to false>>
/* === СБРОС СЛУЧАЙНЫХ СОБЫТИЙ === */
<<set $emma_secret_door_done to false>>
<<set $jessica_secret_door_done to false>>
<<set $parents_shower_ntr_done to false>>
<<set $kitchen_parents_event_done to false>>
/===*Визит Эммы в комнату игрока*===/
<<set $emma_visited_player_today to false>>
/===*Визит Эммы на пустую кухню*===/
<<set $emma_kitchen_tease_done to false>><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 15px; font-family: 'Segoe UI', sans-serif; letter-spacing: 1px;">\
The First Spark\
</div>\
<center>
<img src="images/locations/myroom_day.jpg" width="80%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">\
</center>
<div style="text-align: center; margin: 20px auto; max-width: 700px; line-height: 1.6; font-family: 'Georgia', serif; color: #eee;">
I wake up with a strange, sharp clarity in my mind, as if a heavy fog has finally lifted. The air in my bedroom feels different—still and quiet, yet somehow more acute. On my desk, the Orb rests in perfect silence, but its surface is no longer completely inert. A faint, barely visible violet ripple shimmers beneath the stone, pulsing like a slow, deep heartbeat.
<br><br>
The intense, chaotic mental links from the previous nights have quieted down, stabilizing into something new. I can feel a fragile, invisible thread that connects my mind with the other inhabitants of the house.
<br><br>
It's a passive, ghost-like sensation. A faint psychic echo that lets me barely perceive the distant, blurry background hum of their current moods.
</div>
<div style="text-align: center; margin-top: 30px;">
[[Step out into the hallway|Corridor_First_Encounter]]
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #fab387; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Hallway</div>\
<div id="encounter-content">
<center>\
<img src="images/locations/corridor_day.jpg" width="70%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.4);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
I open my eyes, my mind sharp and buzzing with the newly anchored, passive psychic thread of the Orb. Suddenly, the sharp, persistent sound of the front doorbell echoes through the house, shattering the morning silence.
<br><br>
Curiosity getting the better of me, I crack my bedroom door open just a few inches and peer downstairs into the entrance hallway.
</div>\
<div style="text-align: center; margin-top: 20px; font-family: 'Georgia', serif;">\
<<nobr>>
<div class="char-link" style="display: inline-block;">
<<link "👁️ Look down the stairs">>
<<replace "#encounter-content">>
<center>
<img src="images/events/corridor/agents.webp" width="60%" style="max-width: 800px; border-radius: 8px; border: 2px solid #fab387; box-shadow: 0 0 20px rgba(250, 179, 135, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
At the front door stand two tall men in immaculate black suits and dark sunglasses, despite it being early morning. <strong>$father_name</strong> and <strong>$mother_name</strong> are talking to them in hushed, incredibly tense voices.
<br><br>
I can't catch the exact words, but my newly heightened senses pick up a thick wave of anxiety radiating from my parents. One of the agents holds a strange, metallic device that clicks faintly. After a brief exchange, Greg sternly shakes his head, and the men tip their hats, stepping back into a black sedan parked outside. The front door shuts, and my parents look at each other with pale, worried faces.
<br><br>
What the hell was that? Do they know about the Orb? Before I can ponder further, a sound right in front of me cuts my thoughts short.
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "⚡ Turn around" "Corridor_First_Encounter_Part2">><</link>>
</div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Hallway</div>\
<div id="jessica-towel-content">
<center>\
<img src="images/events/jessica/jessica_towel.jpg" width="40%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.3);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">\
I pull my head back from the stairs and turn around to slip back into my room, but I instantly freeze. The bathroom door right opposite mine swings open, and <strong>$older_sister_name</strong> steps out into the corridor, enveloped in a thick cloud of lavender steam.
<br><br>
She is wrapped only in a white bath towel, her damp skin glistening under the hallway lights. We both gasp, completely caught off guard by each other's sudden, close presence in the narrow space.
</div>\
<div style="text-align: center; margin-top: 20px; font-family: 'Georgia', serif;">\
<<nobr>>
<div class="char-link" style="display: inline-block;">
<<link "👁️ Stare at her">>
<<set $player_lust += 15>>
<<run UIBar.update()>>
<<set $jessica_corruption += 1>>
<<replace "#jessica-towel-content">>
<center>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.5); line-height: 0;">
<img src="images/events/jessica/jessica_towel_drop.gif" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
Startled by my sudden movement, Jessica jumps back with a sharp intake of breath. Her wet fingers lose their grip on the tucked fabric, and in a split second of pure accident, the towel slips completely from her body, pooling on the floor at her feet.
<br><br>
For one eternal, breathless heartbeat, she stands completely exposed before me. My newly acute senses devour every detail—the perfect curve of her breasts, her flat belly, and the breathtaking line of her hips.
<br><br>
Then, reality crashes back. Jessica lets out a panicked shriek, frantically snatches the towel, and, turning a bright, fiery red, slams her bedroom door shut. But as the door clicks into place, the faint psychic thread of the Orb pulses in my mind, catching an unexpected echo from behind the wood. Amidst the storm of her rage and mortification, there is a tiny, hidden spike of dark, forbidden excitement. She didn't just hate that I saw her... a small, buried part of her was thrilled by it. My heart is hammering against my ribs. Between the strange men in suits and this view, the new week is starting with pure chaos.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1.5px; font-size: 1em; display: block;">AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">That stunning, accidental view of Jessica is burned into your mind.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
[[Go downstairs to the kitchen|Corridor_First_Encounter_Part3]]
</div>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #fab387; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>\
<center>\
<img src="images/locations/kitchen_morning.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.4);">\
</center>\
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.5; font-family: 'Georgia', serif; color: #eee; font-size: 1.05em;">\
When I walk downstairs into the kitchen, the usual morning chatter is completely absent. The family is gathered around the breakfast table, but the atmosphere is heavy and suffocatingly tense.
<br><br>
<strong>$father_name</strong> is aggressively stabbing at his plate, staring into space with suppressed anger.
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $father_name "They have no right to just show up at a private residence with those... scanning devices. It's a complete violation of privacy.">>
</div>
<strong>$mother_name</strong> quickly puts a hand over his, her face visibly pale as she tries to calm him down.
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $mother_name "Hush, Greg, please... Not in front of the children. They said it was just a routine checkup after the meteorological anomaly on Monday. Let's just... keep our heads down and not attract any more attention.">>
</div>
<strong>$younger_sister_name</strong> looks completely confused by the conversation, quietly chewing her toast, while my newly sharpened senses catch a completely different wave of energy from across the table.
<br><br>
I look up and lock eyes with <strong>$older_sister_name</strong>. She’s fully dressed now, but her face instantly flushes a furious, fiery crimson the moment she sees me enter. She glares at me with a dangerous mix of intense embarrassment and pure venom, her fingers tightly gripping her fork as she remembers the accidental towel incident from just ten minutes ago. The faint psychic thread of the Orb pulses in my mind, letting me feel the raw, unfiltered heat of her mortification.
<br><br>
Breakfast ends in an uncomfortable, rigid silence. Nobody feels like talking anymore, and as the plates are cleared, everyone quickly disperses to different corners of the house to escape the heavy mood.
</div>\
<div style="text-align: center; margin-top: 30px; font-family: 'Georgia', serif;">\
<<nobr>>
<div class="char-link" style="display: inline-block;">
<<link "Leave the kitchen as the morning ends">>
/* Автоматический перевод игры в субботний ОБЕД */
<<set $dayPhase to "afternoon">>
<<run UIBar.update()>>
<<goto "Corridor">>
<</link>>
</div>
<</nobr>>\
</div>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">$younger_sister_name's Room</div>\
<div id="emma-secret-door-content">
<center>
<img src="images/locations/emma_door.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 15px;">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.5; font-family: 'Georgia', serif; color: #eee;">
I approach <strong>$younger_sister_name's</strong> room, but the door is locked from the inside. There's no sound coming from her room, but with the secondary power of the Orb humming in my mind, the air in the corridor feels heavily charged.
<br><br>
I lean my forehead against the cool wood and close my eyes, tuning into the passive mental thread. My mind instantly pierces the physical barrier, catching a feverish, erratic psychic echo. Emma is alone, her skin burning, and her mind is clouded with a thick, heavy pleasure. The nighttime contacts have awakened a restless curiosity in her, and right now, in secret, she is exploring her own body, shivering silently on her bed.
<br><br>
The realization that I am mentally peering into her most private moment makes my blood run hot.
</div>
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">
<<nobr>>
<div style="text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #a6e3a1; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<div class="char-link">
<<link "👁️ Indulge in her mental echo">>
<<set $player_lust += 15>>
<<set $emma_corr += 1>>
<<set $emma_lust to 0>>
<<set $emma_secret_door_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#emma-secret-door-content">>
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<img src="images/events/emma/emma_mastr_echo.gif" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stand in the hallway, holding my breath as her mental ecstasy reaches its peak and slowly fades into a wave of sleepy exhaustion. Every shutter of her pleasure echoed inside my own mind. Stepping back from the door, I slip away into the hallway, a fire raging inside my chest.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Her secret desires are beginning to mirror the paths you paved in her dreams.</span>
</div>
</div>
/* УВЕДОМЛЕНИЕ О РАЗВРАЩЕННОСТИ ЭММЫ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.2) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.5); border-bottom: 1px solid rgba(166, 227, 161, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #a6e3a1);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Her inner walls are crumbling, giving way to a hidden, dark depravity.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
[[Return to the hallway|Corridor]]
</div>
<</replace>>
<</link>>
</div>
</div>
</div>
<</nobr>>\
</div>
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">$older_sister_name's Room</div>\
<div id="jessica-secret-door-content">
<center>
<img src="images/locations/jessica_door.jpg" width="100%" style="max-width: 800px; border-radius: 8px; margin-bottom: 15px;">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.5; font-family: 'Georgia', serif; color: #eee;">
The door to <strong>$older_sister_name's</strong> room is locked tight, which is completely expected from her. However, today my acute senses catch a barely audible, rhythmic friction of silk sheets against the mattress.
<br><br>
The Orb-link in my mind starts to vibrate. I close my eyes and tune into her frequency, piercing the door's barrier. A heavy, shallow breathing breaks into my mind—Jessica, always so stoic and frigid during the day, is biting down on her pillow to muffle her moans. Fragments of the erotic visions I planted in her head are tearing through her defenses, her body burning with a sudden, desperate urge for release. Her pride has completely melted away in this solitary, primal passion.
</div>
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">
<<nobr>>
<div style="text-align: left; border-left: 3px solid #f5c2e7; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #f5c2e7; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<div class="char-link">
<<link "👁️ Eavesdrop on her secret pleasure">>
<<set $player_lust += 15>>
<<set $jessica_corr += 1>>
<<set $jessica_lust to 0>>
<<set $jessica_secret_door_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#jessica-secret-door-content">>
<center>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 20px rgba(245, 194, 231, 0.4); line-height: 0;">
<img src="images/events/jessica/jessica_mastr_echo.gif" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I press close to the door, capturing every frantic spike of her arousal until she finally shudders and goes completely still, gasping softly into her bed. Knowing how helpless and vulnerable the fierce "ice queen" is against her hidden cravings fills me with a sense of pure triumph. I quietly step back.
</div>
/* УВЕДОМЛЕНИЕ О ПОХОТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Her daylight arrogance is completely powerless against the mental ripples of the Orb.</span>
</div>
</div>
/* УВЕДОМЛЕНИЕ О РАЗВРАЩЕННОСТИ ДЖЕССИКИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.2) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.5); border-bottom: 1px solid rgba(245, 194, 231, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #f5c2e7);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">The pride of the ice queen cracks heavily under the weight of the growing bond.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
[[Return to the hallway|Corridor]]
</div>
<</replace>>
<</link>>
</div>
</div>
</div>
<</nobr>>\
</div>
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Bathroom</div>\
<div id="parents-shower-content">
<center>
<img src="images/locations/parents_door.jpg" width="70%" style="max-width: 800px; border-radius: 8px; margin-bottom: 15px;">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.5; font-family: 'Georgia', serif; color: #eee;">
I approach the bathroom door, expecting to find it empty or catch $mother_name finishing her evening routine. However, as I reach for the handle, I freeze. The door is locked, and through the thick wood, I can hear the heavy rushing of the shower water combined with low, muffled whispers and a deep, masculine chuckle.
<br><br>
It's <strong>$father_name</strong>. He must have slipped away from the living room to join her. The warm lavender steam is leaking into the hallway, carrying an intense, humid weight. With the power of the Orb humming in the back of my mind, the air feels completely electric. My curiosity takes over, and I lean in closer toward the glass slit in the upper panel.
</div>
<div class="family-interactions" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif;">
<<nobr>>
<div style="text-align: left; border-left: 3px solid #eba0ac; padding-left: 15px; display: inline-block; width: 100%; box-sizing: border-box;">
<p style="color: #eba0ac; font-weight: bold; margin-bottom: 8px;">Actions:</p>
<div style="display: flex; flex-direction: column; gap: 6px;">
<div class="char-link">
<<link "👁️ Peer through the glass slit">>
<<set $player_lust += 15>>
<<set $lisa_lust to 0>>
<<set $greg_lust to 0>>
<<set $parents_shower_ntr_done to true>>
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#main-exit-btn">><</replace>>
<<replace "#parents-shower-content">>
/* === ВАРИАНТ 1: ДЕФОЛТНЫЙ (ORB POWER = 1) === */
<<if $orb_power eq 1>>
<center>
<div style="display: inline-block; max-width: 100%; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<img src="images/events/bathroom/parents_shower.gif" style="display: block; max-width: 100%; height: auto;">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
Through the fogged-up glass of the shower stall, I see them. <strong>$mother_name</strong> and <strong>$father_name</strong> are standing closely together under the rushing hot water. Greg has his heavy arms wrapped around her waist, pulling her slick, soapy body tight against his chest. Lisa's head is tilted back, her eyes closed in pure relaxation as he softly massages her shoulders, their silhouettes blending in the steam.
<br><br>
They are completely lost in their own private, intimate world, whispering things I can't hear over the noise of the water. Watching my parents like this—raw, wet, and completely uninhibited—sends a strange, forbidden jolt of adrenaline straight through my veins. The Orb pulses, feeding on the intense domestic energy before I quietly force myself to step back into the shadows of the hallway.
</div>
/* === ВАРИАНТ 2: УРОВЕНЬ СИЛЫ 2+ (РАНДОМ ИЗ ДВУХ БОЛЕЕ ИНТИМНЫХ ГИФОК) === */
<<else>>
<<set _randomNtrGif to either(
"images/events/bathroom/parents_shower1.webp",
"images/events/bathroom/parents_shower2.webp"
)>>
<center>
<div style="display: inline-block; max-width: 100%; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 25px rgba(235, 160, 172, 0.5); line-height: 0;">
<img @src="_randomNtrGif" style="display: block; max-width: 100%; height: auto;">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
Peering through the glass, the scene inside is completely different from before, dripping with a newly awakened, heavy carnality. The ascending power of the Orb has clearly begun to erode their decades-old marital restraint. <strong>$father_name</strong> and <strong>$mother_name</strong> are no longer just showering together. They use the bathroom to indulge in pleasure. It seems passion has completely overwhelmed them.
<br><br>
<strong>$mother_name</strong> is letting out breathless, uninhibited gasps, completely abandoned to the rough pleasure of his touch under the pelting water. There is a frantic, quase-sinful intensity to their coupling now, a raw desire that used to stay buried in the shadows of the night. The fragile psychic thread in my mind burns red-hot, channeling the absolute surge of their shared ecstasy straight into my own consciousness before they finally collapse into each other, breathless and spent.
</div>
<</if>>
/* ГЛОБАЛЬНОЕ УВЕДОМЛЕНИЕ (ОБЩЕЕ ДЛЯ ОБОИХ ВАРИАНТОВ) */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">Witnessing their private, marital intimacy has left your blood boiling.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
[[Return to the hallway|Corridor]]
</div>
<</replace>>
<</link>>
</div>
</div>
</div>
<</nobr>>\
</div>
</div>
<div id="main-exit-btn" style="margin-top: 20px; text-align: center;">\
[[Go back to the hallway|Corridor]]\
</div>
<<nobr>>
/* === ПРОВЕРКА СЮЖЕТНОГО ТРИГГЕРА: ЭММА У ДВЕРИ === */
/* Условия: эксперимент с ногами завершен, сила Орба 2+, событие еще не видели */
<<if $emma_feet_experiment_done is true
and $orb_power gte 2 and $emma_talk_stage gte 3
and $emma_caught_spying_parents isnot true>>
/* Фиксируем факт столкновения и уводим на сцену паники Эммы */
<<set $emma_caught_spying_parents to true>>
<<goto "Event_Emma_Parents_Voyeur">>
<</if>>
<</nobr>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Master Bedroom</div>
<div id="parents-secret-content">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0;">
<img src="images/locations/parents_door.jpg" width="50%" style="max-width: 800px; border-radius: 8px;">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
As I passed the door to my parents' bedroom, I heard moans of pleasure. Thanks to the growing influence of the Orb, the air in the hallway feels heavy, carrying a raw vibration of hidden thoughts. I almost physically felt that my parents are having sex right now.
<br><br>
A wave of heat and curiosity swept over me. I could spy on them. I'm sure they're too busy with the process for me to be afraid of being discovered.
<</nobr>>
</div>
<<if $orb_power gte 2>>
<div style="text-align: center; margin: 10px auto; max-width: 700px;">
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The violet threads of the Orb weave straight through the wooden door frame. I can catch a double frequency from their minds—Lisa's hidden submissiveness and Greg's rising, archaic dominance are starting to align, their defensive marital barriers wearing incredibly thin.
</span>
</div>
<</if>>
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #ca9ee6; padding-left: 15px;">
<<nobr>>
/* ОПЦИЯ 1: ШПИОНАЖ */
<div class="char-link">
<<link "👁️ Discreetly spy on their intimate moment">>
<<replace "#parents-secret-exit">><</replace>>
<<set $player_lust += 15>>
/* ОБНУЛЕНИЕ ПОХОТИ РОДИТЕЛЕЙ ПО ИТОГУ СЦЕНЫ */
<<set $lisa_lust to 0>>
<<set $greg_lust to 0>>
<<advanceTime>>
<<run UIBar.update()>>
/* РАНДОМИЗАЦИЯ ТРЕХ GIF ДЛЯ ПОДГЛЯДЫВАНИЯ */
<<set _randomParentsVideo to either(
"images/events/parents_room/parents.mp4",
"images/events/parents_room/parents1.mp4",
"images/events/parents_room/parents2.mp4"
)>>
<<replace "#parents-secret-content">>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source @src="_randomParentsVideo" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stood frozen and holding my breath, watching their passionate sex act. <<print$mother_relation.toUpperFirst()>> was so different from the role she played for us during the day. Now I saw a woman moaning and writhing, impaled on $father_name's cock. My pulse drums heavily in my ears as I drink in the illicit scene before silently stepping back into the corridor, leaving them to completely exhaust their carnal desires in the quiet of their room.
</div>
/* УВЕДОМЛЕНИЕ О РОСТЕ ВОЗБУЖДЕНИЯ ДЖОНА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Witnessing their raw, unmasked desires has left your mind spinning.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
<</nobr>>
</div>
</div>
<div id="parents-secret-exit" style="margin-top: 20px; text-align: center;">
[[Go back to the hallway|Corridor]]
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">My Room</div>
<div id="emma-visit-content">
<center>
<img src="images/events/emma/emma_enters.jpg" width="60%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3);">
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I was just relaxing in my room when the door suddenly creaked open without a knock. <strong>$younger_sister_name</strong> slipped inside, holding her phone and wearing a lazy smile.
<br><br>
"Hey, $son_name! It was getting super boring in my room, so I decided to come hang out with you," she chirped, hopping right onto the edge of my bed.
<</nobr>>
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<<if $orb_power gte 2>>
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb thrums softly. Being in my private space, I can catch her drifting mood—she genuinely seeks my company, her mind completely light and unguarded, finding comfort in my proximity.
</span>
<</if>>
</div>
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #a6e3a1; padding-left: 15px;">
<<nobr>>
/* ОПЦИЯ 1: ОБЩАТЬСЯ */
<div class="char-link">
<<link "🗣️ Chat with her on the bed">>
<<replace "#main-room-exit">><</replace>>
<<replace "#emma-visit-content">>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК) === */
<<if $player_lust eq 100>>
/*<center><img src="images/events/emma/emma_visit.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>*/
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.4;">
I sit down right next to her, but the raw, uncontainable heat of my arousal is completely written all over my face. My breathing is ragged and heavy. <strong>$younger_sister_name</strong> stops talking mid-sentence, her eyes widening as she catches my flushed face and my raging erection bursting through my pants.
<br><br>
/* REACTION 1: НИЗКИЕ ОТНОШЕНИЯ ДЛЯ ПИКА (<25) -> ОТКАЗ */
<<if $emma_rel lt 25>>
<<set $emma_rel -= 1>>
<center><img src="images/events/emma/emma_frown.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Whoa, $son_name... What is wrong with you? Your face is completely red, you're breathing like you're out of air, and you're staring at me so weirdly! It's actually super creepy. I think I'll just go back to my room!">>
</div>
<p style="margin-top: 15px;">She quickly stands up from the mattress, her face hardening into an uncomfortable frown as she rushes out, slamming the door. Her defensive barriers lock tight.</p>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px;">
<div style="font-size: 1.5em;">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw intensity has uncomfortable and repelled her.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Stay in your room" "MyRoom">><</link>></div>
/* REACTION 2: ВЫСОКИЕ ОТНОШЕНИЯ ДЛЯ ПИКА (25+) -> УСПЕХ И РЕЗОНАНС */
<<else>>
<<set $emma_rel += 1>>
<<set $emma_lust += 5>>
<center><img src="images/events/emma/emma_visit.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<br><br>
<p style="margin-top: 15px; font-family: 'Georgia', serif;">
Instead of backing away, a sudden, heavy wave of heat fluttered deep within her chest. The Orb's energy surged between us like wildfire, its rhythmic throbbing breaking down her innocence and creating a dangerous, shared vibration.
<br><br>
</p>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<<say $younger_sister_name "Whoal... It looks like I caught you right in the middle of something interesting. What's the matter, $son_name?Looks like you've been up to some nasty stuff here. Did I interrupt you?">>
<br><br>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic;">
<strong>$younger_sister_name</strong> lets out a low, deeply provocative chuckle, shifting her weight on my mattress as her eyes hold mine with an intensely coquettish, heavily charged heat. Through our passive link, a sudden surge of taboo excitement ripples straight from her subconscious into my chest, thoroughly triggered by how completely undone I am right before her eyes.
</p>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, desperate state has triggered an answering spark of desire within her.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 20px;"><<link "Let her stay and chat" "MyRoom">><</link>></div>
<</if>>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ (Если Возбуждение в норме) === */
<<else>>
<<set $emma_rel += 1>>
<center><img src="images/events/emma/emma_visit.jpg" width="60%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I welcome her with a smile and shift over to give her more room on the bed. We chat about everything from stupid school rumors to music to weekend plans.
<br><br>
<strong>$younger_sister_name</strong> gestures cheerfully, sometimes playfully nudging me with her elbow, and her genuine laughter fills the room. It's an incredibly cozy and warm moment of familial trust, which makes me appreciate her visits even more. When the conversation dies down, a pleasant lightness remains in my soul.
</div>
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ ОБ ОТНОШЕНИЯХ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Emma genuinely enjoys spending her free time in your room.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Continue relaxing in your room" "MyRoom">><</link>>
</div>
<</if>>
<</replace>>
<</link>>
</div>
<</nobr>>\
</div>\
</div>
<div id="main-room-exit" style="margin-top: 20px; text-align: center;">\
[[Tell her you're busy and ask her to leave|MyRoom]]\
</div><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>
<div id="kitchen-secret-content">
/* === ВЕТВЛЕНИЕ ВИЗУАЛА И ОПИСАНИЯ ОТ СИЛЫ ОРБА === */
<<if $orb_power lte 1>>
/* СИЛА ОРБА 1 И МЕНЕЕ: НЕВИННЫЕ ОБЪЯТИЯ */
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0;">
<img src="images/events/kitchen/parents_kitchen.jpeg" width="100%" style="max-width: 800px; border-radius: 8px;">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I was about to step into the kitchen, but a sudden sound made me freeze right at the doorway. The lights are dimmed, and through the half-open door, I catch an unexpected sight.
<br><br>
<strong>$father_name</strong> and <strong>$mother_name</strong> are standing close to each other near the counter, wrapped in a warm, quiet embrace. They are whispering softly, sharing a rare, peaceful moment of spousal affection away from the daily household stress.
<</nobr>>
</div>
<<else>>
/* СИЛА ОРБА 2+:ИНТИМНЫЙ ПРИЖИМ НА СТОЛЕШНИЦЕ */
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0;">
<img src="images/events/kitchen/parents_kitchen3.jpeg" width="100%" style="max-width: 800px; border-radius: 8px;">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I was about to step into the kitchen, but a sudden sound made me freeze right at the doorway. The lights are dimmed, and through the half-open door, I catch an intensely provocative, heavy sight.
<br><br>
<strong>$father_name</strong> has lifted <strong>$mother_name</strong> completely onto the kitchen counter, pinning her body down as he presses his hips firmly into her center. She has wrapped her shapely legs tightly around his waist, pulling him closer as they exchange heavy, breathy whispers. They are completely lost in each other, the quiet domestic kitchen burning with a raw, unmasked desire.
<</nobr>>
</div>
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ДЛЯ УРОВНЯ 2+ */
<div style="text-align: center; margin: 10px auto; max-width: 700px;">
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb thrums aggressively against my ribs. In this close space, the psychic echo is overwhelming—I can feel the dangerous alignment of $mother_name's complete submission yielding to $father_name's dominant touch. Their marital boundaries are melting right before my eyes.
</span>
</div>
<</if>>
<div class="family-interactions" style="margin: 0 auto; max-width: 600px; text-align: left; border-left: 3px solid #ca9ee6; padding-left: 15px;">
<<nobr>>
/* ОПЦИЯ 1: ПОДГЛЯДЫВАТЬ */
<div class="char-link">
<<link "👁️ Stay in the shadows and watch them">>
<<replace "#kitchen-secret-exit">><</replace>>
<<set $player_lust += 15>>
/* ОБНУЛЕНИЕ ПОХОТИ РОДИТЕЛЕЙ ПОСЛЕ РАЗРЯДКИ */
/*<<set $lisa_lust to 0>>
<<set $greg_lust to 0>>*/
<<advanceTime>>
<<run UIBar.update()>>
<<replace "#kitchen-secret-content">>
/* === ВЕТВЛЕНИЕ ШПИОНАЖА ПО СИЛЕ ОРБА === */
<<if $orb_power lte 1>>
/* УРОВЕНЬ ОРБА 1 И МЕНЕЕ — ПРОСТЫЕ ОБЪЯТИЯ */
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0;">
<img src="images/events/kitchen/parents_kitchen2.webp" width="100%" style="max-width: 800px; border-radius: 8px;">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stand frozen in the dim hallway, watching them through the crack of the door. <strong>$father_name</strong> has his arms wrapped tightly around <strong>$mother_name</strong>, holding her close in a long, quiet embrace against the counter. They are whispering softly, sharing a rare moment of peaceful affection away from the daily stress. I watch them for a brief moment before silently stepping back.
</div>
<<else>>
/* УРОВЕНЬ ОРБА 2 — ИНТИМНЫЙ ПРИЖИМ НА СТОЛЕШНИЦЕ */
<center>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0;">
<img src="images/events/kitchen/parents_kitchen1.jpeg" width="100%" style="max-width: 800px; border-radius: 8px;">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
I stand frozen in the dim hallway, my breath completely catching in my throat. <strong>$father_name</strong> has lifted <strong>$mother_name</strong> up, seating her directly onto the kitchen counter. He is pressing his groin firmly against her thighs, while she has wrapped her long legs tightly around his waist, pulling him deeper into her space. Every soft, breathless sigh escaping her lips is intensely amplified by the artifact's heavy vibration. I watch their highly charged, illicit friction with a racing pulse before forcing myself to slip away.
</div>
<</if>>
/* === НАЧИСЛЕНИЕ ПОХОТИ РОДИТЕЛЯМ (ЛИМИТ КОНТРОЛИРУЕТ PASSAGEREADY) === */
<<nobr>>
<<set $lisa_lust += 15>>
<<set $greg_lust += 15>>
<</nobr>>\
/* КРАСИВОЕ ДВУХЭТАЖНОЕ УВЕДОМЛЕНИЕ О РОСТЕ ВОЗБУЖДЕНИЯ РОДИТЕЛЕЙ */
<div class="parents-lust-alert">
<div class="stat-icon">🔥</div>
<div class="stat-text">
<span class="stat-title">PARENTS' LUST INCREASED</span>
<span class="stat-sub">The highly charged, illicit friction has left both of them deeply aroused.</span>
</div>
</div>
<style>
.parents-lust-alert {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px;
background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%);
border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4);
max-width: 550px; margin-left: auto; margin-right: auto;
}
.parents-lust-alert .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac); }
.parents-lust-alert .stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block; text-align: left; }
.parents-lust-alert .stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; text-align: left; }
</style>
/* УВЕДОМЛЕНИЕ О РОСТЕ ВОЗБУЖДЕНИЯ ДЖОНА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); max-width: 550px; border-left: none !important;">
<div style="font-size: 1.8em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Witnessing their raw, unmasked desires has left your mind spinning.</span>
</div>
</div>
<div style="text-align: center; margin-top: 20px;">
<<link "Return to the hallway" "Corridor">><</link>>
</div>
<</replace>>
<</link>>
</div>
<</nobr>>
</div>
</div>
<div id="kitchen-secret-exit" style="margin-top: 20px; text-align: center;">
[[Go back to the hallway|Corridor]]
</div><<nobr>>
/* === ОБНОВЛЕННЫЙ КРИТИЧЕСКИЙ ПЕРЕХВАТ С УЧЕТОМ СЮЖЕТНЫХ ВЕХ === */
<<set _emmaCatchRoll to random(1, 100)>>
<<if $emma_corr gte 5 and _emmaCatchRoll lte 30>>
/* Проверяем, видел ли уже Джон сон про неё */
<<if $emma_relief_dream_done is true>>
<<if $emma_spy_confirmed_done isnot true>>
/* Шаг 2: Перехват со слежкой Джона за Эммой (Новый сюжетный эвент) */
<<goto "MyRoom_Mastr_Emma_Catch_Step2">>
<</if>>
<<else>>
/* Шаг 1: Старое событие скрытого подгляда Эммы */
<<goto "MyRoom_Mastr_Emma_Catch">>
<</if>>
<</if>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">My Room</div>
<div style="text-align: center; margin: 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/myroom/mastr.webm" type="video/webm">\
</video>\
</div>\
</center>\
<br>
Locking the bedroom door to ensure absolute privacy, I finally give in to the overwhelming pressure. Collapsing onto the unmade bed, I let my hands guide me away from the agonizing edge, forcing the distracting images out of my head. My breath comes in heavy, ragged gasps until a sudden, intense wave of relief breaks through the tension. My heart slows down, the suffocating fog finally lifts from my mind, and pure calm washes over me.
<br><br>
<<nobr>>
I am finally back in control of myself.
<</nobr>>
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О СБРОСЕ ВОЗБУЖДЕНИЯ */
<<nobr>>
<div class="stat-down-alert-clear">
<div class="stat-icon">❄️</div>
<div class="stat-text">
<span class="stat-title">AROUSAL FULLY CLEARED</span>
<span class="stat-sub">Your mind is perfectly calm, still, and completely back in control</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Return to your senses" "MyRoom">><<run UIBar.update()>><</link>>
</div>
<style>
.stat-down-alert-clear {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px;
background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%);
border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4);
max-width: 550px; margin-left: auto; margin-right: auto;
}
.stat-down-alert-clear .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa); }
.stat-down-alert-clear .stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; font-size: 0.9em; letter-spacing: 1px; display: block; text-align: left; }
.stat-down-alert-clear .stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; text-align: left; }
</style>
<</nobr>><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">User Desktop</div>
<div id="computer-relief-content" style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0; margin-bottom: 20px;">
/* ЗАМЕНА НА ПЛЕЕР КИНЕМАТОГРАФИЧНОГО MP4 ВИДЕО */
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source @src="$currentVideo" type="video/webm">
</video>
</div>
</center>
Locking the door to ensure absolute privacy, I slump back into my chair and stare at the glowing monitor. The explicit scenes on the screen blur with my racing thoughts as I finally give in to the overwhelming pressure. My hands move in a frantic, desperate rhythm, driving me over the agonizing edge.
<center>\
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #f38ba8; box-shadow: 0 0 20px rgba(243, 139, 168, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/myroom/mastr1.webm" type="video/webm">\
</video>\
</div>\
</center>\
<br><br>
<<nobr>>
A heavy wave of intense relief suddenly ripples through my veins, washing away the suffocating tension. My breathing slowly calms down, the heavy fog lifts from my eyes, and my mind returns to absolute stillness. I am finally back in control.
<</nobr>>
</div>
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О СБРОСЕ ВОЗБУЖДЕНИЯ */
<<nobr>>
<div class="stat-down-alert-clear">
<div class="stat-icon">❄️</div>
<div class="stat-text">
<span class="stat-title">AROUSAL FULLY CLEARED</span>
<span class="stat-sub">Your mind is perfectly calm, still, and completely back in control</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Turn off monitor and stand up" "MyRoom">><<run UIBar.update()>><</link>>
</div>
<style>
.stat-down-alert-clear {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px;
background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%);
border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4);
max-width: 550px; margin-left: auto; margin-right: auto;
}
.stat-down-alert-clear .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa); }
.stat-down-alert-clear .stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; font-size: 0.9em; letter-spacing: 1px; display: block; text-align: left; }
.stat-down-alert-clear .stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; text-align: left; }
</style>
<</nobr>><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Bathroom</div>
<div id="shower-safe-content" style="text-align: center; margin: 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<center>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 20px rgba(137, 180, 250, 0.4); line-height: 0; margin-bottom: 20px;">
<img src="images/events/bathroom/shower_mastr.gif" width="100%">
</div>
</center>
I turn on the water, letting the hot streams wash over my shoulders. As the heavy steam quickly fills the room and isolates me from the rest of the house, I finally give in to the overwhelming pressure. Under the loud, rushing torrents, I relieve the agonizing tension clawing at my senses. The physical release combined with the cascading water washes the heavy fog completely from my mind.
<br><br>
By the time I turn off the faucet and dry myself, my heart has slowed down, and I feel completely revitalized, clear-headed, and back in control.
</div>
<<nobr>>
/* КРАСИВОЕ ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О СБРОСЕ ВОЗБУЖДЕНИЯ */
<div class="stat-down-alert-clear">
<div class="stat-icon">❄️</div>
<div class="stat-text">
<span class="stat-title">AROUSAL FULLY CLEARED</span>
<span class="stat-sub">Your mind is perfectly calm, still, and completely back in control</span>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">><?‍<<run UIBar.update()>><</link>>
</div>
<</nobr>>
<style>
.stat-down-alert-clear {
display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px;
background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%);
border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4);
max-width: 550px; margin-left: auto; margin-right: auto;
}
.stat-down-alert-clear .stat-icon { font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa); }
.stat-down-alert-clear .stat-title { font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; font-size: 0.9em; letter-spacing: 1px; display: block; text-align: left; }
.stat-down-alert-clear .stat-sub { font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em; text-align: left; }
</style>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Bathroom</div>
<div id="shower-interrupted-content">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/bathroom/emma_enters.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<<nobr>>
Just as I stood under the hot streams of the shower trying to get rid of lustful thoughts, the bathroom door suddenly clicks and swings open.
<br><br>
<strong>$younger_sister_name</strong> steps inside, completely lost in her thoughts, wrapped in a towel. She takes two steps before she finally looks up and sees me entirely bare.
<</nobr>>
</div>
/* === ВЕТВЛЕНИЕ НА ОСНОВЕ ОТНОШЕНИЙ С ЭММОЙ === */
<<if $emma_rel lt 20>>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<20) -> СМУЩЕНИЕ И ОТКАЗ */
/*<<set $emma_rel -= 1>>*/
<center>\
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">\
<img src="images/events/emma/emma_frown.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</div>\
</center>\
<div style="margin-top: 15px; margin-bottom: 12px; text-align: left;">
<<say $younger_sister_name "Ew, $son_name! Why the hell didn't you close the door?">>
</div>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee;">
Her face instantly turns bright red. She squeaks in embarrassment, covers her eyes with her hand, and aggressively slams the bathroom door shut from the outside. The heavy sound echoes in the humid air, leaving me standing under the cold spray with a burning face.
</div>
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О ПАДЕНИИ ОТНОШЕНИЙ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your clumsy carelessness has embarrassed her and damaged your bond.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Quickly dry yourself and leave" "Corridor">><<run UIBar.update()>><</link>>
</div>
<<else>>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ ДЛЯ ПИКА (20+) -> ИГРИВЫЙ РЕЗОНАНС ОРБА */
<<nobr>>
<<set $emma_rel += 1>>
<<set $emma_lust += 5>>
<<set $emma_corr += 2>>
<p style="margin-top: 15px; font-family: 'Georgia', serif; text-align: center;">
Instead of running away, a sudden, warm wave of heat ripples straight through her chest. The Orb's energy flares between us in the damp air, violently melting her sisterly filters and turning her surprise into an intense, taboo fascination.
</p>
<center>
<div style="max-width: 700px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">\
<img src="images/emma_room_evening_sits2.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">
</div>
</center>
<</nobr>>
<<nobr>>
<div style="margin-top: 12px; margin-bottom: 12px; text-align: left;">
<<say $younger_sister_name "Oh $son_name, I didn't expect to see you here. Why didn't you close the door? Did you do this on purpose? Admit it, you did it on purpose so I'd catch you naked? Tee hee">>
</div>
<</nobr>>
<<nobr>>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic; text-align: center;">
<strong>$younger_sister_name</strong> lets out a low, deeply provocative chuckle, resting her shoulder against the doorframe without making a single move to leave. Her eyes hold mine with an intensely coquettish, heavily charged heat as she drinks in my bare, desperate state. Through our psychic link, a sudden surge of shared excitement crashes into my chest, triggered by how completely undone I am before her eyes.
</p>
<</nobr>>
/* ТРЕХЭТАЖНОЕ УВЕДОМЛЕНИЕ ДЛЯ УСПЕХА (ДОБАВЛЕНА РАЗВРАЩЕННОСТЬ) */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, exposed state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Seeing you like this has permanently pushed her moral boundaries.</span>
</div>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Turn off the water and head to your room" "MyRoom">><<run UIBar.update()>><</link>>
</div>
<</nobr>>
<</if>>
</div>
<<if $shower_interrupter is "L">>
<<goto "Bathroom_Shower_Lust_Relief_Interrupted_Lisa">>
<<elseif $shower_interrupter is "E">>
<<goto "Bathroom_Shower_Lust_Relief_Interrupted_Emma">>
<</if>> <div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<<nobr>>
Deciding to quickly relieve the tension, I took out my phone and turned on one of my favorite videos to speed up the process.
Just as I am caught in the absolute peak of my desperate, uncontainable arousal, the bathroom door clicks open.
<br><br>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.5); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/bathroom/lisa_enters.mp4" type="video/mp4">
</video>
</div>
</center>
<br><br>
<strong>$mother_name</strong> walked inside, causing me to drop my phone in surprise. She didn't expect to see me here and she was surprised by my clumsy attempts to hide what was happening. $mother_relation caught me red-handed in the middle of my forbidden, raw relief.
<</nobr>>
</div>
/* === ВЕТВЛЕНИЕ НА ОСНОВЕ ОТНОШЕНИЙ С ЛИЗОЙ === */
<<nobr>>
<<if $lisa_rel lt 15>>
/* РЕАКЦИЯ 1: НИЗКИЕ ОТНОШЕНИЯ (<15) -> СМУЩЕНИЕ И СТРОГИЙ ОТКАЗ */
<center>
<img src="images/events/lisa/lisa_angry.webp" width="80%" style="max-width: 800px; border-radius: 8px;"></center>
<div style="margin-top: -12px; margin-bottom: -12px; text-align: left;">
<div style="margin-top: 15px; margin-bottom: 12px; text-align: left;">
<<say $mother_name "$son_name! Oh my goodness... basic boundaries, please! Lock the door next time!">>
</div>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee;">
Her face instantly turns heavily flushed with pure shock. Gasping, she immediately recoils, shielding her eyes with her handt, and quickly backs out of the room, slamming the door tight. The heavy echo leaves me frustrated, my skin burning with embarrassment.
</div>
/* ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О ПАДЕНИИ ОТНОШЕНИЙ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(243, 139, 168, 0) 0%, rgba(243, 139, 168, 0.15) 50%, rgba(243, 139, 168, 0) 100%); border-top: 1px solid rgba(243, 139, 168, 0.4); border-bottom: 1px solid rgba(243, 139, 168, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f38ba8);">⚠️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f38ba8; letter-spacing: 1px; font-size: 0.9em; display: block;">RELATIONSHIP DECREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw intensity and carelessness have made her deeply uncomfortable.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Leave the bathroom" "Corridor">><e run UIBar.update()><</link>>
</div>
<<else>>
/* РЕАКЦИЯ 2: ВЫСОКИЕ ОТНОШЕНИЯ (15+) -> УСПЕХ И ЛЮБОПЫТСТВО ОРБА */
<<set $lisa_rel += 1>>
<<set $lisa_lust += 5>>
<<set $lisa_corr += 2>>
<p style="margin-top: 15px; font-family: 'Georgia', serif; text-align: center;">
Instead of backing away, a sudden, heavy wave of heat flares deep within her chest. The Orb's energy surges through theroom, instantly shattering her maternal defense mechanisms and twisting her initial panic into a strange, taboo fascination.
</p>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<strong>$mother_name</strong> completely freezes in place. Her eyes go wide as she instinctively recoils for a second, trying to look away—but her gaze refuses to obey. Slowly, the initial shock on her flushed face melts into an uncharacteristic, intense curiosity.
<br><br>
She begins to steal long, unguarded glances at my clumsy attempts to hide my protruding cock back in my shorts, her breathing growing noticeably heavier in the humid silence of the room.
</div>
<div style="margin-top: 12px; margin-bottom: 12px; text-align: left;">
<<say $mother_name "My goodness, $son_name... you should really remember to lock the door. You're all grown up now and I don't want the girls to stumble upon you like this. I'll just... leave you to finish...erm...your business. Just be more careful next time, okay?">>
</div>
<p style="margin-top: 15px; font-family: 'Georgia', serif; font-style: italic; text-align: center;">
A low, deeply submissive hum escapes her throat as she turns around with slow, trembling steps, closing the door behind her but leaving a heavy, uncontainable spark of taboo desire lingering in the air. Through our stable link, a sudden wave of shared excitement crashes straight into my ribs, triggered by how thoroughly captivated she was by the raw sight of my body.
</p>
/* ТРЕХЭТАЖНОЕ УВЕДОМЛЕНИЕ ДЛЯ УСПЕХА ЛИЗЫ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your raw, exposed state has ignited a mirroring spark of desire within her.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Stealing glances at her naked son has heavily pushed her moral boundaries.</span>
</div>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Head to your room" "MyRoom">><<run UIBar.update()>><</link>>
</div>
<</nobr>>
<</if>>
<</nobr>><<nobr>>
/* Список гифок */
<<set $eroticDreams to [
"images/videos/dream.gif",
"images/videos/dream1.gif",
"images/videos/dream2.gif",
"images/videos/dream3.webp",
"images/videos/dream4.webp",
"images/videos/dream5.gif",
"images/videos/dream6.gif",
"images/videos/dream7.gif",
"images/videos/dream8.webp",
"images/videos/dream9.webp",
"images/videos/dream10.webp",
"images/videos/dream11.webp",
"images/videos/dream12.webp",
"images/videos/dream13.webp",
"images/videos/dream14.webp",
"images/videos/dream15.webp"
]>>
/* 1. Выбираем случайный файл из твоего массива изображений */
<<set $currentDreamVideo to $eroticDreams.random()>>
/* 2. Сбрасываем дневные флаговые ограничения */
<<set $emma_visited_player_today to false>>
<<set $emma_caught_player_mastr to true>>
<<set $kitchen_parents_event_done to false>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Night Visions</div>
<div style="text-align: center; margin: 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.5); line-height: 0; margin-bottom: 20px;">
/* ПРАВИЛЬНЫЙ ВЫВОД ПЕРЕМЕННОЙ ЧЕРЕЗ ЗНАК @ */
<img @src="$currentDreamVideo" width="100%" style="max-width: 800px; border-radius: 8px;">
</div>
</center>
As soon as I close my eyes, the uncontainable arousal racing through my veins twists my rest into a vivid, feverish dream.
<br>
My excitement did not allow my mind to calm down. Images of various depraved sex flashed before my eyes.
<br><br>
<<if $emma_spied_night_trigger is true>>
/* Деактивируем флаг, чтобы событие не спамило в следующие ночи */
<<set $emma_spied_night_trigger to false>>
/* Открывается гарантированный сюжетный переход ко второй фазе сна */
<div class="char-link" style="text-align: center; margin-top: 25px;">
<<link "The dream suddenly shifts and grows sharper..." "MyRoom_Erotic_Dream_Emma_Phase">><</link>>
</div>
<<else>>
/* Если Джон лег спать просто со 100% похоти (без подгляда Эммы) — обычный выход */
The night brought no relief and I woke up as aroused as I was before.
<div class="char-link" style="text-align: center; margin-top: 25px;">
<<link "Wake up" "MyRoom">><<run UIBar.update()>><</link>>
</div>
<</if>>
</div><<nobr>>
/* 1. Базовые начисления: время и похоть ГГ (лимит срежет PassageReady) */
<<advanceTime>>
<<set $player_lust += 5>>
/* 2. СОЗДАЕМ СПИСОК ДОСТУПНЫХ КАНДИДАТОВ (Отношения > 15) */
<<set _candidates to []>>
<<if $lisa_rel gt 15>>
<<run _candidates.push("Lisa")>>
<</if>>
<<if $jessica_rel gt 15>>
<<run _candidates.push("Jessica")>>
<</if>>
<<if $emma_rel gt 15>>
<<run _candidates.push("Emma")>>
<</if>>
/* 3. БРОСАЕМ КУБИК НА ПРИСОЕДИНЕНИЕ (Шанс 15%) */
<<set _tvShareRoll to random(1, 100)>>
/* Если кандидаты есть и кубик успешен — запускаем совместный просмотр */
<<if _candidates.length gt 0 and _tvShareRoll lte 15>>
/* Случайный выбор члена семьи из массива прошедших проверку */
<<set $tv_companion to _candidates.random()>>
/* Мгновенно уводим на пассаж совместного эвента */
<<if $tv_companion is "Lisa">>
<<goto "LivingRoom_TV_Lisa">>
<<elseif $tv_companion is "Jessica">>
<<goto "LivingRoom_TV_Jessica">>
<<elseif $tv_companion is "Emma">>
<<goto "LivingRoom_TV_Emma">>
<</if>>
<<else>>
/* Если никто не пришел — игра выбирает одиночную категорию (ТВ-Шоу или Фильм) */
<<set _tvCategory to either("show", "movie")>>
<</if>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room TV</div>
<div id="tv-terminal-content">
/* === КАТЕГОРИЯ 1: ПИКАНТНОЕ ТВ-ШОУ === */
<<if _tvCategory is "show">>
<<nobr>>
<<set _randomShow to either(
"images/events/livingroom/tv/tv_show1.gif",
"images/events/livingroom/tv/tv_show2.gif",
"images/events/livingroom/tv/tv_show3.gif"
)>>
<</nobr>>\
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 20px rgba(137, 180, 250, 0.4); line-height: 0;">
<img @src="_randomShow" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.5;">
I sit down and flip through the channels, stopping at a late-night adult talk show. The camera angles are unapologetically bold, tracking every movement of the attractive women on screen. The suggestive atmosphere of the broadcast echoes loudly in the quiet house, subtly heating my blood.
</div>
/* УВЕДОМЛЕНИЕ О РОСТЕ ВОЗБУЖДЕНИЯ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">The provocative show has stirred your imagination.</span>
</div>
</div>
/* === КАТЕГОРИЯ 2: ХУДОЖЕСТВЕННЫЙ ФИЛЬМ === */
<<else>>
<<nobr>>
<<set _randomMovie to either(
"images/events/livingroom/tv/movie1.gif",
"images/events/livingroom/tv/movie2.gif",
"images/events/livingroom/tv/movie3.gif"
)>>
<</nobr>>\
<center>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 15px rgba(0,0,0,0.3); line-height: 0;">
<img @src="_randomMovie" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif; line-height: 1.5;">
I grab the remote and settle on an interesting movie that just started broadcasting. The captivating plot and fast-paced editing completely steal my attention. It turns out to be a great way to let the time fly by. Before I know it, the TV screen goes black as the phase of the day shifts.
</div>
/* УВЕДОМЛЕНИЕ О РОСТЕ ВОЗБУЖДЕНИЯ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 25px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em;">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; letter-spacing: 1px; font-size: 0.9em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.8em;">The movie has left your mind drifting through various scenarios.</span>
</div>
</div>
<</if>>
</div>
/* КНОПКА ВОЗВРАТА В КОРНЕВУЮ ГОСТИНУЮ */
<div style="text-align: center; margin-top: 25px;">
<<link "Get up from the sofa" "LivingRoom">><<run UIBar.update()>><</link>>
</div>
<<nobr>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #eba0ac; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room</div>
<div id="tv-shared-lisa-content">
/* === ВЕТВЛЕНИЕ ПО СИЛЕ ОРБА === */
<<if $orb_power lte 1>>
/* --- СИЛА ОРБА 1 И МЕНЕЕ: ОБЫЧНЫЙ ПРОСМОТР --- */
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/lisa_living_room_tv.mp4" type="video/mp4">
</video>
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I was quietly watching a popular evening program when I heard soft footsteps. <strong>$mother_name</strong> walked into the living room, holding a warm mug. She smiled gently, gesturing toward the empty spot next to me on the sofa.
<br><br>
"Mind if I join you, $son_name? I finally finished all the chores and could use a little break," she murmured, settling down comfortably. We spent the next hour sharing a peaceful, cozy conversation, occasionally laughing at the jokes on screen. It was a grounding moment of domestic tranquility.
<</nobr>>
</div>
<<set $lisa_rel += 1>>
/* КРАСИВОЕ УВЕДОМЛЕНИЕ ОБ ОТНОШЕНИЯХ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing a peaceful evening television show has brought you closer.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Get up from the sofa" "LivingRoom">><<run UIBar.update()>><</link>>
</div>
<<else>>
/* --- СИЛА ОРБА 2: ПИКАНТНЫЙ ПРОСМОТР ПОД ВЛИЯНИЕМ АРТЕФАКТА --- */
<<set $player_lust += 15>>
<<set $lisa_lust += 15>>
<<nobr>>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #eba0ac; box-shadow: 0 0 20px rgba(235, 160, 172, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/lisa/lisa_living_room_tv1.mp4" type="video/mp4">
</video>
</div>
</center>
<</nobr>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
As soon as <strong>$mother_name</strong> sat down right next to me on the cushions, the remote control seemed to slide entirely onto an adult late-night film. The scenes on screen were unapologetically bold, tracking intense, provocative body angles.
<br><br>
Under the steady hum of the Orb, neither of us made a move to change the channel. The thick, heavily charged atmosphere of the broadcast quickly began to heat our blood in the silent living room, making our breathing subtly synchronous and heavy.
<</nobr>>
</div>
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ДЛЯ УРОВНЯ СИЛЫ ОРБА 2 */
<br><br>
<div style="text-align: center; margin: 10px auto; max-width: 700px;">
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The violet thread of the Orb thrums aggressively between our chests. I can catch a drifting frequency from her mind—the provocative broadcast is rapidly wearing down her internal maternal filters, making her skin remarkably sensitive to my close physical presence on the sofa.
</span>
</div>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК 100) === */
<<if $player_lust gte 100>>
<<set $lisa_corr += 1>>
<<set $lisa_rel += 1>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<br><br>
The raw, uncontainable heat of my arousal is completely written all over my body. My breathing is ragged, and the stifling tension makes the space between us on the sofa feel electric. As the explicit scene on the screen reaches its climax, <strong>$mother_name</strong> shifts slightly, her eyes drifting downward away from the screen.
<br><br>
She instantly freezes as her gaze locks onto the prominent, tight bulge straining against the fabric of my trousers. Her breath catches sharply in her throat, her lips parting in pure, unguarded shock. For a long, heavy moment, she doesn't look away, completely captivated and flustered by the undeniable proof of her $son_relation's burning desire right next to her.
</div>
/* ТРЕХЭТАЖНОЕ УВЕДОМЛЕНИЕ О ПОВЫШЕНИИ СТАТОВ ЛИЗЫ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The shared tension and the bold movie have fueled her arousal.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$mother_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Staring secretly at your rigid state has chipped away at her taboos.</span>
</div>
</div>
</div>
<</nobr>>
/* === ДЕФОЛТНЫЙ ВАРИАНТ НА УРОВНЕ 2 (Если Возбуждение ГГ в норме) === */
<<else>>
<<set $lisa_rel += 1>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
Despite the intense nature of the broadcast, we manage to maintain our composure. <strong>$mother_name</strong> occasionally shifts on the sofa, her cheeks lightly flushed under the dim blue light of the TV. We exchange small, quiet comments about the actors, pretending the explicit atmosphere isn't affecting us, but the lingering warmth between us on the mattress grows undeniably heavy.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4); max-width: 550px; margin-left: auto; margin-right: auto; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing this dense, secret moment has brought her barriers lower.</span>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 25px;">
<<link "Get up from the sofa" "LivingRoom">><<run UIBar.update()>><</link>>
</div>
<</if>>
</div>
<</nobr>><<nobr>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #f5c2e7; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room</div>
<div id="tv-shared-jessica-content">
/* === ВЕТВЛЕНИЕ ПО СИЛЕ ОРБА === */
<<if $orb_power lte 1>>
/* --- СИЛА ОРБА 1 И МЕНЕЕ: ОБЫЧНЫЙ ПРОСМОТР --- */
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 15px rgba(0,0,0,0.3); line-height: 0;">
<img src="images/events/jessica/jessica_iving_room_tv.jpg" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I was sitting on the sofa, flipping through channels, when <strong>$older_sister_name</strong> walked in. She asset her sharp eyes on the screen, crossed her long legs, and sat down at the opposite end of the couch.
<br><br>
"Move over, $son_name. There's an interesting documentary starting, and the TV in my room is giving me trouble," she said in her usual cool tone. We spent the next hour watching the program in relative silence, occasionally trading brief, analytical remarks about the topic. It was a calm, surprisingly peaceful shared moment.
<</nobr>>
</div>
<<set $jessica_rel += 1>>
/* УВЕДОМЛЕНИЕ ОБ ОТНОШЕНИЯХ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Spending time together in front of the screen has slightly softened her mood.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Get up from the sofa" "LivingRoom">><<run UIBar.update()>><</link>>
</div>
<<else>>
/* --- СИЛА ОРБА 2: ПИКАНТНЫЙ ПРОСМОТР ПОД ВЛИЯНИЕМ АРТЕФАКТА --- */
<<set $player_lust += 15>>
<<set $jessica_lust += 15>>
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #f5c2e7; box-shadow: 0 0 25px rgba(245, 194, 231, 0.4); line-height: 0;">
<img src="images/events/jessica/jessica_iving_room_tv1.jpg" width="100%">
</div>
</center>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
As soon as <strong>$older_sister_name</strong> sat down next to me, the channel flared with a provocative, late-night erotic thriller. The scenes on screen were exceptionally bold, filled with heavy sighs and explicit angles.
<br><br>
Under the steady vibration of the Orb, her usual cold, logical demeanor cracked. She didn't reach for the remote to change it. Instead, we sat in heavy silence, our eyes fixed on the display as the thick, electric tension rapidly heated the air between us.
<</nobr>>
</div>
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<br><br>
<<nobr>>
<div style="text-align: center; margin: 10px auto; max-width: 700px;">
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The subtle violet thread of the Orb thrums aggressively between us. Her analytical mind is completely paralyzed by the close proximity and the heavy broadcast, leaving her hidden, taboo curiosity fully exposed to our silent connection.
</span>
</div>
<</nobr>>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК ПРИ GTE 100) === */
<<if $player_lust gte 100>>
<<set $jessica_corr += 1>>
<<set $jessica_rel += 1>>
<<nobr>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<br><br>
The raw, uncontainable heat of my arousal is completely written all over my body. My breathing is ragged, and the heavy tension makes the space between us feel suffocating. As an exceptionally explicit moment flashes on the screen, <strong>$older_sister_name</strong> shifts her position, her sharp eyes instinctively cutting sideways.
<br><br>
She completely freezes. Her analytical gaze locks onto the prominent, tight bulge straining hard against the fabric of my trousers. Her breath catches sharply in her throat, and for a split second, a look of pure, unguarded shock replaces her cold mask. Her eyes trace the shape through my clothes, unable to look away as her cheeks flush with a heavy, forbidden warmth.
</div>
<</nobr>>
/* ТРЕХЭТАЖНОЕ УВЕДОМЛЕНИЕ О ПОВЫШЕНИИ СТАТОВ ДЖЕССИКИ */
<br><br>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The thick shared tension and the bold movie have fueled her desire.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$older_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Staring secretly at your rigid state has chipped away at her strict taboos.</span>
</div>
</div>
</div>
/* === ДЕФОЛТНЫЙ ВАРИАНТ НА УРОВНЕ 2 (Если Возбуждение ГГ в норме) === */
<<else>>
<<set $jessica_rel += 1>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
Despite the intense, explicit nature of the movie, we manage to hold our composure. <strong>$older_sister_name</strong> occasionally crosses her legs tighter, her analytical gaze locked on the screen while a soft pink flush creeps onto her collarbones. We trade cold, brief remarks, pretending the provocative atmosphere isn't affecting us, but the heavy resonance on the couch tells a completely different story.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(245, 194, 231, 0) 0%, rgba(245, 194, 231, 0.15) 50%, rgba(245, 194, 231, 0) 100%); border-top: 1px solid rgba(245, 194, 231, 0.4); border-bottom: 1px solid rgba(245, 194, 231, 0.4); max-width: 550px; margin-left: auto; margin-right: auto; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5c2e7);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5c2e7; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing this dense, silent atmosphere has brought her boundaries slightly lower.</span>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 25px;">
<<link "Get up from the sofa" "LivingRoom">><<run UIBar.update()>><</link>>
</div>
<</if>>
</div>
<</nobr>>
<<nobr>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">Living Room</div>
<div id="tv-shared-emma-content">
/* === ВЕТВЛЕНИЕ ПО СИЛЕ ОРБА === */
<<if $orb_power lte 1>>
/* --- СИЛА ОРБА 1 И МЕНЕЕ: ОБЫЧНЫЙ ПРОСМОТР --- */
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 15px rgba(0,0,0,0.3); line-height: 0; margin: 0 auto;">
<img src="images/events/emma/emma_iving_room_tv.jpg" width="100%">
</div>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
<<nobr>>
I was relaxing on the couch when the sound of quick, light footsteps echoed behind me. <strong>$younger_sister_name</strong> bounced into the room, a bright smile on her face, and plopped down right next to me, entirely ignoring the usual distance.
<br><br>
"Whatcha watching, $son_name? Can we put on that new music show? My phone is dead and I'm totally bored," she chirped, leaning in to look at the remote. We spent the next hour joking around, throwing popcorn at each other, and arguing about modern music trends. It was a wonderful, lively moment of sibling comfort.
<</nobr>>
</div>
<<set $emma_rel += 1>>
/* УВЕДОМЛЕНИЕ ОБ ОТНОШЕНИЯХ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Emma genuinely enjoyed hanging out and sharing the sofa with you.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Get up from the sofa" "LivingRoom">><<run UIBar.update()>><</link>>
</div>
<<else>>
/* --- СИЛА ОРБА 2: ПИКАНТНЫЙ ПРОСМОТР ПОД ВЛИЯНИЕМ АРТЕФАКТА --- */
<<set $player_lust += 15>>
<<set $emma_lust += 15>>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 15px rgba(0,0,0,0.3); line-height: 0; margin: 0 auto;">
<img src="images/events/emma/emma_iving_room_tv1.jpg" width="100%">
</div>
<div style="text-align: center; margin: 15px auto; max-width: 700px; line-height: 1.4; font-family: 'Georgia', serif; color: #eee;">
The moment <strong>$younger_sister_name</strong> snuggled onto the cushions right next to my hip, a scandalous, highly suggestive late-night youth drama flared onto the screen. The camera cuts were incredibly daring, leaving almost nothing to the imagination.
<br><br>
Under the heavy, pulsating rhythm of the Orb, her innocent demeanor melted away. She didn't squeak or change the channel. Instead, she sat uncharacteristically still, her breathing turning shallow and quick as the dense, intoxicating heat of the broadcast wrapped around us like wildfire.
</div>
/* ПАССИВНОЕ МЕНТАЛЬНОЕ ЭХО ORB POWER 2+ */
<br><br>
<div style="text-align: center; margin: 10px auto; max-width: 700px;">
<span style="color: #ca9ee6; font-style: italic; display: block; text-align: center;">
The violet energy of the Orb thrums heavily through the couch springs. I can catch her raw, drifting mental state—her youthful innocence is completely overwhelmed by the intense media, making her heart race as she fights a sudden, taboo curiosity regarding my immediate closeness.
</span>
</div>
/* === ВЕТВЛЕНИЕ: ВОЗБУЖДЕНИЕ НА МАКСИМУМЕ (ПИК ПРИ GTE 100) === */
<<if $player_lust gte 100>>
<<set $emma_corr += 2>>
<<set $emma_rel += 1>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<br><br>
The raw, uncontainable heat of my arousal is completely written all over my body. My breathing is ragged, and the heavy tension makes the space between us feel suffocating. As an exceptionally explicit moment flashes on the screen, <strong>$younger_sister_name</strong> shifts her position, her eyes instinctively cutting sideways.
<br><br>
She completely freezes. Her wide eyes lock onto the prominent, tight bulge straining hard against the fabric of my trousers. Her breath catches sharply in her throat, and for a long, heavy moment, a look of pure, unguarded shock replaces her playful mask. She stares intently at the shape through my clothes, unable to look away as a deep, burning blush creeps over her face and ears, completely captivated by the proof of my desire.
</div>
/* ТРЕХЭТАЖНОЕ УВЕДОМЛЕНИЕ О ПОВЫШЕНИИ СТАТОВ ЭММЫ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The shared tension and the bold movie have fueled her desire.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Staring secretly at your rigid state has chipped away at her taboos.</span>
</div>
</div>
</div>
<</nobr>>
/* === ДЕФОЛТНЫЙ ВАРИАНТ НА УРОВНЕ 2 (Если Возбуждение ГГ в норме) === */
<<else>>
<<set $emma_rel += 1>>
<div style="text-align: center; margin: 15px auto; max-width: 700px; color: #eee; font-family: 'Georgia', serif;">
Despite the intense, explicit nature of the movie, we manage to hold our composure. <strong>$younger_sister_name</strong> occasionally shifts on her cushion, her playful banter dying down as a deep flush creeps onto her cheeks. We trade quiet, slightly nervous remarks, pretending the provocative atmosphere isn't affecting us, but the heavy resonance on the couch tells a completely different story.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 15px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; margin-left: auto; margin-right: auto; border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing this dense, silent atmosphere has brought her boundaries lower.</span>
</div>
</div>
<</if>>
<div style="text-align: center; margin-top: 25px;">
<<link "Get up from the sofa" "LivingRoom">><<run UIBar.update()>><</link>>
</div>
<</if>>
</div>
<</nobr>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">My Room</div>
<div id="emma-catch-relief-content">
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_spy_mastr.mp4" type="video/mp4">
</video>
</div>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<<nobr>>
I am so completely consumed by the raging, uncontainable fire in my veins that I don't even hear the faint, metallic click of the lock. The door softly cracks open a few inches. <strong>$younger_sister_name</strong> slips her head through the gap, about to call out my name, but the words instantly die in her throat.
<br><br>
From her vantage point at the entrance, she gets a full, uninterrupted view of my bare back and the frantic, desperate rhythm of my hands guiding me away from the agonizing edge. She completely freezes in utter bewilderment, her phone clutched tightly against her chest as her face flushes into a deep, burning rose.
<br><br>
Instead of gasping or slamming the door, her high corruption chains her to the floor. For several long, suffocating moments, she stands hidden in the shadows of the doorframe, her wide eyes locked onto my movements with a heavy, dangerous mix of shock and forbidden fascination.
<</nobr>>
</div>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<<nobr>>
As I let out a low, ragged gasp, reaching the absolute edge of my release, the sudden shift in my movement startles her. Panicking that I might turn around and catch her red-handed, <strong>$younger_sister_name</strong> quickly steps back into the corridor. She softly pulls the door closed, her frantic footsteps rapidly fading down the hallway.
<br><br>
The intense wave of physical relief finally breaks through my body, washing the heavy fog completely from my mind. I sink back into the sheets, breathing heavily, completely unaware of the silent witness who just shared my most private moment.
<</nobr>>
</div>
<<nobr>>
/* НАЧИСЛЕНИЕ ГЕЙМПЛЕЙНЫХ ИТОГОВ */
<<set $player_lust to 0>>
<<set $emma_corr += 1>>
<<set $emma_lust += 15>>
<<set $emma_caught_player_mastr to true>>
<<if $emma_relief_dream_done isnot true>>
<<set $emma_spied_night_trigger to true>>
<</if>>
<</nobr>>\
/* КРАСИВОЕ УВЕДОМЛЕНИЕ О СБРОСЕ ВОЗБУЖДЕНИЯ ДЖОНА */
<<nobr>>
<div class="stat-down-alert-clear" style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div class="stat-icon" style="font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa);">❄️</div>
<div class="stat-text" style="text-align: left;">
<span class="stat-title" style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; font-size: 0.9em; letter-spacing: 1px; display: block;">AROUSAL FULLY CLEARED</span>
<span class="stat-sub" style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your mind is perfectly calm, still, and completely back in control.</span>
</div>
</div>
/* ДВУХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О СТАТАХ ЭММЫ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Watching her brother's private release has left her mind racing and highly aroused.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Spying on you secretly has permanently pushed her moral boundaries.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Return to your senses" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div>
</div>
<<nobr>>
<<set $emma_relief_dream_done to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Night Visions: Echo of Reality</div>
<div style="text-align: center; margin: 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_spy_mastr_dream.mp4" type="video/mp4">
</video>
</div>
The chaotic, blurry images of the dream suddenly snap into a something very familiar. I am no longer looking at random silhouettes. I see my own room from an impossible angle, watching myself blindly surrendered to my desperate release on the bed.
<br><br>
The door opens. I see <strong>$younger_sister_name</strong> standing in the gap, frozen, her face deeply flushed, her eyes filled with a heavy, forbidden fascination as she watches me. But the vision doesn't stop when she runs away. The perspective violently shifts, pulling my consciousness straight through the walls into her bedroom.
<br><br>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_spy_mastr_dream1.mp4" type="video/mp4">
</video>
</div>
<<set $player_lust += 30>>
I see her collapsing onto her own mattress, breathing in short, ragged gasps. The heat from what she witnessed has completely consumed her. Unable to fight the overwhelming pressure, her small hands shake as they slide under her clothes, desperately trying to touch herself and chase away the agonizing image of her brother. Her soft, breathless whimpers resonate directly inside my skull, vibrating in perfect sync with the rhythmic thrumming of the Orb.
<br><br>
<span style="color: #ca9ee6; font-style: italic;">
When my eyes violently snap open to the bright morning light, my heart is hammering against my ribs like a trapped bird. My skin is soaked in sweat, and my mind is still burning with the exact same uncontainable heat.
</span>
<br><br>
But as I look over at the dark artifact resting on my desk, a sudden, chilling realization hits me. The dream was too detailed, too raw, the physical sensations too perfectly aligned. The Orb didn't invent those images—it accumulated the intense spike of taboo desires in this house and funneled her real, hidden actions straight into my brain. It wasn't just a dream. She was actually there. She saw everything... and it changed her.
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Stand up with a heavy mind" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
<<advanceTime>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Conversation with $younger_sister_name</div>
<div id="emma-talk-container" style="text-align: center; margin: 2px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
/* ЭТАП 1: НЕВИННЫЙ — ПРО ВИДЕОИГРЫ И УРОКИ (Доступен изначально) */
<<if $emma_talk_stage eq 1>>
<<nobr>>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/lr_emma_talk.jpg" width="100%">
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
I sit down close to <strong>$younger_sister_name</strong> and ask how her school week is going and if she's managed to finish her boring homework.
<br><br>
She rolls her eyes playfully, tossing her phone onto the cushions.
<<say $younger_sister_name "Ugh, don't remind me, $son_name! Math was an absolute nightmare today. But honestly, I'd much rather talk about that new open-world game that's trending online. Have you seen the trailer? We should totally play it together sometime! Oh, if only my homework was about computer games, I would definitely be an excellent student.">>
<br><br>
We spend a pleasant time chatting about school drama, video games, and random internet memes. Her laughter is light and genuine, making the room feel comfortable and warm.
</div>
<<set $emma_rel += 2>>
<</nobr>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your easy, friendly conversation has strengthened her trust in you.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Finish the conversation" "Corridor">>
<<set $emma_talk_done_today to true>> /* Железная блокировка на сегодня */
<<set $emma_talk_stage to 2>> /* Переключаем этап */
<<run UIBar.update()>>
<</link>>
</div>
/* ========================================================================= */
/* ЭТАП 2: ИНТРИГУЮЩИЙ — ПРО ПАРНЕЙ И ПОДРУЖЕК */
/* ========================================================================= */
<<elseif $emma_talk_stage eq 2>>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/lr_emma_talk1.jpg" width="100%">
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
I lean in a bit closer and casually ask her about anything interesting that had happened to her at school recently.
<<nobr>><div style="width: 100%; margin: 4px 0;"><<say $younger_sister_name "Oh, nothing particularly interesting. Except...Never mind, it's not important.">></div><</nobr>>
<<nobr>><div style="width: 100%; margin: 4px 0;"><<say $son_name "Come on, spit it out. We're friends, aren't we? And I'll be happy to support you in anything.">></div><</nobr>>
<<say $younger_sister_name " *sigh* Fine. There is one boy at school. Lately he's been getting on my nerves. Sometimes he pulls my hair, and sometimes he makes weird and inappropriate jokes. He's such a jerk">>
<<say $son_name "I think I can figure out wha his matter is. He's simply fallen in love with you.">>
<<say $younger_sister_name "F-fallen in love? With me? This can't be true. He's so rude and impudent. How can he feel something so tender and sublime as love?">>
$younger_sister_name's cheeks flushed brightly with embarrassment. And she hastened to change the subject of the conversation.
<<say $younger_sister_name "What about you? Do you have someone in mind? Is there any hottie on your radar?">>
<<say $son_name " Why do I need some beauty when I have you?">>
$younger_sister_name's cheeks flushed even more, although it seemed impossible.
She lets out a soft, slightly nervous chuckle, her eyes holding my gaze a fraction longer than usual. The casual tone of our dialogue begins to carry a subtle, intriguing weight.
/* if there are any interesting guys on her radar at school, or what secrets her best girlfriend shares when she visits our house.
<br><br>
<strong>$younger_sister_name</strong> flushes slightly, a small, secretive smile playing on her lips. "A guy on my mind? Please, those school boys are totally immature. None of them know how to actually treat a girl. And as for my girlfriend... well, we mostly talk about music, though lately she keeps asking annoying questions about *you*, $son_name. She thinks my older brother is actually pretty cute. Crazy, right?"
<br><br>
She lets out a soft, slightly nervous chuckle, her eyes holding my gaze a fraction longer than usual. The casual tone of our dialogue begins to carry a subtle, intriguing weight.*/
</div>
<<set $emma_rel += 2>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; font-size: 0.9em; letter-spacing: 1px; display: block;">RELATIONSHIP INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Sharing little social secrets has made her feel much closer to you.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">>
<<set $emma_talk_done_today to true>> /* Железная блокировка на сегодня */
<<set $emma_talk_stage to 3>> /* Переключаем этап */
<<run UIBar.update()>>
<</link>>
</div>
/* /* /* /* /* ========================================================================= */
/* ЭТАП 3: ПИКАНТНЫЙ — РАЗГОВОР О ПОДРУГЕ ХЛОЕ, ТАБУ И РОДИТЕЛЯХ */
/* ========================================================================= */
<<elseif $emma_talk_stage eq 3>>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/lr_emma_talk3.jpg" width="100%">
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
I decide to chit-chat for a while with $younger_sister_name, approaching her to start a conversation about her friend who often visits our house.
<<say $son_name "So, what about your girlfriend, Chloe? You two spend hours locked in your room. What do you girls actually whisper about all the time?">>
<<say $younger_sister_name "Chloe? Oh, she's just silly, $son_name... Though, lately, she keeps asking a lot of weird questions about *you*. She thinks my older brother is incredibly hot and athletic, and she constantly teases me about it.">>
<<say $son_name "Oh, really? And what do you tell her when she says that?">>
<<say $younger_sister_name "I tell her to shut up!">>
<strong>$younger_sister_name</strong> blushes deeply, but under the invisible, heavy pulse of the Orb, her sisterly defenses quickly melt away. She drops her gaze to my lips before shyly holding my stare again.
<<say $younger_sister_name "But she won't listen... She tells me such... explicit things about our classmate. Things I've never even thought about before. She says such indecent things... I don't even know if I should tell you about this.">>
<<say $son_name "Come on, we're such close friends, aren't we? We shouldn't have secrets from each other. What exactly did she say about me?">>
<<say $younger_sister_name "Okay, fine. But promise me that you won't tell a single soul what I'm about to tell you.">>
<<say $son_name "Pinky promise.">>
<<say $younger_sister_name "She said... Oh my god, I'm so embarrassed... Chloe that she caught our classmate sucking a guy off in the gym's utility room! Can you even imagine that?!">>
<<say $younger_sister_name "Like, who even does that? I can't believe anyone would willingly take someone else's... you know, in their mouth. Isn't it completely dirty? She must be crazy to think about things like that.">>
<<say $son_name "Well, actually, many girls really like giving guys blowjobs. Some of them even get pure pleasure from it.">>
<<say $younger_sister_name "No way! Only girls on the streets would do such things voluntarily, and only for a lot of money!">>
<<say $son_name "You're very much mistaken, $younger_sister_name. For example, I once accidentally saw our own mother pleasing our father in exactly that way.">>
<<say $younger_sister_name "You... You're making fun of me! That can't be true! Our respectable, strict mother would do something like that? This isn't funny at all, $son_name. You're a fool! I don't want to hear another word about it!">>
The damp air between us turns remarkably heavy. It seems that my words touched her deeply and heavily stimulated her imagination. I don’t know whose image her brain painted for her right now, but the deep, burning crimson blush on $younger_sister_name’s cheeks reveals that she has just imagined the entire process in vivid detail.
</div>
<<nobr>>
<<set $player_lust += 15>>
<<set $emma_rel += 1>>
<<set $emma_lust += 10>>
<<set $emma_corr += 2>>
<</nobr>>\
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНЕЕ УВЕДОМЛЕНИЕ О ПОВЫШЕНИИ СТАТОВ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">This highly suggestive conversation has awakened a deep physical curiosity within her.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Discussing taboo topics with her brother has heavily pushed her boundaries.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">>
<<set $emma_talk_done_today to true>>
<<set $emma_talk_stage to 4>>
<<run UIBar.update()>>
<</link>>
</div>
/* ========================================================================= */
/* ЭТАП 4: СМЕЛЫЙ — РАЗГОВОР О ПОЦЕЛУЯХ И ПЕРВОМ ОПЫТЕ */
/* ========================================================================= */
<<elseif $emma_talk_stage eq 4>>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/lr_emma_talk2.jpg" width="100%">
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
I lean in even closer, shifting my weight on the cushions until our thighs are nearly pressed against each other. The lingering echo of our past secrets hangs heavily in the air, making her completely unguarded.
<<say $son_name "Hey, $younger_sister_name... Can I ask you something a bit more personal? Since we don't have secrets anymore.">>
<<say $younger_sister_name "A-about what? You already made me confess Chloe's dirtiest thoughts, $son_name... What else do you want to drag out of me?">>
<<say $son_name "Relax, it's nothing bad. I was just wondering... Have you ever actually kissed anyone yet? Like, properly?">>
<strong>$younger_sister_name</strong> blinks, her eyes widening as a sudden, soft pink hue rapidly spreads across her collarbones and cheeks. Under the silent, heavy vibration of the Orb, she shifts nervously, tugging at the edge of her shorts.
<<say $younger_sister_name "K-kissed someone? Why are you asking me that all of a sudden?!">>
<<say $son_name "Just curious. You're a beautiful girl, $younger_sister_name. I'm sure guys at your school try their luck all the time.">>
She lets out a shaky, half-embarrassed laugh, but her gaze slowly drops to my chest, completely unable to maintain a strict posture under the artifact's influence.
<<say $younger_sister_name "Well... if you must know, those high school boys are completely clueless. One guy tried to kiss me at a party last semester, but it was just... clumsy, wet, and totally gross. I pushed him away immediately. So no... I've never had a real, passionate kiss. Not a proper one.">>
I lock my eyes with her running stare, my voice dropping to a low, quiet murmur that vibrates directly in the heavy, humid space between us.
<<say $son_name "That's a shame. A girl's first proper kiss shouldn't be clumsy or gross. It should be intense... completely overwhelming, leaving your knees weak. Maybe one day someone will teach you how it's actually done.">>
<<say $younger_sister_name "M-maybe...">>
<strong>$younger_sister_name</strong> whispers breathlessly, her pupils dilating as she stares mesmerized at my lips. For a long, dangerous second, she doesn't move a single inch, completely paralyzed by the forbidden thought of her brother touching her mouth. Her breathing turns rapid, her chest heaving as the thick taboo energy of the room thoroughly overloads her imagination. Panicking before she loses control, she abruptly stands up.
<<nobr>><<say $younger_sister_name "I... I think it's getting way too hot in here. I need some fresh air right now!">><</nobr>>
</div>
<<nobr>>
<<set $player_lust += 20>>
<<set $emma_rel += 1>>
<<set $emma_lust += 15>>
<<set $emma_corr += 2>>
<</nobr>>\
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О ПОВЫШЕНИИ СТАТОВ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The intense thought of a passionate, grown-up kiss has left her deeply aroused.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Allowing herself to desire her brother's lips has heavily broken her moral filters.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">>
<<set $emma_talk_done_today to true>>
<<set $emma_talk_stage to 5>>
<<run UIBar.update()>>
<</link>>
</div>
/* ========================================================================= */
/* Этап 5: INTENSE — THE CONFESSION OF SECRET HABITS */
/* ========================================================================= */
<<elseif $emma_talk_stage eq 5>>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/lr_emma_talk4.jpg" width="100%">
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
I sit right next to her, the heavy, static tension between us stretching tighter with every second. Under the intense, purple influence of the Orb hidden under my bed, her typical playful defenses are completely shattered. She bites her lip, looking at her hands before turning her burning, red face directly toward me.
<<say $younger_sister_name "Hey, $son_name... can I ask you something? And you better promise to be completely, 100% honest with me. No backing out.">>
<<say $son_name "Sure, $younger_sister_name. What's on your mind?">>
<<say $younger_sister_name "Well... how often do you... you know, masturbate?">>
<<say $son_name "What?! Where the hell did that come from? What makes you think I even do that?">>
<strong>$younger_sister_name</strong> lets out a nervous, shaky chuckle, but she doesn't break our close gaze. The high corruption running through her veins chains her to the spot, making her hold her posture with a bold, forbidden curiosity.
<<say $younger_sister_name "Oh, come on! Chloe says that teenage guys have literally nothing but sex on their minds, and that they constantly jerk off. She says it's a proven fact. The only real question is how often. So... do you do it too? Tell me the truth, $son_name.">>
<<say $son_name "Well... I mean... in general... it's just... you know...">>
<<say $younger_sister_name "Pff, whatever, you don't even have to answer. Your awkward reaction just gave you away completely! Te-he. Who would have thought my respectable older brother was such a total pervert?">>
Her cheeks flush into an even deeper, burning crimson, although it seems completely impossible. She lets out a soft, highly excited laugh, but her eyes nervously drop to my lap for a split second, thoroughly overwhelmed by the intense mental images running through her head. The damp, electric air in the room turns suffocatingly heavy as our shared secrets bind us closer than ever.
</div>
<<nobr>>
<<set $player_lust += 20>>
<<set $emma_rel += 1>>
<<set $emma_lust += 15>>
<<set $emma_corr += 2>>
<</nobr>>\
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О РОСТЕ СТАТОВ ЭММЫ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<<nobr>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em;">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: INTIMACY DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Discussing your hidden, private habits has left her body intensely разгоряченным.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Breaking the final filters of sibling modesty has heavily warped her boundaries.</span>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">>
<<set $emma_talk_done_today to true>>
<<set $emma_talk_stage to 6>> /* Переключаем на Шестой этап (Финальный флирт) */
<<run UIBar.update()>>
<</link>>
</div>
/* ФИНАЛЬНЫЙ ПОВТОРЯЕМЫЙ ЭТАП — ОТКРОВЕННЫЙ ФЛИРТ И ИГРА НА ПРЕДЕЛЕ */
/* ========================================================================= */
<<else>>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/lr_emma_talk4.jpg" width="100%">
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
Our conversations are now completely stripped of any remaining hesitation. Taking full advantage of our absolute privacy, we flirt openly, discussing our feelings while teasing one another with incredibly bold remarks.
<br><br>
<strong>$younger_sister_name's</strong> skin stays flushed with a persistent, beautiful warmth, her eyes gleaming with pure, forbidden excitement. The mental connection of the Orb pulses in full force between us, turning a simple chat into a deeply intoxicating, slow torment that leaves both of our minds lingering right on the frantic edge of uncontainable desire.
</div>
<<set $player_lust += 15>>
<<set $emma_lust += 15>>
<<set $emma_corr += 1>>
/* ДВУХЭТАЖНОЕ УВЕДОМЛЕНИЕ О ПОВЫШЕНИИ ПОХОТИ И РАЗВРАЩЕННОСТИ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">>
<<set $emma_talk_done_today to true>> /* Фиксируем, что поговорили сегодня */
<<run UIBar.update()>>
<</link>>
</div>
<</if>>
</div>
<<nobr>>
<<if $emma_lust eq 100 and $emma_corr gt 15>>
<<goto "Kitchen_Emma_Extreme_Relief">>
<</if>>
/* ДЕФОЛТНЫЕ НАЧИСЛЕНИЯ СТАТОВ ДЛЯ ОБЫЧНОГО ГОРЯЧЕГО ФЛИРТА */
<<advanceTime>>
<<set $player_lust += 15>>
<<set $emma_lust += 10>>
<</nobr>>\
<<nobr>>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>
<</nobr>>
<div id="emma-kitchen-tease-content" style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
I step into the kitchen, expecting to find it empty, but I freeze near the counter. <strong>$younger_sister_name</strong> is already there, standing near the sink. She is wearing that backless jersey romper with incredibly short, tight shorts again, that leave her lean, smooth thighs fully exposed.
</div>
/* Компактная верстка изображения без тега center */
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/emma_kitchen1.jpg" width="100%">
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
Hearing my footsteps, she doesn't quickly turn away or act surprised. Instead, under the quiet, heavy distortion of the Orb pulsing between us, she deliberately slows down her movements, giving her hips an unapologetically slow, provocative sway before turning around.
<br><br>
<<say $son_name "Well... it seems like we both decided to visit the kitchen at the exact same time.">>
<<say $younger_sister_name "Oh, hey, $son_name...Mom asked me to help her with the housework and I decided to wash the dishes. But the atmosphere down here... it's suddenly getting so incredibly warm, don't you think?">>
<<nobr>>
A deeply coquettish, knowing smirk plays on her lips as her eyes trace my face. She rests her hips back against the smooth edge of the counter, tilting her head slightly with an intense, heavily charged heat. She knows exactly what she is doing, purposefully playing with fire in the quiet room. Her breath hitches subtly as the raw taboo attraction overloads her imagination.<</nobr>>
</div>
/* ДВУХЭТАЖНОЕ ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О РОСТЕ СТАТОВ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
/* 1. ПЛАШКА ДЖОНА — ТВОЙ ОРИГИНАЛЬНЫЙ ПЕРСИКО-РОЗОВЫЙ СТИЛЬ С ПРАВИЛЬНЫМ ЦВЕТОМ И ТЕКСТОМ */
<<nobr>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Her deliberate, bold tease has sent a heavy jolt of desire straight through your veins.</span>
</div>
</div>
/* 2. ПЛАШКА ЭММЫ — ОСТАЕТСЯ ФИРМЕННОЙ МЯТНО-ЗЕЛЕНОЙ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Provoking her brother in the middle of the day has left her highly excited.</span>
</div>
</div>
<</nobr>>
</div>
/* КНОПКА ВЫХОДА В КОРИДОР (ТАК КАК ВРЕМЯ ПРОМОТАЛОСЬ) */
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">>
<<run UIBar.update()>>
<</link>>
</div>
</div><<nobr>>
/* Начисляем геймплейные итоги для промежуточной стадии */
<<advanceTime>>
<<set $player_lust += 10>>
<<set $emma_lust += 5>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>
<div id="emma-kitchen-mild-content" style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
I step into the kitchen to grab a quick snack, but I pull up short when I see <strong>$younger_sister_name</strong> standing by the sink. She is busy washing a few plates left over from breakfast, humming a quiet tune to herself.
<br><br>
/* Компактная верстка изображения без тега center */
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 15px rgba(166, 227, 161, 0.3); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/emma_kitchen.jpg" width="100%" style="border-radius: 8px;">
</div>
She is wearing a backless jersey romper with. incredibly short, tight shorts. Even though she isn't trying to provoke me on purpose, her smooth, bare legs and the tight fit of her clothes draw my eyes instantly. Hearing my entrance, she turns her head and gives me a warm, ordinary smile.
<br><br>
<<say $son_name "Well... it seems like we both decided to visit the kitchen at the exact same time. Can't find a snack either?">>
<<say $younger_sister_name "Oh, hey, $son_name! Yeah, I just came down to grab a glass of water, and Mom asked me to tidy up the sink while I was at it. There isn't much left in the fridge, but you can check the top cupboard for cookies!">>
We share a brief, casual chat about minor household things. Her tone is grounded and innocent, yet as she turns back to the running water, the close proximity in the quiet room still leaves a subtle, warm tension lingering between us. Her cheeks hold a faint, barely noticeable blush, showing that she is becoming increasingly aware of my gaze.
</div>
/* ДВУХЭТАЖНОЕ ВИЗУАЛЬНОЕ УВЕДОМЛЕНИЕ О РОСТЕ СТАТОВ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<<nobr>>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.2) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.5); border-bottom: 1px solid rgba(235, 160, 172, 0.5); border-left: none !important;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">YOUR AROUSAL INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Watching her in this casual, private moment has fueled your desires.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your close presence near the sink has stirred a quiet excitement inside her.</span>
</div>
</div>
<</nobr>>
</div>
/* КНОПКА ВЫХОДА В КОРИДОР */
<div style="text-align: center; margin-top: 25px;">
<<link "Step out into the hallway" "Corridor">>
<<run UIBar.update()>>
<</link>>
</div>
</div>
<<nobr>>
/* Начисляем геймплейные итоги: похоть Джона в ноль, Эмма получает мощный буст */
<<set $player_lust to 0>>
<<set $emma_lust += 20>>
<<set $emma_corr += 2>>
/* Запираем эту сюжетную веху навсегда, чтобы она была одноразовой */
<<set $emma_spy_confirmed_done to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Corridor</div>
<div id="emma-catch-step2-content" style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
/* Компактная верстка видео без тега center */
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_spy_mastr.mp4" type="video/mp4">
</video>
</div>
<div style="text-align: left; margin: 15px auto; max-width: 650px;">
This time, I am fully on alert. Remembering the vivid night vision projected by the Orb under my bed, I keep my senses sharp even as I surrender to the overwhelming pressure on my mattress. My hands guide me forward, but my ears are tracking every single sound outside.
<br><br>
Suddenly, I hear it—the faint, rhythmic creak of a floorboard right outside my bedroom door. Someone is standing there, completely still. I hold my breath for a split second, catching a distinct, приглушенное, and heavily excited breathing leaking through the thin gap of the doorframe. The phantom presence from my dream is undeniably real.
<br><br>
As soon as the intense wave of physical relief breaks through my body and the suffocating tension washes away, I hear the hurried, soft footsteps rapidly retreating down the hallway. I clean myself up within seconds, my heart pounding with adrenaline, and quietly crack my door open to investigate.
<br><br>
I creep silently down the corridor towards <strong>$younger_sister_name's</strong> bedroom. Her door isn't fully shut. Peeking through the narrow slit, my breath completely catches in my throat. The prophetic dream was absolute truth.
<br><br>
/* Компактная верстка видео без тега center */
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_spy_mastr1.mp4" type="video/mp4">
</video>
</div>
She has collapsed onto her unmade sheets, her chest heaving in shallow, desperate gasps. Overwhelmed by the heavy jolt of arousal from spying on me, her small hands are shaking as they slip frantically beneath her clothes, desperately stroking her own bare skin to allay the agonizing heat. Her quiet, breathless whimpers resonate perfectly with the subtle, deep hum of the artifact back in my room. Now, I know for sure. It wasn't just a fantasy. She saw everything... and she is breaking just like the Orb showed me.
</div>
/* ТВОЯ РОДНАЯ ПЕРСИКО-РОЗОВАЯ ПЛАШКА ДЛЯ ДЖОНА */
<<nobr>>
<div class="stat-down-alert-clear" style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div class="stat-icon" style="font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa);">❄️</div>
<div class="stat-text" style="text-align: left;">
<span class="stat-title" style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; font-size: 0.9em; letter-spacing: 1px; display: block;">AROUSAL FULLY CLEARED</span>
<span class="stat-sub" style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your mind is perfectly calm, still, and completely back in control.</span>
</div>
</div>
/* ДВУХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О СТАТАХ ЭММЫ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Spying on your raw release and trying to relieve her own tension has left her heavily aroused.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Surrendering to her taboo curiosity and лаская себя while thinking of you has deeply pushed her boundaries.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Quietly slip back to your room" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div>
</div><<nobr>>
/* Начиная сцену, мы пока держим похоть ГГ на пике, сбросим её в конце второй части */
/* Сбрасываем дневные кулдауны Эммы на завтра */
<<set $emma_talk_done_today to false>>
<<set $emma_kitchen_tease_done to false>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Night Visions: Psychic Link</div>
<div id="emma-resonance-content" style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
The moment I fall asleep, the artifact beneath my bed pulses with an incredibly powerful, violent wave of violet light. My consciousness doesn't plunge into a chaotic dream this time. Instead, the psychic bridge stretches wide open, pulling my mind straight into <strong>$younger_sister_name's</strong> subconscious.
<br>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_dream_vision.mp4" type="video/mp4">
</video>
</div>
<br><br>
I see her dream. I experience it with terrifying clarity. She is dreaming about *me*. In her sleeping mind, we are locked in a deep, passionate embrace, our lips melting together as my phantom hands slowly glide beneath her clothes, caressing her soft skin. Her dream self is completely surrendered to the taboo pleasure, aching for my touch.
<br><br>
My eyes violently snap open in the darkness. My chest is heaving, my own arousal burning at an absolute, agonizing peak. Driven by an irresistible impulse to check if the Orb is telling the truth again, I silently slip out of my bed, open my door, and sneak across the quiet corridor into her room.
<br><br>
<center>\
<div id="dream-container" style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 30px rgba(166, 227, 161, 0.5); line-height: 0; position: relative;">\
<div id="dream-visual">\
/* Stage 1: Innocent walk */
<video id="dream-video" style="display: block; width: 100%; filter: sepia(0.3) hue-rotate(280deg) blur(1px);" autoplay loop muted playsinline>\
<source src="images/events/emma/emma_sleep_visit.mp4" type="video/mp4">\
</video>\
</div>\
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(137, 180, 250, 0.2) 0%, rgba(0,0,0,0) 70%); pointer-events: none;"></div>\
</div>\
</center>\
<br><br>
The moonlight filters through her window, illuminating her bed. <strong>$younger_sister_name</strong> is lying there, tossing restlessly against her sheets. Her face is flushed, a quiet, breathless whimper escaping her parted lips as her body twitches in sync with the phantom touch of her dream. She is entirely aroused, trapped in the erotic vision the Orb just shared with me.
<br><br>
<div style="position: relative; max-width: 600px; border-radius: 12px; overflow: hidden; line-height: 0; margin: 0 auto;">
<!-- Сама гифка (делаем её черно-белой для точной цветопередачи) -->
<img src="images/events/emma/emma_dream_visit.gif" style="width: 100%;">
<!-- Цветной слой наложения (здесь задан фиолетовый #ca9ee6) -->
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #003153; mix-blend-mode: color; pointer-events: none;"></div>
</div>
<br><br>
Unable to withstand the overwhelming surge of my own desire, I slide closer. My trembling hand moves forward, carefully breaking the final physical boundary. With extreme caution, I gently touch her bare, warm skin, letting my fingers softly caress her in the exact same intimate places I just saw in the vision. She lets out a deep, submissive sigh in her sleep, her body arching into my real touch. Finally, unable to bear the ringing tension, I crossed the forbidden line and pressed my lips to <strong>$younger_sister_name</strong>’s perky tiny breasts. <<print $younger_sister_relation.toUpperFirst()>> trembled all over and let out a quiet, drawn-out moan. And that brought me back to my senses. Terrified that she might wake up and catch me red-handed, I quickly pull my hand back, hold my breath, and slip out of her room, running back to the safety of my bed.
</div>
<div style="text-align: center; margin-top: 25px;">
/* Переход ко второй фазе, где Орб покажет изменение её сна */
<<link "Collapse back into your bed..." "MyRoom_Erotic_Dream_Emma_Resonance_End">><</link>>
</div>
<<nobr>>
/* НАЧИСЛЕНИЕ СЮЖЕТНЫХ ИТОГОВ И БОНУСОВ */
<<set $player_lust to 0>>
<<set $emma_lust += 25>>
<<set $emma_corr += 2>>
/* Навсегда запираем эту уникальную сюжетную веху */
<<set $emma_dream_resonance_done to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Night Visions: The Perfect Echo</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
I collapse back onto my pillows, my heart hammering violently against my ribs as adrenaline and lingering arousal course through my veins. The moment my head touches the sheet, the Orb beneath my bed flares with a final, blinding surge of deep violet energy, dragging my mind right back into the psychic link.
<br><br>
The artifact forces me to witness the terrifying, beautiful aftermath of what I just did. In her bed, <strong>$younger_sister_name's</strong> sleep has completely shifted. My physical actions on her waking body have seamlessly encoded themselves directly into her subconscious.
<br><br>
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_dream_vision1.mp4" type="video/mp4">
</video>
</div>
<br><br>
Now her dream was about something much hotter than kissing. She is dreaming that I am actively caressing her titties, the sensations of my real, hungry lips translating into a vivid, burning reality inside her fantasy. In her dream, she arches her back and whimpers my name, her mind completely accepting the forbidden caresses as her own secret, desperate imagination. The double illusion is flawless—she thinks her own brain is making up these intense, sinful feelings, completely unaware that her brother was just whispering in her room and kissing her hard, stiffen nipples in the dark.
<br><br>
<span style="color: #ca9ee6; font-style: italic;">
When the morning light finally breaks through my curtains, I wake up with a perfectly still, calm mind. The agonizing, suffocating fog of my arousal has completely lifted, leaving me in absolute control.
</span>
<br><br>
But the heavy weight of what I discovered remains branded into my thoughts. The psychic bridge is working both ways now. I didn't just spy on her—I altered her reality. When she wakes up across the hallway today, she will carry the burning, unforgettable memory of that dream, firmly believing that her own subverted desires are the ones breaking her sisterly taboos.
</div>
/* ТВОЯ ПЛАШКА ПОЛНОЙ РАЗРЯДКИ ДЖОНА */
<<nobr>>
<div class="stat-down-alert-clear" style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div class="stat-icon" style="font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa);">❄️</div>
<div class="stat-text" style="text-align: left;">
<span class="stat-title" style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; font-size: 0.9em; letter-spacing: 1px; display: block;">AROUSAL FULLY CLEARED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">The intense, physical experience has completely cleared your mind for the morning ahead.</span>
</div>
</div>
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О КРИТИЧЕСКОМ РОСТЕ СТАТОВ
ЭММЫ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LINK DEEPENED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST MASSIVELY INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The tactile realism of her 'dream' has left her body burning with heavy desire.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION HEAVILY INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Experiencing those realistic taboo pleasures in her sleep has severely damaged her remaining filters.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Wake up and stand up" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* Сбрасываем дневные кулдауны Эммы на наступающий день */
<<set $emma_talk_done_today to false>>
<<set $emma_kitchen_tease_done to false>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Night Corridor: The Experiment</div>
<div id="emma-feet-experiment-content" style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<img src="images/locations/myroom_night.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">\
<br>
I lie awake in the dark, my mind racing as I replay the events of the previous night over and over again. The heavy suspicion is eating me alive—could my physical actions in the real world truly be shaping the exact nature of <strong>$younger_sister_name's</strong> dreams? Or was it all just a massive, mind-bending coincidence? To find out the absolute truth, I need undeniable proof. I need to run a controlled experiment.
<br><br>
With confusing thoughts swarming in my head, I silently slip out from under my sheets. I steal across the cold floorboards of the hallway and glide into her pitch-black bedroom like a phantom.
<br><br>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_sleeping.mp4" type="video/mp4">
</video>
</div>
The soft moonlight cuts across her mattress. $younger_sister_name is deep asleep, her breathing slow and steady. My eyes immediately drop to the edge of her bed. Her blanket has shifted, leaving her adorable, petite bare feet exposed to the cool night air. Her cute toes twitch slightly in her sleep. This is the perfect variable for my test. If I touch her here, in this specific, isolated spot, the Orb should show me the exact echo in her mind.
<br><br>
Holding my breath, I kneel beside her bed. My trembling fingers slowly close the distance, gently brushing against the soft, smooth skin of her feet. I begin to caress them with slow, deliberately intimate strokes. Unable to withstand the excitement that washed over me, I took out my already hard member and touched my $younger_sister_relation’s feet with it.
<br><br>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_sleeping_footplay.mp4" type="video/mp4">
</video>
</div>
Caressing the delicate, silk-like skin of her feet sends a sharp jolt of pure arousal straight down my spine. The gentle, innocent warmth of her touch bleeds through my glans, making my head spin. It’s absolutely maddening. I feel like I'm losing my mind, caught between the terrifying fear of waking her up and the intense, addictive thrill of her subconscious surrender
<br><br>
The reaction is almost instant. $younger_sister_name shifts restlessly against the sheets, her slender legs arching as a sudden wave of subconscious heat hits her. Her breathing turns shallow and heavy, and a quiet, distinctly sexual whimper escapes her parted lips. She is reacting to me in the real world, her body heating up from my touch. Deciding not to push my luck or risk pushing her out of her deep slumber, I carefully pull my hands away, slip out of her room, and retreat back to my own bed.
</div>
<div style="text-align: center; margin-top: 25px;">
/* Переход ко второй части, где ГГ засыпает и видит сон Эммы через Орб */
<<link "Return to your bed and close your eyes..." "MyRoom_Emma_Feet_Experiment_End">><</link>>
</div>
<<nobr>>
/* НАЧИСЛЕНИЕ СЮЖЕТНЫХ ИТОГОВ И БОНУСОВ */
<<set $player_lust to 0>>
<<set $emma_lust += 20>>
<<set $emma_corr += 3>>
/* Навсегда запираем эту уникальную веху эксперимента */
<<set $emma_feet_experiment_done to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Night Visions: The Foot Footprint</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 800px; border-radius: 16px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%; height: auto;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_dream_footplay.mp4" type="video/mp4">
</video>
</div>
The moment my head sinks back into my pillow, the ancient artifact hidden beneath my bed throbs with an intense, suffocating pulse of dark violet energy. The psychic link locks into place instantly, pulling my consciousness right back into the deep maze of <strong>$younger_sister_name's</strong> mind.
<br><br>
The experiment is an absolute, undeniable success. The Orb flashes with a new, vivid vision of her shifted dream, and the confirmation sends a cold shiver down my spine. Inside her sleeping thoughts, the context has completely warped around my physical touch. She is dreaming that she is using her own smooth, petite bare feet to deeply caress and slide against my body, surrender to a wave of dirty, forbidden pleasure.
<br><br>
My real-world actions didn't just leak into her head—they dictated the entire erotic scenario. She is fully convinced that these scandalous fantasies are just bubbles of her own subverted imagination. She has no idea that the lingering tingle on her skin is a real footprint of my midnight visit.
<br><br>
<span style="color: #ca9ee6; font-style: italic;">
When the warm morning sun finally pierces through my window blinds, I sit up with a perfectly calm, quiet mind, my accumulated arousal entirely cleared by the intensity of the breakthrough.
</span>
<br><br>
The doubt is gone. The coincidence is completely ruled out. I hold absolute power over her subconscious desires. Every touch I risk in the dark will actively shape the sins she craves in the light, slowly pushing her boundaries further than she ever thought possible.
</div>
/* НАША ОРИГИНАЛЬНАЯ ПЕРСИКО-РОЗОВАЯ ПЛАШКА ДЛЯ ДЖОНА */
<<nobr>>
<div class="stat-down-alert-clear" style="display: flex; align-items: center; justify-content: center; gap: 15px; margin: 20px auto; padding: 10px 20px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4); max-width: 550px; margin-left: auto; margin-right: auto;">
<div style="font-size: 1.8em; filter: drop-shadow(0 0 8px #eba0ac);">❄️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1.5px; font-size: 1em; display: block;">AROUSAL FULLY CLEARED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #eee; font-size: 0.85em;">Your mind is perfectly still and sharp, filled with the dangerous certainty of your power.</span>
</div>
</div>
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О КРИТИЧЕСКОМ РОСТЕ СТАТОВ ЭММЫ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">💖</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: PROOF ESTABLISHED</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The scandalous tactile feedback in her sleep has left her body intensely разгоряченным.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Fantasizing about tight, intimate contact with her brother heavily erodes her barriers.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Wake up and greet the day" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* Увеличиваем показатели за успешный обоюдный флирт */
/* Ограничения до 100 будут автоматически скорректированы в PassageReady */
<<set $player_lust += 10>>
<<set $emma_lust += 15>>
/* Отмечаем, что утреннее взаимодействие с Эммой на сегодня исчерпано */
<<set $emma_talk_done_today to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen: Morning Sparks</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
/* Стандартный широкий контейнер для горизонтального медиа */
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/emma_kitchen_breakfast_corr15_1.jpg" width="100%">
</div>
I hold her gaze, leaning forward just an inch to match her provocative energy. A slow, knowing smile forms on my lips as I grab the pitcher of orange juice, maintaining absolute composure so the rest of the family doesn't suspect a single thing.
<br><br>
<<say $son_name "Well, I just prefer to stay thoroughly energized, $younger_sister_name. But speaking of heavy work... you seem to have developed quite a sweet, insatiable appetite yourself this morning. Make sure you don't overindulge so early in the day.">>
<br>
The subtle double meaning hits her like a physical jolt. <strong>$younger_sister_name</strong> freezes for a split second, her throat bobbing as she swallows hard. Her bold defense momentarily cracks, and a beautiful, burning crimson blush rapidly floods her cheeks. She knows exactly what 'appetite' I am referring to.
<br><br>
She tries to hide her mounting embarrassment by taking another slow sip from her glass, but her fingers are visibly trembling against the glass. The realization that I can see right through her perverted confidence completely overwhelms her. She drops her gaze to her plate, biting her lower lip to suppress a dizzy, highly excited shudder as the taboo tension thoroughly melts her inner boundaries.
</div>
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О РОСТЕ СТАТОВ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your sharp, verbal counter-teasing has left her body intensely aroused.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Finish your breakfast" "Kitchen">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* Начисляем геймплейные итоги за рискованный тактильный контакт */
<<set $player_lust += 20>>
<<set $emma_lust += 25>>
<<set $emma_corr += 1>>
/* Отмечаем, что утреннее взаимодействие с Эммой на сегодня исчерпано */
<<set $emma_talk_done_today to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen: Forbidden Contact</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
/* Стандартный широкий контейнер для горизонтального медиа */
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/kitchen_emma_footsie.mp4" type="video/mp4">
</video>
</div>
Instead of backing down, I decide to take her bold challenge head-on. Maintaining a completely calm, normal expression for the rest of the family, I slowly extend my leg beneath the breakfast table, allowing her to stroke me with her feet and even pushing her to do so.
<br><br>
The moment our legs locks together, a powerful, electric jolt of pure arousal flashes through the damp air. <strong>$younger_sister_name</strong> gasps softly, the sudden physical contact catching her completely off guard. Her fork clatters loudly against her porcelain plate, instantly drawing a curious glance from across the table.
<br><br>
She quickly recovers, offering a strained, nervous laugh to dismiss the noise, but underneath the wooden surface, she doesn't pull her leg away. Encouraged by her silent surrender, I gently stroke the smooth, delicate skin of her foot with my own.
<br><br>
The reaction is exquisite. A deep, burning crimson flood completely takes over her face, spreading down her neck. Her breathing turns incredibly shallow, her chest heaving as she tries to swallow her excited whimpers. Trapped between the terrifying fear of being caught by the family and the intoxicating pleasure, reinforced by midnight stimulating dreams, she slowly begins to press her foot back against mine, locking us in a tight, hidden embrace. By the time I finally break the contact, her boundaries are thoroughly shattered, her mind completely melting from the sheer audacity of what we just did.
</div>
/* ДВУХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О РОСТЕ СТАТОВ ЭММЫ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The risky tactile game right under the family's noses has left her body burning with desire.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Actively engaging in forbidden physical intimacy at the family table breaks her remaining modesty.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Finish your breakfast" "Kitchen">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* ИТОГИ СЦЕНЫ: Похоть Эммы падает в ноль, развратность растет, похоть Джона взлетает */
<<set $emma_lust to 0>>
<<set $emma_corr += 1>>
<<set $player_lust += 30>>
<<advanceTime>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Living Room: High Risk</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/emma/emma_lr_mastr.mp4" type="video/mp4">
</video>
</div>
</center>
I quietly step into the living room, but the words freeze in my throat. The main area should be empty, but <strong>$younger_sister_name</strong> is here, completely consumed by an agonizing, uncontrollable fire. Her absolute lust has pushed her past the point of reason. Despite the danger of being caught in such an indecent activity, she is laying on the sofa, desperately trying to satisfy her burning cravings right in the living room.
<br><br>
Her eyes are tightly shut, her heaving chest rising and falling in rapid, shallow gasps. One of her hands is shoved deep beneath her panties, her fingers working with a frantic, desperate speed to allay the intense heat between her thighs. She is trembling violently, her head thrown back as she lets out muffled, high-pitched whimpers, completely unaware of my presence.
<br><br>
Every few seconds, a jolt of sheer panic makes her shiver; she nervously glances toward the open hallway, terrified that our $mother_relation or $father_relation might walk in at any moment. Yet, the forbidden thrill of the risk only seems to make her touch herself faster. Paralyzed by the raw, scandalous view, I watch her body violently arch as a silent, powerful wave of release finally breaks through her tension. She slumps against the cushions, completely spent, her boundaries utterly destroyed by the sheer madness of what she just dared to do.
</div>
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНЕЕ УВЕДОМЛЕНИЕ О КРИТИЧЕСКОМ СБРОСЕ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa);">❄️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: AROUSAL CLEARED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Her overwhelming pressure was forcefully cleared on the spot.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Risking everything to satisfy her desires in a shared area heavily warps her modesty.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Quietly back away" "Corridor">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* ИТОГИ СЦЕНЫ */
<<advanceTime>>
<<set $emma_lust to 0>>
<<set $emma_corr += 1>>
<<set $player_lust += 30>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen: Dangerous Hunger</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<center>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0;">\
<video style="display: block; width: 100%;" autoplay loop muted playsinline>\
<source src="images/events/emma/emma_kitchen_mastr.mp4" type="video/mp4">
</video>
</div>
</center>
I quietly approach the kitchen entrance, stopping dead in my tracks as a scandalous, breathless whimper echoes from the shadows. The room is supposed to be clear, but <strong>$younger_sister_name</strong> is leaning heavily against the counter, completely gripped by a brutal, blinding surge of lust. Trapped at intense arousal, her subverted boundaries have completely given way to raw instinct.
<br><br>
Obeying the surging excitement, her hands constantly wandered over her body in vain attempts to calm this heat. Her graceful, tiny hands squeezed her small, firm breasts and increasingly moved down to her shorts, to the place from which this unbearable, sweet heat of passion emanated.from her core. My $younger_sister_relation's nipples hardened and every touch to them caused a tremor throughout her entire body.
<br><br>
<strong>$younger_sister_name</strong> keeps her eyes fixed on the swinging pantry door, her expression a dizzy mixture of intense terror and deep, forbidden pleasure. The constant threat of footsteps from our $mother_relation or $father_relation is driving her mind insane, yet she cannot force her hand to stop. With a sudden, muffled cry, her entire posture goes rigid, her toes curling against the linoleum floor as a massive wave of climax floods her system, resetting her built-up tension on the spot.
</div>
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНЕЕ УВЕДОМЛЕНИЕ */
<<nobr>>
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa);">❄️</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: AROUSAL CLEARED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Her overwhelming pressure was forcefully cleared on the spot.</span>
</div>
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); border-left: none !important;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Surrendering to her taboo impulses in a shared kitchen thoroughly shatters her modesty.</span>
</div>
</div>
</div>
<</nobr>>
<div style="text-align: center; margin-top: 25px;">
<<link "Slip away unnoticed" "Corridor">>
<<run UIBar.update()>>
<</link>>
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">$younger_sister_name's Room: Innocent Echoes</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
I stand in the silence of the night, letting the Orb pull my consciousness into the first layer of <strong>$younger_sister_name's</strong> dream. The atmosphere is light, filled with the vibrant energy of their Tuesday hangout. In this mental projection, the room is messy, littered with open magazines and half-empty bags of snacks.
<br><br>
/* Стандартный широкий контейнер для горизонтального видео/фото */
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_chloe_talk2.mp4" type="video/mp4">
</video>
</div>
The girls are sprawled across the bed, their voices clear and animated in the psychic link.
<br><br>
<<say "Chloe" "Oh my god, Emma, you should have seen Mrs. Gable’s face when Jason tried to explain why his essay looked exactly like the Wikipedia page. It was literally iconic.">>
<br>
<<say $younger_sister_name "Stop! No way! She’s so strict about that stuff. Anyway, did you see that dress I posted on my wishlist? I’m thinking of wearing something like that for the fall dance.">>
<br>
<<say "Chloe" "Ugh, totally! It would look so good on you. We should definitely go shopping this weekend. I need new boots anyway—my old ones are basically falling apart.">>
<br><br>
It’s all so normal; a simple, innocent conversation about school drama, fashion, and weekend plans. <<= $younger_sister_relation.toUpperFirst()>> looks relaxed, her eyes bright with laughter as she listens to Chloe's endless stories. But even now, through the purple haze of the vision, I can feel the Orb subtly vibrating, waiting for the moment to twist this innocence into something far more dangerous.
</div>
<br><br>
<div style="text-align: center;">
<span style="color: #ca9ee6; font-family: 'Georgia', serif; font-style: italic; font-size: 0.95em;">
(Typical... Just endless, shallow girl talk about school and fashion. Is this really all they do when they’re alone? I expected more. Something spicy. I need to wait until next Tuesday and dive back into $younger_sister_name's dreams. Maybe then I'll see something more interesting.)
</span>
</div>
<div style="margin-top: 25px; text-align: center;">
<<link "Just observe her dream and wake up normally">>
/* Переходим в режим ожидания до следующего вторника */
<<set $emma_chloe_dream_stage to 1>>
<<nextDay>>
<<goto "MyRoom">>
<</link>>
</div>
<<nobr>>
/* ЭТАП 3: ПИКАНТНЫЕ ПОДРОБНОСТИ И ПРЕДЕЛ ЛЮБОПЫТСТВА */
<<set $emma_lust += 10>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">
<<print $younger_sister_name.toUpperFirst()>>'s Room: The Taste of Sin
</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
The psychic link is vibrating with a frantic, almost feverish energy tonight. Standing beside her bed, I watch as the Orb pulls me into the deepest layer of <strong>$younger_sister_name's</strong> dream yet. Same room, same people, but a much more tense atmosphere.
<br><br>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_chloe_talk.mp4" type="video/mp4">
</video>
</div>
<br><br>
<<say $younger_sister_name "More. I need every single detail. You promised to tell me everything.">>
<<say "Chloe" "Okay, lean in... I shouldn't even be telling you this, but it was... crazy. When he kissed me, he didn't just stop at the lips, $younger_sister_name. He actually put his tongue inside my mouth.">>
<br>
<<say $younger_sister_name "Oh my god... his tongue? Like, actually inside? Gross... but wait, how did it feel? Did it taste like... saliva?">>
<br>
<<say "Chloe" "At first, it was a total shock, like something wet and invasive. I almost pushed him away! But then... I don't know, it felt so incredibly intense. It was hot, slippery, and kind of overwhelming. It made my legs feel like jelly, and I couldn't stop shivering. It's like your whole body just... melts from the inside out.">>
<br>
<<say $younger_sister_name "I... I can't even imagine that. It sounds so messy but... so exciting. Did you, you know, push your tongue back? Did you like it?">>
<br>
<<say "Chloe" "I did. And that’s when it got really dirty. It’s like this frantic, wet struggle that you never want to end. You just want more... more of that taste, more of that heat.">>
<br><br>
I can see <strong>$younger_sister_name's</strong> toes curling tightly under the blanket in the real world. Her breathing is shallow, her lips parted as she hungrily absorbs every taboo detail Chloe provides. The innocence is gone; it’s been replaced by a raw, desperate need to experience those exact sensations. My encouragement has completely overtaken her mind.
</div>
<div style="margin-top: 25px; text-align: center;">
<<link "🔮 Whisper the suggestion: Experience it yourself">>
<<set $emma_chloe_dream_stage to 3>>
<<nextDay>>
<<goto "MyRoom">>
<</link>>
</div>
<<nobr>>
/* Начисляем параметры за развитие интереса к физическому контакту */
<<set $emma_lust += 10>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">$younger_sister_name's Room: Whispers of Boys</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
A week has passed, and tonight the Orb’s pulse is more rhythmic, more persistent. I slide into <strong>$younger_sister_name's</strong> mind once again. The dream has shifted; the magazines are tossed aside, and the girls are sitting closer together, their voices hushed as if sharing something truly forbidden.
<br><br>
The conversation about fashion has long been forgotten, replaced by a much darker curiosity.
<br><br>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_chloe_talk1.mp4" type="video/mp4">
</video>
</div>
<<say $younger_sister_name "But seriously, Chloe... what is it actually like? I mean, with a guy. Have you... you know, done anything more than just holding hands?">>
<br>
<<say "Chloe" "Oh, $younger_sister_name... you have no idea. Last week, Jason and I found this quiet corner behind the gym during the break. Nobody ever goes there. It was so intense... my heart was literally ready to jump out of my chest.">>
<br>
<<say $younger_sister_name "Behind the gym? Right at school?! What happened? Tell me everything!">>
<br>
<<say "Chloe" "He just... he backed me into the wall and started kissing me. Hard. And then his hands... he started grope and pull me close, pressing me against him. I felt so dizzy, like the whole world was spinning. It was absolutely breathtaking, $younger_sister_name. I couldn't even think straight.">>
<br><br>
I can feel <strong>$younger_sister_name's</strong> heart rate increasing in the real world. She leans in toward her friend, her eyes dilated with a strange, wide-eyed hunger for these scandalous details. That naughty story has taken deep root; she’s no longer satisfied with school gossip. She’s starting to crave the knowledge of what it feels like to be touched and pressed against a wall in the dark.
</div>
<div style="margin-top: 25px; text-align: center;">
<<link "🔮 I can feel $younger_sister_name's excitement growing from such conversations. Encourage her interest.">>
/* Переходим в режим ожидания до следующего вторника (Stage 3) */
<<set $emma_chloe_dream_stage to 2>>
<<nextDay>>
<<goto "MyRoom">>
<</link>>
</div>
<<nobr>>
/* ЭТАП 4: ФИНАЛ — ПЕРВЫЙ ПОЦЕЛУЙ И ТРИУМФ ВНУШЕНИЯ */
<<set $emma_lust += 30>>
<<set $emma_corr += 3>>
/* Флаг для использования в будущих диалогах и событиях */
<<set $emma_chloe_kissed to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">
<<print $younger_sister_name.toUpperFirst()>>'s Room: The Breaking Point
</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
Tonight, the Orb doesn't just hum; it screams in my mind, pulling me into the final, inevitable conclusion of <strong>$younger_sister_name's</strong> obsession. The dream world is vivid, almost indistinguishable from reality. The air in the memory of her bedroom is heavy, charged with the static of a thousand unsaid words.
<br><br>
I watch as the two girls talking about the various topics. But there is a distinct tension in the air. My final suggestion is pulsing like a second heartbeat in <<= $younger_sister_relation>>'s head, drowning out every voice of reason.
<br><br>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_chloe_talk4.mp4" type="video/mp4">
</video>
</div>
Suddenly, it happens. Driven by a frantic, blind curiosity, <strong>$younger_sister_name</strong> lunges forward. It’s clumsy and desperate—her lips crashing against Chloe's in a messy, tentative collision. Chloe lets out a muffled gasp of shock, but she doesn't pull away.
<br><br>
The kiss deepens. I witness the exact moment the barriers crumble. <strong>$younger_sister_name</strong> follows Chloe's earlier description, her tongue shyly, then greedily seeking more. In the real world, her body is arching off the mattress, a low, broken moan escaping her throat. She is experiencing the 'wet, hot struggle' she once feared, and she is absolutely surrendering to it.
<br><br>
The seed has fully bloomed. She still thinks this was her own dirty secret, her own choice to cross the line with her best friend. She has no idea that every shameful second of this kiss was written by me.
</div>
/* ТРЕХЭТАЖНОЕ ЗЕЛЕНОЕ УВЕДОМЛЕНИЕ О КРИТИЧЕСКОМ УСПЕХЕ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION MASSIVELY INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Submitting to the forbidden impulse has shattered her remaining moral filters.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Return to your room and wake up" "MyRoom">>
<<nextDay>>
<<run UIBar.update()>>
<</link>>
</div>
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Deep Thoughts: Absolute Control</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<img src="images/locations/myroom_day.jpg" width="100%" style="max-width: 800px; border-radius: 4px; margin-bottom: 5px;">\
I sit on the edge of my bed for a long time, staring at the floor as the morning sun slowly fills the room. My mind is still reeling from the vision I witnessed last night. The psychic echo of that kiss between <strong>$younger_sister_name</strong> and Chloe is burned into my memory—every frantic movement, every soft, broken moan of surrender.
<br><br>
The sheer power of the Orb is... terrifying. And intoxicating. I didn't just watch a dream; I dictated a reality. A few whispered thoughts, a simple mental nudge, and I managed to shatter <strong>$younger_sister_name's</strong> lifelong boundaries without ever even touching her in the light of day. She thinks it was her own wicked curiosity, her own secret choice to cross the line with her best friend. She has no idea I’m the one who led her there.
<br><br>
I can't stop thinking about it. Watching her fall apart under the weight of the desires I planted... I loved every single second of it. The way her body reacted to the 'wet, hot struggle' in her sleep... it was breathtaking.
<br><br>
And now, a dangerous hunger is growing inside me. If I could do this with a single kiss, what else can I make her do? How much further can I push her? I don't want to stop here. I want to see how far this psychic link can go. I want to be the master of every scandalous secret she keeps, and I want to be the one who writes them.
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Stand up and start the day" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div>
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/emma_parents_door.jpg" width="100%">
</div>
<div style="text-align: center; margin: 15px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
I was heading toward our $mother_relation and $father_relation's room, but I almost collide with <strong>$younger_sister_name</strong> as she suddenly bolts away from their door. She nearly trips over her own feet, her eyes wide and frantic.
<br><br>
Her face is a deep, burning crimson, and her breathing is ragged—almost as if she’s been holding her breath for a long time. There's a visible tremor in her hands as she tries to smooth down her clothes.
<br><br>
<<say $son_name "Whoa, easy there! What's the rush, $younger_sister_name? You look like you've seen a ghost. Or... something else?">>
<br>
<strong>$younger_sister_name</strong> jumps at the sound of my voice, her gaze darting everywhere except my eyes. She looks completely overwhelmed, her body radiating an intense, nervous heat.
<br><br>
<<say $younger_sister_name "I-I... nothing! It's nothing! I was just... I thought I heard a noise! Don't look at me like that, $son_name! I have to go!">>
<br>
Before I can say another word or ask her what she heard behind that closed door, she pushes past me and runs toward her room, slamming the door shut. The air in the hallway still feels heavy, charged with the scandalous secret she was trying to outrun.
</div>
/* ТРЕХЭТАЖНАЯ ПЕРСИКОВАЯ ПЛАШКА ПОДОЗРЕНИЯ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(235, 160, 172, 0) 0%, rgba(235, 160, 172, 0.15) 50%, rgba(235, 160, 172, 0) 100%); border-top: 1px solid rgba(235, 160, 172, 0.4); border-bottom: 1px solid rgba(235, 160, 172, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #eba0ac);">🤔</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #eba0ac; letter-spacing: 1px; font-size: 0.9em; display: block;">SUSPICION CONFIRMED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Her frantic reaction strongly suggests she saw something she wasn't supposed to.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Return" "Corridor">><<advanceTime>><<run UIBar.update()>><</link>>
</div>
<<nobr>>
<<set $player_lust += 15>>
<<set $emma_lust += 15>>
<<set $emma_corr += 1>>
<<set $emma_spy_dream_watched to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">
<<print $younger_sister_name.toUpperFirst()>>'s Room: Forbidden Truth
</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 800px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/emma/emma_parents_peek.mp4" type="video/mp4">
</video>
</div>
Standing beside her bed, I activate the psychic bridge. The violet glow of the Orb illuminates <strong>$younger_sister_name's</strong> sleeping face, which is already twitching with the intensity of her subconscious images.
<br><br>
The link locks in. I’m no longer in her room; I’m seeing through her eyes, reliving her memory from this afternoon. I watch as our $mother_relation and $father_relation are locked in a raw, primal embrace on their bed. The sight is graphic, undeniable, and utterly scandalous.
<br><br>
As I watch her memories, a wave of dark satisfaction washes over me. I can feel her heart hammering against her ribs in the dream, just as it’s doing now on the mattress. She isn't repulsed. She isn't turning away. She is *starving* for this knowledge, drinking in every taboo detail of our parents' intimacy.
<br><br>
<span style="color: #ca9ee6; font-style: italic;">
"So, you've finally started looking, haven't you?" I whisper inwardly, a slow smirk spreading across my face in the darkness. "The innocent little $younger_sister_relation is growing up... and she’s just as perverted as I hoped."
</span>
<br><br>
I can feel the interest awakening inside her, a flicker of forbidden fire that's just beginning to burn. I won't let it fade. Reaching out through the psychic link, I use the pulsating power of the Orb to fanning the flames. I project a sense of heavy, addictive pleasure into her mind, weaving it into the memory of what she saw. I want her to wake up not with guilt, but with a craving to see more. I want this secret to become her obsession.
</div>
/* ТРЕХЭТАЖНАЯ ЗЕЛЕНАЯ ПЛАШКА */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: CORRUPTION INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">You have successfully amplified her dark curiosity, turning her guilt into a forbidden craving.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
/* ПЕРЕИМЕНОВАННАЯ КНОПКА ПО ТВОЕЙ ПРОСЬБЕ */
<<link "Encourage her forbidden curiosity and return to your room" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div><div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 20px; font-family: 'Segoe UI', sans-serif;">Psychic Transfusion: Choose Your Vessel</div>
<div style="text-align: center; margin: 0 auto; max-width: 600px; font-family: 'Georgia', serif; color: #eee;">
The Orb beneath my bed pulses with a violent, almost hungry violet light. My own arousal is screaming, a suffocating pressure that I can barely contain. But instead of simply wasting this energy, the artifact offers me a choice. I can project this feverish heat into the mind of someone else in this house...
<br><br>
Who shall carry the weight of my desires tonight?
</div>
<div style="margin-top: 30px; text-align: center; display: flex; flex-direction: column; gap: 15px; align-items: center;">
<<nobr>>
/* ЭММА — Переход на её личный пассаж */
<div class="char-link">
<<link "Project desire into $younger_sister_name" "Orb_Transfusion_Emma">><</link>>
</div>
/* ЛИЗА — Пока заглушка */
<div class="char-link" id="lisa-option">
<<link "Project desire into $mother_name">>
<<replace "#lisa-option">>
<span style="color: #eba0ac; font-size: 0.9em; font-style: italic;">(WIP: Connection unstable...)</span>
<</replace>>
<</link>>
</div>
/* Джессика — Пока заглушка */
<div class="char-link" id="jessica-option">
<<link "Project desire into $older_sister_name">>
<<replace "#jessica-option">>
<span style="color: #eba0ac; font-size: 0.9em; font-style: italic;">(WIP: Connection unstable...)</span>
<</replace>>
<</link>>
</div>
/* ГРЕГ — Переход на его личный пассаж (если включен NTR) */
<<if $ntr_content is true>>
<div class="char-link">
<<link "Project desire into $father_name" "Orb_Transfusion_Greg">><</link>>
</div>
<</if>>
<</nobr>>
<br>
[[Cancel and return|MyRoom]]
</div><<nobr>>
/* СБРОС ДЖОНА */
<<set $player_lust to 0>>
/* НАЧИСЛЕНИЕ ЦЕЛИ (Только Lust, без Corruption) */
<<if _target is "emma">>
<<set $emma_lust += 40>>
<<set _name to $younger_sister_name>>
<<elseif _target is "lisa">>
<<set $lisa_lust += 40>>
<<set _name to $mother_name>>
<<elseif _target is "jessica">>
<<set $jessica_lust += 40>>
<<set _name to $older_sister_name>>
<<elseif _target is "greg">>
<<set $greg_lust += 40>>
<<set _name to $father_name>>
<</if>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Transfusion Complete</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 25px rgba(202, 158, 230, 0.5); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/myroom/orb_transfer.mp4" type="video/mp4">
</video>
</div>
I place my hands over the pulsating surface of the Orb, closing my eyes and visualizing <strong>_name</strong>. With a sudden, violent surge of violet light, the connection locks. I feel the suffocating heat leave my body in a single, agonizingly pleasant rush, flowing through the psychic bridge and directly into their sleeping mind.
<br><br>
The transfer is seamless. My mind is now perfectly still, calm, and empty, while <strong>_name</strong> has become the new vessel for that feverish energy. Somewhere in this house, their body is reacting to the sudden jolt of raw arousal—a hidden fire that will burn until the morning light.
</div>
/* ФИОЛЕТОВАЯ ПЛАШКА УСПЕХА */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); max-width: 550px; margin: 20px auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">TRANSFUSION SUCCESSFUL</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your arousal has been completely transferred to _name.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Wake up and start the day" "MyRoom">><<nextDay>><<run UIBar.update()>><</link>>
</div>
<<nobr>>
/* Сбрасываем похоть ГГ и перекачиваем её Эмме в первый раз (сюжетно) */
<<set $player_lust to 0>>
<<set $emma_lust += 40>>
/* РАЗБЛОКИРУЕМ МЕХАНИКУ НАВСЕГДА */
<<set $ability_transfusion_unlocked to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Orb's Awakening: Dark Conductor</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #ca9ee6; box-shadow: 0 0 30px rgba(202, 158, 230, 0.6); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/myroom/mastr.webm" type="video/webm">
</video>
</div>
I lie in the dark, my body burning with a feverish, agonizing arousal that refuses to let me sleep. Every nerve is on edge, screaming for release. Suddenly, the artifact beneath my bed begins to vibrate with a low, violent frequency that resonates deep in my chest.
<br><br>
The Orb is reacting to my state. It feels... hungry. Like a magnetic pole, it begins to draw the suffocating heat out of my limbs, concentrating it into a single, sharp point of energy. Instinctively, I reach out with my mind, trying to stabilize the flow. I visualize <strong>$younger_sister_name</strong> sleeping in the next room, her calm, steady presence being the only thing I can focus on.
<br><br>
<span style="color: #ca9ee6; font-style: italic;">
"Take it..." I whisper, the thought escaping my lips before I can even process it.
</span>
<br><br>
In a blinding flash of deep violet light, the psychic connection snaps into place. A massive, electric jolt of pure desire leaves my body in a single, breathless rush. It flows through the bridge I've built and slams directly into <strong>$younger_sister_name's</strong> subconscious. Across the hallway, I hear her let out a sharp, surprised moan in her sleep—a sudden, involuntary reaction to the massive wave of heat I just projected into her.
<br><br>
<img src="images/events/emma/emma_sleeping_horny.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">
<br><br>
I collapse back onto my pillows, gasping for air. My mind is now perfectly still, empty, and blissfully cool. I didn't just manipulate her thoughts tonight; I used her as a vessel for my own physical lust. I have become a conductor of sin.
</div>
/* ФИОЛЕТОВАЯ ПЛАШКА РАЗБЛОКИРОВКИ СПОСОБНОСТИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(202, 158, 230, 0) 0%, rgba(202, 158, 230, 0.15) 50%, rgba(202, 158, 230, 0) 100%); border-top: 1px solid rgba(202, 158, 230, 0.4); border-bottom: 1px solid rgba(202, 158, 230, 0.4); max-width: 550px; margin: 20px auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #ca9ee6);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #ca9ee6; letter-spacing: 1px; font-size: 0.9em; display: block;">NEW ABILITY UNLOCKED: TRANSFUSION</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">You can now project your accumulated arousal into other family members.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Sleep peacefully" "MyRoom">><<nextDay>><<run UIBar.update()>><</link>>
</div>
:: Sleep_Router
<<nobr>>
/* ИСПОЛЬЗУЕМ СТАНДАРТНЫЙ GOTO С ПРИНУДИТЕЛЬНЫМ ПЕРЕХОДОМ */
/* 1. ОТКРЫТИЕ СИЛЫ: ПЕРЕКАЧКА */
<<if $player_lust eq 100 and $john_power_realization_done is true and $ability_transfusion_unlocked isnot true>>
<<goto "Event_Orb_Discovery_Transfusion">>
/* 2. ВЕХА: ЭКСПЕРИМЕНТ С НОЖКАМИ ЭММЫ */
<<elseif $emma_dream_resonance_done is true and $emma_feet_experiment_done isnot true>>
<<nextDay>>
<<goto "MyRoom_Emma_Feet_Experiment">>
/* 3. ВЕХА: МЕНТАЛЬНЫЙ РЕЗОНАНС С ЭММОЙ */
<<elseif $player_lust gte 100 and $emma_spy_confirmed_done is true and $emma_dream_resonance_done isnot true>>
<<nextDay>>
<<goto "MyRoom_Erotic_Dream_Emma_Resonance">>
/* 4. ТРИГГЕР: ПОДГЛЯДЫВАНИЕ ЗА ЭММОЙ НОЧЬЮ */
<<elseif $emma_spied_night_trigger is true>>
<<nextDay>>
<<goto "MyRoom_Erotic_Dream_Scene">>
/* 5. УСЛОВИЕ: ПИКОВАЯ ПОХОТЬ + ОРБ 2 УРОВНЯ */
<<elseif $player_lust gte 100 and $orb_power gte 2>>
<<nextDay>>
<<goto "MyRoom_Erotic_Dream_Scene">>
/* 6. СТАНДАРТНАЯ ЛОГИКА ОБЫЧНОГО СНА */
<<else>>
<<if $player_lust gte 30 and ($lisa_dream_seen isnot true or $jessica_dream_seen isnot true or $emma_dream_seen isnot true)>>
<<goto "MyRoom (Night Event)">>
<<else>>
<<nextDay>>
<<goto "MyRoom">>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
/* НАЧИСЛЕНИЕ СТАТОВ ЗА СЦЕНУ */
/* Возбуждение Эммы растет еще сильнее от близости к ГГ, у Джона тоже просыпается аппетит */
<<set $player_lust += 10>>
<<set $emma_lust += 15>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Morning Corridor: The Overflow</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
/* Стандартный широкий контейнер для горизонтального медиа */
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/emma_horny.jpg" width="100%">
</div>
I step out of my bedroom and freeze mid-stride. <strong>$younger_sister_name</strong> is already there, standing motionless at the end of the narrow hallway, as if she has been waiting — or simply couldn't bring herself to move any further. She's leaning slightly against the wall, but it's not weakness that holds her there; it's tension. Every line of her body is pulled taut, trembling with a barely contained electricity that seems to hum through the stale morning air.
<br><br>
The moment our eyes meet, she doesn't look away. She *can't*. Her pupils are blown wide, dark and glistening, swallowing the soft amber light from the window. Her chest rises and falls in quick, shallow waves — each breath audible, almost fragile, as if the air itself has grown too thick for her lungs. A deep, feverish flush has spread from her cheeks down to the curve of her neck, staining her skin like a slow-blooming rose. Her lips are slightly parted, wet, trembling with words that refuse to form.
<br><br>
She takes a single, unsteady step toward me — and then stops. Her hand lifts halfway, fingers twitching in the empty space between us, as though pulled by some invisible current. Her whole body leans forward, gravitating toward me with a helpless, magnetic hunger. For one suspended second, I can see the war raging behind her eyes: the raw, aching need to close the distance, to press herself against me, to surrender completely to whatever this fever is. She almost does it — her weight shifts, her breath catches, her lips part further, ready to speak or to beg — but then, with visible, trembling effort, she forces herself still.
<br><br>
She swallows hard, blinking rapidly as if trying to clear a fog that refuses to lift. When she finally speaks, her voice is hoarse, barely more than a whisper, each word dragging itself out through the haze of her arousal.
<br><br>
<<say $younger_sister_name "M-morning... I didn't... see you there. I... had a very strange dream. I don't remember what it was about, but...after waking up I felt a heat all over my body. My skin, it's— I can't stop shaking. And I keep thinking about... about nothing. About everything. I don't know what's wrong with me, I just..." She trails off, her gaze dropping to my lips for a fraction of a second before snapping back up, wide and guilty. "I'm sorry. I'm not making sense, am I?">>
<br><br>
She lets out a shaky, uneven breath, pressing her palm flat against the wall as if to steady herself. Her fingers curl against the plaster, knuckles pale. She doesn't look back at me — can't, not without breaking whatever fragile restraint she's clinging to. Instead, she mutters something unintelligible under her breath, pushes off from the wall, and forces herself to walk toward the bathroom.
<br><br>
<div style="max-width: 500px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 25px rgba(166, 227, 161, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/emma/emma_horny1.jpg" width="100%">
</div>
But she only makes it a few steps before she stops. Slowly — deliberately — she glances over her shoulder at me, her expression a messy blend of shame, hunger, and defiance. Her lips curl into the ghost of a smile, and then, as if unable to help herself, she shifts her hips, rolling them in a slow, playful sway that makes the fabric of her pants cling and release with each languid movement.
<<say $younger_sister_name "See you later, big guy. And don't you dare peek while I'm taking a shower. Tee hee">>
She holds my gaze for one dangerous heartbeat longer, then turns away and disappears into the bathroom, leaving the door slightly ajar behind her.
<br><br>
I'm left standing in the hallway, pulse hammering, the scent of her heat still clinging to the air.
</div>
/* НАША ОРИГИНАЛЬНАЯ ДВУХЭТАЖНАЯ ПЛАШКА НА СТАТЫ ЭММЫ */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔥</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">$younger_sister_name: LUST INCREASED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The uncontained psychic energy has severely eroded her boundaries on a physical level.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Continue to the hallway" "Corridor">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* ТЕХНИЧЕСКИЕ НАЧИСЛЕНИЯ */
<<set $player_lust to 0>>
<<set $emma_lust += 40>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #a6e3a1; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Transfusion: $younger_sister_name</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #a6e3a1; box-shadow: 0 0 20px rgba(166, 227, 161, 0.4); line-height: 0;">\
<img src="images/events/emma/emma_transfusion.jpg" width="100%" style="max-width: 800px; border-radius: 8px;">\
</div>\
I place my hands over the pulsating Orb, visualizing <strong>$younger_sister_name</strong>. The connection is instantaneous and frighteningly smooth. My feverish arousal leaves my body in a single, violent surge of violet energy, flowing through the psychic bridge and slamming directly into her mind.
<br><br>
Across the hallway, I hear a soft, broken whimper through the thin wall. My midnight lust has found its vessel. I am empty and calm now, while <strong>$younger_sister_name</strong> is left to grapple with a burning heat she didn't ask for. By morning, her body will be craving a relief she won't be able to explain, making her more susceptible to my influence than ever before.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(166, 227, 161, 0) 0%, rgba(166, 227, 161, 0.15) 50%, rgba(166, 227, 161, 0) 100%); border-top: 1px solid rgba(166, 227, 161, 0.4); border-bottom: 1px solid rgba(166, 227, 161, 0.4); max-width: 550px; margin: 20px auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #a6e3a1);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #a6e3a1; letter-spacing: 1px; font-size: 0.9em; display: block;">TRANSFUSION SUCCESSFUL</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your arousal has been completely transferred to $younger_sister_name.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Wake up and start the day" "MyRoom">><<nextDay>><<run UIBar.update()>><</link>>
</div>
<<nobr>>
/* ТЕХНИЧЕСКИЕ НАЧИСЛЕНИЯ */
<<set $player_lust to 0>>
<<set $greg_lust += 40>>
<<set $greg_transfused_tonight to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Transfusion: $father_name</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 400px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 25px rgba(137, 180, 250, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/greg/greg_boner.jpg" width="100%" style="max-width: 800px; border-radius: 8px; box-shadow: 0 0 15px rgba(148, 226, 213, 0.2);">\
</div>
I focus my mind on my <strong>$father_relation</strong>. The link feels heavier, more resistant than with the others, but the Orb forces its way through his mental barriers. I feel the suffocating heat leave my limbs, manifesting as a dark violet current that flows toward the master bedroom.
<br><br>
I’m projecting my rawest, most aggressive desires into the man who is supposed to be the head of this house. It’s a profound subversion of power. I feel a wave of cold satisfaction as my arousal drains away, leaving me empty. Somewhere behind those closed doors, <strong>$father_name's</strong> sleep is becoming troubled, his mind flooded with a feverish intensity he can't control—an energy that originated from his own <<= $son_relation >>.
</div>
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4); max-width: 550px; margin: 20px auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; letter-spacing: 1px; font-size: 0.9em; display: block;">TRANSFUSION SUCCESSFUL</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">Your arousal has been completely transferred to $father_name.</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Wake up and start the day" "MyRoom">><<nextDay>><<run UIBar.update()>><</link>>
</div>
<<nobr>>
/* ТЕХНИЧЕСКИЕ НАЧИСЛЕНИЯ */
<<set $greg_lust -= 30>>
<<set $lisa_lust += 20>>
<<set $greg_corr += 1>>
<<set $player_lust += 25>>
<<set $greg_lisa_kitchen_stage to 2>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 700px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 25px rgba(137, 180, 250, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/greg/greg_lisa_grope.mp4" type="video/mp4">
</video>
</div>
I stop at the kitchen entrance, the sight before me making my pulse spike. <strong>$father_name</strong> has <strong>$mother_name</strong> cornered against the counter. He isn't being his usual, composed self. My midnight gift has clearly overwhelmed him; his movements are rough, frantic, and filled with a raw, predatory hunger.
<br><br>
He has one hand buried deep in her hair, pulling her head back to expose her neck, while his other hand is brazenly groping her, kneading her flesh with an intensity that borders on painful. <strong>$mother_name</strong> is gasping, her face a mask of shock and confusion. She’s trying to cook breakfast, but she can barely hold the spatula as her body betrays her, reacting to the sheer aggression of his touch.
<br><br>
<<say $mother_name "$father_name... please! The children... they could walk in any second! What has gotten into you this morning?">>
<br>
<strong>$father_name</strong> doesn't answer with words. He just lets out a low, guttural growl and presses his body even harder against her, his fingers digging in deeper. He is completely possessed by the lust I projected into him.
<br><br>
Watching my <strong>$father_relation</strong> lose control and dominate my <strong>$mother_relation</strong> right here in the open gives me a sickeningly sweet sense of triumph. I am the one pulling the strings of their 'private' passion. I watch for a few more seconds before retreating, the sound of her frantic whimpers following me into the hallway.
</div>
/* СИНЯЯ ПЛАШКА ВЛИЯНИЯ НА ГРЕГА */
<div style="display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 550px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 25px; background: linear-gradient(90deg, rgba(137, 180, 250, 0) 0%, rgba(137, 180, 250, 0.15) 50%, rgba(137, 180, 250, 0) 100%); border-top: 1px solid rgba(137, 180, 250, 0.4); border-bottom: 1px solid rgba(137, 180, 250, 0.4);">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #89b4fa);">🔮</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #89b4fa; letter-spacing: 1px; font-size: 0.9em; display: block;">$father_name: INSTINCTS UNLEASHED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">The transferred energy has completely subverted his self-control.</span>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Back to the hallway" "Corridor">><<run UIBar.update()>><</link>>
</div>
<<nobr>>
<<set $greg_lust -= 40>>
<<set $lisa_lust += 25>>
<<set $greg_corr += 1>>
<<set $player_lust += 30>>
<<set $greg_lisa_kitchen_stage to 3>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 700px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 25px rgba(137, 180, 250, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/greg/greg_lisa_grope_stage2.mp4" type="video/mp4">
</video>
</div>
As I approached the kitchen, I heard some kind of fuss. I carefully peered inside and saw my parents. And this time the escalation is undeniable. <strong>$father_name</strong> is completely relentless. He has shoved <strong>$mother_name</strong> against the tabletop, and his hand is boldly sliding right beneath her clothes, groping her bare skin with rough, possessive strokes.
<br><br>
<<say $mother_name "Ah! $father_name... stop, no... someone will see us! Ah, look at you... you're acting like an animal...">>
<br>
Her voice is shaking, but her body tells a different story—she isn't pushing him away. She is trembling, her fingers gripping the edge of the marble table for support as his fingers dig into her thighs. The heavy charge of my transferred lust is actively rewriting their morning routine into a shameless exhibition of raw taboo desire.
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Watch them tremble and slip away" "Corridor">><<run UIBar.update()>><</link>>
</div>
<<nobr>>
/* Финальный аккорд: Грег разряжается сюжетно, Лиза сильно развращена */
<<set $greg_lust to 10>>
<<set $lisa_lust += 25>>
<<set $greg_corr += 1>>
<<set $player_lust += 40>>
/* Зацикливаем на стадии 3 для будущих повторов или блокируем */
<<set $greg_lisa_kitchen_stage to 3>>
<<set $greg_lisa_kitchen_maxed to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">Kitchen</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 700px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 30px rgba(137, 180, 250, 0.6); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/greg/greg_lisa_grope_stage3.mp4" type="video/mp4">
</video>
</div>
I stand in the shadows of the hallway, my chest tightening with intense excitement. My <strong>$father_relation</strong> has completely lost his mind to the corruption of the Orb. He has turned <strong>$mother_name</strong> around, bending her over the kitchen table. Her skirt is pulled all the way up, and he is frantically groping and smacking her bare behind, his breath ragged and animalistic.
<br><br>
<<say $mother_name "Mmmph... $father_name! Please... $son_name or the girls could walk in... oh god... don't squeeze so hard...">>
<br>
She shoves a kitchen towel into her own mouth to smother her shameful, high-pitched whimpers. She is entirely surrendered to his rough, primitive dominance. My <strong>$father_relation</strong> is treating his wife like a common whore right in the middle of the house, completely unaware that his own <<= $son_relation >> injected this madness into his veins. I hold my breath, watching the supreme victory of my mental manipulation before sliding away.
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Savor your total control and leave" "Corridor">><<run UIBar.update()>><</link>>
</div>
<<nobr>>
/* ТЕХНИЧЕСКИЕ НАЧИСЛЕНИЯ */
<<set $greg_lust -= 30>>
<<set $lisa_lust += 20>>
<<set $player_lust += 25>>
/* Продвигаем квест на следующую стадию */
<<set $greg_lisa_backyard_stage to 2>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">
Backyard
</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 600px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 25px rgba(137, 180, 250, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/greg/greg_lisa_backyard.jpg" type="video/mp4">
</div>
I glance through the back door and freeze. <strong>$mother_name</strong> is hanging the laundry, but <strong>$father_name</strong> has quietly sneaked up behind her. My midnight energy is boiling in his veins. Without a word, he locks his arms around her waist, pulling her back firmly against his chest while his hands boldly slide up to squeeze her breasts right under the bright sun.
<br><br>
<<say $mother_name "$father_name... oh god, stop! Stop it! The neighbors... someone can see us through the fence! What has gotten into you lately?">>
<br>
She looks around frantically, her cheeks burning red, but <strong>$father_name</strong> just buries his face in her neck, ignoring her weak protests and tightening his grip. The risk of being caught in the open yard is clearly driving his subverted senses crazy. I watch from the safety of the door before pulling back.
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Step back inside" "Corridor">>
<<advanceTime>>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* ТЕХНИЧЕСКИЕ НАЧИСЛЕНИЯ */
<<set $greg_lust -= 40>>
<<set $lisa_lust += 35>>
<<set $lisa_corr += 2>>
<<set $player_lust += 35>>
/* Продвигаем квест на финальную стадию */
<<set $greg_lisa_backyard_stage to 3>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">
Backyard
</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 600px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 600px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 25px rgba(137, 180, 250, 0.4); line-height: 0; margin: 0 auto 20px auto;">
<img src="images/events/greg/greg_lisa_backyard1.jpg" type="video/mp4">
</div>
I peer into the kitchen again, and this time the escalation is undeniable. <strong>$father_name</strong> is completely relentless. He has shoved <strong>$mother_name</strong> right against the wooden fence, hiding her body from the main street only by a thin row of bushes. He is completely hesitant today; his heavy hand slid down and pulled her pants down, caressing and squeezing her bare ass.
<br><br>
<<say $mother_name "Ah! $father_name... no, please... someone will hear! Mmmph... please, let's go inside...">>
<br>
Her voice is shaking with genuine panic, yet her hips are subconsciously arching into his touch. She has to bite her lower lip to stifle a shameful moan from echoing into the neighbor's yard. The brute, exhibitionist thrill of my transferred lust is thoroughly tearing down her modesty, making her submit to his hands in the open air.
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Watch them tremble and slip away" "Corridor">>
<<advanceTime>>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* ТЕХНИЧЕСКИЕ НАЧИСЛЕНИЯ */
<<set $greg_lust to 15>>
<<set $lisa_lust += 50>>
<<set $lisa_corr += 4>>
<<set $player_lust += 45>>
/* Зацикливаем на стадии 3 для будущих повторов */
<<set $greg_lisa_backyard_stage to 3>>
<<set $greg_lisa_backyard_maxed to true>>
<</nobr>>\
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #89b4fa; margin-bottom: 2px; font-family: 'Segoe UI', sans-serif;">
Backyard
</div>
<div style="text-align: center; margin: 2px auto 20px auto; max-width: 700px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
<div style="max-width: 900px; border-radius: 12px; overflow: hidden; border: 2px solid #89b4fa; box-shadow: 0 0 30px rgba(137, 180, 250, 0.6); line-height: 0; margin: 0 auto 20px auto;">
<video style="display: block; width: 100%;" autoplay loop muted playsinline>
<source src="images/events/greg/greg_lisa_backyard.mp4" type="video/mp4">
</video>
</div>
I watch from behind the porch curtains, my whole body trembling with intense voyeuristic pleasure. The madness of the Orb has completely broken my <strong>$father_relation</strong>. This time he decided to be more careful and took $mother_relation to a more secluded place in the backyard <strong>$mother_name</strong> could do nothing to resist his primal pressure and all she could do was give in. <strong>$father_relation</strong> is aggressively smacking and squeezing her whole body in broad daylight, his breathing loud and animalistic.
<br><br>
<<say $mother_name "Mmmph... $father_name! No... what if $son_name looks out... oh god... anybody could walk past the gate...">>
<br>
While they were kissing, <strong>$father_name</strong> pulled up her T-shirt and began to passionately squeeze <strong>$mother_name</strong>’s enormous breasts. She is completely overwhelmed by the taboo pleasure, entirely surrendered to his primitive dominance in the middle of the open yard. My <strong>$father_relation</strong> is treating his wife like an exhibitionist toy, completely oblivious to the fact that his own <<= $son_relation >> is the absolute master of their shame.
</div>
/* ПЛАШКА ЗАВЕРШЕНИЯ КОНТЕНТА ВЕРСИИ */
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; padding: 12px 25px; background: linear-gradient(90deg, rgba(245, 169, 127, 0) 0%, rgba(245, 169, 127, 0.15) 50%, rgba(245, 169, 127, 0) 100%); border-top: 1px solid rgba(245, 169, 127, 0.4); border-bottom: 1px solid rgba(245, 169, 127, 0.4); max-width: 550px; margin: 25px auto;">
<div style="font-size: 1.5em; filter: drop-shadow(0 0 5px #f5a97f);">🚧</div>
<div style="text-align: left;">
<span style="font-family: 'Segoe UI', sans-serif; font-weight: bold; color: #f5a97f; letter-spacing: 1px; font-size: 0.9em; display: block;">MAXIMUM PROGRESSION REACHED</span>
<span style="font-family: 'Georgia', serif; font-style: italic; color: #ccc; font-size: 0.8em;">This is the limit of the backyard corruption storyline for $father_name and $mother_name in the current version. Look forward to further escalation in future updates!</span>
</div>
</div>
<div style="text-align: center; margin-top: 25px;">
<<link "Savor your absolute control and leave" "Corridor">>
<<advanceTime>>
<<run UIBar.update()>>
<</link>>
</div><<nobr>>
/* ========================================================= */
/* СИСТЕМНЫЙ КОНТРОЛЬ МАКСИМАЛЬНЫХ ЛИМИТОВ СТАТОВ (КАП) */
/* ========================================================= */
/* 1. ОГРАНИЧЕНИЕ ПОХОТИ (LUST) — СИСТЕМНЫЙ МАКСИМУМ 100 */
<<set $player_lust to Math.clamp($player_lust, 0, 100)>>
<<set $emma_lust to Math.clamp($emma_lust, 0, 100)>>
<<set $lisa_lust to Math.clamp($lisa_lust, 0, 100)>>
<<set $jessica_lust to Math.clamp($jessica_lust, 0, 100)>>
<<set $greg_lust to Math.clamp($greg_lust, 0, 100)>>
/* 2. ВРЕМЕННОЕ ОГРАНИЧЕНИЕ РАЗВРАЩЕННОСТИ (CORRUPTION) ДЛЯ ТЕКУЩЕЙ ВЕРСИИ */
/* Лимит установлен , чтобы игроки не гриндили статы до бесконечности */
<<set $emma_corr to Math.clamp($emma_corr, 0, 20)>>
<<set $lisa_corr to Math.clamp($lisa_corr, 0, 15)>>
<<set $jessica_corr to Math.clamp($jessica_corr, 0, 10)>>
<<set $greg_corr to Math.clamp($greg_corr, 0, 15)>>
/* 3. ВРЕМЕННОЕ ОГРАНИЧЕНИЕ ОТНОШЕНИЙ (RELATIONSHIP) ДЛЯ ТЕКУЩЕЙ ВЕРСИИ — КАП 50 */
/* Защищает шкалу привязанности от бесконечного гринда в хабах общения */
<<set $emma_rel to Math.clamp($emma_rel, 0, 30)>>
<<set $lisa_rel to Math.clamp($lisa_rel, 0, 30)>>
<<set $jessica_rel to Math.clamp($jessica_rel, 0, 20)>>
<<set $greg_rel to Math.clamp($greg_rel, 0, 10)>>
<</nobr>>:: Quest_Oracle
<div style="text-align: center; font-size: 1.5em; font-weight: bold; color: #ca9ee6; margin-bottom: 20px; font-family: 'Segoe UI', sans-serif;">🔮 Current Goal & Intuition</div>
<div style="text-align: center; margin: 0 auto 20px auto; max-width: 650px; font-family: 'Georgia', serif; color: #eee; line-height: 1.6;">
I close my eyes for a moment, focusing on the dark, quiet hum of the Orb inside my mind. The psychic resonance helps me organize my thoughts and remember what deserves my attention right now...
</div>
<div style="max-width: 600px; margin: 20px auto; padding: 20px; background: rgba(25, 20, 35, 0.6); border: 1px solid rgba(202, 158, 230, 0.3); border-radius: 12px; font-family: 'Georgia', serif; color: #ccc;">
/* ======================================================== */
/* 1. ПОДСКАЗКИ ДЛЯ СЮЖЕТНОЙ ЛИНИИ ЭММЫ И ХЛОИ */
/* ======================================================== */
<<if $emma_chloe_dream_stage is 0 and $emma_corr lt 20>>
<p style="border-left: 3px solid #ca9ee6; padding-left: 10px;">
<strong>Regarding $younger_sister_name:</strong> She still feels too distant and guarded. I need to spend more time with her during the day, teasing her and pushing her corruption level to <strong>20</strong> before the Orb can unlock her deeper subconscious.
</p>
<</if>>
<<if $emma_chloe_dream_stage is 0 and $emma_corr gte 20>>
<p style="border-left: 3px solid #ca9ee6; padding-left: 10px;">
<strong>Regarding $younger_sister_name:</strong> Her mind is finally ripe for subversion. I should wait for <strong>Tuesday night</strong> and sneak into her room while she sleeps to plant the first seed of curiosity regarding her friend Chloe.
</p>
<</if>>
<<if $emma_chloe_dream_stage is 1 or $emma_chloe_dream_stage is 2 or $emma_chloe_dream_stage is 3>>
<p style="border-left: 3px solid #ca9ee6; padding-left: 10px;">
<strong>Regarding $younger_sister_name:</strong> The suggestion is working, but it needs time to mature. I must wait for <strong>next Tuesday night</strong> to visit her bedroom again and see how her forbidden obsession with Chloe is evolving.
</p>
<</if>>
/* ======================================================== */
/* 2. ПОДСКАЗКИ ДЛЯ МЕХАНИКИ ПЕРЕКАЧКИ (ОБЩЕЕ СОБЫТИЕ РОДИТЕЛЕЙ) */
/* ======================================================== */
<<if $emma_feet_experiment_done is true and $orb_power gte 2 and $emma_caught_spying_parents isnot true>>
<p style="border-left: 3px solid #89b4fa; padding-left: 10px;">
<strong>Regarding parents:</strong> Now that the Orb is stronger, I should try to catch my parents during their private time in the master bedroom. I have a feeling $younger_sister_name might be wandering nearby, driven by her own curiosity.
</p>
<</if>>
<<if $ability_transfusion_unlocked isnot true and $john_power_realization_done is true>>
<p style="border-left: 3px solid #ca9ee6; padding-left: 10px;">
<strong>Regarding the Orb:</strong> I have realized my absolute control over dreams, but the artifact feels restless. I should try to go to sleep in my room at night with my arousal completely maxed out at <strong>100%</strong> to see what happens.
</p>
<</if>>
/* ======================================================== */
/* 3. ПОДСКАЗКИ ДЛЯ МЕХАНИКИ ПОСЛЕДСТВИЙ ПЕРЕКАЧКИ ГРЕГУ */
/* ======================================================== */
<<if $ability_transfusion_unlocked is true and $greg_transfused_tonight is true>>
<p style="border-left: 3px solid #89b4fa; padding-left: 10px;">
<strong>Regarding the Transfusion:</strong> I successfully injected my lust into my $father_relation last night. I should check the <strong>Kitchen</strong> or the <strong>Backyard</strong> this morning to see how his animal instincts are overwhelming my $mother_relation.
</p>
<</if>>
/* ======================================================== */
/* 4. ЕДИНАЯ ЗАГЛУШКА, ЕСЛИ ВСЕ ТЕКУЩИЕ ЗАДАЧИ ВЫПОЛНЕНЫ */
/* ======================================================== */
<<if $greg_lisa_backyard_maxed is true and $emma_chloe_dream_stage gte 4 and $emma_spy_dream_watched is true>>
<p style="text-align: center; color: #a6e3a1; font-style: italic;">
✨ All available storylines and corruptions for this version have been pushed to their absolute limits. I should focus on daily routines or wait for future updates to shatter more boundaries.
</p>
<</if>>
</div>
<div style="text-align: center; margin-top: 30px;">
/* ИСПРАВЛЕНО: Кнопка возвращает в комнату в текущую фазу времени, обновляя сайдбар */
<<link "Open your eyes and return to reality" "MyRoom">>
<<run UIBar.update()>>
<</link>>
</div>
<<nobr>>
/* ЗАГОЛОВОК СИСТЕМЫ ПОМОЩИ */
<div style="text-align: center; font-size: 1.3em; font-weight: bold; color: #f38ba8; margin-bottom: 10px; font-family: 'Segoe UI', sans-serif;">
🧭 NAVIGATOR
</div>
<div style="max-width: 650px; margin: 0 auto; padding: 15px; background: rgba(30, 30, 46, 0.8); border: 1px solid #45475a; border-radius: 12px; font-family: 'Georgia', serif; color: #cdd6f4; line-height: 1.6;">
/* === ОСНОВНОЙ СЮЖЕТ (ПРИОРИТЕТ 1) === */
/* ШАГ 1: ИНТРО */
<<if not $intro_completed>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 MAIN QUEST</div>
<div>You've just found a mysterious pink meteorite. Explore the house, get to know your family, and try to understand what this artifact really is.</div>
</div>
/* ШАГ 2: СНЫ (возбуждение 30%) */
<<elseif not $emma_dream_seen or not $jessica_dream_seen or not $lisa_dream_seen>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 MAIN QUEST</div>
<div>
Your arousal (<span style="color: #f38ba8;">$player_lust%</span>) needs to reach <strong style="color: #f38ba8;">30%</strong> to activate the night visions.
<<if $player_lust lt 30>>
<span style="color: #f5c2e7;">Try spying on family members to raise your arousal.</span>
<<else>>
<span style="color: #a6e3a1;">You can go to sleep right now — the Orb will show you a dream.</span>
<</if>>
<br>
<span style="font-size: 0.9em; color: #a6e3a1;">
Dreams:
<<if $emma_dream_seen>>✅ Emma<<else>>⬜ Emma<</if>> |
<<if $jessica_dream_seen>>✅ Jessica<<else>>⬜ Jessica<</if>> |
<<if $lisa_dream_seen>>✅ Lisa<<else>>⬜ Lisa<</if>>
</span>
</div>
</div>
/* ШАГ 3: ВОЗНЕСЕНИЕ (все сны есть, Орб ещё не на 2-м уровне) */
<<elseif $emma_dream_seen and $jessica_dream_seen and $lisa_dream_seen and $orb_power lt 2 and not $john_power_realization_done>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>You've experienced all three night visions. The Orb in your room is vibrating with power, ready to evolve. <strong>Return to your room and click the "Commence the Ascension" button.</strong></div>
</div>
/* ШАГ 4: ОРБ НА 2-М УРОВНЕ — нужно повысить развращённость Эммы до 5 */
<<elseif $orb_power gte 2 and $emma_corr lt 5 and not $john_power_realization_done>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>The Orb has reached the second level. Now you need to deepen your bond with <strong>$younger_sister_name</strong>. She needs to become more open with you.</div>
<div style="font-size: 0.95em; margin-top: 8px; color: #cdd6f4;">
<span style="color: #a6e3a1;">💡 Ways to raise her corruption:</span>
<ul style="margin: 5px 0 0 20px; padding-left: 0; list-style-type: none;">
<li style="margin-bottom: 3px;">🗣️ <strong>Talk to her</strong> — find her in the kitchen, living room, or her room.</li>
<li style="margin-bottom: 3px;">🎮 <strong>Play games with her</strong> — in the living room (Monday afternoon or Thursday evening).</li>
<li style="margin-bottom: 3px;">🛏️ <strong>Visit her room</strong> — different events happen at different times.</li>
<li style="margin-bottom: 3px;">🚿 <strong>Get caught by her in the shower</strong> — when you have 100% arousal and high relationship with her (20+).</li>
<li style="margin-bottom: 3px;">🔮 <strong>Use the Orb to sense her secret desires</strong> — if her door is locked (afternoon/evening, Orb Power 2+).</li>
</ul>
</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💜 Corruption: <strong>$emma_corr</strong> / 5 needed</div>
<<if $emma_rel gte 20 and $player_lust eq 100 and $dayPhase is "evening">>
<div style="color: #f9e2af; margin-top: 5px;">💡 You have 100% arousal and good relationship with Emma. <strong>Take a shower in the bathroom</strong> — she might walk in on you!</div>
<</if>>
<<if $orb_power gte 2 and ($dayPhase is "afternoon" or $dayPhase is "evening") and $loc_younger_sister_room.includes("E") and not $emma_secret_door_done>>
<div style="color: #ca9ee6; margin-top: 5px;">🔮 Emma's door is locked right now. You can <strong>use the Orb</strong> to sense what she's doing behind it.</div>
<</if>>
</div>
/* ШАГ 5: РАЗВРАЩЁННОСТЬ ЭММЫ 5+ — нужно снять стресс в своей комнате */
<<elseif $orb_power gte 2 and $emma_corr gte 5 and not $emma_relief_dream_done and not $john_power_realization_done>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🔵 MAIN QUEST — EMMA'S PATH</div>
<div>$younger_sister_name is becoming more open with you. Now you need to <span style="color: #f5c2e7;"><strong>relieve yourself in your room</strong></span> — but be careful. Someone might be watching...</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 Go to your room and use the <strong>"Lock the door and relieve your agonizing tension"</strong> button.</div>
</div>
/* ШАГ 6: ПЕРВЫЙ ПЕРЕХВАТ (сон про Эмму) */
<<elseif $emma_relief_dream_done and not $emma_spy_confirmed_done and not $john_power_realization_done>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🔵 MAIN QUEST — EMMA'S PATH</div>
<div>You had a dream about Emma watching you. To confirm your suspicions, <span style="color: #f5c2e7;"><strong>relieve yourself in your room again</strong></span> — but this time, stay alert.</div>
</div>
/* ШАГ 7: ПОДТВЕРЖДЕНИЕ СЛЕЖКИ → РЕЗОНАНС */
<<elseif $emma_spy_confirmed_done and not $emma_dream_resonance_done and not $john_power_realization_done and $player_lust lt 100>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🔵 MAIN QUEST — EMMA'S PATH</div>
<div>You've confirmed Emma has been watching you. Now you need to reach <strong style="color: #f38ba8;">100% arousal</strong> and then <strong>go to sleep</strong> — the Orb will connect your dreams with hers.</div>
</div>
<<elseif $emma_spy_confirmed_done and not $emma_dream_resonance_done and not $john_power_realization_done and $player_lust eq 100>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🔵 MAIN QUEST — EMMA'S PATH</div>
<div>Your arousal is at its peak. <strong>Go to sleep</strong> — the Orb will create a mental resonance with Emma.</div>
</div>
/* ШАГ 8: РЕЗОНАНС ЗАВЕРШЁН → ЭКСПЕРИМЕНТ */
<<elseif $emma_dream_resonance_done and not $emma_feet_experiment_done and not $john_power_realization_done>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🔵 MAIN QUEST — EMMA'S PATH</div>
<div>The resonance with Emma is complete. <span style="color: #f5c2e7;">Go to sleep</span> — the Orb will guide you to the next step of your bond with her.</div>
</div>
/* ШАГ 9: ЭКСПЕРИМЕНТ ЗАВЕРШЁН → ПОВЫСИТЬ РАЗВРАЩЁННОСТЬ ДО 10 + ХЛОЯ */
<<elseif $emma_feet_experiment_done and $emma_corr lt 10 and not $emma_chloe_kissed and not $john_power_realization_done>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🔵 MAIN QUEST — EMMA'S PATH</div>
<div>Your bond with Emma has deepened. But she needs to become even more open with you. <span style="color: #f5c2e7;">Keep talking to her or spend time with her</span> until her corruption reaches <strong>10</strong>.</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💜 Corruption: <strong>$emma_corr</strong> / 10 needed</div>
</div>
<<elseif $emma_feet_experiment_done and $emma_corr gte 10 and not $emma_chloe_kissed and not $john_power_realization_done>>
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🔵 MAIN QUEST — EMMA'S PATH</div>
<div>Emma is now open enough. <span style="color: #f5c2e7;"><strong>Go to her room on Tuesday night</strong></span> — you need to infiltrate her dream and see what happens with Chloe.</div>
<<if $dayIndex is 1 and $dayPhase is "night">>
<div style="color: #f9e2af; margin-top: 5px;">💡 It's Tuesday night — go to Emma's room and use the Orb to infiltrate her dream!</div>
<</if>>
</div>
/* ШАГ 10: ХЛОЯ ПОЦЕЛОВАЛА ЭММУ → ОСОЗНАНИЕ ВЛАСТИ */
<<elseif $emma_chloe_kissed and not $john_power_realization_done>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 CRITICAL MOMENT</div>
<div>You witnessed Chloe kiss Emma in her dream. This has awakened something within you. <span style="color: #f5c2e7;"><strong>Return to your room</strong></span> — you need time to process what just happened.</div>
</div>
/* ШАГ 11: ОСОЗНАНИЕ ВЛАСТИ → ТРАНСФУЗИЯ (ещё не разблокирована) */
<<elseif $john_power_realization_done and not $ability_transfusion_unlocked and $player_lust lt 100>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>Your power is growing. To unlock the next stage, you need to reach <strong style="color: #f38ba8;">100% arousal</strong>. Then <strong>go to sleep</strong> — the Orb will guide you.</div>
</div>
<<elseif $john_power_realization_done and not $ability_transfusion_unlocked and $player_lust eq 100>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>Your arousal is at its peak. <strong>Go to sleep</strong> — the Orb is ready to unlock a new ability within you.</div>
</div>
/* ======================================================= */
/* === ФИНАЛ: ВСЕ ДОСТУПНЫЙ КОНТЕНТ ЗАВЕРШЁН === */
/* ======================================================= */
<<elseif $john_power_realization_done and $ability_transfusion_unlocked and ($ntr_content and ($greg_lisa_kitchen_stage gte 3 and $greg_lisa_backyard_stage gte 3) or not $ntr_content)>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px; background: rgba(202, 158, 230, 0.05); border-radius: 4px; padding: 10px;">
<div style="color: #cba6f7; font-weight: bold;">🏁 END OF CURRENT CONTENT</div>
<div style="font-size: 0.95em; color: #cdd6f4;">
<p style="margin: 0 0 8px 0;">
You've completed all currently available story content in this version of the game.
The Orb's power has grown significantly, and you've unlocked the ability to project your desires into others.
</p>
<p style="margin: 0 0 8px 0;">
<span style="color: #f5c2e7;">Thank you for playing!</span> The next stage of the story is not yet ready — but you can still:
</p>
<ul style="margin: 5px 0 0 20px; padding-left: 0; list-style-type: none;">
<li style="margin-bottom: 3px;">🏠 <strong>Explore the house</strong> — there might be minor interactions left.</li>
<li style="margin-bottom: 3px;">💬 <strong>Talk to family members</strong> — some dialogue may change based on your progress.</li>
<li style="margin-bottom: 3px;">🔄 <strong>Start a new game</strong> — try different choices and paths.</li>
</ul>
<div style="color: #9399b2; font-size: 0.85em; margin-top: 8px;">
💡 The main quest ends here for now. Future updates will continue the story!
</div>
</div>
</div>
/* === ТРАНСФУЗИЯ РАЗБЛОКИРОВАНА (без NTR) === */
<<elseif $ability_transfusion_unlocked and not $ntr_content and $player_lust eq 100>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>You've unlocked "Psychic Transfusion." <span style="color: #f5c2e7;">Return to your room</span> and use the Orb to project your desires into <strong>$younger_sister_name's</strong> mind.</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 She is currently your only available target.</div>
</div>
<<elseif $ability_transfusion_unlocked and not $ntr_content and $player_lust lt 100>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>You've unlocked "Psychic Transfusion." Build your arousal to <strong style="color: #f38ba8;">100%</strong> to use this ability on $younger_sister_name.</div>
</div>
/* === ТРАНСФУЗИЯ РАЗБЛОКИРОВАНА (с NTR, но цепочка ещё не завершена) === */
<<elseif $ability_transfusion_unlocked and $ntr_content and not $greg_transfused_tonight and ($greg_lisa_kitchen_stage lt 3 or $greg_lisa_backyard_stage lt 3) and $player_lust eq 100>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>You've unlocked "Psychic Transfusion." <span style="color: #f5c2e7;">Return to your room</span> and use the Orb to project your desires into another's mind.</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">
💡 Available targets:
<ul style="margin: 5px 0 0 20px; padding-left: 0; list-style-type: none;">
<li style="margin-bottom: 3px;">🔮 <strong>$younger_sister_name</strong> — deepen your bond with her.</li>
<li style="margin-bottom: 3px;">🔮 <strong>$father_name</strong> — this will trigger a chain of events.</li>
</ul>
</div>
</div>
<<elseif $ability_transfusion_unlocked and $ntr_content and not $greg_transfused_tonight and ($greg_lisa_kitchen_stage lt 3 or $greg_lisa_backyard_stage lt 3) and $player_lust lt 100>>
<div style="border-left: 3px solid #cba6f7; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #cba6f7; font-weight: bold;">🔮 ASCENSION QUEST</div>
<div>You've unlocked "Psychic Transfusion." Build your arousal to <strong style="color: #f38ba8;">100%</strong> to use this ability.</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">
💡 You can transfer your desires to:
<ul style="margin: 5px 0 0 20px; padding-left: 0; list-style-type: none;">
<li style="margin-bottom: 3px;">🔮 <strong>$younger_sister_name</strong></li>
<li style="margin-bottom: 3px;">🔮 <strong>$father_name</strong></li>
</ul>
</div>
</div>
/* ===================================== */
/* === NTR ЦЕПОЧКА ГРЕГА И ЛИЗЫ === */
/* ===================================== */
/* ШАГ 13: ПЕРЕКАЧКА В ГРЕГА, НО ЕГО ВОЗБУЖДЕНИЕ НИЖЕ 60 */
<<elseif $ntr_content and $greg_transfused_tonight and $greg_lust lte 60 and ($greg_lisa_kitchen_stage lt 3 or $greg_lisa_backyard_stage lt 3)>>
<div style="border-left: 3px solid #f9e2af; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #f9e2af; font-weight: bold;">🔮 TRANSFUSION PENDING</div>
<div>You've transferred your arousal to <strong>$father_name</strong>, but his current level of arousal is not yet high enough to trigger a reaction. He needs to reach <strong style="color: #f38ba8;">60%</strong> arousal.</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 Continue to interact with him or observe him to raise his arousal. The effect of your transfusion will manifest once he becomes sufficiently heated.</div>
</div>
/* ШАГ 14: КУХОННАЯ ЦЕПОЧКА (если ещё не завершена) */
<<elseif $ntr_content and $greg_lisa_kitchen_stage lt 3 and not ($greg_lisa_backyard_stage gte 3)>>
<<if $greg_transfused_tonight and $greg_lust gt 60>>
/* Если перекачка активна и возбуждение достаточно */
<<if $dayPhase is "morning" and $loc_kitchen.includes("L")>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 EVENT OPPORTUNITY</div>
<div><strong>$father_name</strong> and <strong>$mother_name</strong> are in the kitchen. The energy you transferred to him is about to manifest. <span style="color: #f5c2e7;">Go to the kitchen</span> to witness what happens.</div>
<<if $greg_lisa_kitchen_stage gte 1>>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 This is stage <strong>$greg_lisa_kitchen_stage</strong> of the kitchen chain.</div>
<</if>>
</div>
<<else>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 EVENT OPPORTUNITY</div>
<div>The energy you transferred to <strong>$father_name</strong> will trigger an event on the <strong>next morning</strong> in the kitchen. Wait until morning and check if $mother_name is there.</div>
</div>
<</if>>
<<else>>
/* Если перекачка не активна, нужно сделать новую */
<div style="border-left: 3px solid #f9e2af; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #f9e2af; font-weight: bold;">🔄 CONTINUE THE CHAIN</div>
<div>To continue the kitchen chain with <strong>$father_name</strong> and <strong>$mother_name</strong>, you need to <span style="color: #f5c2e7;"><strong>transfer your arousal to him again</strong></span> (when you have 100% arousal).</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 After that, wait until morning and go to the kitchen.</div>
</div>
<</if>>
/* ШАГ 15: ЗАДНЕДВОРНАЯ ЦЕПОЧКА (если кухня завершена и задний двор ещё не завершён) */
<<elseif $ntr_content and $greg_lisa_kitchen_stage gte 3 and $greg_lisa_backyard_stage lt 3>>
<<if $greg_transfused_tonight and $greg_lust gt 60>>
/* Если перекачка активна и возбуждение достаточно */
<<if $dayPhase isnot "night" and $loc_backyard.includes("L")>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 EVENT OPPORTUNITY</div>
<div><strong>$mother_name</strong> is in the backyard. The energy you transferred to <strong>$father_name</strong> is ready to surface. <span style="color: #f5c2e7;">Go to the backyard</span> to witness what happens.</div>
<<if $greg_lisa_backyard_stage gte 1>>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 This is stage <strong>$greg_lisa_backyard_stage</strong> of the backyard chain.</div>
<</if>>
</div>
<<else>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 EVENT OPPORTUNITY</div>
<div>The energy you transferred to <strong>$father_name</strong> will trigger an event when <strong>$mother_name</strong> is in the backyard (not at night). Check there regularly.</div>
</div>
<</if>>
<<else>>
/* Если перекачка не активна, нужно сделать новую */
<div style="border-left: 3px solid #f9e2af; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #f9e2af; font-weight: bold;">🔄 CONTINUE THE CHAIN</div>
<div>To continue the backyard chain with <strong>$father_name</strong> and <strong>$mother_name</strong>, you need to <span style="color: #f5c2e7;"><strong>transfer your arousal to him again</strong></span> (when you have 100% arousal).</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 After that, find $mother_name in the backyard.</div>
</div>
<</if>>
/* ШАГ 16: ЦЕПОЧКА ГРЕГА И ЛИЗЫ ПОЛНОСТЬЮ ЗАВЕРШЕНА (но не финал, если не все условия) */
<<elseif $ntr_content and $greg_lisa_kitchen_stage gte 3 and $greg_lisa_backyard_stage gte 3 and not ($john_power_realization_done and $ability_transfusion_unlocked)>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 EVENT COMPLETE</div>
<div>The entire chain of events between <strong>$father_name</strong> and <strong>$mother_name</strong> has reached its conclusion. Their relationship has been permanently altered by your influence.</div>
<div style="font-size: 0.9em; color: #a6e3a1; margin-top: 5px;">💡 New opportunities may now open in the house. Keep exploring.</div>
</div>
/* === ЗАПАСНОЙ ВАРИАНТ === */
<<else>>
<div style="border-left: 3px solid #89b4fa; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #89b4fa; font-weight: bold;">🔵 MAIN QUEST</div>
<div>Keep exploring the house and interacting with your family. Watch your Arousal meter — it unlocks new opportunities.</div>
</div>
<</if>>
/* === ВАЖНОЕ ПРЕДУПРЕЖДЕНИЕ: 100% LUST === */
<<if $player_lust eq 100>>
<div style="border-left: 3px solid #f38ba8; padding-left: 12px; margin-bottom: 15px; background: rgba(243, 139, 168, 0.05); border-radius: 4px; padding: 10px;">
<div style="color: #f38ba8; font-weight: bold;">⚠️ CRITICAL ADVISORY</div>
<div style="font-size: 0.95em; color: #cdd6f4;">
Your arousal is at its peak (<strong style="color: #f38ba8;">100%</strong>).
<span style="color: #f5c2e7;">Be careful —</span> if you approach a family member with low relationship (< 15), they will react negatively.
<br>
<span style="color: #a6e3a1;">✅ If your relationship is high enough, they may respond with curiosity or desire instead.</span>
<br>
<span style="color: #f9e2af;">💡 Consider relieving your tension first (in your room or the shower), or build stronger bonds before approaching them in this state.</span>
<br><br>
<span style="color: #9399b2; font-size: 0.85em;">Examples: Emma got embarrassed in the bathroom, Lisa got uncomfortable in the kitchen.</span>
</div>
</div>
/* === ПОДСКАЗКА ДЛЯ СБРОСА АРОУЗАЛА (если нет 100%) === */
<<elseif $player_lust gte 80 and $player_lust lt 100>>
<div style="border-left: 3px solid #f9e2af; padding-left: 12px; margin-bottom: 15px; background: rgba(249, 226, 175, 0.05); border-radius: 4px; padding: 10px;">
<div style="color: #f9e2af; font-weight: bold;">💡 TIP</div>
<div style="font-size: 0.95em; color: #cdd6f4;">
Your arousal is getting high (<strong style="color: #f38ba8;">$player_lust%</strong>).
If it reaches <strong style="color: #f38ba8;">100%</strong>, family members with low relationship will react negatively.
<br>
<span style="color: #a6e3a1;">You can <strong>relieve yourself</strong> in your room or take a shower in the bathroom to reset it.</span>
</div>
</div>
<</if>>
/* === ПОБОЧНЫЕ АКТИВНОСТИ (ПРИОРИТЕТ 2) === */
<div style="border-left: 3px solid #a6e3a1; padding-left: 12px; margin-bottom: 15px;">
<div style="color: #a6e3a1; font-weight: bold;">🟢 AVAILABLE ACTIVITIES</div>
<div>
<<if $dayPhase is "morning">>
Morning is the best time for breakfast in the kitchen. It boosts relationships with everyone there.
<<if $loc_kitchen.includes("E")>>
<br><span style="color: #a6e3a1;">💡 Emma is in the kitchen right now. Talk to her — it'll advance your relationship.</span>
<</if>>
<<if $loc_kitchen.includes("L")>>
<br><span style="color: #eba0ac;">💡 Lisa is in the kitchen. She's always happy to chat over breakfast.</span>
<</if>>
<<elseif $dayPhase is "afternoon">>
In the afternoon, everyone scatters to their own corners. Check different rooms — you might catch someone off guard.
<<if $loc_bathroom.includes("J")>>
<br><span style="color: #f5c2e7;">💡 Jessica is in the bathroom. Maybe you should take a peek?</span>
<</if>>
<<if $loc_younger_sister_room.includes("E")>>
<br><span style="color: #a6e3a1;">💡 Emma is in her room. She's often alone in the afternoon.</span>
<</if>>
/* ВОСКРЕСНАЯ УБОРКА ЛИЗЫ */
<<if $dayIndex is 6 and $dayPhase is "afternoon" and $loc_my_room.includes("L") and not $lisa_cleaning_room_done>>
<br><span style="color: #eba0ac;">💡 Lisa is cleaning your room today. Go to your room — you might catch her there.</span>
<</if>>
<<elseif $dayPhase is "evening">>
In the evening, the family gathers in the living room or kitchen. A good time for group conversations.
<<if $loc_living_room.includes("E") and $loc_living_room.includes("J")>>
<br><span style="color: #f5c2e7;">💡 Emma and Jessica are in the living room. You could join them.</span>
<</if>>
<<if $loc_bathroom.includes("L")>>
<br><span style="color: #eba0ac;">💡 Lisa is in the bathroom. She might be doing her evening skincare routine.</span>
<</if>>
/* НАПОМИНАНИЕ ПРО ХЛОЮ (ВТОРНИК) */
<<if $dayIndex is 1 and ($emma_chloe_dream_stage is 1 or $emma_chloe_dream_stage is 2 or $emma_chloe_dream_stage is 3 or $emma_chloe_dream_stage is 4)>>
<br><span style="color: #ca9ee6;">💡 It's Tuesday. Chloe should be visiting Emma today. <strong>Go to sleep</strong> to peek into Emma's dreams.</span>
<</if>>
/* НАПОМИНАНИЕ ПРО РАЗГОВОРЫ С ЭММОЙ (если нужно поднять развращённость) */
<<if $orb_power gte 2 and $emma_corr lt 5 and not $john_power_realization_done and $dayPhase isnot "night">>
<br><span style="color: #a6e3a1;">💡 You need to talk to Emma more. Find her in the kitchen, living room, or her room.</span>
<</if>>
/* ПОДСКАЗКА ПРО ЗАКРЫТУЮ ДВЕРЬ ЭММЫ */
<<if $orb_power gte 2 and ($dayPhase is "afternoon" or $dayPhase is "evening") and $loc_younger_sister_room.includes("E") and not $emma_secret_door_done and $emma_corr lt 5>>
<br><span style="color: #ca9ee6;">🔮 Emma's door is locked. Use the Orb to <strong>peer into her secret desires</strong> — it will raise her corruption.</span>
<</if>>
/* ПОДСКАЗКА ПРО ВАННУЮ ПРИ 100% АРОУЗАЛА */
<<if $player_lust eq 100 and $dayPhase is "evening" and not $loc_bathroom.includes("J") and not $loc_bathroom.includes("E") and not $loc_bathroom.includes("L")>>
<br><span style="color: #89b4fa;">🚿 The bathroom is empty — you can take a <strong>hot shower</strong> to clear your mind.</span>
<</if>>
<<elseif $dayPhase is "night">>
Everyone is asleep in their rooms. You can <strong style="color: #f38ba8;">go to sleep</strong> or <strong style="color: #cba6f7;">explore the dark corridors</strong>.
<<if $player_lust eq 100 and $dayPhase is "night">>
<br><span style="color: #f5c2e7;">🛌 You have 100% arousal — <strong>go to sleep</strong> to trigger special events.</span>
<</if>>
<</if>>
</div>
</div>
/* === СОВЕТЫ ПО СТАТАМ (ПРИОРИТЕТ 3) === */
<div style="border-left: 3px solid #f9e2af; padding-left: 12px;">
<div style="color: #f9e2af; font-weight: bold;">🟡 STAT ADVISOR</div>
<div style="font-size: 0.95em;">
<<if $player_lust lt 30>>
<span style="color: #f38ba8;">🔥 Arousal is low (< 30%).</span> Spy on family members to heat things up.
<<elseif $player_lust lt 60>>
<span style="color: #f38ba8;">🔥 Arousal is moderate (30–60%).</span> You're on the right track. Keep it up.
<<elseif $player_lust lt 80>>
<span style="color: #f38ba8;">🔥 Arousal is high (60–80%).</span> New story opportunities will unlock soon.
<<elseif $player_lust lt 100>>
<span style="color: #ff79c6; font-weight: bold;">🔥 Arousal is very high (80–99%).</span> Push it to <strong style="color: #f38ba8;">100%</strong> for special events.
<<else>>
<span style="color: #ff79c6; font-weight: bold;">🔥 Arousal is at its peak (100%).</span> <br>You're overflowing with desire. <strong>Go to sleep</strong> or relieve yourself.
<</if>>
<<if $emma_rel lt 15>>
<br><span style="color: #a6e3a1;">💚 Your relationship with Emma is low.</span> Talk to her in the kitchen or living room — she appreciates attention.
<<elseif $emma_rel lt 30>>
<br><span style="color: #a6e3a1;">💚 Your relationship with Emma is growing.</span> Keep talking — she's becoming more open with you.
<</if>>
<<if $emma_corr lt 5 and $orb_power gte 2 and not $john_power_realization_done>>
<br><span style="color: #a6e3a1;">💜 Emma's corruption is still low ($emma_corr / 5).</span> Talk to her more, play games with her, or use the Orb on her locked door.
<</if>>
<<if $jessica_rel lt 10>>
<br><span style="color: #f5c2e7;">💚 Your relationship with Jessica is low.</span> She spends a lot of time in her room. Try visiting her there.
<</if>>
<<if $lisa_rel lt 10>>
<br><span style="color: #eba0ac;">💚 Your relationship with Lisa is low.</span> She spends a lot of time in the kitchen and living room. Help her with chores.
<</if>>
/* ПОДСКАЗКА ПРО СБРОС АРОУЗАЛА */
<<if $player_lust eq 100 and ($dayPhase is "night" or $dayPhase is "evening")>>
<br><span style="color: #89b4fa;">🚿 You can <strong>take a shower</strong> (if bathroom is empty) or <strong>relieve yourself</strong> in your room to reset arousal.</span>
<</if>>
</div>
</div>
/* === КНОПКА ЗАКРЫТИЯ === */
<div style="text-align: center; margin-top: 20px; padding-top: 15px; border-top: 1px solid #45475a;">
<<back "🔙 Return">>
</div>
</div>
<</nobr>>