/*
Theme Name: Tròn Lifestyle
Theme URI: https://tron.com.vn
Author: dot vn Studio
Description: Theme tạp chí phong cách sống Tròn, chuyển đổi từ giao diện HTML với quản trị nội dung động, menu 3 cấp, archive, slider và responsive mobile.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tron-lifestyle
*/

:root {
      --green: #006456;
      --green-2: #0b7466;
      --green-dark: #063f38;
      --gold: #d2a13f;
      --gold-soft: #f2ddad;
      --cream: #f7f3ea;
      --paper: #fffdf8;
      --mint: #dfeee9;
      --ink: #15322e;
      --muted: #6f7d79;
      --line: rgba(6, 63, 56, .12);
      --shadow: 0 24px 70px rgba(0, 75, 63, .12);
      --radius-lg: 36px;
      --radius-md: 24px;
      --radius-sm: 16px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 4% 0%, rgba(210,161,63,.13), transparent 23%),
        radial-gradient(circle at 92% 18%, rgba(0,100,86,.10), transparent 24%),
        var(--paper);
      font-family: "Be Vietnam Pro", system-ui, sans-serif;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, input { font: inherit; }
    .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    .eyebrow {
      display: inline-flex; align-items: center; gap: 9px;
      text-transform: uppercase; letter-spacing: .16em; font-size: 11px;
      font-weight: 600; color: var(--green-2);
    }
    .eyebrow::before { content:""; width: 26px; height: 1px; background: var(--gold); }
    h1,h2,h3,p { margin-top: 0; }
    h1,h2 { font-family: "Lora", serif; font-weight: 500; letter-spacing: -.035em; }
    h2 { font-size: clamp(34px, 4.3vw, 58px); line-height: 1.06; margin-bottom: 18px; }
    .lead { max-width: 680px; color: var(--muted); line-height: 1.8; font-size: 16px; }

    .header-wrap { padding: 18px 0 0; position: relative; z-index: 10; }
    header {
      height: 82px; padding: 0 22px 0 26px; border: 1px solid var(--line);
      border-radius: 24px; background: rgba(255,253,248,.86); backdrop-filter: blur(16px);
      display: flex; align-items: center; justify-content: space-between;
      box-shadow: 0 10px 32px rgba(0,75,63,.05);
    }
    .brand { width: 230px; flex: 0 0 auto; }
    .brand img { width: 100%; height: auto; }
    .main-nav { display:flex; align-items:center; gap: 29px; font-size: 14px; color:#365651; }
    .main-nav a { position: relative; }
    .main-nav a::after { content:""; position:absolute; left:0; bottom:-8px; width:0; height:1px; background:var(--gold); transition:.25s; }
    .main-nav a:hover::after { width:100%; }
    .header-actions { display:flex; align-items:center; gap:10px; }
    .circle-btn {
      width:44px; height:44px; border-radius:50%; border:1px solid var(--line);
      background: white; display:grid; place-items:center; cursor:pointer; color:var(--green);
    }
    .primary-btn {
      min-height: 46px; border: 0; border-radius: 999px; padding: 0 20px;
      background: var(--green); color:white; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; gap:9px;
      font-size: 13px; font-weight: 600; box-shadow: 0 12px 30px rgba(0,100,86,.18); transition:.25s;
    }
    .primary-btn:hover { transform: translateY(-2px); background: var(--green-dark); }

    .hero { min-height: 720px; padding: 82px 0 68px; overflow: hidden; position: relative; }
    .hero::before {
      content:""; position:absolute; width:440px; height:440px; border:1px solid rgba(0,100,86,.09);
      border-radius:50%; left:-235px; top:145px;
    }
    .hero-grid { display:grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items:center; }
    .hero-copy h1 { font-size: clamp(52px, 6.4vw, 82px); line-height:1.02; margin: 22px 0 22px; max-width: 720px; }
    .hero-copy h1 em { color: var(--green); font-weight:500; }
    .hero-copy h1 .gold { color:var(--gold); }
    .hero-copy > p { color:var(--muted); line-height:1.82; max-width:650px; font-size:16px; }
    .search-box {
      margin-top: 30px; border:1px solid rgba(0,100,86,.14); background:#fff; border-radius:24px;
      padding:8px 8px 8px 20px; display:flex; gap:10px; align-items:center; box-shadow: var(--shadow);
      max-width: 650px;
    }
    .search-box svg { flex:0 0 auto; color:var(--green); }
    .search-box input { flex:1; min-width:0; border:0; outline:0; background:transparent; color:var(--ink); font-size:14px; }
    .search-box input::placeholder { color:#98a49f; }
    .search-box button { width:116px; min-height:50px; border-radius:17px; }
    .trends { display:flex; flex-wrap:wrap; gap:9px; margin-top:17px; align-items:center; font-size:12px; color:var(--muted); }
    .trend { border:1px solid var(--line); padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.6); }
    .hero-note { display:flex; align-items:center; gap:15px; margin-top:36px; color:#49665f; font-size:13px; }
    .avatar-stack { display:flex; padding-left:8px; }
    .avatar-stack span { width:34px; height:34px; border-radius:50%; border:3px solid var(--paper); margin-left:-8px; background-size:cover; background-position:center; }
    .avatar-stack span:nth-child(1) { background-image:url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=120&q=80'); }
    .avatar-stack span:nth-child(2) { background-image:url('https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=120&q=80'); }
    .avatar-stack span:nth-child(3) { background-image:url('https://images.unsplash.com/photo-1531123897727-8f129e1688ce?auto=format&fit=crop&w=120&q=80'); }

    .visual { position:relative; min-height: 545px; }
    .visual-main {
      display:block; position:absolute; inset:18px 20px 22px 66px; border-radius: 46% 46% 28px 28px;
      overflow:hidden; box-shadow:0 32px 90px rgba(0,75,63,.17);
      background:url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1200&q=88') center/cover;
    }
    .visual-main::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 53%, rgba(4,46,40,.52)); }
    .visual-caption { position:absolute; left:34px; bottom:28px; z-index:2; color:white; max-width:270px; }
    .visual-caption small { font-size:10px; letter-spacing:.16em; text-transform:uppercase; opacity:.8; }
    .visual-caption strong { display:block; font-family:"Lora",serif; font-size:25px; line-height:1.2; margin-top:7px; font-weight:500; }
    .orbit { position:absolute; width:128px; height:128px; border-radius:50%; right:-4px; top:4px; background:var(--gold); display:grid; place-items:center; color:white; box-shadow:0 22px 42px rgba(210,161,63,.25); }
    .orbit::before { content:""; width:88px; height:88px; border-radius:50%; border:1px solid rgba(255,255,255,.55); }
    .orbit span { position:absolute; text-align:center; font-family:"Lora",serif; font-size:15px; line-height:1.2; }
    .mini-card {
      position:absolute; left:0; bottom:0; width:210px; padding:18px; border-radius:22px;
      background:rgba(255,255,255,.94); backdrop-filter:blur(14px); box-shadow:0 18px 45px rgba(0,75,63,.14); border:1px solid rgba(255,255,255,.8);
    }
    .mini-card .score { display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; }
    .mini-card .score b { font-family:"Lora",serif; font-size:30px; color:var(--green); font-weight:500; }
    .mini-card p { margin:0; font-size:12px; line-height:1.6; color:var(--muted); }
    .mini-card .bar { height:7px; border-radius:99px; background:#edf1ee; margin-top:14px; overflow:hidden; }
    .mini-card .bar span { display:block; height:100%; width:82%; background:linear-gradient(90deg,var(--green),#3b9b8b); border-radius:inherit; }

    section.block { padding:100px 0; }
    .section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:38px; }
    .section-head h2 { max-width:710px; margin-bottom:0; }
    .text-link { display:inline-flex; align-items:center; gap:10px; color:var(--green); font-size:13px; font-weight:600; white-space:nowrap; }
    .text-link span { width:36px; height:36px; border:1px solid rgba(0,100,86,.16); border-radius:50%; display:grid; place-items:center; }

    .category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
    .category-card {
      min-height: 235px; padding:26px; border-radius:28px; border:1px solid var(--line);
      background:rgba(255,255,255,.72); position:relative; overflow:hidden; transition:.3s;
    }
    .category-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); border-color:transparent; }
    .category-card::after { content:""; position:absolute; width:120px; height:120px; right:-38px; bottom:-43px; border-radius:50%; border:24px solid rgba(0,100,86,.06); }
    .category-card.gold::after { border-color:rgba(210,161,63,.10); }
    .cat-icon { width:48px; height:48px; border-radius:50%; display:grid; place-items:center; background:var(--mint); color:var(--green); margin-bottom:30px; }
    .category-card.gold .cat-icon { background:#f7ead0; color:#a56f12; }
    .category-card h3 { font-family:"Lora",serif; font-weight:500; font-size:23px; margin-bottom:10px; }
    .category-card p { color:var(--muted); font-size:13px; line-height:1.65; max-width:290px; }
    .count { position:absolute; left:26px; bottom:23px; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:#8c9995; }

    .editorial { background:var(--green-dark); color:white; border-radius:48px; padding:56px; overflow:hidden; position:relative; }
    .editorial::before { content:""; position:absolute; width:430px; height:430px; border-radius:50%; border:86px solid rgba(255,255,255,.035); right:-180px; top:-110px; }
    .editorial .eyebrow { color:#b9d8d1; }
    .editorial-grid { display:grid; grid-template-columns:1.02fr .98fr; gap:44px; align-items:center; position:relative; z-index:1; }
    .editorial h2 { color:white; max-width:620px; }
    .editorial p { color:rgba(255,255,255,.68); line-height:1.8; max-width:530px; }
    .feature-list { margin-top:30px; display:grid; gap:12px; }
    .feature-item { display:grid; grid-template-columns:40px 1fr auto; align-items:center; gap:13px; padding:14px 0; border-top:1px solid rgba(255,255,255,.12); }
    .feature-item b { width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.08); display:grid; place-items:center; color:var(--gold-soft); font-family:"Lora",serif; font-weight:500; }
    .feature-item strong { font-size:13px; font-weight:500; }
    .feature-item span { font-size:11px; color:rgba(255,255,255,.5); }
    .editorial-photo { min-height:500px; border-radius:34px; overflow:hidden; background:url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1100&q=88') center/cover; position:relative; }
    .editorial-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 60%,rgba(3,41,35,.45)); }
    .photo-badge { position:absolute; z-index:2; left:24px; bottom:24px; background:rgba(255,255,255,.92); color:var(--green-dark); border-radius:18px; padding:14px 17px; font-size:12px; }

    .story-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:16px; }
    .story-card { position:relative; min-height:390px; border-radius:28px; overflow:hidden; background-size:cover; background-position:center; }
    .story-card:nth-child(1) { background-image:url('https://images.unsplash.com/photo-1615874694520-474822394e73?auto=format&fit=crop&w=1200&q=88'); }
    .story-card:nth-child(2) { background-image:url('https://images.unsplash.com/photo-1540518614846-7eded433c457?auto=format&fit=crop&w=900&q=88'); }
    .story-card:nth-child(3) { background-image:url('https://images.unsplash.com/photo-1499209974431-9dddcece7f88?auto=format&fit=crop&w=900&q=88'); }
    .story-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.02) 38%,rgba(2,42,36,.72)); }
    .story-info { position:absolute; z-index:2; left:24px; right:24px; bottom:24px; color:white; }
    .story-info span { font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--gold-soft); }
    .story-info h3 { font-family:"Lora",serif; font-weight:500; font-size:24px; line-height:1.25; margin:9px 0 0; }
    .story-card:first-child .story-info h3 { font-size:31px; max-width:460px; }

    .daily-layout { display:grid; grid-template-columns:.86fr 1.14fr; gap:54px; align-items:center; }
    .daily-orbit {
      aspect-ratio:1; border-radius:50%; background:var(--mint); position:relative; display:grid; place-items:center;
      box-shadow: inset 0 0 0 1px rgba(0,100,86,.08);
    }
    .daily-orbit::before { content:""; position:absolute; width:67%; height:67%; border-radius:50%; border:1px dashed rgba(0,100,86,.25); }
    .daily-orbit::after { content:""; position:absolute; width:19%; height:19%; border-radius:50%; background:var(--gold); top:9%; right:13%; box-shadow:0 14px 30px rgba(210,161,63,.22); }
    .daily-center { width:52%; aspect-ratio:1; border-radius:50%; background:url('https://images.unsplash.com/photo-1511379938547-c1f69419868d?auto=format&fit=crop&w=800&q=88') center/cover; box-shadow:0 22px 55px rgba(0,75,63,.16); }
    .checklist { display:grid; gap:13px; margin-top:28px; }
    .check { display:grid; grid-template-columns:44px 1fr; gap:14px; align-items:center; padding:16px 18px; border:1px solid var(--line); border-radius:18px; background:white; }
    .check span { width:34px; height:34px; border-radius:50%; background:#edf6f3; display:grid; place-items:center; color:var(--green); font-weight:600; }
    .check strong { display:block; font-size:13px; margin-bottom:3px; }
    .check small { color:var(--muted); line-height:1.45; }

    .newsletter { margin-bottom:40px; }
    .newsletter-box {
      padding:58px; border-radius:40px; background:linear-gradient(135deg,#f2e4c3,#edf6f3 62%,#dbece7);
      display:grid; grid-template-columns:1fr auto; gap:40px; align-items:center; position:relative; overflow:hidden;
    }
    .newsletter-box::after { content:""; position:absolute; width:250px; height:250px; border-radius:50%; border:54px solid rgba(0,100,86,.06); right:-80px; bottom:-110px; }
    .newsletter h2 { font-size:clamp(34px,4vw,54px); max-width:720px; margin:0; position:relative; z-index:1; }
    .newsletter-form { position:relative; z-index:1; display:flex; background:white; padding:7px; border-radius:18px; min-width:360px; box-shadow:0 14px 35px rgba(0,75,63,.1); }
    .newsletter-form input { flex:1; border:0; outline:0; padding:0 13px; min-width:0; }

    footer { background:#043d36; color:white; padding:62px 0 28px; }
    .footer-grid { display:grid; grid-template-columns:1.3fr repeat(3,.7fr); gap:40px; }
    .footer-brand { width:230px; background:white; padding:9px 13px; border-radius:14px; margin-bottom:20px; }
    .footer-copy { color:rgba(255,255,255,.62); font-size:13px; line-height:1.7; max-width:420px; }
    footer h4 { font-size:12px; text-transform:uppercase; letter-spacing:.13em; color:var(--gold-soft); margin:3px 0 18px; }
    footer ul { list-style:none; padding:0; margin:0; display:grid; gap:12px; color:rgba(255,255,255,.68); font-size:13px; }
    .copyright { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.1); margin-top:48px; padding-top:22px; font-size:11px; color:rgba(255,255,255,.45); }

    .reveal { opacity:0; transform:translateY(20px); transition:.7s ease; }
    .reveal.show { opacity:1; transform:none; }

    @media (max-width: 980px) {
      .main-nav { display:none; }
      .hero-grid, .editorial-grid, .daily-layout { grid-template-columns:1fr; }
      .hero { padding-top:58px; }
      .visual { min-height:540px; max-width:660px; width:100%; margin:0 auto; }
      .category-grid { grid-template-columns:repeat(2,1fr); }
      .story-grid { grid-template-columns:1fr 1fr; }
      .story-card:first-child { grid-column:1/-1; }
      .newsletter-box { grid-template-columns:1fr; }
      .newsletter-form { min-width:0; width:100%; }
      .footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
      .footer-grid > div:last-child { grid-column:2; }
    }
    @media (max-width: 680px) {
      .container { width:min(100% - 24px, 1180px); }
      header { height:70px; padding:0 13px 0 16px; border-radius:20px; }
      .brand { width:170px; }
      .header-actions .primary-btn { display:none; }
      .hero { padding:52px 0; min-height:0; }
      .hero-copy h1 { font-size:46px; }
      .search-box { border-radius:18px; padding-left:15px; }
      .search-box button { width:50px; font-size:0; }
      .search-box button::after { content:'→'; font-size:18px; }
      .visual { min-height:410px; }
      .visual-main { inset:10px 3px 18px 36px; border-radius:42% 42% 24px 24px; }
      .orbit { width:92px; height:92px; right:-3px; }
      .orbit::before { width:64px; height:64px; }
      .orbit span { font-size:12px; }
      .mini-card { width:175px; padding:14px; }
      section.block { padding:72px 0; }
      .section-head { display:block; }
      .section-head .text-link { margin-top:18px; }
      .category-grid, .story-grid { grid-template-columns:1fr; }
      .story-card:first-child { grid-column:auto; }
      .category-card { min-height:215px; }
      .editorial { padding:30px 22px; border-radius:30px; }
      .editorial-photo { min-height:370px; }
      .daily-layout { gap:35px; }
      .newsletter-box { padding:36px 22px; border-radius:28px; }
      .newsletter-form { display:grid; gap:8px; background:transparent; box-shadow:none; }
      .newsletter-form input { min-height:50px; background:white; border-radius:15px; padding:0 15px; }
      .newsletter-form button { min-height:50px; }
      .footer-grid { grid-template-columns:1fr 1fr; }
      .footer-grid > div:first-child { grid-column:1/-1; }
      .footer-grid > div:last-child { grid-column:auto; }
      .copyright { display:block; line-height:1.8; }
    }

/* WordPress architecture additions */
body.admin-bar .site-header-wrap{top:32px}
.site-header-wrap{padding:18px 0 0;position:relative;z-index:100}
.site-header{min-height:82px;height:auto;padding:0 22px 0 26px;border:1px solid var(--line);border-radius:24px;background:rgba(255,253,248,.92);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:0 10px 32px rgba(0,75,63,.05)}
.brand{display:flex;align-items:center;justify-content:flex-start}.brand img{max-height:58px;object-fit:contain;object-position:left center}
.main-nav{margin-left:auto}.main-nav .menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px}.main-nav li{position:relative}.main-nav a{display:flex;align-items:center;min-height:82px;white-space:nowrap}
.main-nav .sub-menu{position:absolute;left:0;top:calc(100% - 8px);z-index:1000;min-width:240px;padding:10px;margin:0;list-style:none;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 55px rgba(0,75,63,.16);opacity:0;visibility:hidden;transform:translateY(9px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.main-nav .sub-menu .sub-menu{left:calc(100% + 7px);top:-10px}.main-nav li.menu-item-open>.sub-menu,.main-nav li:hover>.sub-menu,.main-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.main-nav .sub-menu a{min-height:44px;padding:9px 12px;border-radius:10px;font-size:13px}.main-nav .sub-menu a:hover{background:var(--cream)}
.main-nav .submenu-toggle{border:0;background:transparent;color:var(--green);font-size:18px;line-height:1;padding:7px;cursor:pointer;position:absolute;right:-18px;top:50%;transform:translateY(-50%)}
.main-nav .sub-menu .submenu-toggle{right:7px}.main-nav li.menu-item-open>.submenu-toggle{transform:translateY(-50%) rotate(45deg)}
.mobile-menu-button{display:none}.search-overlay{position:fixed;inset:0;z-index:9999;background:rgba(3,41,35,.68);backdrop-filter:blur(8px);display:none;place-items:start center;padding-top:14vh}.search-overlay.is-open{display:grid}.search-panel{width:min(720px,calc(100% - 28px));background:#fff;border-radius:26px;padding:18px;box-shadow:var(--shadow)}.search-panel form{display:flex;gap:10px}.search-panel input{flex:1;min-height:52px;border:1px solid var(--line);border-radius:15px;padding:0 16px}.search-close{display:block;margin-left:auto;margin-bottom:12px;border:0;background:transparent;font-size:26px;cursor:pointer;color:var(--green)}
.trends a:hover{border-color:var(--gold);color:var(--green)}
.partners{padding:20px 0 95px}.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.partner-card{height:94px;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;place-items:center;padding:18px}.partner-card img{max-width:100%;max-height:52px;object-fit:contain;filter:grayscale(1);opacity:.76;transition:.25s}.partner-card:hover img{filter:none;opacity:1}
.archive-hero{padding:74px 0 42px}.archive-hero h1{font-family:"Lora",serif;font-size:clamp(42px,6vw,70px);font-weight:500;letter-spacing:-.035em;margin:12px 0}.archive-description{max-width:760px;color:var(--muted);line-height:1.75}
.content-area{padding:38px 0 90px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s}.post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.post-card-media{display:block;aspect-ratio:16/10;background:var(--mint);overflow:hidden}.post-card-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.post-card:hover .post-card-media img{transform:scale(1.035)}.post-card-body{padding:21px}.post-card-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--green-2);font-size:11px;text-transform:uppercase;letter-spacing:.09em}.post-card h2,.post-card h3{font-family:"Lora",serif;font-weight:500;line-height:1.3;margin:11px 0 9px;font-size:24px}.post-card p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:0}
.pagination{margin-top:42px}.pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}.pagination a,.pagination span{min-width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff}.pagination .current{background:var(--green);color:#fff;border-color:var(--green)}
.slider-three-wrap{padding:38px 0 55px}.slider-three{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px)/3);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.slider-three>*{scroll-snap-align:start}.slider-controls{display:flex;justify-content:flex-end;gap:8px;margin:0 0 16px}.slider-control{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green);cursor:pointer}
.single-wrap{padding:64px 0 100px}.single-layout{display:grid;grid-template-columns:minmax(0,820px) minmax(240px,1fr);gap:54px;align-items:start}.single-title{font-size:clamp(42px,6vw,72px);line-height:1.06;margin:16px 0 20px}.single-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:13px}.single-cover{margin:32px 0;border-radius:30px;overflow:hidden}.single-cover img{width:100%;max-height:620px;object-fit:cover}.entry-content{font-size:17px;line-height:1.9;color:#29423e}.entry-content h2,.entry-content h3{font-family:"Lora",serif;font-weight:500;color:var(--ink);margin-top:1.7em}.entry-content img{border-radius:20px}.entry-content a{color:var(--green);text-decoration:underline}.entry-content blockquote{margin:32px 0;padding:24px 28px;border-left:3px solid var(--gold);background:var(--cream);border-radius:0 18px 18px 0;font-family:"Lora",serif;font-size:22px}.single-sidebar{position:sticky;top:28px;border:1px solid var(--line);background:#fff;border-radius:24px;padding:22px}.single-sidebar h3{font-family:"Lora",serif;font-size:22px;font-weight:500}.single-sidebar ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}.single-sidebar a{font-size:13px;color:var(--muted)}
.related-section{padding:0 0 100px}.related-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.related-item{display:grid;grid-template-columns:118px 1fr;gap:16px;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff}.related-item img{width:118px;height:86px;object-fit:cover;border-radius:12px}.related-item h3{font-family:"Lora",serif;font-size:17px;line-height:1.35;font-weight:500;margin:4px 0}.related-item small{color:var(--muted)}
.page-wrap{padding:70px 0 100px}.page-wrap .entry-content{max-width:850px;margin:auto}.not-found{text-align:center;padding:100px 0}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.footer-grid .menu{list-style:none;padding:0;margin:0;display:grid;gap:12px}.footer-grid .sub-menu{display:none}
@media (max-width:980px){body.admin-bar .site-header-wrap{top:46px}.mobile-menu-button{display:grid}.main-nav{display:block;position:fixed;inset:0 0 0 auto;width:min(390px,90vw);height:100dvh;background:#fff;z-index:9998;padding:90px 22px 28px;transform:translateX(105%);transition:.28s;overflow-y:auto;box-shadow:-20px 0 50px rgba(0,75,63,.14)}.main-nav.is-open{transform:none}.main-nav .menu{display:block}.main-nav li{border-bottom:1px solid var(--line)}.main-nav a{min-height:54px;padding-right:42px}.main-nav .submenu-toggle{right:0}.main-nav .sub-menu,.main-nav .sub-menu .sub-menu{position:static;min-width:0;padding:0 0 8px 14px;border:0;box-shadow:none;border-radius:0;opacity:1;visibility:visible;transform:none;display:none;pointer-events:auto}.main-nav li.menu-item-open>.sub-menu{display:block}.main-nav .sub-menu a{min-height:44px}.menu-backdrop{position:fixed;inset:0;background:rgba(3,41,35,.55);z-index:9997;opacity:0;visibility:hidden;transition:.25s}.menu-backdrop.is-open{opacity:1;visibility:visible}.posts-grid{grid-template-columns:repeat(2,1fr)}.single-layout{grid-template-columns:1fr}.single-sidebar{position:static}.partner-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr!important}.footer-grid>div:first-child{grid-column:1/-1!important}.footer-grid>div:last-child{grid-column:auto!important}}
@media (max-width:680px){.site-header{min-height:70px;padding:0 12px 0 15px}.brand{width:165px}.header-actions .primary-btn{display:none}.posts-grid{grid-template-columns:1fr}.slider-three{grid-auto-columns:86%}.related-list{grid-template-columns:1fr}.related-item{grid-template-columns:96px 1fr}.related-item img{width:96px;height:78px}.single-title{font-size:42px}.single-wrap{padding-top:46px}.partner-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr!important}.footer-grid>div:first-child{grid-column:1/-1!important}.search-panel form{display:grid}.archive-hero{padding-top:52px}}

.menu-close{display:none}.header-hotline{font-size:13px;font-weight:600;color:var(--green);white-space:nowrap}.menu-open{overflow:hidden}.video-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding:38px;border-radius:38px;background:var(--cream);border:1px solid var(--line)}.video-frame{aspect-ratio:16/9;border-radius:28px;overflow:hidden;background:var(--green-dark);box-shadow:var(--shadow)}.video-frame iframe,.video-frame video{width:100%;height:100%;display:block;border:0;object-fit:cover}.video-copy .primary-btn{margin-top:20px}
@media(max-width:980px){.menu-close{display:grid;place-items:center;position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green);font-size:28px;cursor:pointer}.header-hotline{display:none}.video-panel{grid-template-columns:1fr}}
@media(max-width:680px){.video-panel{padding:22px;border-radius:28px}.video-frame{border-radius:20px}}
