/*
Theme Name: MRE Entrees
Author: Brightview Strategies
Description: A focused MRE buying guide with Amazon Attribution links.
Version: 1.1.0
*/
:root{--ink:#18281f;--green:#173f30;--lime:#d9f078;--paper:#fff;--muted:#526158;--line:#dce3dd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit}img{display:block;max-width:100%;height:auto}.wrap{width:min(1200px,calc(100% - 64px));margin-inline:auto}.header{display:flex;align-items:center;justify-content:space-between;padding-block:27px;border-bottom:1px solid var(--line);gap:30px}.brand{font-size:28px;font-weight:900;letter-spacing:-1px;line-height:1;text-decoration:none}.brand span{font-weight:400;margin-left:5px}.brand small{display:block;font-size:10px;letter-spacing:2.5px;margin-top:10px;font-weight:700}nav{display:flex;gap:30px;font-size:14px;font-weight:700}nav a{text-decoration:none}nav a:hover{text-decoration:underline}.hero{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:50px;padding-block:64px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;margin:0 0 20px}.hero h1{font-size:clamp(48px,5.8vw,78px);letter-spacing:-4px;line-height:1.02;margin:0 0 28px;font-weight:800}.hero h1 em{font-style:normal;color:#47724b}.intro{font-size:19px;max-width:465px;color:var(--muted);margin-bottom:28px}.button,.buy{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--green);color:white;text-decoration:none;padding:15px 24px;font-size:15px;font-weight:700;border-radius:4px}.button:hover,.buy:hover{background:#275c45}.small{font-size:13px;color:var(--muted);line-height:1.6}.hero-copy>.small{margin-top:20px}.hero-product{position:relative;border:1px solid var(--line);border-radius:8px;overflow:hidden}.hero-product img{width:100%;padding:25px 8px 0}.badge{position:absolute;top:20px;left:20px;font-size:11px;letter-spacing:1.3px;padding:7px 10px;background:var(--lime);font-weight:800}.caption{display:flex;justify-content:space-between;gap:15px;padding:18px 22px;border-top:1px solid var(--line);font-size:11px;letter-spacing:.7px}.strip{background:var(--green);color:white}.strip-inner{display:flex;justify-content:space-between;gap:25px;padding-block:20px;font-size:14px}.strip-inner span::before{content:'✓';color:var(--lime);margin-right:12px}.section{padding-block:75px}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:36px}.section-head>p{font-size:15px;color:var(--muted);max-width:240px;margin:0 0 5px}.section-head .eyebrow{margin-bottom:12px}h2{font-size:clamp(30px,3vw,43px);letter-spacing:-1.8px;line-height:1.15;margin:0}h3{font-size:29px;letter-spacing:-.8px;line-height:1.2;margin:0 0 20px}.feature{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:8px;overflow:hidden}.feature-image{display:flex;align-items:center;padding:20px}.feature-copy{padding:45px;background:#f4f6f3}.feature-copy .eyebrow{font-size:11px}.feature-copy>p{color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.chips span{font-size:12px;padding:5px 10px;background:white;border:1px solid #d6dfd6;border-radius:3px}dl{font-size:14px;margin:26px 0}dl>div{padding:12px 0;border-top:1px solid var(--line)}dt{font-weight:bold}dd{margin:3px 0 0;color:var(--muted)}.extras{background:#f3f5f1}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-image{height:340px;padding:20px;border-bottom:1px solid var(--line)}.product-image img{width:100%;height:100%;object-fit:contain}.product-copy{padding:32px}.product-copy>p:not(.eyebrow){color:var(--muted);min-height:90px}.product-copy .eyebrow{font-size:11px;margin-bottom:12px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.guide-grid article{border-top:2px solid var(--green);padding-top:20px}.number{color:#5b735f;font-size:13px;font-weight:700}.guide-grid h3{font-size:22px;margin-top:22px}.guide-grid p{font-size:16px;color:var(--muted)}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:19px 0}summary{font-size:17px;font-weight:700;cursor:pointer}details p{font-size:15px;color:var(--muted)}footer{background:var(--green);color:white;padding-block:45px}.footer-inner{display:flex;justify-content:space-between;align-items:start;gap:35px}footer p{font-size:13px;margin:0 0 6px}footer .small{color:#c5d3c8}footer a{font-size:14px}.skip{position:absolute;top:-100px;left:15px;background:white;padding:12px;z-index:9}.skip:focus{top:10px}a:focus-visible,summary:focus-visible{outline:3px solid #7b9629;outline-offset:5px}.wp-site-blocks{padding:0}body>.wp-site-blocks{margin:0}
@media(max-width:800px){.wrap{width:calc(100% - 36px)}.header{flex-wrap:wrap;gap:24px;padding-block:22px}nav{gap:20px;font-size:13px;flex-wrap:wrap}.hero{grid-template-columns:1fr;gap:32px;padding-block:40px}.hero h1{font-size:58px;letter-spacing:-2.5px}.intro{font-size:17px}.hero-product{max-width:560px}.strip-inner{flex-wrap:wrap;gap:10px;font-size:12px}.section{padding-block:46px}.section-head{display:block}.section-head>p{margin-top:18px;max-width:none}.feature,.product-grid,.faq{grid-template-columns:1fr}.feature-copy{padding:28px}.feature-image{max-height:420px}.feature-image img{max-height:390px;object-fit:contain}.product-image{height:300px}.guide-grid{grid-template-columns:1fr;gap:22px}.guide-grid h3{margin-top:12px}.faq{gap:28px}.footer-inner{flex-direction:column;gap:25px}.caption{font-size:10px}.buy{width:100%;padding-inline:12px}.product-copy>p:not(.eyebrow){min-height:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.breadcrumb{font-size:13px;padding-top:25px;color:var(--muted)}.detail-hero{padding-top:38px}.detail-hero h1{font-size:clamp(42px,5.5vw,70px);letter-spacing:-2px;line-height:1.06}.detail-body{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:70px;padding-block:30px 60px}.detail-copy h2{margin-bottom:38px}.detail-copy h3{font-size:25px;letter-spacing:-.5px;margin-bottom:15px}.detail-copy section{margin-bottom:32px}.detail-copy p{color:var(--muted)}.detail-facts{background:#f3f5f1;padding:30px;align-self:start;border-radius:8px}.detail-link{font-size:14px;font-weight:bold;min-height:0!important}.related-links{display:flex;gap:24px;flex-wrap:wrap;margin-block:28px}.related-links a{background:white;padding:20px;border:1px solid var(--line);border-radius:5px;font-weight:bold}@media(max-width:800px){.detail-body{grid-template-columns:1fr;gap:20px}.detail-hero h1{font-size:48px}.detail-body{padding-bottom:30px}}
