← Qiki · all runs · 📊 leaderboard

r-1788797076605-13c88
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>TRS Real Estate | Kandy, Sri Lanka</title> <style> :root { --primary: #1a252f; /* Dark Navy */ --accent: #c0392b; /* Deep Red */ --gold: #d4ac0d; /* Gold */ --light: #f4f6f7; --text: #333; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background-color: var(--light); color: var(--text); } /* Navigation */ nav { background: var(--primary); color: white; padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; } .logo { font-size: 1.5rem; font-weight: bold; letter-spacing: 2px; } .logo span { color: var(--gold); } .nav-links a { color: white; text-decoration: none; margin-left: 20px; font-size: 0.9rem; transition: 0.3s; } .nav-links a:hover { color: var(--gold); } /* Hero Section */ .hero { height: 80vh; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1600596542815-e328701102b9?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80'); background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; padding: 0 20px; } .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .hero p { font-size: 1.2rem; max-width: 600px; margin-bottom: 2rem; } .btn { background: var(--accent); color: white; padding: 12px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; transition: 0.3s; border: none; cursor: pointer; } .btn:hover { background: #a93226; } /* About Section */ .about { padding: 4rem 10%; background: white; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .about-img img { width: 100%; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); } .about-text h2 { color: var(--primary); margin-bottom: 1rem; } .highlight { color: var(--accent); font-weight: bold; } /* Inventory Grid */ .inventory { padding: 4rem 5%; } .section-title { text-align: center; margin-bottom:
model /nix/store/w8fajwih8isx2rl94rb8ggc1knmnf8x9-Qwen3.6-35B-A3B-MTP-GGUF upstream http://127.0.0.1:8080 harness 127.0.0.1 score 9 / 10
2026-09-07 16:04:36 UTC · total 37s · 1 step
3 · Landing Page
20,933 chars ↗ open full preview
view source
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>TRS Real Estate</title>
  <style>
*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#fdf8f1;--surface:#ffffff;--elevated:#f6ece0;
  --text:#241a12;--muted:#6b5847;--border:rgba(36,26,18,.13);
  --accent:#c0392b;--accent-btn:#c0392b;--accent-text:#c0392b;--ink:#ffffff;--glow:rgba(192,57,43,0.20);--soft:rgba(192,57,43,0.13);
  /* Foreground for anything painted on --soft. See the derivation above: a token
     computed against --bg is not valid on a tinted surface. */
  --soft-ink:#b13428;
  /* Minimum comfortable hit area. Referenced by every interactive rule so a
     tap target can never regress below the 44px WCAG/iOS floor. */
  --tap:44px;
  /* Translucent chrome derived from the direction's own background. Hardcoding
     rgba(10,10,11,.62) here put dark text on a dark nav (1.08:1) the moment a
     light direction shipped. */
  --nav-bg:rgba(253,248,241,0.72);--hairline:rgba(0,0,0,.14);
  --font:Optima,Candara,'Segoe UI','Trebuchet MS',system-ui,sans-serif;
  --font-display:Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif;
  --w-display:700;--w-body:400;
  --track-display:-.02em;
  --texture:radial-gradient(820px 420px at 88% 0%, rgba(181,84,31,.10), transparent 62%);
  --maxw:1200px;--r:16px;--r-lg:28px;--ease:cubic-bezier(.4,0,.2,1);
  color-scheme:light;
}
html{scroll-behavior:smooth}
body{background-color:var(--bg);background-image:var(--texture);background-repeat:no-repeat;background-attachment:fixed;color:var(--text);font-family:var(--font);font-weight:var(--w-body);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
/* Staggered page-load reveal. Absent motion is one of the named AI-slop
   tells; 0.1s increments read as intentional rather than decorative.
   Honoured only when the visitor has not asked for reduced motion. */
@media (prefers-reduced-motion:no-preference){
  section,header{animation:qk-rise .55s var(--ease) both}
  section:nth-of-type(1){animation-delay:.05s}section:nth-of-type(2){animation-delay:.15s}
  section:nth-of-type(3){animation-delay:.25s}section:nth-of-type(4){animation-delay:.35s}
  section:nth-of-type(n+5){animation-delay:.45s}
  @keyframes qk-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{color:var(--muted)}
h1,h2,h3,.nav__brand,.footer__brand{font-family:var(--font-display);font-weight:var(--w-display);letter-spacing:var(--track-display);line-height:1.08;color:var(--text)}
h1{font-size:clamp(2.5rem,6vw,4.25rem)}
h2{font-size:clamp(2rem,4vw,3rem)}
h3{font-size:clamp(1.1rem,2vw,1.35rem);letter-spacing:-.02em}
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:24px}
section{padding-block:clamp(3.5rem,7vw,6rem)}
.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--accent-text)}
.shead{max-width:640px;margin-bottom:clamp(2rem,4vw,3.25rem)}
.shead h2{margin-top:12px}
.shead p{margin-top:14px;font-size:1.1rem}
/* WCAG 2.4.7. The template shipped with no focus styles at all, so a keyboard
   user had no visible position on any generated site. --accent-text is used
   rather than --accent because the ring must clear the near-black background. */
:focus-visible{outline:2px solid var(--accent-text);outline-offset:3px;border-radius:6px}
:focus:not(:focus-visible){outline:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;min-height:var(--tap);border-radius:11px;font-weight:600;font-size:.95rem;transition:transform .15s var(--ease),box-shadow .2s var(--ease);cursor:pointer}
.btn--primary{background:var(--accent-btn);color:var(--ink);box-shadow:0 10px 30px -10px var(--glow)}
.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px -10px var(--glow)}
.btn--ghost{border:1px solid var(--border);color:var(--text)}
.btn--ghost:hover{background:var(--surface);border-color:var(--hairline)}
/* nav */
.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:var(--nav-bg);border-bottom:1px solid var(--border)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.nav__brand{font-weight:700;font-size:1.18rem;letter-spacing:-.03em;display:inline-flex;align-items:center;min-height:var(--tap)}
.nav__links{display:flex;gap:30px;align-items:center}
.nav__links a{color:var(--muted);font-size:.92rem;font-weight:500;transition:color .15s;display:inline-flex;align-items:center;min-height:var(--tap);padding:0 4px}
.nav__links a:hover{color:var(--text)}
@media(max-width:760px){.nav__links{display:none}}
/* hero */
.hero{position:relative;padding-top:clamp(3.5rem,8vw,6.5rem);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(58% 55% at 72% 12%,var(--glow),transparent 70%);pointer-events:none}
.hero .wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,64px);align-items:center}
.hero__sub{font-size:1.18rem;margin:22px 0 34px;max-width:50ch}
.hero__cta{display:flex;gap:14px;flex-wrap:wrap}
.hero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:0 50px 90px -40px rgba(0,0,0,.9)}
@media(max-width:840px){.hero .wrap{grid-template-columns:1fr}.hero__media{order:-1}
/* ── LAYOUT VARIANTS ────────────────────────────────────────────────────────
   Same skeletons, different arrangement. Without these, six directions were six
   palettes over ONE identical floorplan — which is what the "AI slop" research
   actually objects to, and no amount of colour fixes it. */
.h-stacked .hero .wrap{grid-template-columns:1fr;text-align:center;justify-items:center}
.h-stacked .hero__sub{margin-inline:auto}
.h-stacked .hero__cta{justify-content:center}
.h-stacked .hero__media{order:1;width:100%;margin-top:clamp(28px,4vw,48px)}
.h-stacked .hero__media img{width:100%}
/* editorial: headline runs the full measure, image is an inline figure beside
   the standfirst — magazine, not SaaS marketing page. */
.h-editorial .hero .wrap{grid-template-columns:1fr;gap:0}
.h-editorial .hero__copy h1{max-width:16ch;font-size:clamp(2.8rem,7.5vw,5.5rem)}
.h-editorial .hero__media{order:1;float:right;width:min(44%,460px);margin:0 0 24px 40px}
.h-editorial .hero__sub{max-width:52ch;font-size:1.24rem}
@media (max-width:720px){.h-editorial .hero__media{float:none;width:100%;margin:24px 0 0}}
/* bleed: image sits behind the copy. */
.h-bleed .hero{isolation:isolate}
.h-bleed .hero .wrap{grid-template-columns:1fr;min-height:min(78vh,640px);align-content:center}
.h-bleed .hero__media{position:absolute;inset:0;order:0;z-index:-1;opacity:.34}
.h-bleed .hero__media img{width:100%;height:100%;object-fit:cover}
.h-bleed .hero__copy{max-width:44ch}
/* rows: numbered editorial rows with hairlines instead of cards. */
.f-rows .features{display:block}
.f-rows .fcard{display:grid;grid-template-columns:auto 1fr;gap:clamp(18px,3vw,40px);align-items:start;
  background:none;border:0;border-top:1px solid var(--border);border-radius:0;padding:clamp(22px,3vw,34px) 0}
.f-rows .fcard:last-child{border-bottom:1px solid var(--border)}
.f-rows .fcard__n{width:auto;height:auto;background:none;border-radius:0;margin:0;
  font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);color:var(--accent-text);opacity:.75}
.f-rows .fcard h3{grid-column:2;margin:0 0 8px}
.f-rows .fcard p{grid-column:2;max-width:62ch}.hero__media img{aspect-ratio:16/10}}
/* products */
.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:22px}
.pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}
.pcard:hover{transform:translateY(-4px);box-shadow:0 26px 50px -24px rgba(0,0,0,.7)}
.pcard__media{position:relative;aspect-ratio:1/1;overflow:hidden}
.pcard__media img{width:100%;height:100%;object-fit:cover}
.pcard__badge{position:absolute;top:12px;left:12px;background:var(--accent-btn);color:var(--ink);font-size:.78rem;font-weight:700;letter-spacing:.03em;padding:5px 11px;border-radius:999px}
.pcard__body{padding:16px 18px 20px}
.pcard__name{font-weight:600;font-size:1.02rem}
.pcard__row{display:flex;align-items:center;justify-content:space-between;margin-top:14px}
.pcard__price{font-weight:700;font-size:1.16rem}
.pcard__add{font-size:.85rem;font-weight:600;color:var(--accent-text)}
/* showcase gallery (comic pages / stills — portrait tiles) */
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}
.gtile{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}
.gtile:hover{transform:translateY(-5px);box-shadow:0 28px 54px -24px var(--glow)}
.gtile__media{position:relative;aspect-ratio:2/3;overflow:hidden}
.gtile__media img{width:100%;height:100%;object-fit:cover}
.gtile__cap{padding:12px 14px;font-size:.92rem;font-weight:600;letter-spacing:-.01em}
/* features */
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:20px}
.fcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:30px}
.fcard__n{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--soft);color:var(--soft-ink);font-weight:700;font-size:.95rem;margin-bottom:18px}
.fcard h3{margin-bottom:8px}
.fcard p{font-size:.98rem}
/* quote */
.quote{text-align:center;max-width:820px;margin-inline:auto}
.quote blockquote{font-size:clamp(1.35rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1.32;color:var(--text)}
.quote__a{margin-top:24px;color:var(--muted);font-size:.95rem}
/* pricing */
.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1000px;margin-inline:auto}
.tier{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:30px;display:flex;flex-direction:column;gap:16px}
.tier--featured{border-color:var(--accent);box-shadow:0 30px 60px -30px var(--glow)}
.tier__name{font-weight:600;color:var(--muted);letter-spacing:.02em}
.tier__price{font-size:2.6rem;font-weight:800;letter-spacing:-.03em}
.tier__price span{font-size:1rem;font-weight:500;color:var(--muted)}
.tier ul{list-style:none;display:flex;flex-direction:column;gap:9px;color:var(--muted);font-size:.94rem}
.tier ul li{padding-left:22px;position:relative}
.tier ul li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}
.tier .btn{margin-top:auto;justify-content:center}
/* faq accordion */
.faq{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:12px}
.faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:4px 22px;transition:border-color .15s}
.faq__item[open]{border-color:var(--border)}
.faq__item summary{cursor:pointer;list-style:none;font-weight:600;font-size:1.02rem;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;letter-spacing:-.01em}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{content:"+";color:var(--accent);font-weight:400;font-size:1.5rem;line-height:1;transition:transform .2s var(--ease)}
.faq__item[open] summary::after{transform:rotate(45deg)}
.faq__item p{color:var(--muted);font-size:.98rem;line-height:1.6;padding:0 0 20px}
/* link-in-bio */
.bio{min-height:100vh;display:grid;place-items:center;padding:clamp(2rem,6vw,4rem) 20px;position:relative;overflow:hidden}
.bio::before{content:"";position:absolute;inset:0;background:radial-gradient(60% 45% at 50% 0%,var(--glow),transparent 70%);pointer-events:none}
.bio__inner{position:relative;width:100%;max-width:520px;text-align:center;display:flex;flex-direction:column;align-items:center}
.bio__avatar{width:112px;height:112px;border-radius:50%;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 50px -20px var(--glow)}
.bio__avatar img{width:100%;height:100%;object-fit:cover}
.bio__name{margin-top:22px;font-size:clamp(1.6rem,4vw,2.1rem)}
.bio__bio{color:var(--muted);margin-top:12px;max-width:40ch}
.bio__links{margin-top:32px;width:100%;display:flex;flex-direction:column;gap:12px}
.biolink{display:block;width:100%;padding:17px 22px;border-radius:14px;background:var(--surface);border:1px solid var(--border);font-weight:600;letter-spacing:-.01em;transition:transform .16s var(--ease),border-color .16s,background .16s}
.biolink:hover{transform:translateY(-2px);border-color:var(--accent);background:var(--elevated)}
.bio__foot{margin-top:32px;color:var(--muted);font-size:.82rem}
/* cta band */
.ctaband{position:relative;border-radius:var(--r-lg);padding:clamp(3rem,6vw,5rem) 24px;text-align:center;overflow:hidden;background:linear-gradient(135deg,var(--surface),var(--elevated));border:1px solid var(--border)}
.ctaband::before{content:"";position:absolute;inset:0;background:radial-gradient(55% 90% at 50% 0%,var(--glow),transparent 70%)}
.ctaband>*{position:relative}
.ctaband h2{margin-bottom:14px}
.ctaband p{max-width:48ch;margin:0 auto 30px;font-size:1.12rem}
/* footer */
.footer{border-top:1px solid var(--border);padding-block:clamp(3rem,5vw,4rem) 36px;margin-top:24px}
.footer .wrap{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}
.footer__brand{font-weight:700;font-size:1.15rem;letter-spacing:-.02em}
.footer__tag{color:var(--muted);margin-top:12px;font-size:.9rem;max-width:32ch}
.fcol h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:15px}
.fcol a{display:flex;align-items:center;min-height:var(--tap);color:var(--muted);font-size:.9rem;padding:5px 0;transition:color .15s}
.fcol a:hover{color:var(--text)}
.footer__bottom{border-top:1px solid var(--border);margin-top:44px;padding-top:24px;color:var(--muted);font-size:.85rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
@media(max-width:760px){.footer .wrap{grid-template-columns:1fr 1fr}}
/* motion + image skeleton */
@media(prefers-reduced-motion:no-preference){
  [data-anim]{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease);transition-delay:calc(var(--i,0)*70ms)}
  [data-anim].in{opacity:1;transform:none}
}
/* image slot: real photo (png) is opaque and covers the spinner; an unfilled
   placeholder (svg) is translucent so the spinner shows through = "image coming" */
/* spinner ONLY while the run is in progress (host adds .qk-loading to <body>).
   A real photo (opaque png) covers it; when the run finishes the class is gone,
   so it always terminates — an unfilled slot becomes a clean static tile, never a
   perpetual spinner. */
.pcard__media::before,.gtile__media::before{content:"";position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.16);border-top-color:var(--accent);z-index:0;opacity:0}
.qk-loading .pcard__media::before,.qk-loading .gtile__media::before{opacity:1;animation:qk-spin .8s linear infinite}
.pcard__media img,.gtile__media img{position:relative;z-index:1}
.qk-loading img[src^="data:image/svg"]{opacity:.55}
@keyframes qk-spin{to{transform:rotate(360deg)}}
</style>
</head>
<body class="h-stacked f-grid">
<nav class="nav"><div class="wrap">
  <a class="nav__brand" href="#top">TRS Real Estate</a>
  <div class="nav__links"><a href="#">Home</a><a href="#">Inventory</a><a href="#">About</a><a href="#">Contact</a></div>
  <a class="btn btn--primary" href="#top">View Inventory</a>
</div></nav>
<header class="hero" id="top"><div class="wrap">
  <div class="hero__copy" data-anim>
    <span class="eyebrow">KANDY · PREMIUM LIVING</span>
    <h1 style="margin-top:16px">Elevate your lifestyle in the heart of Kandy</h1>
    <p class="hero__sub">Exclusive luxury properties and investment opportunities tailored for discerning buyers.</p>
    <div class="hero__cta">
      <a class="btn btn--primary" href="#top">View Inventory</a>
      <a class="btn btn--ghost" href="#features">Our Portfolio</a>
    </div>
  </div>
  <div class="hero__media" data-anim style="--i:1"><img data-hero-fill src="data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20800%20600'%3E%3Cdefs%3E%3ClinearGradient%20id%3D'g'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'1'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'%23c0392b'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgb(96%2C29%2C30)'%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D'r'%20cx%3D'.7'%20cy%3D'.25'%20r%3D'.7'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'rgba(255%2C255%2C255%2C.35)'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgba(255%2C255%2C255%2C0)'%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'%230f0f14'%2F%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'url(%23g)'%20opacity%3D'.9'%2F%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'url(%23r)'%2F%3E%3C%2Fsvg%3E" alt="TRS Real Estate"></div>
</div></header>
<section class="wrap" id="features"><div class="shead" data-anim>
    <span class="eyebrow">The TRS Difference</span><h2>Trust, Prestige, and Precision</h2>
    <p>We don&#39;t just sell homes; we curate lifestyles for Kandy&#39;s elite.</p>
  </div>
  <div class="features"><div class="fcard" data-anim style="--i:0">
    <div class="fcard__n">01</div><h3>Exclusive Access</h3><p>Get early access to off-market listings and high-value investment properties before they hit the public.</p>
  </div><div class="fcard" data-anim style="--i:1">
    <div class="fcard__n">02</div><h3>Market Expertise</h3><p>Deep, localized knowledge of Kandy&#39;s real estate trends, zoning laws, and valuation metrics.</p>
  </div><div class="fcard" data-anim style="--i:2">
    <div class="fcard__n">03</div><h3>White-Glove Service</h3><p>End-to-end concierge support from initial viewing and negotiation to legal documentation and handover.</p>
  </div></div>
</section>
<section class="wrap" id="pricing"><div class="shead" data-anim style="margin-inline:auto;text-align:center">
    <span class="eyebrow">Pricing</span><h2>Simple, honest pricing</h2>
  </div>
  <div class="pricing">
    <div class="tier" data-anim><div class="tier__name">Starter</div><div class="tier__price">$0<span>/mo</span></div><ul><li>Core features</li><li>1 project</li><li>Community support</li></ul><a class="btn btn--ghost" href="#top">Get started</a></div>
    <div class="tier tier--featured" data-anim style="--i:1"><div class="tier__name">Pro</div><div class="tier__price">$29<span>/mo</span></div><ul><li>Everything in Starter</li><li>Unlimited projects</li><li>Priority support</li></ul><a class="btn btn--primary" href="#top">Start free trial</a></div>
    <div class="tier" data-anim style="--i:2"><div class="tier__name">Enterprise</div><div class="tier__price">Custom</div><ul><li>Everything in Pro</li><li>SSO &amp; audit logs</li><li>Dedicated success</li></ul><a class="btn btn--ghost" href="#top">Contact sales</a></div>
  </div>
</section>
<section class="wrap"><div class="quote" data-anim>
  <blockquote>&ldquo;TRS found us a villa in Hantana that exceeded every expectation. Their discretion and professionalism are unmatched.&rdquo;</blockquote>
  <div class="quote__a">Rajiv Perera, Investor</div>
</div></section>
<section class="wrap"><div class="ctaband" data-anim>
  <h2>Ready to find your sanctuary?</h2><p>Contact our senior agents today to schedule a private viewing.</p>
  <a class="btn btn--primary" href="#top">Get in Touch</a>
</div></section>
<footer class="footer"><div class="wrap">
  <div><div class="footer__brand">TRS Real Estate</div><p class="footer__tag">Premium property solutions in the heart of Kandy, Sri Lanka.</p></div>
  <div class="fcol"><h4>Explore</h4><a href="#">Luxury Villas</a><a href="#">City Apartments</a><a href="#">Commercial Space</a><a href="#">Land &amp; Plots</a></div><div class="fcol"><h4>Company</h4><a href="#">Our Story</a><a href="#">Leadership</a><a href="#">Careers</a><a href="#">Press</a></div><div class="fcol"><h4>Contact</h4><a href="#">Schedule a Visit</a><a href="#">Investment Inquiry</a><a href="#">Media Relations</a><a href="#">Privacy Policy</a></div>
</div><div class="wrap footer__bottom">
  <span>&copy; 2026 TRS Real Estate. All rights reserved.</span>
  <span>Built on Own1 &middot; Qiki</span>
</div></footer>
<script>
(()=>{const io=new IntersectionObserver(es=>es.forEach(x=>{if(x.isIntersecting){x.target.classList.add('in');io.unobserve(x.target)}}),{threshold:.12});
document.querySelectorAll('[data-anim]').forEach(el=>io.observe(el));})();
</script>
</body>
</html>
raw JSON
{
  "id": "r-1788797076605-13c88",
  "prompt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>TRS Real Estate | Kandy, Sri Lanka</title>\n    <style>\n        :root {\n            --primary: #1a252f; /* Dark Navy */\n            --accent: #c0392b;  /* Deep Red */\n            --gold: #d4ac0d;    /* Gold */\n            --light: #f4f6f7;\n            --text: #333;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }\n        \n        body { background-color: var(--light); color: var(--text); }\n\n        /* Navigation */\n        nav {\n            background: var(--primary);\n            color: white;\n            padding: 1rem 5%;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n        .logo { font-size: 1.5rem; font-weight: bold; letter-spacing: 2px; }\n        .logo span { color: var(--gold); }\n        .nav-links a { color: white; text-decoration: none; margin-left: 20px; font-size: 0.9rem; transition: 0.3s; }\n        .nav-links a:hover { color: var(--gold); }\n\n        /* Hero Section */\n        .hero {\n            height: 80vh;\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1600596542815-e328701102b9?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');\n            background-size: cover;\n            background-position: center;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            color: white;\n            padding: 0 20px;\n        }\n        .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }\n        .hero p { font-size: 1.2rem; max-width: 600px; margin-bottom: 2rem; }\n        .btn {\n            background: var(--accent);\n            color: white;\n            padding: 12px 30px;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: bold;\n            transition: 0.3s;\n            border: none;\n            cursor: pointer;\n        }\n        .btn:hover { background: #a93226; }\n\n        /* About Section */\n        .about {\n            padding: 4rem 10%;\n            background: white;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n        .about-img img { width: 100%; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }\n        .about-text h2 { color: var(--primary); margin-bottom: 1rem; }\n        .highlight { color: var(--accent); font-weight: bold; }\n\n        /* Inventory Grid */\n        .inventory { padding: 4rem 5%; }\n        .section-title { text-align: center; margin-bottom:",
  "project": {
    "name": "TRS Real Estate",
    "tagline": "Premium property solutions in the heart of Kandy, Sri Lanka",
    "theme": "established luxury real estate, classic corporate elegance with deep navy and gold accents",
    "brandColors": [
      "#1a252f",
      "#c0392b",
      "#d4ac0d"
    ],
    "audience": "high-net-worth individuals and investors in Kandy, Sri Lanka",
    "vibe": "trustworthy, prestigious, professional, elegant"
  },
  "steps": [
    {
      "id": "s1-z9w04",
      "kind": "website",
      "params": {
        "brief": "Create a high-end, responsive single-file HTML landing page for 'TRS Real Estate' based in Kandy, Sri Lanka. \n\nDesign System:\n- Primary Color: #1a252f (Dark Navy)\n- Accent Color: #c0392b (Deep Red)\n- Gold Accent: #d4ac0d\n- Background: #f4f6f7\n- Font: Segoe UI, Tahoma, Geneva, Verdana, sans-serif\n\nStructure:\n1. Sticky Navigation: Logo 'TRS' (Gold) + 'Real Estate' (White). Links: Home, Inventory, About, Contact.\n2. Hero Section: Full viewport height (80vh). Background image of a luxury modern home. Overlay text: 'Premium Real Estate in Kandy'. Call to Action button: 'View Inventory' (Deep Red).\n3. About Section: Two-column grid. Left side: Image of a modern building facade. Right side: Text about TRS Real Estate's commitment to luxury and trust in the Kandy market.\n4. Inventory Grid: A responsive grid displaying 3-4 property cards. Each card should have a placeholder image, price, location (e.g., 'Hantana', 'Peradeniya'), and a 'View Details' button.\n5. Contact Section: Simple form (Name, Email, Phone, Message) and contact details.\n6. Footer: Copyright and social links.\n\nTone: Professional, Trustworthy, Luxurious.",
        "project": {
          "name": "TRS Real Estate",
          "tagline": "Premium property solutions in the heart of Kandy, Sri Lanka",
          "theme": "established luxury real estate, classic corporate elegance with deep navy and gold accents",
          "brandColors": [
            "#1a252f",
            "#c0392b",
            "#d4ac0d"
          ],
          "audience": "high-net-worth individuals and investors in Kandy, Sri Lanka",
          "vibe": "trustworthy, prestigious, professional, elegant"
        },
        "heroPlanned": false
      },
      "label": "TRS Real Estate Landing Page"
    }
  ],
  "results": {
    "s1-z9w04": {
      "status": "done",
      "startedAt": 1788797076606,
      "attempt": 1,
      "output": {
        "html": "<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title>TRS Real Estate</title>\n  <style>\n*{box-sizing:border-box;margin:0;padding:0}\n:root{\n  --bg:#fdf8f1;--surface:#ffffff;--elevated:#f6ece0;\n  --text:#241a12;--muted:#6b5847;--border:rgba(36,26,18,.13);\n  --accent:#c0392b;--accent-btn:#c0392b;--accent-text:#c0392b;--ink:#ffffff;--glow:rgba(192,57,43,0.20);--soft:rgba(192,57,43,0.13);\n  /* Foreground for anything painted on --soft. See the derivation above: a token\n     computed against --bg is not valid on a tinted surface. */\n  --soft-ink:#b13428;\n  /* Minimum comfortable hit area. Referenced by every interactive rule so a\n     tap target can never regress below the 44px WCAG/iOS floor. */\n  --tap:44px;\n  /* Translucent chrome derived from the direction's own background. Hardcoding\n     rgba(10,10,11,.62) here put dark text on a dark nav (1.08:1) the moment a\n     light direction shipped. */\n  --nav-bg:rgba(253,248,241,0.72);--hairline:rgba(0,0,0,.14);\n  --font:Optima,Candara,'Segoe UI','Trebuchet MS',system-ui,sans-serif;\n  --font-display:Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif;\n  --w-display:700;--w-body:400;\n  --track-display:-.02em;\n  --texture:radial-gradient(820px 420px at 88% 0%, rgba(181,84,31,.10), transparent 62%);\n  --maxw:1200px;--r:16px;--r-lg:28px;--ease:cubic-bezier(.4,0,.2,1);\n  color-scheme:light;\n}\nhtml{scroll-behavior:smooth}\nbody{background-color:var(--bg);background-image:var(--texture);background-repeat:no-repeat;background-attachment:fixed;color:var(--text);font-family:var(--font);font-weight:var(--w-body);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}\n/* Staggered page-load reveal. Absent motion is one of the named AI-slop\n   tells; 0.1s increments read as intentional rather than decorative.\n   Honoured only when the visitor has not asked for reduced motion. */\n@media (prefers-reduced-motion:no-preference){\n  section,header{animation:qk-rise .55s var(--ease) both}\n  section:nth-of-type(1){animation-delay:.05s}section:nth-of-type(2){animation-delay:.15s}\n  section:nth-of-type(3){animation-delay:.25s}section:nth-of-type(4){animation-delay:.35s}\n  section:nth-of-type(n+5){animation-delay:.45s}\n  @keyframes qk-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}\n}\nimg{max-width:100%;display:block}\na{color:inherit;text-decoration:none}\np{color:var(--muted)}\nh1,h2,h3,.nav__brand,.footer__brand{font-family:var(--font-display);font-weight:var(--w-display);letter-spacing:var(--track-display);line-height:1.08;color:var(--text)}\nh1{font-size:clamp(2.5rem,6vw,4.25rem)}\nh2{font-size:clamp(2rem,4vw,3rem)}\nh3{font-size:clamp(1.1rem,2vw,1.35rem);letter-spacing:-.02em}\n.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:24px}\nsection{padding-block:clamp(3.5rem,7vw,6rem)}\n.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--accent-text)}\n.shead{max-width:640px;margin-bottom:clamp(2rem,4vw,3.25rem)}\n.shead h2{margin-top:12px}\n.shead p{margin-top:14px;font-size:1.1rem}\n/* WCAG 2.4.7. The template shipped with no focus styles at all, so a keyboard\n   user had no visible position on any generated site. --accent-text is used\n   rather than --accent because the ring must clear the near-black background. */\n:focus-visible{outline:2px solid var(--accent-text);outline-offset:3px;border-radius:6px}\n:focus:not(:focus-visible){outline:none}\n.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;min-height:var(--tap);border-radius:11px;font-weight:600;font-size:.95rem;transition:transform .15s var(--ease),box-shadow .2s var(--ease);cursor:pointer}\n.btn--primary{background:var(--accent-btn);color:var(--ink);box-shadow:0 10px 30px -10px var(--glow)}\n.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px -10px var(--glow)}\n.btn--ghost{border:1px solid var(--border);color:var(--text)}\n.btn--ghost:hover{background:var(--surface);border-color:var(--hairline)}\n/* nav */\n.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:var(--nav-bg);border-bottom:1px solid var(--border)}\n.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}\n.nav__brand{font-weight:700;font-size:1.18rem;letter-spacing:-.03em;display:inline-flex;align-items:center;min-height:var(--tap)}\n.nav__links{display:flex;gap:30px;align-items:center}\n.nav__links a{color:var(--muted);font-size:.92rem;font-weight:500;transition:color .15s;display:inline-flex;align-items:center;min-height:var(--tap);padding:0 4px}\n.nav__links a:hover{color:var(--text)}\n@media(max-width:760px){.nav__links{display:none}}\n/* hero */\n.hero{position:relative;padding-top:clamp(3.5rem,8vw,6.5rem);overflow:hidden}\n.hero::before{content:\"\";position:absolute;inset:0;background:radial-gradient(58% 55% at 72% 12%,var(--glow),transparent 70%);pointer-events:none}\n.hero .wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,64px);align-items:center}\n.hero__sub{font-size:1.18rem;margin:22px 0 34px;max-width:50ch}\n.hero__cta{display:flex;gap:14px;flex-wrap:wrap}\n.hero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:0 50px 90px -40px rgba(0,0,0,.9)}\n@media(max-width:840px){.hero .wrap{grid-template-columns:1fr}.hero__media{order:-1}\n/* ── LAYOUT VARIANTS ────────────────────────────────────────────────────────\n   Same skeletons, different arrangement. Without these, six directions were six\n   palettes over ONE identical floorplan — which is what the \"AI slop\" research\n   actually objects to, and no amount of colour fixes it. */\n.h-stacked .hero .wrap{grid-template-columns:1fr;text-align:center;justify-items:center}\n.h-stacked .hero__sub{margin-inline:auto}\n.h-stacked .hero__cta{justify-content:center}\n.h-stacked .hero__media{order:1;width:100%;margin-top:clamp(28px,4vw,48px)}\n.h-stacked .hero__media img{width:100%}\n/* editorial: headline runs the full measure, image is an inline figure beside\n   the standfirst — magazine, not SaaS marketing page. */\n.h-editorial .hero .wrap{grid-template-columns:1fr;gap:0}\n.h-editorial .hero__copy h1{max-width:16ch;font-size:clamp(2.8rem,7.5vw,5.5rem)}\n.h-editorial .hero__media{order:1;float:right;width:min(44%,460px);margin:0 0 24px 40px}\n.h-editorial .hero__sub{max-width:52ch;font-size:1.24rem}\n@media (max-width:720px){.h-editorial .hero__media{float:none;width:100%;margin:24px 0 0}}\n/* bleed: image sits behind the copy. */\n.h-bleed .hero{isolation:isolate}\n.h-bleed .hero .wrap{grid-template-columns:1fr;min-height:min(78vh,640px);align-content:center}\n.h-bleed .hero__media{position:absolute;inset:0;order:0;z-index:-1;opacity:.34}\n.h-bleed .hero__media img{width:100%;height:100%;object-fit:cover}\n.h-bleed .hero__copy{max-width:44ch}\n/* rows: numbered editorial rows with hairlines instead of cards. */\n.f-rows .features{display:block}\n.f-rows .fcard{display:grid;grid-template-columns:auto 1fr;gap:clamp(18px,3vw,40px);align-items:start;\n  background:none;border:0;border-top:1px solid var(--border);border-radius:0;padding:clamp(22px,3vw,34px) 0}\n.f-rows .fcard:last-child{border-bottom:1px solid var(--border)}\n.f-rows .fcard__n{width:auto;height:auto;background:none;border-radius:0;margin:0;\n  font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);color:var(--accent-text);opacity:.75}\n.f-rows .fcard h3{grid-column:2;margin:0 0 8px}\n.f-rows .fcard p{grid-column:2;max-width:62ch}.hero__media img{aspect-ratio:16/10}}\n/* products */\n.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:22px}\n.pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}\n.pcard:hover{transform:translateY(-4px);box-shadow:0 26px 50px -24px rgba(0,0,0,.7)}\n.pcard__media{position:relative;aspect-ratio:1/1;overflow:hidden}\n.pcard__media img{width:100%;height:100%;object-fit:cover}\n.pcard__badge{position:absolute;top:12px;left:12px;background:var(--accent-btn);color:var(--ink);font-size:.78rem;font-weight:700;letter-spacing:.03em;padding:5px 11px;border-radius:999px}\n.pcard__body{padding:16px 18px 20px}\n.pcard__name{font-weight:600;font-size:1.02rem}\n.pcard__row{display:flex;align-items:center;justify-content:space-between;margin-top:14px}\n.pcard__price{font-weight:700;font-size:1.16rem}\n.pcard__add{font-size:.85rem;font-weight:600;color:var(--accent-text)}\n/* showcase gallery (comic pages / stills — portrait tiles) */\n.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}\n.gtile{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}\n.gtile:hover{transform:translateY(-5px);box-shadow:0 28px 54px -24px var(--glow)}\n.gtile__media{position:relative;aspect-ratio:2/3;overflow:hidden}\n.gtile__media img{width:100%;height:100%;object-fit:cover}\n.gtile__cap{padding:12px 14px;font-size:.92rem;font-weight:600;letter-spacing:-.01em}\n/* features */\n.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:20px}\n.fcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:30px}\n.fcard__n{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--soft);color:var(--soft-ink);font-weight:700;font-size:.95rem;margin-bottom:18px}\n.fcard h3{margin-bottom:8px}\n.fcard p{font-size:.98rem}\n/* quote */\n.quote{text-align:center;max-width:820px;margin-inline:auto}\n.quote blockquote{font-size:clamp(1.35rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1.32;color:var(--text)}\n.quote__a{margin-top:24px;color:var(--muted);font-size:.95rem}\n/* pricing */\n.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1000px;margin-inline:auto}\n.tier{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:30px;display:flex;flex-direction:column;gap:16px}\n.tier--featured{border-color:var(--accent);box-shadow:0 30px 60px -30px var(--glow)}\n.tier__name{font-weight:600;color:var(--muted);letter-spacing:.02em}\n.tier__price{font-size:2.6rem;font-weight:800;letter-spacing:-.03em}\n.tier__price span{font-size:1rem;font-weight:500;color:var(--muted)}\n.tier ul{list-style:none;display:flex;flex-direction:column;gap:9px;color:var(--muted);font-size:.94rem}\n.tier ul li{padding-left:22px;position:relative}\n.tier ul li::before{content:\"✓\";position:absolute;left:0;color:var(--accent);font-weight:700}\n.tier .btn{margin-top:auto;justify-content:center}\n/* faq accordion */\n.faq{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:12px}\n.faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:4px 22px;transition:border-color .15s}\n.faq__item[open]{border-color:var(--border)}\n.faq__item summary{cursor:pointer;list-style:none;font-weight:600;font-size:1.02rem;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;letter-spacing:-.01em}\n.faq__item summary::-webkit-details-marker{display:none}\n.faq__item summary::after{content:\"+\";color:var(--accent);font-weight:400;font-size:1.5rem;line-height:1;transition:transform .2s var(--ease)}\n.faq__item[open] summary::after{transform:rotate(45deg)}\n.faq__item p{color:var(--muted);font-size:.98rem;line-height:1.6;padding:0 0 20px}\n/* link-in-bio */\n.bio{min-height:100vh;display:grid;place-items:center;padding:clamp(2rem,6vw,4rem) 20px;position:relative;overflow:hidden}\n.bio::before{content:\"\";position:absolute;inset:0;background:radial-gradient(60% 45% at 50% 0%,var(--glow),transparent 70%);pointer-events:none}\n.bio__inner{position:relative;width:100%;max-width:520px;text-align:center;display:flex;flex-direction:column;align-items:center}\n.bio__avatar{width:112px;height:112px;border-radius:50%;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 50px -20px var(--glow)}\n.bio__avatar img{width:100%;height:100%;object-fit:cover}\n.bio__name{margin-top:22px;font-size:clamp(1.6rem,4vw,2.1rem)}\n.bio__bio{color:var(--muted);margin-top:12px;max-width:40ch}\n.bio__links{margin-top:32px;width:100%;display:flex;flex-direction:column;gap:12px}\n.biolink{display:block;width:100%;padding:17px 22px;border-radius:14px;background:var(--surface);border:1px solid var(--border);font-weight:600;letter-spacing:-.01em;transition:transform .16s var(--ease),border-color .16s,background .16s}\n.biolink:hover{transform:translateY(-2px);border-color:var(--accent);background:var(--elevated)}\n.bio__foot{margin-top:32px;color:var(--muted);font-size:.82rem}\n/* cta band */\n.ctaband{position:relative;border-radius:var(--r-lg);padding:clamp(3rem,6vw,5rem) 24px;text-align:center;overflow:hidden;background:linear-gradient(135deg,var(--surface),var(--elevated));border:1px solid var(--border)}\n.ctaband::before{content:\"\";position:absolute;inset:0;background:radial-gradient(55% 90% at 50% 0%,var(--glow),transparent 70%)}\n.ctaband>*{position:relative}\n.ctaband h2{margin-bottom:14px}\n.ctaband p{max-width:48ch;margin:0 auto 30px;font-size:1.12rem}\n/* footer */\n.footer{border-top:1px solid var(--border);padding-block:clamp(3rem,5vw,4rem) 36px;margin-top:24px}\n.footer .wrap{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}\n.footer__brand{font-weight:700;font-size:1.15rem;letter-spacing:-.02em}\n.footer__tag{color:var(--muted);margin-top:12px;font-size:.9rem;max-width:32ch}\n.fcol h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:15px}\n.fcol a{display:flex;align-items:center;min-height:var(--tap);color:var(--muted);font-size:.9rem;padding:5px 0;transition:color .15s}\n.fcol a:hover{color:var(--text)}\n.footer__bottom{border-top:1px solid var(--border);margin-top:44px;padding-top:24px;color:var(--muted);font-size:.85rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}\n@media(max-width:760px){.footer .wrap{grid-template-columns:1fr 1fr}}\n/* motion + image skeleton */\n@media(prefers-reduced-motion:no-preference){\n  [data-anim]{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease);transition-delay:calc(var(--i,0)*70ms)}\n  [data-anim].in{opacity:1;transform:none}\n}\n/* image slot: real photo (png) is opaque and covers the spinner; an unfilled\n   placeholder (svg) is translucent so the spinner shows through = \"image coming\" */\n/* spinner ONLY while the run is in progress (host adds .qk-loading to <body>).\n   A real photo (opaque png) covers it; when the run finishes the class is gone,\n   so it always terminates — an unfilled slot becomes a clean static tile, never a\n   perpetual spinner. */\n.pcard__media::before,.gtile__media::before{content:\"\";position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.16);border-top-color:var(--accent);z-index:0;opacity:0}\n.qk-loading .pcard__media::before,.qk-loading .gtile__media::before{opacity:1;animation:qk-spin .8s linear infinite}\n.pcard__media img,.gtile__media img{position:relative;z-index:1}\n.qk-loading img[src^=\"data:image/svg\"]{opacity:.55}\n@keyframes qk-spin{to{transform:rotate(360deg)}}\n</style>\n</head>\n<body class=\"h-stacked f-grid\">\n<nav class=\"nav\"><div class=\"wrap\">\n  <a class=\"nav__brand\" href=\"#top\">TRS Real Estate</a>\n  <div class=\"nav__links\"><a href=\"#\">Home</a><a href=\"#\">Inventory</a><a href=\"#\">About</a><a href=\"#\">Contact</a></div>\n  <a class=\"btn btn--primary\" href=\"#top\">View Inventory</a>\n</div></nav>\n<header class=\"hero\" id=\"top\"><div class=\"wrap\">\n  <div class=\"hero__copy\" data-anim>\n    <span class=\"eyebrow\">KANDY · PREMIUM LIVING</span>\n    <h1 style=\"margin-top:16px\">Elevate your lifestyle in the heart of Kandy</h1>\n    <p class=\"hero__sub\">Exclusive luxury properties and investment opportunities tailored for discerning buyers.</p>\n    <div class=\"hero__cta\">\n      <a class=\"btn btn--primary\" href=\"#top\">View Inventory</a>\n      <a class=\"btn btn--ghost\" href=\"#features\">Our Portfolio</a>\n    </div>\n  </div>\n  <div class=\"hero__media\" data-anim style=\"--i:1\"><img data-hero-fill src=\"data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20800%20600'%3E%3Cdefs%3E%3ClinearGradient%20id%3D'g'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'1'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'%23c0392b'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgb(96%2C29%2C30)'%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D'r'%20cx%3D'.7'%20cy%3D'.25'%20r%3D'.7'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'rgba(255%2C255%2C255%2C.35)'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgba(255%2C255%2C255%2C0)'%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'%230f0f14'%2F%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'url(%23g)'%20opacity%3D'.9'%2F%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'url(%23r)'%2F%3E%3C%2Fsvg%3E\" alt=\"TRS Real Estate\"></div>\n</div></header>\n<section class=\"wrap\" id=\"features\"><div class=\"shead\" data-anim>\n    <span class=\"eyebrow\">The TRS Difference</span><h2>Trust, Prestige, and Precision</h2>\n    <p>We don&#39;t just sell homes; we curate lifestyles for Kandy&#39;s elite.</p>\n  </div>\n  <div class=\"features\"><div class=\"fcard\" data-anim style=\"--i:0\">\n    <div class=\"fcard__n\">01</div><h3>Exclusive Access</h3><p>Get early access to off-market listings and high-value investment properties before they hit the public.</p>\n  </div><div class=\"fcard\" data-anim style=\"--i:1\">\n    <div class=\"fcard__n\">02</div><h3>Market Expertise</h3><p>Deep, localized knowledge of Kandy&#39;s real estate trends, zoning laws, and valuation metrics.</p>\n  </div><div class=\"fcard\" data-anim style=\"--i:2\">\n    <div class=\"fcard__n\">03</div><h3>White-Glove Service</h3><p>End-to-end concierge support from initial viewing and negotiation to legal documentation and handover.</p>\n  </div></div>\n</section>\n<section class=\"wrap\" id=\"pricing\"><div class=\"shead\" data-anim style=\"margin-inline:auto;text-align:center\">\n    <span class=\"eyebrow\">Pricing</span><h2>Simple, honest pricing</h2>\n  </div>\n  <div class=\"pricing\">\n    <div class=\"tier\" data-anim><div class=\"tier__name\">Starter</div><div class=\"tier__price\">$0<span>/mo</span></div><ul><li>Core features</li><li>1 project</li><li>Community support</li></ul><a class=\"btn btn--ghost\" href=\"#top\">Get started</a></div>\n    <div class=\"tier tier--featured\" data-anim style=\"--i:1\"><div class=\"tier__name\">Pro</div><div class=\"tier__price\">$29<span>/mo</span></div><ul><li>Everything in Starter</li><li>Unlimited projects</li><li>Priority support</li></ul><a class=\"btn btn--primary\" href=\"#top\">Start free trial</a></div>\n    <div class=\"tier\" data-anim style=\"--i:2\"><div class=\"tier__name\">Enterprise</div><div class=\"tier__price\">Custom</div><ul><li>Everything in Pro</li><li>SSO &amp; audit logs</li><li>Dedicated success</li></ul><a class=\"btn btn--ghost\" href=\"#top\">Contact sales</a></div>\n  </div>\n</section>\n<section class=\"wrap\"><div class=\"quote\" data-anim>\n  <blockquote>&ldquo;TRS found us a villa in Hantana that exceeded every expectation. Their discretion and professionalism are unmatched.&rdquo;</blockquote>\n  <div class=\"quote__a\">Rajiv Perera, Investor</div>\n</div></section>\n<section class=\"wrap\"><div class=\"ctaband\" data-anim>\n  <h2>Ready to find your sanctuary?</h2><p>Contact our senior agents today to schedule a private viewing.</p>\n  <a class=\"btn btn--primary\" href=\"#top\">Get in Touch</a>\n</div></section>\n<footer class=\"footer\"><div class=\"wrap\">\n  <div><div class=\"footer__brand\">TRS Real Estate</div><p class=\"footer__tag\">Premium property solutions in the heart of Kandy, Sri Lanka.</p></div>\n  <div class=\"fcol\"><h4>Explore</h4><a href=\"#\">Luxury Villas</a><a href=\"#\">City Apartments</a><a href=\"#\">Commercial Space</a><a href=\"#\">Land &amp; Plots</a></div><div class=\"fcol\"><h4>Company</h4><a href=\"#\">Our Story</a><a href=\"#\">Leadership</a><a href=\"#\">Careers</a><a href=\"#\">Press</a></div><div class=\"fcol\"><h4>Contact</h4><a href=\"#\">Schedule a Visit</a><a href=\"#\">Investment Inquiry</a><a href=\"#\">Media Relations</a><a href=\"#\">Privacy Policy</a></div>\n</div><div class=\"wrap footer__bottom\">\n  <span>&copy; 2026 TRS Real Estate. All rights reserved.</span>\n  <span>Built on Own1 &middot; Qiki</span>\n</div></footer>\n<script>\n(()=>{const io=new IntersectionObserver(es=>es.forEach(x=>{if(x.isIntersecting){x.target.classList.add('in');io.unobserve(x.target)}}),{threshold:.12});\ndocument.querySelectorAll('[data-anim]').forEach(el=>io.observe(el));})();\n</script>\n</body>\n</html>",
        "fromFallback": false,
        "llmAuthored": true,
        "charCount": 20933,
        "accent": "#c0392b",
        "brand": "TRS Real Estate",
        "isShop": false,
        "isShowcase": false,
        "wantsPricing": true,
        "mode": "generic",
        "compositionMode": "skeleton",
        "content": {
          "brand": "TRS Real Estate",
          "accent": "#c0392b",
          "nav": [
            "Home",
            "Inventory",
            "About",
            "Contact"
          ],
          "hero": {
            "eyebrow": "KANDY · PREMIUM LIVING",
            "headline": "Elevate your lifestyle in the heart of Kandy",
            "sub": "Exclusive luxury properties and investment opportunities tailored for discerning buyers.",
            "primaryCta": "View Inventory",
            "secondaryCta": "Our Portfolio"
          },
          "products": [],
          "gallery": [],
          "links": [],
          "faqs": [],
          "tiers": [],
          "featuresHead": {
            "eyebrow": "The TRS Difference",
            "title": "Trust, Prestige, and Precision",
            "sub": "We don't just sell homes; we curate lifestyles for Kandy's elite."
          },
          "features": [
            {
              "title": "Exclusive Access",
              "body": "Get early access to off-market listings and high-value investment properties before they hit the public."
            },
            {
              "title": "Market Expertise",
              "body": "Deep, localized knowledge of Kandy's real estate trends, zoning laws, and valuation metrics."
            },
            {
              "title": "White-Glove Service",
              "body": "End-to-end concierge support from initial viewing and negotiation to legal documentation and handover."
            }
          ],
          "testimonial": {
            "quote": "TRS found us a villa in Hantana that exceeded every expectation. Their discretion and professionalism are unmatched.",
            "author": "Rajiv Perera, Investor"
          },
          "cta": {
            "headline": "Ready to find your sanctuary?",
            "sub": "Contact our senior agents today to schedule a private viewing.",
            "button": "Get in Touch"
          },
          "footer": {
            "tagline": "Premium property solutions in the heart of Kandy, Sri Lanka.",
            "columns": [
              {
                "title": "Explore",
                "links": [
                  "Luxury Villas",
                  "City Apartments",
                  "Commercial Space",
                  "Land & Plots"
                ]
              },
              {
                "title": "Company",
                "links": [
                  "Our Story",
                  "Leadership",
                  "Careers",
                  "Press"
                ]
              },
              {
                "title": "Contact",
                "links": [
                  "Schedule a Visit",
                  "Investment Inquiry",
                  "Media Relations",
                  "Privacy Policy"
                ]
              }
            ]
          }
        }
      },
      "produces": {
        "siteHtml": "<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title>TRS Real Estate</title>\n  <style>\n*{box-sizing:border-box;margin:0;padding:0}\n:root{\n  --bg:#fdf8f1;--surface:#ffffff;--elevated:#f6ece0;\n  --text:#241a12;--muted:#6b5847;--border:rgba(36,26,18,.13);\n  --accent:#c0392b;--accent-btn:#c0392b;--accent-text:#c0392b;--ink:#ffffff;--glow:rgba(192,57,43,0.20);--soft:rgba(192,57,43,0.13);\n  /* Foreground for anything painted on --soft. See the derivation above: a token\n     computed against --bg is not valid on a tinted surface. */\n  --soft-ink:#b13428;\n  /* Minimum comfortable hit area. Referenced by every interactive rule so a\n     tap target can never regress below the 44px WCAG/iOS floor. */\n  --tap:44px;\n  /* Translucent chrome derived from the direction's own background. Hardcoding\n     rgba(10,10,11,.62) here put dark text on a dark nav (1.08:1) the moment a\n     light direction shipped. */\n  --nav-bg:rgba(253,248,241,0.72);--hairline:rgba(0,0,0,.14);\n  --font:Optima,Candara,'Segoe UI','Trebuchet MS',system-ui,sans-serif;\n  --font-display:Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif;\n  --w-display:700;--w-body:400;\n  --track-display:-.02em;\n  --texture:radial-gradient(820px 420px at 88% 0%, rgba(181,84,31,.10), transparent 62%);\n  --maxw:1200px;--r:16px;--r-lg:28px;--ease:cubic-bezier(.4,0,.2,1);\n  color-scheme:light;\n}\nhtml{scroll-behavior:smooth}\nbody{background-color:var(--bg);background-image:var(--texture);background-repeat:no-repeat;background-attachment:fixed;color:var(--text);font-family:var(--font);font-weight:var(--w-body);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}\n/* Staggered page-load reveal. Absent motion is one of the named AI-slop\n   tells; 0.1s increments read as intentional rather than decorative.\n   Honoured only when the visitor has not asked for reduced motion. */\n@media (prefers-reduced-motion:no-preference){\n  section,header{animation:qk-rise .55s var(--ease) both}\n  section:nth-of-type(1){animation-delay:.05s}section:nth-of-type(2){animation-delay:.15s}\n  section:nth-of-type(3){animation-delay:.25s}section:nth-of-type(4){animation-delay:.35s}\n  section:nth-of-type(n+5){animation-delay:.45s}\n  @keyframes qk-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}\n}\nimg{max-width:100%;display:block}\na{color:inherit;text-decoration:none}\np{color:var(--muted)}\nh1,h2,h3,.nav__brand,.footer__brand{font-family:var(--font-display);font-weight:var(--w-display);letter-spacing:var(--track-display);line-height:1.08;color:var(--text)}\nh1{font-size:clamp(2.5rem,6vw,4.25rem)}\nh2{font-size:clamp(2rem,4vw,3rem)}\nh3{font-size:clamp(1.1rem,2vw,1.35rem);letter-spacing:-.02em}\n.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:24px}\nsection{padding-block:clamp(3.5rem,7vw,6rem)}\n.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--accent-text)}\n.shead{max-width:640px;margin-bottom:clamp(2rem,4vw,3.25rem)}\n.shead h2{margin-top:12px}\n.shead p{margin-top:14px;font-size:1.1rem}\n/* WCAG 2.4.7. The template shipped with no focus styles at all, so a keyboard\n   user had no visible position on any generated site. --accent-text is used\n   rather than --accent because the ring must clear the near-black background. */\n:focus-visible{outline:2px solid var(--accent-text);outline-offset:3px;border-radius:6px}\n:focus:not(:focus-visible){outline:none}\n.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;min-height:var(--tap);border-radius:11px;font-weight:600;font-size:.95rem;transition:transform .15s var(--ease),box-shadow .2s var(--ease);cursor:pointer}\n.btn--primary{background:var(--accent-btn);color:var(--ink);box-shadow:0 10px 30px -10px var(--glow)}\n.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px -10px var(--glow)}\n.btn--ghost{border:1px solid var(--border);color:var(--text)}\n.btn--ghost:hover{background:var(--surface);border-color:var(--hairline)}\n/* nav */\n.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:var(--nav-bg);border-bottom:1px solid var(--border)}\n.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}\n.nav__brand{font-weight:700;font-size:1.18rem;letter-spacing:-.03em;display:inline-flex;align-items:center;min-height:var(--tap)}\n.nav__links{display:flex;gap:30px;align-items:center}\n.nav__links a{color:var(--muted);font-size:.92rem;font-weight:500;transition:color .15s;display:inline-flex;align-items:center;min-height:var(--tap);padding:0 4px}\n.nav__links a:hover{color:var(--text)}\n@media(max-width:760px){.nav__links{display:none}}\n/* hero */\n.hero{position:relative;padding-top:clamp(3.5rem,8vw,6.5rem);overflow:hidden}\n.hero::before{content:\"\";position:absolute;inset:0;background:radial-gradient(58% 55% at 72% 12%,var(--glow),transparent 70%);pointer-events:none}\n.hero .wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,64px);align-items:center}\n.hero__sub{font-size:1.18rem;margin:22px 0 34px;max-width:50ch}\n.hero__cta{display:flex;gap:14px;flex-wrap:wrap}\n.hero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:0 50px 90px -40px rgba(0,0,0,.9)}\n@media(max-width:840px){.hero .wrap{grid-template-columns:1fr}.hero__media{order:-1}\n/* ── LAYOUT VARIANTS ────────────────────────────────────────────────────────\n   Same skeletons, different arrangement. Without these, six directions were six\n   palettes over ONE identical floorplan — which is what the \"AI slop\" research\n   actually objects to, and no amount of colour fixes it. */\n.h-stacked .hero .wrap{grid-template-columns:1fr;text-align:center;justify-items:center}\n.h-stacked .hero__sub{margin-inline:auto}\n.h-stacked .hero__cta{justify-content:center}\n.h-stacked .hero__media{order:1;width:100%;margin-top:clamp(28px,4vw,48px)}\n.h-stacked .hero__media img{width:100%}\n/* editorial: headline runs the full measure, image is an inline figure beside\n   the standfirst — magazine, not SaaS marketing page. */\n.h-editorial .hero .wrap{grid-template-columns:1fr;gap:0}\n.h-editorial .hero__copy h1{max-width:16ch;font-size:clamp(2.8rem,7.5vw,5.5rem)}\n.h-editorial .hero__media{order:1;float:right;width:min(44%,460px);margin:0 0 24px 40px}\n.h-editorial .hero__sub{max-width:52ch;font-size:1.24rem}\n@media (max-width:720px){.h-editorial .hero__media{float:none;width:100%;margin:24px 0 0}}\n/* bleed: image sits behind the copy. */\n.h-bleed .hero{isolation:isolate}\n.h-bleed .hero .wrap{grid-template-columns:1fr;min-height:min(78vh,640px);align-content:center}\n.h-bleed .hero__media{position:absolute;inset:0;order:0;z-index:-1;opacity:.34}\n.h-bleed .hero__media img{width:100%;height:100%;object-fit:cover}\n.h-bleed .hero__copy{max-width:44ch}\n/* rows: numbered editorial rows with hairlines instead of cards. */\n.f-rows .features{display:block}\n.f-rows .fcard{display:grid;grid-template-columns:auto 1fr;gap:clamp(18px,3vw,40px);align-items:start;\n  background:none;border:0;border-top:1px solid var(--border);border-radius:0;padding:clamp(22px,3vw,34px) 0}\n.f-rows .fcard:last-child{border-bottom:1px solid var(--border)}\n.f-rows .fcard__n{width:auto;height:auto;background:none;border-radius:0;margin:0;\n  font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);color:var(--accent-text);opacity:.75}\n.f-rows .fcard h3{grid-column:2;margin:0 0 8px}\n.f-rows .fcard p{grid-column:2;max-width:62ch}.hero__media img{aspect-ratio:16/10}}\n/* products */\n.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:22px}\n.pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}\n.pcard:hover{transform:translateY(-4px);box-shadow:0 26px 50px -24px rgba(0,0,0,.7)}\n.pcard__media{position:relative;aspect-ratio:1/1;overflow:hidden}\n.pcard__media img{width:100%;height:100%;object-fit:cover}\n.pcard__badge{position:absolute;top:12px;left:12px;background:var(--accent-btn);color:var(--ink);font-size:.78rem;font-weight:700;letter-spacing:.03em;padding:5px 11px;border-radius:999px}\n.pcard__body{padding:16px 18px 20px}\n.pcard__name{font-weight:600;font-size:1.02rem}\n.pcard__row{display:flex;align-items:center;justify-content:space-between;margin-top:14px}\n.pcard__price{font-weight:700;font-size:1.16rem}\n.pcard__add{font-size:.85rem;font-weight:600;color:var(--accent-text)}\n/* showcase gallery (comic pages / stills — portrait tiles) */\n.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}\n.gtile{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}\n.gtile:hover{transform:translateY(-5px);box-shadow:0 28px 54px -24px var(--glow)}\n.gtile__media{position:relative;aspect-ratio:2/3;overflow:hidden}\n.gtile__media img{width:100%;height:100%;object-fit:cover}\n.gtile__cap{padding:12px 14px;font-size:.92rem;font-weight:600;letter-spacing:-.01em}\n/* features */\n.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:20px}\n.fcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:30px}\n.fcard__n{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--soft);color:var(--soft-ink);font-weight:700;font-size:.95rem;margin-bottom:18px}\n.fcard h3{margin-bottom:8px}\n.fcard p{font-size:.98rem}\n/* quote */\n.quote{text-align:center;max-width:820px;margin-inline:auto}\n.quote blockquote{font-size:clamp(1.35rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1.32;color:var(--text)}\n.quote__a{margin-top:24px;color:var(--muted);font-size:.95rem}\n/* pricing */\n.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1000px;margin-inline:auto}\n.tier{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:30px;display:flex;flex-direction:column;gap:16px}\n.tier--featured{border-color:var(--accent);box-shadow:0 30px 60px -30px var(--glow)}\n.tier__name{font-weight:600;color:var(--muted);letter-spacing:.02em}\n.tier__price{font-size:2.6rem;font-weight:800;letter-spacing:-.03em}\n.tier__price span{font-size:1rem;font-weight:500;color:var(--muted)}\n.tier ul{list-style:none;display:flex;flex-direction:column;gap:9px;color:var(--muted);font-size:.94rem}\n.tier ul li{padding-left:22px;position:relative}\n.tier ul li::before{content:\"✓\";position:absolute;left:0;color:var(--accent);font-weight:700}\n.tier .btn{margin-top:auto;justify-content:center}\n/* faq accordion */\n.faq{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:12px}\n.faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:4px 22px;transition:border-color .15s}\n.faq__item[open]{border-color:var(--border)}\n.faq__item summary{cursor:pointer;list-style:none;font-weight:600;font-size:1.02rem;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;letter-spacing:-.01em}\n.faq__item summary::-webkit-details-marker{display:none}\n.faq__item summary::after{content:\"+\";color:var(--accent);font-weight:400;font-size:1.5rem;line-height:1;transition:transform .2s var(--ease)}\n.faq__item[open] summary::after{transform:rotate(45deg)}\n.faq__item p{color:var(--muted);font-size:.98rem;line-height:1.6;padding:0 0 20px}\n/* link-in-bio */\n.bio{min-height:100vh;display:grid;place-items:center;padding:clamp(2rem,6vw,4rem) 20px;position:relative;overflow:hidden}\n.bio::before{content:\"\";position:absolute;inset:0;background:radial-gradient(60% 45% at 50% 0%,var(--glow),transparent 70%);pointer-events:none}\n.bio__inner{position:relative;width:100%;max-width:520px;text-align:center;display:flex;flex-direction:column;align-items:center}\n.bio__avatar{width:112px;height:112px;border-radius:50%;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 50px -20px var(--glow)}\n.bio__avatar img{width:100%;height:100%;object-fit:cover}\n.bio__name{margin-top:22px;font-size:clamp(1.6rem,4vw,2.1rem)}\n.bio__bio{color:var(--muted);margin-top:12px;max-width:40ch}\n.bio__links{margin-top:32px;width:100%;display:flex;flex-direction:column;gap:12px}\n.biolink{display:block;width:100%;padding:17px 22px;border-radius:14px;background:var(--surface);border:1px solid var(--border);font-weight:600;letter-spacing:-.01em;transition:transform .16s var(--ease),border-color .16s,background .16s}\n.biolink:hover{transform:translateY(-2px);border-color:var(--accent);background:var(--elevated)}\n.bio__foot{margin-top:32px;color:var(--muted);font-size:.82rem}\n/* cta band */\n.ctaband{position:relative;border-radius:var(--r-lg);padding:clamp(3rem,6vw,5rem) 24px;text-align:center;overflow:hidden;background:linear-gradient(135deg,var(--surface),var(--elevated));border:1px solid var(--border)}\n.ctaband::before{content:\"\";position:absolute;inset:0;background:radial-gradient(55% 90% at 50% 0%,var(--glow),transparent 70%)}\n.ctaband>*{position:relative}\n.ctaband h2{margin-bottom:14px}\n.ctaband p{max-width:48ch;margin:0 auto 30px;font-size:1.12rem}\n/* footer */\n.footer{border-top:1px solid var(--border);padding-block:clamp(3rem,5vw,4rem) 36px;margin-top:24px}\n.footer .wrap{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}\n.footer__brand{font-weight:700;font-size:1.15rem;letter-spacing:-.02em}\n.footer__tag{color:var(--muted);margin-top:12px;font-size:.9rem;max-width:32ch}\n.fcol h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:15px}\n.fcol a{display:flex;align-items:center;min-height:var(--tap);color:var(--muted);font-size:.9rem;padding:5px 0;transition:color .15s}\n.fcol a:hover{color:var(--text)}\n.footer__bottom{border-top:1px solid var(--border);margin-top:44px;padding-top:24px;color:var(--muted);font-size:.85rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}\n@media(max-width:760px){.footer .wrap{grid-template-columns:1fr 1fr}}\n/* motion + image skeleton */\n@media(prefers-reduced-motion:no-preference){\n  [data-anim]{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease);transition-delay:calc(var(--i,0)*70ms)}\n  [data-anim].in{opacity:1;transform:none}\n}\n/* image slot: real photo (png) is opaque and covers the spinner; an unfilled\n   placeholder (svg) is translucent so the spinner shows through = \"image coming\" */\n/* spinner ONLY while the run is in progress (host adds .qk-loading to <body>).\n   A real photo (opaque png) covers it; when the run finishes the class is gone,\n   so it always terminates — an unfilled slot becomes a clean static tile, never a\n   perpetual spinner. */\n.pcard__media::before,.gtile__media::before{content:\"\";position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.16);border-top-color:var(--accent);z-index:0;opacity:0}\n.qk-loading .pcard__media::before,.qk-loading .gtile__media::before{opacity:1;animation:qk-spin .8s linear infinite}\n.pcard__media img,.gtile__media img{position:relative;z-index:1}\n.qk-loading img[src^=\"data:image/svg\"]{opacity:.55}\n@keyframes qk-spin{to{transform:rotate(360deg)}}\n</style>\n</head>\n<body class=\"h-stacked f-grid\">\n<nav class=\"nav\"><div class=\"wrap\">\n  <a class=\"nav__brand\" href=\"#top\">TRS Real Estate</a>\n  <div class=\"nav__links\"><a href=\"#\">Home</a><a href=\"#\">Inventory</a><a href=\"#\">About</a><a href=\"#\">Contact</a></div>\n  <a class=\"btn btn--primary\" href=\"#top\">View Inventory</a>\n</div></nav>\n<header class=\"hero\" id=\"top\"><div class=\"wrap\">\n  <div class=\"hero__copy\" data-anim>\n    <span class=\"eyebrow\">KANDY · PREMIUM LIVING</span>\n    <h1 style=\"margin-top:16px\">Elevate your lifestyle in the heart of Kandy</h1>\n    <p class=\"hero__sub\">Exclusive luxury properties and investment opportunities tailored for discerning buyers.</p>\n    <div class=\"hero__cta\">\n      <a class=\"btn btn--primary\" href=\"#top\">View Inventory</a>\n      <a class=\"btn btn--ghost\" href=\"#features\">Our Portfolio</a>\n    </div>\n  </div>\n  <div class=\"hero__media\" data-anim style=\"--i:1\"><img data-hero-fill src=\"data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20800%20600'%3E%3Cdefs%3E%3ClinearGradient%20id%3D'g'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'1'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'%23c0392b'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgb(96%2C29%2C30)'%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D'r'%20cx%3D'.7'%20cy%3D'.25'%20r%3D'.7'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'rgba(255%2C255%2C255%2C.35)'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgba(255%2C255%2C255%2C0)'%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'%230f0f14'%2F%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'url(%23g)'%20opacity%3D'.9'%2F%3E%3Crect%20width%3D'800'%20height%3D'600'%20fill%3D'url(%23r)'%2F%3E%3C%2Fsvg%3E\" alt=\"TRS Real Estate\"></div>\n</div></header>\n<section class=\"wrap\" id=\"features\"><div class=\"shead\" data-anim>\n    <span class=\"eyebrow\">The TRS Difference</span><h2>Trust, Prestige, and Precision</h2>\n    <p>We don&#39;t just sell homes; we curate lifestyles for Kandy&#39;s elite.</p>\n  </div>\n  <div class=\"features\"><div class=\"fcard\" data-anim style=\"--i:0\">\n    <div class=\"fcard__n\">01</div><h3>Exclusive Access</h3><p>Get early access to off-market listings and high-value investment properties before they hit the public.</p>\n  </div><div class=\"fcard\" data-anim style=\"--i:1\">\n    <div class=\"fcard__n\">02</div><h3>Market Expertise</h3><p>Deep, localized knowledge of Kandy&#39;s real estate trends, zoning laws, and valuation metrics.</p>\n  </div><div class=\"fcard\" data-anim style=\"--i:2\">\n    <div class=\"fcard__n\">03</div><h3>White-Glove Service</h3><p>End-to-end concierge support from initial viewing and negotiation to legal documentation and handover.</p>\n  </div></div>\n</section>\n<section class=\"wrap\" id=\"pricing\"><div class=\"shead\" data-anim style=\"margin-inline:auto;text-align:center\">\n    <span class=\"eyebrow\">Pricing</span><h2>Simple, honest pricing</h2>\n  </div>\n  <div class=\"pricing\">\n    <div class=\"tier\" data-anim><div class=\"tier__name\">Starter</div><div class=\"tier__price\">$0<span>/mo</span></div><ul><li>Core features</li><li>1 project</li><li>Community support</li></ul><a class=\"btn btn--ghost\" href=\"#top\">Get started</a></div>\n    <div class=\"tier tier--featured\" data-anim style=\"--i:1\"><div class=\"tier__name\">Pro</div><div class=\"tier__price\">$29<span>/mo</span></div><ul><li>Everything in Starter</li><li>Unlimited projects</li><li>Priority support</li></ul><a class=\"btn btn--primary\" href=\"#top\">Start free trial</a></div>\n    <div class=\"tier\" data-anim style=\"--i:2\"><div class=\"tier__name\">Enterprise</div><div class=\"tier__price\">Custom</div><ul><li>Everything in Pro</li><li>SSO &amp; audit logs</li><li>Dedicated success</li></ul><a class=\"btn btn--ghost\" href=\"#top\">Contact sales</a></div>\n  </div>\n</section>\n<section class=\"wrap\"><div class=\"quote\" data-anim>\n  <blockquote>&ldquo;TRS found us a villa in Hantana that exceeded every expectation. Their discretion and professionalism are unmatched.&rdquo;</blockquote>\n  <div class=\"quote__a\">Rajiv Perera, Investor</div>\n</div></section>\n<section class=\"wrap\"><div class=\"ctaband\" data-anim>\n  <h2>Ready to find your sanctuary?</h2><p>Contact our senior agents today to schedule a private viewing.</p>\n  <a class=\"btn btn--primary\" href=\"#top\">Get in Touch</a>\n</div></section>\n<footer class=\"footer\"><div class=\"wrap\">\n  <div><div class=\"footer__brand\">TRS Real Estate</div><p class=\"footer__tag\">Premium property solutions in the heart of Kandy, Sri Lanka.</p></div>\n  <div class=\"fcol\"><h4>Explore</h4><a href=\"#\">Luxury Villas</a><a href=\"#\">City Apartments</a><a href=\"#\">Commercial Space</a><a href=\"#\">Land &amp; Plots</a></div><div class=\"fcol\"><h4>Company</h4><a href=\"#\">Our Story</a><a href=\"#\">Leadership</a><a href=\"#\">Careers</a><a href=\"#\">Press</a></div><div class=\"fcol\"><h4>Contact</h4><a href=\"#\">Schedule a Visit</a><a href=\"#\">Investment Inquiry</a><a href=\"#\">Media Relations</a><a href=\"#\">Privacy Policy</a></div>\n</div><div class=\"wrap footer__bottom\">\n  <span>&copy; 2026 TRS Real Estate. All rights reserved.</span>\n  <span>Built on Own1 &middot; Qiki</span>\n</div></footer>\n<script>\n(()=>{const io=new IntersectionObserver(es=>es.forEach(x=>{if(x.isIntersecting){x.target.classList.add('in');io.unobserve(x.target)}}),{threshold:.12});\ndocument.querySelectorAll('[data-anim]').forEach(el=>io.observe(el));})();\n</script>\n</body>\n</html>",
        "siteTitle": "TRS Real Estate"
      },
      "finishedAt": 1788797113990,
      "llmCalls": [
        {
          "upstream": "http://127.0.0.1:8080",
          "modelRequested": "txt2txt",
          "temperature": 0.6,
          "maxTokens": 1600,
          "timeoutMs": 180000,
          "startedAt": 1788797076606,
          "finishedAt": 1788797113989,
          "ok": true,
          "promptChars": 4397,
          "responseChars": 2231,
          "modelServed": "/nix/store/w8fajwih8isx2rl94rb8ggc1knmnf8x9-Qwen3.6-35B-A3B-MTP-GGUF"
        }
      ]
    }
  },
  "startedAt": 1788797076605,
  "fingerprint": {
    "ownAiUrl": "http://127.0.0.1:8080",
    "harnessHost": "127.0.0.1",
    "modelServed": "qwen-image",
    "nodeVersion": "v24.18.1",
    "capturedAt": 1788797076605
  },
  "finishedAt": 1788797113992,
  "scores": {
    "perStep": {
      "s1-z9w04": {
        "validity": 2,
        "fidelity": 1,
        "structure": 2,
        "depth": 2,
        "cleanliness": 2,
        "total": 9,
        "notes": [
          "title missed subject tokens (doctype, html, html)"
        ],
        "fromFallback": false
      }
    },
    "total": 9,
    "perKind": {
      "website": 9
    },
    "axes": [
      "validity",
      "fidelity",
      "structure",
      "depth",
      "cleanliness"
    ]
  }
}