:root{
      --bg:#ffffff;
      --section:#f9fafb;
      --primary:#22c55e;
      --text:#0f172a;
      --glass:rgba(255,255,255,0.68);
      --glass-strong:rgba(255,255,255,0.82);
      --border:rgba(34,197,94,0.22);
      --shadow:0 18px 45px rgba(15,23,42,0.08);
      --radius:0px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--bg);
      color:var(--text);
      font-family:'Source Serif 4', serif;
      overflow-x:hidden;
    }
    .page-bg{
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:0;
      background:
        radial-gradient(circle at 12% 14%, rgba(34,197,94,0.18), transparent 24%),
        radial-gradient(circle at 85% 18%, rgba(34,197,94,0.12), transparent 20%),
        radial-gradient(circle at 70% 78%, rgba(34,197,94,0.10), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
      filter:blur(0px);
    }
    .blur-orb{
      position:fixed;
      border-radius:50%;
      filter:blur(55px);
      opacity:.22;
      z-index:0;
      pointer-events:none;
      background:var(--primary);
    }
    .orb-1{width:230px;height:230px;top:100px;left:-70px;}
    .orb-2{width:180px;height:180px;top:420px;right:-50px;}
    .orb-3{width:160px;height:160px;bottom:100px;left:20%;}
    main, header, footer{position:relative;z-index:2}
    .brand-logo,.serif-title,h1,h2,h3,h4{
      font-family:'Cormorant Garamond', serif;
    }
    .outlined-heading{
      color:transparent;
      -webkit-text-stroke:1px var(--text);
      letter-spacing:.04em;
      text-transform:uppercase;
      line-height:.95;
    }
    .glass{
      background:var(--glass);
      border:1px solid rgba(255,255,255,0.6);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      box-shadow:var(--shadow);
    }
    .glass-strong{
      background:var(--glass-strong);
      border:1px solid rgba(255,255,255,0.8);
      backdrop-filter:blur(22px);
      -webkit-backdrop-filter:blur(22px);
      box-shadow:var(--shadow);
    }
    .section-shell{
      background:var(--section);
      padding:56px 0;
      margin:26px 18px;
      border-radius:28px;
      position:relative;
      overflow:hidden;
    }
    .btn, .btn-large, .btn-flat{
      border-radius:var(--radius);
      box-shadow:none;
      text-transform:none;
      font-weight:600;
    }
    .btn-primary{
      background:var(--primary);
      color:#fff;
    }
    .btn-secondary{
      background:transparent;
      border:1px solid var(--primary);
      color:var(--text);
    }
    nav.topbar{
      background:transparent;
      box-shadow:none;
      padding:16px 18px 0;
    }
    .topbar .nav-wrapper{
      border-radius:24px;
      padding:0 20px;
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
    }
    .brand-block{
      display:flex;
      align-items:center;
      gap:14px;
    }
    .brand-mark{
      width:44px;
      height:44px;
      display:grid;
      place-items:center;
      border:1px solid var(--border);
      color:var(--primary);
      font-size:26px;
      background:rgba(255,255,255,0.7);
      backdrop-filter:blur(12px);
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1;
    }
    .brand-text strong{
      font-size:1.5rem;
      color:var(--text);
      font-weight:700;
    }
    .brand-text span{
      font-size:.92rem;
      color:#475569;
      margin-top:4px;
    }
    .desktop-menu{
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
    }
    .desktop-menu a{
      color:var(--text);
      padding:10px 14px;
      border:1px solid transparent;
      transition:.35s ease;
    }
    .desktop-menu a:hover{
      background:rgba(34,197,94,0.08);
      border-color:var(--border);
    }
    .sidenav{
      background:#ffffff;
    }
    .sidenav li>a{
      color:var(--text);
      font-size:1.05rem;
    }
    .hero-wrap{
      padding:26px 18px 12px;
    }
    .hero-panel{
      border-radius:34px;
      overflow:hidden;
      position:relative;
      min-height:720px;
      background:
        linear-gradient(135deg, rgba(34,197,94,0.22) 0%, rgba(255,255,255,0.92) 38%, rgba(34,197,94,0.10) 100%);
      border:1px solid rgba(34,197,94,0.14);
      box-shadow:var(--shadow);
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0)),
        radial-gradient(circle at 78% 28%, rgba(34,197,94,0.16), transparent 24%);
      backdrop-filter:blur(6px);
    }
    .hero-inner{
      position:relative;
      z-index:2;
      display:flex;
      flex-wrap:wrap;
      align-items:stretch;
      min-height:720px;
    }
    .hero-copy{
      flex:1 1 58%;
      padding:72px 48px 72px 52px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      animation:slideLeft .9s ease both;
    }
    .hero-side{
      flex:1 1 42%;
      padding:32px;
      display:flex;
      align-items:center;
      justify-content:center;
      animation:slideUp 1s ease both;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border:1px solid var(--border);
      background:rgba(255,255,255,0.72);
      width:max-content;
      margin-bottom:22px;
      color:#166534;
      font-weight:600;
    }
    .hero-copy h1{
      font-size:clamp(3.2rem, 8vw, 6.8rem);
      margin:0 0 20px;
      max-width:8ch;
    }
    .hero-copy p{
      font-size:1.22rem;
      line-height:1.8;
      max-width:680px;
      color:#334155;
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-bottom:34px;
    }
    .hero-stats{
      display:flex;
      flex-wrap:wrap;
      gap:16px;
    }
    .stat-card{
      min-width:160px;
      padding:18px 18px;
      border:1px solid rgba(34,197,94,0.14);
    }
    .stat-card strong{
      display:block;
      font-size:2rem;
      color:var(--text);
      font-family:'Cormorant Garamond', serif;
    }
    .stat-card span{
      color:#475569;
      font-size:.98rem;
    }
    .hero-composition{
      width:100%;
      max-width:470px;
      display:flex;
      flex-direction:column;
      gap:18px;
      transform:translateY(12px);
    }
    .floating-card{
      padding:22px;
      border-radius:26px;
      position:relative;
    }
    .floating-card h3{
      margin:0 0 10px;
      font-size:2rem;
      color:var(--text);
    }
    .floating-card p{
      margin:0;
      color:#475569;
      line-height:1.7;
      font-size:1rem;
    }
    .stack-row{
      display:flex;
      gap:18px;
      align-items:stretch;
    }
    .chip-list{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:16px;
    }
    .chip-list span{
      padding:8px 12px;
      border:1px solid var(--border);
      background:rgba(255,255,255,0.72);
      color:#166534;
      font-size:.92rem;
    }
    .mini-figure{
      flex:1;
      min-height:170px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .mini-figure .icon-box{
      width:52px;height:52px;
      border:1px solid var(--border);
      display:grid;place-items:center;
      color:var(--primary);
      font-size:28px;
      background:rgba(255,255,255,0.8);
    }
    .mini-figure strong{
      font-size:1.7rem;
      display:block;
      margin:14px 0 6px;
    }
    .feature-layout{
      display:flex;
      flex-wrap:wrap;
      gap:22px;
      align-items:stretch;
    }
    .feature-left{
      flex:1 1 34%;
      padding:10px 10px 10px 24px;
      animation:slideLeft .8s ease both;
    }
    .feature-left h2{
      font-size:clamp(2.6rem, 5vw, 4.6rem);
      margin:0 0 16px;
    }
    .feature-left p{
      font-size:1.1rem;
      line-height:1.8;
      color:#475569;
      max-width:520px;
    }
    .feature-right{
      flex:1 1 62%;
      display:flex;
      flex-wrap:wrap;
      gap:18px;
      animation:slideUp .9s ease both;
    }
    .feature-card{
      flex:1 1 calc(50% - 9px);
      min-width:260px;
      padding:26px;
      border-radius:26px;
      border:1px solid rgba(34,197,94,0.12);
      position:relative;
      overflow:hidden;
    }
    .feature-card .material-icons{
      font-size:2.2rem;
      color:var(--primary);
      margin-bottom:18px;
    }
    .feature-card h3{
      font-size:2rem;
      margin:0 0 10px;
    }
    .feature-card p{
      margin:0;
      color:#475569;
      line-height:1.8;
    }
    .content-header{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:20px;
      flex-wrap:wrap;
      margin-bottom:30px;
      padding:0 24px;
    }
    .content-header h2{
      font-size:clamp(2.7rem, 5vw, 4.8rem);
      margin:0;
    }
    .content-header p{
      max-width:680px;
      color:#475569;
      margin:10px 0 0;
      line-height:1.8;
      font-size:1.08rem;
    }
    .post-grid{
      display:flex;
      flex-wrap:wrap;
      gap:22px;
      padding:0 24px;
    }
    .post-card{
      flex:1 1 calc(33.333% - 15px);
      min-width:280px;
      display:flex;
      flex-direction:column;
      border-radius:28px;
      overflow:hidden;
      border:1px solid rgba(34,197,94,0.12);
      transition:transform .4s ease, box-shadow .4s ease;
      animation:slideUp .8s ease both;
    }
    .post-card:hover{
      transform:translateY(-8px);
      box-shadow:0 20px 50px rgba(15,23,42,0.10);
    }
    .post-image{
      padding:14px;
      background:linear-gradient(180deg, rgba(34,197,94,0.06), rgba(255,255,255,0.6));
    }
    .post-image img{
      width:100%;
      height:220px;
      object-fit:cover;
      border:2px solid rgba(34,197,94,0.18);
      display:block;
    }
    .post-body{
      padding:24px 22px 22px;
      display:flex;
      flex-direction:column;
      height:100%;
    }
    .post-index{
      display:inline-block;
      width:max-content;
      padding:7px 10px;
      border:1px solid var(--border);
      color:#166534;
      font-size:.88rem;
      margin-bottom:16px;
      background:rgba(255,255,255,0.72);
    }
    .post-body h3{
      margin:0 0 12px;
      font-size:2rem;
      line-height:1.08;
    }
    .post-body p{
      margin:0 0 20px;
      color:#475569;
      line-height:1.78;
      font-size:1rem;
      flex-grow:1;
    }
    .post-link{
      color:var(--text);
      font-weight:600;
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:max-content;
      padding:10px 0;
    }
    .post-link .material-icons{
      color:var(--primary);
      font-size:20px;
    }
    footer{
      padding:6px 18px 32px;
    }
    .footer-shell{
      border-radius:26px;
      padding:24px 22px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
      background:rgba(249,250,251,0.92);
      border:1px solid rgba(34,197,94,0.10);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--text);
    }
    .footer-brand .material-icons{
      color:var(--primary);
    }
    .footer-links{
      display:flex;
      gap:18px;
      flex-wrap:wrap;
    }
    .footer-links a{
      color:#475569;
    }
    .footer-links a:hover{
      color:var(--text);
    }
    @keyframes slideLeft{
      from{opacity:0;transform:translateX(-30px)}
      to{opacity:1;transform:translateX(0)}
    }
    @keyframes slideUp{
      from{opacity:0;transform:translateY(34px)}
      to{opacity:1;transform:translateY(0)}
    }
    @media (max-width: 992px){
      .desktop-menu{display:none}
      .hero-copy,.hero-side{flex:1 1 100%}
      .hero-panel,.hero-inner{min-height:auto}
      .hero-copy{padding:54px 28px 24px}
      .hero-side{padding:12px 20px 34px}
      .feature-left,.feature-right{flex:1 1 100%}
      .feature-left{padding:0 24px}
      .content-header{padding:0 18px}
      .post-grid{padding:0 18px}
    }
    @media (min-width: 993px){
      .sidenav-trigger{display:none}
    }
    @media (max-width: 600px){
      nav.topbar{padding:12px 12px 0}
      .hero-wrap{padding:16px 12px 10px}
      .section-shell{margin:18px 12px;padding:38px 0}
      .hero-copy h1{max-width:100%}
      .stack-row{flex-direction:column}
      .hero-stats{gap:12px}
      .stat-card{width:100%}
      .feature-card,.post-card{min-width:100%}
      .content-header h2,.feature-left h2{line-height:.95}
      .brand-text strong{font-size:1.22rem}
      .footer-shell{padding:20px 16px}
    }
