@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Open+Sans:wght@400;600;700;800&display=swap');
        :root{
            --ink:#1d1a17;
            --muted:#6f675d;
            --line:#e6d9c4;
            --gold:#caa86a;
            --gold2:#f5e8c9;
            --paper:#fffdf8;
            --cream:#faf3e6;
            --coffee:#4b3526;
            --coffee2:#7a5737;
            --shadow:0 24px 70px rgba(75,53,38,.13);
        }
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
            margin:0;
            min-height:100vh;
            font-family:"Open Sans",Arial,sans-serif;
            color:var(--ink);
            background:
                radial-gradient(circle at top left, rgba(245,232,201,.95), transparent 34%),
                radial-gradient(circle at bottom right, rgba(202,168,106,.24), transparent 32%),
                linear-gradient(180deg,#fffdf8 0%,#faf3e6 45%,#fffaf0 100%);
        }
        a{text-decoration:none;color:inherit}
        .site-header{
            position:sticky;
            top:0;
            z-index:20;
            display:flex;
            justify-content:space-between;
            align-items:center;
            gap:18px;
            padding:16px clamp(18px,4vw,64px);
            background:rgba(255,253,248,.94);
            backdrop-filter:blur(14px);
            border-bottom:1px solid #efe4d2;
        }
        .brand{display:flex;align-items:center;gap:14px;min-width:260px}
        .brand img{
            width:58px;
            height:58px;
            border-radius:50%;
            object-fit:cover;
            border:1px solid #d8c39b;
            background:#fff;
            box-shadow:0 10px 26px rgba(75,53,38,.10);
            transition:transform .18s ease,filter .18s ease;
        }
        .brand:hover img{transform:scale(1.08) rotate(-6deg);filter:saturate(1.12)}
        .brand b{display:block;font-family:"Montserrat",Arial,sans-serif;font-size:23px;letter-spacing:.04em}
        .brand small{display:block;color:var(--muted);font-weight:900;text-transform:uppercase;font-size:10px;letter-spacing:.18em}
        .top-pill{
            display:inline-flex;
            align-items:center;
            gap:8px;
            padding:10px 14px;
            border:1px solid #e2c790;
            border-radius:999px;
            background:#fff5df;
            color:#5c3e20;
            font-weight:1000;
            font-size:12px;
            text-transform:uppercase;
            letter-spacing:.08em;
            white-space:nowrap;
        }
        main{width:min(1220px,100%);margin:0 auto;padding:34px 18px 58px}
        .hero-section{
            display:grid;
            grid-template-columns:minmax(0,1.05fr) minmax(320px,.68fr);
            gap:28px;
            align-items:stretch;
            margin-bottom:24px;
        }
        .hero-copy{
            background:linear-gradient(135deg,#fffdf8,#fff4dd);
            border:1px solid var(--line);
            border-radius:36px;
            padding:clamp(28px,4vw,46px);
            box-shadow:0 18px 48px rgba(75,53,38,.08);
        }
        .eyebrow{
            display:inline-flex;
            align-items:center;
            gap:8px;
            font-weight:1000;
            letter-spacing:.22em;
            font-size:11px;
            color:#795328;
            border:1px solid #ead7a9;
            background:#fff8e9;
            padding:9px 13px;
            border-radius:999px;
        }
        h1{
            font-family:"Montserrat",Arial,sans-serif;
            font-size:clamp(42px,5.2vw,78px);
            line-height:1.02;
            margin:20px 0 16px;
            font-weight:600;
            letter-spacing:-.035em;
        }
        .hero-copy p{
            color:var(--muted);
            font-weight:750;
            font-size:18px;
            line-height:1.7;
            max-width:760px;
            margin:0;
        }
        .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
        .primary-link,.secondary-link{
            font-weight:1000;
            border-radius:999px;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            gap:9px;
            transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
        }
        .primary-link{background:linear-gradient(135deg,#7a5737,#4b3526);color:#fff8e8;padding:14px 22px;box-shadow:0 14px 30px rgba(75,53,38,.20)}
        .secondary-link{background:#fffdf8;border:1px solid var(--line);padding:13px 20px;color:#4b3526}
        .primary-link:hover,.secondary-link:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(75,53,38,.20)}
        .system-panel{
            background:rgba(255,255,255,.86);
            border:1px solid var(--line);
            border-radius:34px;
            padding:32px;
            text-align:center;
            box-shadow:var(--shadow);
            display:flex;
            flex-direction:column;
            justify-content:center;
        }
        .system-panel img{
            width:188px;
            height:188px;
            border-radius:50%;
            object-fit:cover;
            margin:0 auto 18px;
            border:1px solid #ddd;
            background:#fff;
        }
        .system-panel b{display:block;font-family:"Montserrat",Arial,sans-serif;font-size:28px;margin-bottom:8px}
        .system-panel p{color:var(--muted);font-weight:750;line-height:1.6;margin:0}
        .link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:26px}
        .link-card{
            position:relative;
            overflow:hidden;
            display:flex;
            min-height:250px;
            flex-direction:column;
            justify-content:space-between;
            background:#fff;
            border:1px solid var(--line);
            border-radius:30px;
            padding:24px;
            box-shadow:0 16px 40px rgba(75,53,38,.07);
            transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
        }
        .link-card:before{
            content:"";
            position:absolute;
            right:-44px;
            top:-62px;
            width:148px;
            height:148px;
            background:#fff1cf;
            border-radius:50%;
            opacity:.75;
        }
        .link-card:hover{transform:translateY(-3px);box-shadow:0 22px 56px rgba(75,53,38,.12);border-color:#d5b979}
        .link-card:hover .icon{transform:scale(1.12) rotate(-7deg);filter:saturate(1.15)}
        .card-top,.card-bottom{position:relative;z-index:1}
        .badge{
            display:inline-flex;
            padding:7px 11px;
            border-radius:999px;
            background:#fff8e9;
            border:1px solid #ead7a9;
            color:#795328;
            font-size:10px;
            font-weight:1000;
            letter-spacing:.12em;
            text-transform:uppercase;
            margin-bottom:16px;
        }
        .icon{
            width:50px;
            height:50px;
            border-radius:50%;
            display:grid;
            place-items:center;
            background:#fff1cf;
            border:1px solid #e2c790;
            box-shadow:0 10px 20px rgba(75,53,38,.08);
            font-size:23px;
            margin-bottom:16px;
            transition:transform .18s ease,filter .18s ease;
        }
        .link-card h2{font-family:"Montserrat",Arial,sans-serif;font-size:25px;margin:0 0 9px;letter-spacing:-.02em}
        .link-card p{color:var(--muted);font-weight:750;line-height:1.55;margin:0;font-size:14px}
        .open-link{
            margin-top:22px;
            width:100%;
            border-radius:999px;
            padding:12px 15px;
            display:flex;
            align-items:center;
            justify-content:center;
            gap:8px;
            background:linear-gradient(135deg,#7a5737,#4b3526);
            color:#fff8e8;
            font-weight:1000;
            box-shadow:0 14px 28px rgba(75,53,38,.17);
        }
        .note-bar{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:14px;
            flex-wrap:wrap;
            background:#fff;
            border:1px solid var(--line);
            border-radius:26px;
            padding:16px 18px;
            margin-top:20px;
            box-shadow:0 14px 34px rgba(75,53,38,.06);
            color:#4b3526;
            font-weight:850;
        }
        .note-bar small{color:var(--muted);font-weight:900}
        footer{
            width:min(1220px,100%);
            margin:0 auto;
            padding:0 18px 28px;
            color:var(--muted);
            font-size:13px;
            font-weight:800;
            text-align:center;
        }
        @media(max-width:1100px){.link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-section{grid-template-columns:1fr}.system-panel{min-height:auto}}
        @media(max-width:720px){.site-header{align-items:flex-start;flex-direction:column}.brand{min-width:0}.top-pill{white-space:normal}.hero-copy,.system-panel{border-radius:28px;padding:24px}.link-grid{grid-template-columns:1fr}.link-card{min-height:0}h1{font-size:40px}.system-panel img{width:138px;height:138px}.hero-actions a{width:100%}}
