/*
Theme Name: Ryle Editorial
Theme URI: https://ryledesign.com/
Author: Ryle Design Editorial Team
Description: Lightweight editorial theme for Ryle Design.
Version: 1.0.0
Text Domain: ryle-editorial
*/
:root{--bg:#f7f6f4;--surface:#fff;--text:#202126;--muted:#686b73;--line:#e4e1dc;--accent:#8a4f68;--accent-dark:#65384c;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.7}a{color:var(--accent-dark);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.site-header{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-row{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;flex-direction:column;line-height:1.1}.brand-name{font-size:1.4rem;font-weight:800;color:var(--text)}.brand-tagline{font-size:.78rem;color:var(--muted);margin-top:6px}.main-nav ul{display:flex;align-items:center;flex-wrap:wrap;gap:22px;list-style:none;margin:0;padding:0}.main-nav a{font-size:.93rem;font-weight:700;color:var(--text)}.site-main{padding:48px 0 72px}.content-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:clamp(24px,5vw,58px);box-shadow:0 10px 30px rgba(30,25,28,.05)}.content-card>*:first-child{margin-top:0}.content-card h1,.content-card h2,.content-card h3{line-height:1.25}.content-card h1{font-size:clamp(2rem,5vw,3.25rem)}.content-card h2{margin-top:2.1em}.content-card p,.content-card li{font-size:1.02rem}.content-card table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.content-card th,.content-card td{border:1px solid var(--line);padding:12px;text-align:left}.eyebrow{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--accent)}.page-title{font-size:clamp(2rem,5vw,3.3rem);line-height:1.15;margin:.25em 0}.meta{color:var(--muted);font-size:.92rem;margin-bottom:28px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:48px 0 22px}.section-head h2{margin:0;font-size:clamp(1.65rem,4vw,2.35rem)}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.post-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.post-card h2,.post-card h3{font-size:1.22rem;line-height:1.35;margin:.35em 0}.post-card p{color:var(--muted);font-size:.94rem}.read-more{margin-top:auto;font-weight:800}.author-box{margin-top:42px;padding:24px;background:#faf7f8;border-left:4px solid var(--accent);border-radius:10px}.site-footer{background:#242126;color:#f6f2f4;padding:44px 0}.footer-row{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.site-footer a{color:#fff}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.copyright{color:#d8d0d4;font-size:.9rem}.pagination{margin-top:36px}.nav-links{display:flex;gap:10px;flex-wrap:wrap}.page-numbers{background:#fff;border:1px solid var(--line);padding:8px 13px;border-radius:8px}.page-numbers.current{background:var(--accent);color:#fff}.wp-block-image{margin:28px 0}.alignwide{max-width:var(--max);margin-left:auto;margin-right:auto}
@media(max-width:900px){.header-row{align-items:flex-start;flex-direction:column;padding:18px 0}.main-nav ul{gap:14px}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-main{padding-top:30px}.footer-row{flex-direction:column}}
@media(max-width:620px){.wrap{width:min(100% - 22px,var(--max))}.post-grid{grid-template-columns:1fr}.content-card{padding:24px 20px}.main-nav ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.brand-tagline{display:none}}

/* RYLE LAYOUT POLISH START */

.site-header .wrap {
    width: min(1320px, calc(100% - 44px));
}

.header-row {
    min-height: 84px;
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
}

.main-nav {
    min-width: 0;
}

.main-nav ul {
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: clamp(10px, 1.2vw, 20px);
}

.main-nav a {
    font-size: clamp(.78rem, .82vw, .92rem);
    white-space: nowrap;
}

.section-head {
    margin-top: 26px;
}

.section-head .page-title {
    font-size: clamp(2rem, 4.2vw, 3.25rem);
}

[data-elementor-id="289"],
.elementor-289 {
    display: none !important;
}

@media (max-width: 1120px) {
    .header-row {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px 0;
    }

    .main-nav ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 620px) {
    .site-header .wrap {
        width: min(100% - 22px, 1320px);
    }

    .main-nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 14px;
    }

    .main-nav a {
        font-size: .86rem;
    }

    .section-head .page-title {
        font-size: 2rem;
    }
}

/* RYLE LAYOUT POLISH END */
