/* Agatiy Groom blog */
.blog-page,.article-page{background:#fff9f1;color:#2a180f}.blog-hero{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);gap:40px;align-items:end;padding:96px max(32px,calc((100vw - var(--max))/2)) 74px;background:linear-gradient(135deg,#fff9f1 0%,#f7eadf 100%)}.blog-hero-copy{max-width:860px}.blog-hero h1{margin:8px 0 24px;font-size:clamp(54px,7.2vw,106px);line-height:.88;letter-spacing:-.055em}.blog-hero h1 em{display:block;color:var(--accent);font-family:var(--font-display);font-weight:400}.blog-hero-copy>p:last-child{max-width:670px;margin:0;font-size:18px;line-height:1.7;color:#765e50}.blog-hero-card{padding:28px;border:1px solid rgba(42,24,15,.12);border-radius:5px;background:rgba(255,255,255,.66);box-shadow:0 20px 60px rgba(96,56,32,.08)}.blog-hero-card span{display:block;margin-bottom:18px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.blog-hero-card strong{display:block;font-size:24px;line-height:1.16}.blog-hero-card p{margin:14px 0 0;color:#786052;line-height:1.6}.blog-index{background:#fff}.blog-filters{display:flex;gap:8px;overflow-x:auto;padding:4px 0 18px;scrollbar-width:none}.blog-filters::-webkit-scrollbar{display:none}.blog-filter{flex:0 0 auto;padding:10px 14px;border:1px solid #e4d5ca;border-radius:5px;background:#fff;color:#70574a;text-decoration:none;font-size:13px;font-weight:700;transition:.2s ease}.blog-filter:hover,.blog-filter.active{border-color:var(--accent);background:var(--accent);color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.blog-card{min-width:0;border:1px solid #eadbd0;border-radius:5px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(70,37,20,.09)}.blog-card-media{display:block;aspect-ratio:1.42/1;overflow:hidden;background:#efe4dc}.blog-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.blog-card:hover .blog-card-media img{transform:scale(1.025)}.blog-card-body{padding:18px}.blog-card-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#9b7d6d;font-size:11px;font-weight:700}.blog-card-meta span:first-child{color:var(--accent)}.blog-card h2,.blog-card h3{margin:12px 0 10px;font-size:24px;line-height:1.08;letter-spacing:-.025em}.blog-card h2 a,.blog-card h3 a{color:#2a180f;text-decoration:none}.blog-card p{margin:0 0 16px;color:#7a6254;line-height:1.6}.blog-read{display:inline-flex;color:#2a180f;text-decoration:none;font-weight:800}.blog-read:hover{color:var(--accent)}.blog-empty{display:flex;justify-content:space-between;gap:20px;padding:24px;border:1px dashed #d9c7ba;border-radius:5px;background:#fff9f1}.blog-empty a{color:var(--accent);font-weight:800;text-decoration:none}.blog-bottom-cta{display:flex;align-items:end;justify-content:space-between;gap:42px;background:var(--accent);color:#fff}.blog-bottom-cta>div{max-width:760px}.blog-bottom-cta .eyebrow{color:#2a180f}.blog-bottom-cta h2{margin:10px 0 16px;font-size:clamp(42px,5vw,72px);line-height:.98}.blog-bottom-cta p:not(.eyebrow){margin:0;color:#fff1e8;line-height:1.65}.home-blog{background:#fff9f1}.home-blog-head{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:28px}.home-blog-head h2{margin:8px 0 0;font-size:clamp(42px,5vw,68px);line-height:.98}.home-blog-head>a{white-space:nowrap;color:#2a180f;text-decoration:none;font-weight:800}.home-blog .blog-card h2{font-size:22px}.blog-preview-banner{position:sticky;top:68px;z-index:25;padding:9px 16px;background:#2a180f;color:#fff;text-align:center;font-size:12px;font-weight:800}.article-shell{max-width:1180px;margin:0 auto;padding:54px 28px 90px}.article-breadcrumbs{display:flex;align-items:center;gap:8px;overflow:hidden;margin-bottom:30px;color:#9a7d6e;font-size:12px;white-space:nowrap}.article-breadcrumbs a{color:inherit;text-decoration:none}.article-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.article-head{max-width:880px;margin:0 auto 34px;text-align:center}.article-meta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;color:#927465;font-size:12px;font-weight:700}.article-meta span:first-child{color:var(--accent)}.article-head h1{margin:16px 0 20px;font-size:clamp(48px,6.3vw,86px);line-height:.94;letter-spacing:-.05em}.article-head>p{max-width:720px;margin:0 auto;color:#765e50;font-size:18px;line-height:1.65}.article-cover{max-width:1040px;margin:0 auto 44px}.article-cover img{width:100%;height:auto;max-height:680px;display:block;object-fit:cover;border-radius:5px}.article-content{max-width:780px;margin:0 auto;color:#3b281e;font-size:18px;line-height:1.78}.article-content p{margin:0 0 24px}.article-content h2{margin:52px 0 18px;font-size:38px;line-height:1.05;letter-spacing:-.03em}.article-content h3{margin:36px 0 14px;font-size:28px;line-height:1.12}.article-content ul,.article-content ol{margin:0 0 26px;padding-left:24px}.article-content li{margin:8px 0}.article-content blockquote{margin:34px 0;padding:20px 22px;border-left:4px solid var(--accent);border-radius:0 5px 5px 0;background:#fff1e7;font-size:20px;line-height:1.55}.article-content img{width:100%;height:auto;display:block;margin:28px 0;border-radius:5px}.article-content a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}.article-cta{max-width:900px;margin:56px auto 0;display:flex;align-items:end;justify-content:space-between;gap:28px;padding:30px;border-radius:5px;background:var(--accent);color:#fff}.article-cta>div{max-width:620px}.article-cta span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2a180f}.article-cta h2{margin:8px 0 10px;font-size:38px;line-height:1}.article-cta p{margin:0;color:#fff0e7;line-height:1.55}.related-posts{margin-top:74px}.related-head{margin-bottom:24px}.related-head h2{margin:8px 0 0;font-size:44px}.blog-card.compact .blog-card-body{padding:15px}.blog-card.compact h3{font-size:20px}.article-not-found{max-width:880px;margin:0 auto;padding:140px 24px 160px;text-align:center}.article-not-found h1{margin:10px 0 16px;font-size:clamp(54px,8vw,92px);line-height:.95}.article-not-found>p:not(.eyebrow){color:#7b6355;font-size:18px}.article-not-found>div{display:flex;justify-content:center;gap:10px;margin-top:28px}
@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-hero{grid-template-columns:1fr}.blog-hero-card{max-width:620px}.blog-bottom-cta,.article-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:820px){.blog-hero{padding:62px 20px 50px;gap:28px}.blog-hero h1{font-size:clamp(50px,14vw,74px)}.blog-hero-copy>p:last-child{font-size:16px}.blog-index{padding-top:58px}.home-blog-head{align-items:flex-start;flex-direction:column;gap:16px}.article-shell{padding:38px 20px 70px}.article-head h1{font-size:clamp(46px,12vw,68px)}.article-content{font-size:17px}.article-content h2{font-size:32px}.article-cta{padding:24px}}
@media(max-width:620px){.blog-grid{grid-template-columns:1fr}.blog-card-media{aspect-ratio:1.48/1}.blog-card h2{font-size:22px}.blog-filter{padding:9px 12px}.blog-bottom-cta h2{font-size:42px}.blog-bottom-cta .button{width:100%}.article-shell{padding-inline:16px}.article-breadcrumbs{margin-bottom:22px}.article-head{text-align:left}.article-meta{justify-content:flex-start}.article-head h1{font-size:46px}.article-head>p{font-size:16px}.article-cover{margin-bottom:32px}.article-content{font-size:16px;line-height:1.7}.article-content h2{margin-top:40px;font-size:29px}.article-content h3{font-size:24px}.article-content blockquote{padding:17px;font-size:18px}.article-cta h2{font-size:32px}.article-cta .button{width:100%}.related-head h2{font-size:36px}.article-not-found{padding-top:100px}.article-not-found>div{flex-direction:column}.article-not-found .button{width:100%}}

/* Agatiy Groom blog — mobile refinement v2 */
@media(max-width:820px){
  .blog-page{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:clip;
  }
  .blog-hero,
  .blog-index,
  .blog-bottom-cta{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
    overflow-x:clip;
  }
  .blog-hero{
    gap:18px;
    padding:44px 16px 38px;
  }
  .blog-hero h1{
    max-width:610px;
    margin:6px 0 16px;
    font-size:clamp(38px,10.5vw,50px);
    line-height:.93;
    letter-spacing:-.045em;
  }
  .blog-hero-copy>p:last-child{
    max-width:560px;
    font-size:12.5px;
    line-height:1.58;
  }
  .blog-hero-card{
    max-width:none;
    padding:18px;
  }
  .blog-hero-card span{
    margin-bottom:10px;
    font-size:9px;
  }
  .blog-hero-card strong{
    font-size:20px;
    line-height:1.1;
  }
  .blog-hero-card p{
    margin-top:9px;
    font-size:11px;
    line-height:1.55;
  }

  .blog-index{
    padding-top:44px;
  }
  .blog-index .section-head h2{
    font-size:clamp(32px,9vw,40px);
    line-height:.95;
  }

  .blog-filters{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    width:100%;
    max-width:100%;
    overflow:visible;
    padding:0 0 16px;
  }
  .blog-filter{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    min-height:36px;
    padding:7px 9px;
    text-align:center;
    font-size:10px;
    line-height:1.2;
    white-space:normal;
  }

  .blog-grid{
    min-width:0;
    max-width:100%;
  }
  .blog-card{
    min-width:0;
    max-width:100%;
  }
  .blog-card-body{
    padding:15px;
  }
  .blog-card-meta{
    gap:7px;
    font-size:9px;
  }
  .blog-card h2,
  .blog-card h3{
    margin:9px 0 8px;
    font-size:20px;
    line-height:1.06;
  }
  .blog-card p{
    margin-bottom:13px;
    font-size:10.5px;
    line-height:1.52;
  }
  .blog-read{
    font-size:10px;
  }

  .blog-bottom-cta{
    gap:14px;
    padding-top:40px;
    padding-bottom:40px;
  }
  .blog-bottom-cta h2{
    margin:7px 0 12px;
    font-size:clamp(32px,9vw,40px);
    line-height:.96;
  }
  .blog-bottom-cta p:not(.eyebrow){
    font-size:11px;
    line-height:1.52;
  }
}

@media(max-width:480px){
  .blog-hero{
    padding:36px 14px 32px;
  }
  .blog-hero h1{
    font-size:38px;
  }
  .blog-hero-card{
    padding:16px;
  }
  .blog-index{
    padding-top:40px;
  }
  .blog-index .section-head h2{
    font-size:34px;
  }
  .blog-filters{
    gap:5px;
  }
  .blog-filter{
    min-height:34px;
    padding:6px 8px;
    font-size:9.5px;
  }
  .blog-card-media{
    aspect-ratio:1.5/1;
  }
  .blog-bottom-cta h2{
    font-size:34px;
  }
}

