:root {
  --atr-forest: #15392c;
  --atr-forest-deep: #0d2a20;
  --atr-forest-soft: #274b3c;
  --atr-gold: #ae7c26;
  --atr-gold-light: #d0ad67;
  --atr-paper: #f7f1e5;
  --atr-paper-light: #fffaf1;
  --atr-paper-deep: #eadfca;
  --atr-ink: #1f2a24;
  --atr-muted: #5e665f;
  --atr-line: rgba(39, 56, 45, .17);
  --atr-shadow: 0 22px 70px rgba(29, 45, 35, .12);
  --atr-radius: 18px;
  --atr-serif: Georgia, "Times New Roman", serif;
  --atr-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body { color: var(--atr-ink); background: var(--atr-paper-light); font-family: var(--atr-sans); }
body.atr-fallback-shell .site-header,
body.atr-fallback-shell #site-header,
body.atr-fallback-shell header.site-header { display: none !important; }
body.atr-fallback-shell .site-footer,
body.atr-fallback-shell #site-footer,
body.atr-fallback-shell footer.site-footer { display: none !important; }
body.atr-fallback-shell .site-main,
body.atr-fallback-shell #content,
body.atr-fallback-shell .content-area { margin: 0; padding: 0; max-width: none; width: 100%; }
body.atr-fallback-shell .page-header { display: none; }
body.atr-fallback-shell .elementor-section-wrap,
body.atr-fallback-shell .elementor-location-single { overflow: clip; }

.atr8c-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.atr8c-shell *, .atr-site-header *, .atr-site-footer * { box-sizing: border-box; }
.atr8c-shell h1, .atr8c-shell h2, .atr8c-shell h3, .atr-site-footer h2 { font-family: var(--atr-serif); color: inherit; }
.atr8c-shell a { text-decoration: none; }
.atr8c-eyebrow { margin: 0 0 18px; color: var(--atr-gold); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

/* Header */
.atr-site-header { position: relative; z-index: 80; background: rgba(255, 250, 241, .95); border-bottom: 1px solid rgba(43, 61, 49, .1); backdrop-filter: blur(16px); }
.atr-site-header-inner { min-height: 92px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; }
.atr-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--atr-forest-deep); font-size: 12px; line-height: 1.27; font-weight: 800; letter-spacing: .13em; }
.atr-brand-mark { width: 55px; height: 55px; color: var(--atr-forest); flex: 0 0 auto; }
.atr-brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.atr-primary-nav { justify-self: center; }
.atr-primary-menu { list-style: none; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.7vw, 42px); margin: 0; padding: 0; }
.atr-primary-menu li { position: relative; margin: 0; }
.atr-primary-menu a { color: var(--atr-ink); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.atr-primary-menu a:hover, .atr-primary-menu .current-menu-item > a { color: var(--atr-gold); }
.atr-header-cta { display: inline-flex; align-items: center; gap: 12px; padding: 14px 20px; color: #fff; background: var(--atr-forest); border: 1px solid var(--atr-forest); border-radius: 8px; font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; box-shadow: 0 10px 28px rgba(21, 57, 44, .16); transition: transform .2s ease, background .2s ease; }
.atr-header-cta:hover { color: #fff; background: var(--atr-gold); border-color: var(--atr-gold); transform: translateY(-2px); }
.atr-site-header .atr-menu-toggle { display: none !important; width: 44px !important; min-width: 44px !important; max-width: 44px !important; padding: 8px !important; border: 0 !important; border-radius: 8px; background: transparent !important; box-shadow: none !important; }
.atr-menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--atr-forest); }

/* Journey hero */
.atr8c-hero { position: relative; overflow: hidden; min-height: 680px; background: var(--atr-paper-light); }
.atr8c-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 15%, rgba(196, 158, 87, .11), transparent 30%), linear-gradient(100deg, rgba(255, 250, 241, 1) 0%, rgba(255, 250, 241, .97) 39%, rgba(247, 241, 229, .72) 60%, rgba(247, 241, 229, .38) 100%); pointer-events: none; }
.atr8c-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(420px, .82fr) minmax(620px, 1.18fr); align-items: center; min-height: 680px; }
.atr8c-hero-copy { position: relative; z-index: 3; padding: 76px 32px 76px 0; }
.atr8c-hero-copy h1 { max-width: 720px; margin: 0; color: var(--atr-forest-deep); font-size: clamp(52px, 5.4vw, 82px); line-height: .97; letter-spacing: -.045em; font-weight: 500; }
.atr8c-hero-copy h1 span { display: block; color: var(--atr-gold); }
.atr8c-lead { max-width: 560px; margin: 28px 0 29px; color: #39453e; font-family: var(--atr-serif); font-size: clamp(19px, 1.7vw, 25px); line-height: 1.5; }
.atr8c-search { width: min(650px, 100%); min-height: 62px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; padding: 5px 5px 5px 13px; background: rgba(255, 255, 255, .88); border: 1px solid rgba(72, 67, 49, .25); border-radius: 11px; box-shadow: 0 18px 45px rgba(54, 53, 44, .08); }
.atr8c-search-icon { width: 27px; height: 27px; color: var(--atr-gold); }
.atr8c-search-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.5; }
.atr8c-search input { min-width: 0; width: 100%; height: 48px; border: 0; outline: 0; background: transparent; color: var(--atr-ink); font-size: 15px; }
.atr8c-search input::placeholder { color: #77776f; opacity: 1; }
.atr8c-search button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 0; border-radius: 7px; color: #fff; background: var(--atr-forest); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.atr8c-search button:hover { background: var(--atr-gold); transform: translateY(-1px); }
.atr8c-hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; width: min(650px, 100%); margin-top: 25px; }
.atr8c-hero-proof > div { display: grid; grid-template-columns: 35px 1fr; gap: 11px; align-items: start; padding: 15px 16px; background: rgba(255, 250, 241, .73); border: 1px solid rgba(56, 66, 58, .13); border-radius: 10px; }
.atr8c-hero-proof svg { width: 31px; height: 31px; fill: none; stroke: var(--atr-gold); stroke-width: 2.4; }
.atr8c-hero-proof span { color: var(--atr-muted); font-size: 12px; line-height: 1.4; }
.atr8c-hero-proof strong { display: block; color: var(--atr-forest); font-size: 12px; letter-spacing: .03em; }
.atr8c-map { position: absolute; top: 0; right: max(-120px, calc((100vw - 1320px) / -2)); bottom: 0; left: 41%; background-image: var(--atr-map); background-repeat: no-repeat; background-size: cover; background-position: center; opacity: .97; }
.atr8c-map::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--atr-paper-light) 0%, rgba(255, 250, 241, .92) 8%, rgba(255, 250, 241, .22) 30%, transparent 55%); }
.atr8c-map::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -35px 55px rgba(247, 241, 229, .44); pointer-events: none; }

/* Trust bar */
.atr8c-trustbar { position: relative; z-index: 3; padding: 25px 0 27px; color: #fff; background: linear-gradient(105deg, #143529 0%, #0e2b21 65%, #193c2e 100%); box-shadow: 0 18px 45px rgba(13, 42, 32, .16); }
.atr8c-trust-heading { margin: 0 0 18px; color: var(--atr-gold-light); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; text-align: center; }
.atr8c-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.atr8c-trust-grid > div { min-height: 66px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 0 28px; border-right: 1px solid rgba(255, 255, 255, .15); }
.atr8c-trust-grid > div:last-child { border-right: 0; }
.atr8c-trust-grid svg { width: 37px; height: 37px; fill: none; stroke: var(--atr-gold-light); stroke-width: 2.3; }
.atr8c-trust-grid strong { display: block; color: #fff; font-family: var(--atr-serif); font-size: 22px; font-weight: 600; line-height: 1.1; }
.atr8c-trust-grid span { color: rgba(255, 255, 255, .7); font-size: 11px; line-height: 1.35; }

/* Shared sections */
.atr8c-section-title { max-width: 790px; margin-bottom: 34px; }
.atr8c-section-title > p { margin: 0 0 10px; color: var(--atr-gold); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.atr8c-section-title h2 { margin: 0 0 12px; color: var(--atr-forest-deep); font-size: clamp(34px, 3.3vw, 52px); line-height: 1.05; font-weight: 500; letter-spacing: -.025em; }
.atr8c-section-title > span { display: block; color: var(--atr-muted); font-size: 16px; line-height: 1.7; }
.atr8c-text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 15px; color: var(--atr-forest); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(21, 57, 44, .4); }
.atr8c-text-link:hover { color: var(--atr-gold); }

/* Categories and feature */
.atr8c-category-section { padding: 90px 0 100px; background: linear-gradient(180deg, #fffaf2 0%, #f7f0e3 100%); }
.atr8c-category-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(350px, .55fr); gap: 28px; align-items: stretch; }
.atr8c-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.atr8c-category-card { position: relative; min-height: 214px; display: flex; flex-direction: column; align-items: flex-start; padding: 27px 24px; overflow: hidden; color: var(--atr-ink); background: rgba(255, 255, 255, .66); border: 1px solid rgba(65, 66, 53, .16); border-radius: 14px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.atr8c-category-card::after { content: ""; position: absolute; right: -35px; bottom: -42px; width: 140px; height: 140px; border: 1px solid rgba(174, 124, 38, .11); border-radius: 50%; }
.atr8c-category-card:hover { color: var(--atr-ink); transform: translateY(-5px); border-color: rgba(174, 124, 38, .45); box-shadow: var(--atr-shadow); }
.atr8c-card-icon { width: 43px; height: 43px; margin-bottom: 21px; color: var(--atr-gold); }
.atr8c-card-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.atr8c-category-card > strong { color: var(--atr-forest-deep); font-family: var(--atr-serif); font-size: 20px; line-height: 1.15; font-weight: 600; }
.atr8c-category-card > small { margin-top: 9px; color: var(--atr-muted); font-size: 12px; line-height: 1.45; }
.atr8c-category-card > b { margin-top: auto; color: var(--atr-gold); font-size: 21px; font-weight: 400; }
.atr8c-feature-card { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 38px; overflow: hidden; color: #fff; background: linear-gradient(145deg, rgba(15, 44, 33, .98), rgba(26, 67, 50, .97)), url('../images/atr-paper-texture-8c.jpg') center/cover; border-radius: 18px; box-shadow: var(--atr-shadow); }
.atr8c-feature-card::after { content: ""; position: absolute; right: -65px; top: -65px; width: 220px; height: 220px; border: 1px solid rgba(207, 173, 103, .26); border-radius: 50%; box-shadow: 0 0 0 28px rgba(207, 173, 103, .05), 0 0 0 60px rgba(207, 173, 103, .03); }
.atr8c-feature-card > * { position: relative; z-index: 1; }
.atr8c-feature-kicker { margin: 0 0 15px; color: var(--atr-gold-light); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.atr8c-feature-card h3 { margin: 0 0 18px; color: #fff; font-size: 34px; line-height: 1.06; font-weight: 500; }
.atr8c-feature-card p, .atr8c-feature-card li { color: rgba(255, 255, 255, .76); font-size: 13px; line-height: 1.65; }
.atr8c-feature-card ul { margin: 13px 0 23px 19px; padding: 0; }
.atr8c-feature-card a { display: inline-flex; gap: 9px; align-items: center; width: fit-content; color: #fff; font-size: 12px; font-weight: 800; border-bottom: 1px solid rgba(255, 255, 255, .42); }

/* Methodology */
.atr8c-methodology { position: relative; padding: 105px 0; color: #fff; background: var(--atr-forest-deep); overflow: hidden; }
.atr8c-methodology::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 20%, rgba(203, 167, 92, .12), transparent 30%), linear-gradient(120deg, transparent 0 64%, rgba(255, 255, 255, .025) 64% 65%, transparent 65%); }
.atr8c-methodology > .atr8c-shell { position: relative; display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; align-items: center; }
.atr8c-method-intro h2 { margin: 0 0 23px; color: #fff; font-size: clamp(38px, 4vw, 58px); line-height: 1.03; font-weight: 500; }
.atr8c-method-intro > p:not(.atr8c-eyebrow) { color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.75; }
.atr8c-methodology .atr8c-text-link { color: var(--atr-gold-light); border-color: rgba(208, 173, 103, .5); }
.atr8c-method-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255, 255, 255, .16); border-left: 1px solid rgba(255, 255, 255, .16); }
.atr8c-method-grid > div { min-height: 250px; padding: 34px; border-right: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.atr8c-method-grid span { color: var(--atr-gold-light); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.atr8c-method-grid h3 { margin: 26px 0 11px; color: #fff; font-size: 27px; font-weight: 500; }
.atr8c-method-grid p { margin: 0; color: rgba(255, 255, 255, .67); font-size: 13px; line-height: 1.7; }

/* Reviewers */
.atr8c-reviewers { padding: 105px 0; background: #f6efe2; }
.atr8c-reviewers > .atr8c-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.atr8c-reviewer-copy h2 { margin: 0 0 22px; color: var(--atr-forest-deep); font-size: clamp(38px, 4vw, 58px); line-height: 1.03; font-weight: 500; }
.atr8c-reviewer-copy > p:not(.atr8c-eyebrow) { color: var(--atr-muted); font-size: 16px; line-height: 1.75; }
.atr8c-reviewer-panel { display: grid; gap: 13px; }
.atr8c-preview-label { padding: 12px 16px; color: #fff; background: var(--atr-gold); border-radius: 8px; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.atr8c-reviewer-card { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; padding: 22px 24px; background: rgba(255, 255, 255, .72); border: 1px solid var(--atr-line); border-radius: 14px; }
.atr8c-initials { width: 62px; height: 62px; display: inline-grid; place-items: center; flex: 0 0 auto; color: #fff; background: linear-gradient(145deg, var(--atr-forest), var(--atr-gold)); border: 4px solid rgba(255, 255, 255, .86); border-radius: 50%; font-family: var(--atr-serif); font-size: 19px; box-shadow: 0 8px 24px rgba(21, 57, 44, .18); }
.atr8c-reviewer-card h3 { margin: 0 0 5px; color: var(--atr-forest-deep); font-size: 21px; font-weight: 600; }
.atr8c-reviewer-card p { margin: 0 0 4px; color: var(--atr-gold); font-size: 12px; font-weight: 750; }
.atr8c-reviewer-card small { display: block; color: var(--atr-muted); font-size: 12px; }
.atr8c-reviewer-card b { display: inline-block; margin-top: 7px; color: #7b5521; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.atr8c-reviewer-placeholder { padding: 48px; text-align: center; background: rgba(255, 255, 255, .72); border: 1px dashed rgba(39, 56, 45, .35); border-radius: 17px; }
.atr8c-reviewer-placeholder svg { width: 60px; height: 60px; fill: none; stroke: var(--atr-gold); stroke-width: 2.2; }
.atr8c-reviewer-placeholder h3 { max-width: 580px; margin: 22px auto 12px; color: var(--atr-forest-deep); font-size: 29px; line-height: 1.2; font-weight: 500; }
.atr8c-reviewer-placeholder p { max-width: 600px; margin: 0 auto; color: var(--atr-muted); font-size: 14px; line-height: 1.7; }

/* State explorer */
.atr8c-states { padding: 100px 0; background: var(--atr-paper-light); }
.atr8c-state-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.atr8c-state-grid a { min-height: 88px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 15px; padding: 17px 18px; color: var(--atr-ink); background: #fff; border: 1px solid var(--atr-line); border-radius: 12px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.atr8c-state-grid a:hover { color: var(--atr-ink); transform: translateY(-3px); border-color: rgba(174, 124, 38, .5); box-shadow: 0 14px 35px rgba(36, 50, 40, .08); }
.atr8c-state-grid b { width: 48px; height: 48px; display: grid; place-items: center; color: var(--atr-gold); background: #f7f0e3; border-radius: 50%; font-family: var(--atr-serif); font-size: 17px; }
.atr8c-state-grid span { color: var(--atr-forest-deep); font-family: var(--atr-serif); font-size: 18px; }
.atr8c-state-grid i { color: var(--atr-gold); font-style: normal; }

/* Resource grid */
.atr8c-resources { padding: 100px 0 110px; background: linear-gradient(180deg, #f4ecde, #fffaf1); }
.atr8c-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.atr8c-resource-grid a { position: relative; min-height: 250px; display: flex; flex-direction: column; padding: 29px; overflow: hidden; color: var(--atr-ink); background: rgba(255, 255, 255, .7); border: 1px solid var(--atr-line); border-radius: 15px; transition: transform .25s ease, box-shadow .25s ease; }
.atr8c-resource-grid a:hover { color: var(--atr-ink); transform: translateY(-5px); box-shadow: var(--atr-shadow); }
.atr8c-resource-grid a > span { color: var(--atr-gold); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.atr8c-resource-grid h3 { margin: 28px 0 13px; color: var(--atr-forest-deep); font-size: 28px; font-weight: 500; line-height: 1.08; }
.atr8c-resource-grid p { margin: 0; color: var(--atr-muted); font-size: 13px; line-height: 1.7; }
.atr8c-resource-grid b { margin-top: auto; padding-top: 24px; color: var(--atr-forest); font-size: 12px; }

/* Final CTA */
.atr8c-final-cta { padding: 65px 0; color: #fff; background: linear-gradient(110deg, #123125, #1b4937); }
.atr8c-final-cta > .atr8c-shell { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.atr8c-final-cta > .atr8c-shell > div { display: grid; grid-template-columns: 72px 1fr; column-gap: 25px; align-items: center; }
.atr8c-final-cta > .atr8c-shell > div > span { grid-row: span 2; width: 68px; height: 68px; color: var(--atr-gold-light); }
.atr8c-final-cta svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.atr8c-final-cta h2 { margin: 0 0 8px; color: #fff; font-size: clamp(31px, 3vw, 45px); font-weight: 500; }
.atr8c-final-cta p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; }
.atr8c-final-cta > .atr8c-shell > a { flex: 0 0 auto; display: inline-flex; gap: 15px; align-items: center; padding: 18px 24px; color: var(--atr-forest-deep); background: var(--atr-gold-light); border-radius: 8px; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.atr8c-final-cta > .atr8c-shell > a:hover { color: var(--atr-forest-deep); background: #fff; }


/* Imported related-content graph */
.atr-related-content { width: min(1180px, calc(100% - 40px)); margin: 65px auto 90px; }
.atr-related-content > h2 { margin: 0 0 24px; color: var(--atr-forest-deep); font-family: var(--atr-serif); font-size: 36px; font-weight: 500; }
.atr-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.atr-related-grid a { min-height: 200px; display: flex; flex-direction: column; padding: 25px; color: var(--atr-ink); background: #fff; border: 1px solid var(--atr-line); border-radius: 14px; }
.atr-related-grid a:hover { color: var(--atr-ink); border-color: rgba(174,124,38,.52); box-shadow: var(--atr-shadow); transform: translateY(-3px); }
.atr-related-grid span { color: var(--atr-gold); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.atr-related-grid h3 { margin: 18px 0 10px; color: var(--atr-forest-deep); font-size: 24px; font-weight: 500; }
.atr-related-grid p { margin: 0; color: var(--atr-muted); font-size: 13px; line-height: 1.65; }
.atr-related-grid b { margin-top: auto; padding-top: 20px; color: var(--atr-forest); font-size: 12px; }
.atr-build-notice { margin: 35px 0; padding: 18px 20px; color: #704713; background: #fff0cf; border: 1px solid #e0b966; border-radius: 10px; }

/* Ranking output */
.atr-ranking-output { width: min(1180px, calc(100% - 40px)); margin: 50px auto 90px; }
.atr-ranking-method-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 25px; color: #fff; background: var(--atr-forest); border-radius: 15px; overflow: hidden; }
.atr-ranking-method-summary > div { padding: 23px; border-right: 1px solid rgba(255, 255, 255, .15); }
.atr-ranking-method-summary > div:last-child { border-right: 0; }
.atr-ranking-method-summary strong { display: block; font-family: var(--atr-serif); font-size: 27px; font-weight: 500; }
.atr-ranking-method-summary span { display: block; color: rgba(255, 255, 255, .68); font-size: 11px; }
.atr-ranking-list { display: grid; gap: 16px; }
.atr-ranking-entry { display: grid; grid-template-columns: 80px 1fr 135px; gap: 26px; align-items: center; padding: 27px; background: #fff; border: 1px solid var(--atr-line); border-radius: 15px; box-shadow: 0 11px 30px rgba(26, 44, 33, .05); }
.atr-rank-number { color: var(--atr-gold); font-family: var(--atr-serif); font-size: 46px; line-height: 1; }
.atr-rank-number span { font-size: 17px; }
.atr-ranking-best-for { margin: 0 0 6px; color: var(--atr-gold); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.atr-ranking-entry h2 { margin: 0 0 9px; font-size: 28px; }
.atr-ranking-entry h2 a { color: var(--atr-forest-deep); }
.atr-ranking-entry-main > p:not(.atr-ranking-best-for) { color: var(--atr-muted); font-size: 14px; line-height: 1.65; }
.atr-ranking-limitations { margin: 13px 0; padding: 11px 13px; color: #6a502e; background: #fbf3e4; border-radius: 7px; font-size: 12px; }
.atr-ranking-profile-link { color: var(--atr-forest); font-size: 12px; font-weight: 800; }
.atr-score-card { padding: 18px; text-align: center; background: #f5edde; border-radius: 11px; }
.atr-score-card span, .atr-score-card small { display: block; color: var(--atr-muted); font-size: 10px; }
.atr-score-card strong { display: block; margin: 5px 0; color: var(--atr-forest); font-family: var(--atr-serif); font-size: 30px; }
.atr-ranking-empty { padding: 50px; text-align: center; background: #fff; border: 1px dashed var(--atr-line); border-radius: 14px; }

/* Reviewer preview and reviewed by */
.atr-reviewer-preview-block { width: min(1180px, calc(100% - 40px)); margin: 35px auto 80px; }
.atr-reviewer-preview-warning { padding: 22px; color: #704713; background: #fff0cf; border: 1px solid #e0b966; border-radius: 12px; }
.atr-reviewer-preview-warning p { margin: 6px 0 0; }
.atr-reviewer-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.atr-reviewer-preview-grid article { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; background: #fff; border: 1px solid var(--atr-line); border-radius: 14px; }
.atr-reviewer-preview-grid h3 { margin: 18px 0 8px; font-size: 25px; }
.atr-reviewer-preview-grid p { color: var(--atr-muted); font-size: 13px; line-height: 1.65; }
.atr-reviewer-preview-grid a { color: var(--atr-forest); font-weight: 750; font-size: 12px; }
.atr-prospective-badge { margin-top: auto; padding-top: 18px; color: #8a5e1c; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.atr-reviewed-by { margin: 25px 0; padding: 20px; background: #f7f0e4; border: 1px solid var(--atr-line); border-radius: 12px; }
.atr-reviewed-by > div { display: flex; flex-wrap: wrap; gap: 12px; }
.atr-reviewed-by a { display: flex; align-items: center; gap: 10px; color: var(--atr-ink); }
.atr-reviewed-by .atr8c-initials { width: 44px; height: 44px; font-size: 14px; border-width: 2px; }
.atr-reviewed-by small { display: block; color: var(--atr-muted); }

/* General non-Elementor page content */
body.atr-fallback-shell:not(.elementor-page) main .entry-content,
body.atr-fallback-shell:not(.elementor-page) article.page,
body.atr-fallback-shell.single-atr_facility .site-main,
body.atr-fallback-shell.single-atr_ranking .site-main { width: min(940px, calc(100% - 40px)); margin: 70px auto 100px; }
body.atr-fallback-shell:not(.elementor-page) .entry-title,
body.atr-fallback-shell.single-atr_facility h1,
body.atr-fallback-shell.single-atr_ranking h1 { color: var(--atr-forest-deep); font-family: var(--atr-serif); font-size: clamp(42px, 5vw, 68px); line-height: 1.03; }
body.atr-fallback-shell:not(.elementor-page) .entry-content h2 { margin-top: 42px; color: var(--atr-forest); font-family: var(--atr-serif); font-size: 32px; }
body.atr-fallback-shell:not(.elementor-page) .entry-content p,
body.atr-fallback-shell:not(.elementor-page) .entry-content li { color: #444f48; font-size: 17px; line-height: 1.8; }

/* Authority guides and research pages */
.atr-longform-page article.page,
.atr-longform-page main .entry-content { width: min(1240px, calc(100% - 48px)) !important; max-width: none !important; }
.atr-guide { color: #344139; }
.atr-guide-hero { position: relative; margin: -1px calc(50% - 50vw) 58px; padding: 86px max(24px, calc((100vw - 1240px) / 2)); overflow: hidden; color: #fff; background: linear-gradient(120deg, #0d2a20 0%, #173f30 66%, #9b6d25 145%); }
.atr-guide-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; top: -190px; border: 1px solid rgba(208,173,103,.28); border-radius: 50%; box-shadow: 0 0 0 55px rgba(208,173,103,.05), 0 0 0 120px rgba(208,173,103,.025); }
.atr-guide-hero > * { position: relative; z-index: 1; }
.atr-guide-hero .atr8c-eyebrow { color: var(--atr-gold-light); }
.atr-guide-hero h1 { max-width: 980px; margin: 0; color: #fff !important; font-family: var(--atr-serif); font-size: clamp(47px, 6vw, 82px) !important; font-weight: 500; line-height: 1.01; letter-spacing: -.035em; }
.atr-guide-hero .atr-guide-deck { max-width: 850px; margin: 25px 0 0; color: rgba(255,255,255,.79); font-family: var(--atr-serif); font-size: clamp(19px, 2vw, 27px); line-height: 1.48; }
.atr-guide-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: rgba(255,255,255,.67); font-size: 12px; }
.atr-guide-meta span { display: inline-flex; align-items: center; gap: 8px; }
.atr-guide-meta span::before { content: ""; width: 6px; height: 6px; background: var(--atr-gold-light); border-radius: 50%; }
.atr-guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 54px; align-items: start; }
.atr-guide-body { min-width: 0; }
.atr-guide-body > p:first-of-type { color: #24362c; font-family: var(--atr-serif); font-size: 24px; line-height: 1.58; }
.atr-guide h2 { margin: 68px 0 19px !important; color: var(--atr-forest-deep) !important; font-family: var(--atr-serif); font-size: clamp(32px, 3.2vw, 46px) !important; font-weight: 500; line-height: 1.12; letter-spacing: -.02em; }
.atr-guide h3 { margin: 38px 0 13px; color: var(--atr-forest); font-family: var(--atr-serif); font-size: 27px; font-weight: 600; line-height: 1.2; }
.atr-guide p, .atr-guide li { color: #3f4c44; font-size: 17px; line-height: 1.83; }
.atr-guide ul, .atr-guide ol { padding-left: 23px; }
.atr-guide li { margin: 8px 0; }
.atr-guide a { color: #1d6048; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.atr-guide a:hover { color: var(--atr-gold); }
.atr-answer-box { margin: 32px 0 46px; padding: 30px 32px; background: #eef3ed; border: 1px solid rgba(21,57,44,.18); border-left: 5px solid var(--atr-forest); border-radius: 14px; box-shadow: 0 12px 34px rgba(21,57,44,.06); }
.atr-answer-box > span { display: block; margin-bottom: 10px; color: var(--atr-gold); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.atr-answer-box p { margin: 0; color: #24362c; font-size: 18px; line-height: 1.7; }
.atr-evidence-note { margin: 30px 0; padding: 24px 26px; color: #4e432f; background: #fbf3e4; border: 1px solid rgba(174,124,38,.25); border-radius: 12px; }
.atr-evidence-note strong { display: block; margin-bottom: 6px; color: #765219; }
.atr-callout-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px; margin: 30px 0; }
.atr-callout-card { padding: 25px; background: #fff; border: 1px solid var(--atr-line); border-radius: 14px; box-shadow: 0 9px 28px rgba(26,44,33,.05); }
.atr-callout-card h3 { margin-top: 0; font-size: 24px; }
.atr-callout-card p { margin-bottom: 0; font-size: 15px; line-height: 1.7; }
.atr-data-table-wrap { width: 100%; margin: 30px 0 42px; overflow-x: auto; border: 1px solid var(--atr-line); border-radius: 14px; }
.atr-data-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.atr-data-table th { padding: 17px 18px; color: #fff; background: var(--atr-forest); font-size: 12px; letter-spacing: .04em; text-align: left; }
.atr-data-table td { padding: 17px 18px; color: #3f4c44; border-bottom: 1px solid var(--atr-line); font-size: 14px; line-height: 1.55; vertical-align: top; }
.atr-data-table tr:last-child td { border-bottom: 0; }
.atr-guide-sidebar { position: sticky; top: 24px; display: grid; gap: 16px; }
.atr-side-card { padding: 25px; background: #fff; border: 1px solid var(--atr-line); border-radius: 14px; box-shadow: 0 12px 35px rgba(26,44,33,.06); }
.atr-side-card > span { color: var(--atr-gold); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.atr-side-card h2 { margin: 13px 0 11px !important; font-size: 25px !important; }
.atr-side-card p, .atr-side-card li { font-size: 13px; line-height: 1.65; }
.atr-side-card ul { margin: 12px 0 0; padding-left: 17px; }
.atr-side-card a { display: inline-block; margin-top: 10px; color: var(--atr-forest); font-size: 12px; font-weight: 800; }
.atr-side-help { color: #fff; background: var(--atr-forest-deep); border-color: transparent; }
.atr-side-help > span { color: var(--atr-gold-light); }
.atr-side-help p, .atr-side-help a { color: rgba(255,255,255,.76); }
.atr-side-help a { color: var(--atr-gold-light); }
.atr-toc ol { margin: 13px 0 0; padding-left: 19px; }
.atr-toc a { color: #395347; font-weight: 650; text-decoration: none; }
.atr-faq { margin-top: 70px; }
.atr-faq details { margin: 12px 0; background: #fff; border: 1px solid var(--atr-line); border-radius: 12px; }
.atr-faq summary { padding: 20px 24px; color: var(--atr-forest-deep); font-family: var(--atr-serif); font-size: 20px; font-weight: 600; cursor: pointer; }
.atr-faq details > div { padding: 0 24px 23px; }
.atr-faq details p { margin: 0; font-size: 15px; }
.atr-references { padding: 26px 26px 26px 48px !important; background: #f7f0e3; border-radius: 14px; }
.atr-references li { margin: 12px 0; color: #4d584f; font-size: 13px; line-height: 1.65; }
.atr-reviewed-status { margin: 45px 0 0; padding: 19px 22px; color: #554d3d; background: #fff7e7; border: 1px solid #e8c985; border-radius: 12px; font-size: 13px; line-height: 1.65; }

/* Taxonomy authority pages */
.atr-taxonomy-hero { padding: 82px 0 68px; color: #fff; background: linear-gradient(118deg, #0d2a20, #1d523c); }
.atr-taxonomy-hero h1 { max-width: 980px; margin: 0; color: #fff; font-family: var(--atr-serif); font-size: clamp(46px, 6vw, 78px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.atr-taxonomy-freshness { margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 12px; }
.atr-taxonomy-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 54px; align-items: start; padding-top: 65px; padding-bottom: 90px; }
.atr-taxonomy-content > h2:first-child { margin-top: 0 !important; }
.atr-taxonomy-related { padding: 80px 0 95px; background: #f4ecde; }
.atr-taxonomy-related h2 { margin: 0 0 25px; color: var(--atr-forest-deep); font-family: var(--atr-serif); font-size: 39px; font-weight: 500; }
.atr-taxonomy-related .atr-related-grid + h2 { margin-top: 55px; }

/* Footer */
.atr-site-footer { color: rgba(255, 255, 255, .72); background: #0c271d; }
.atr-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1.15fr; gap: 55px; padding-top: 70px; padding-bottom: 60px; }
.atr-site-footer .atr-brand { color: #fff; }
.atr-site-footer .atr-brand-mark { color: var(--atr-gold-light); }
.atr-footer-brand > p { max-width: 320px; margin: 20px 0 0; font-size: 13px; line-height: 1.7; }
.atr-site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 19px; font-weight: 500; }
.atr-site-footer ul { list-style: none; margin: 0; padding: 0; }
.atr-site-footer li { margin: 10px 0; }
.atr-site-footer a { color: rgba(255, 255, 255, .7); font-size: 13px; }
.atr-site-footer a:hover { color: var(--atr-gold-light); }
.atr-footer-help { padding: 23px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; }
.atr-footer-help p { font-size: 12px; line-height: 1.65; }
.atr-footer-help a { color: var(--atr-gold-light); font-weight: 750; }
.atr-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .11); }
.atr-footer-bottom > .atr8c-shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.atr-footer-bottom p { margin: 0; color: rgba(255, 255, 255, .48); font-size: 11px; }

@media (max-width: 1180px) {
  .atr-site-header-inner { grid-template-columns: 210px 1fr auto; gap: 18px; }
  .atr-primary-menu { gap: 18px; }
  .atr-primary-menu a { font-size: 12px; }
  .atr8c-hero-grid { grid-template-columns: minmax(390px, .9fr) minmax(500px, 1.1fr); }
  .atr8c-map { left: 39%; }
  .atr8c-category-layout { grid-template-columns: 1fr; }
  .atr8c-feature-card { min-height: 430px; }
  .atr8c-trust-grid > div { padding: 0 16px; }
  .atr-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .atr-footer-help { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .atr8c-shell { width: min(100% - 34px, 1320px); }
  .atr-site-header-inner { min-height: 78px; grid-template-columns: 1fr auto auto; }
  .atr-brand-mark { width: 46px; height: 46px; }
  .atr-site-header .atr-menu-toggle { display: block !important; order: 3; }
  .atr-primary-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 22px; background: #fffaf1; border-bottom: 1px solid var(--atr-line); box-shadow: 0 20px 40px rgba(21, 57, 44, .12); }
  .atr-primary-nav.is-open { display: block; }
  .atr-primary-menu { align-items: flex-start; flex-direction: column; gap: 18px; }
  .atr-header-cta { justify-self: end; padding: 12px 15px; }
  .atr8c-hero { min-height: auto; }
  .atr8c-hero-grid { display: block; min-height: auto; }
  .atr8c-hero-copy { padding: 65px 0 55px; }
  .atr8c-hero-copy h1 { max-width: 760px; }
  .atr8c-map { position: relative; inset: auto; left: auto; right: auto; width: 100vw; height: 540px; margin-left: calc(50% - 50vw); background-size: cover; background-position: center; }
  .atr8c-map::before { background: linear-gradient(180deg, var(--atr-paper-light) 0%, rgba(255,250,241,.05) 18%, transparent 40%); }
  .atr8c-trust-grid { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .atr8c-trust-grid > div:nth-child(2) { border-right: 0; }
  .atr8c-category-grid { grid-template-columns: 1fr 1fr; }
  .atr8c-methodology > .atr8c-shell,
  .atr8c-reviewers > .atr8c-shell { grid-template-columns: 1fr; gap: 50px; }
  .atr8c-state-grid { grid-template-columns: 1fr 1fr 1fr; }
  .atr8c-resource-grid { grid-template-columns: 1fr 1fr; }
  .atr-reviewer-preview-grid { grid-template-columns: 1fr; }
  .atr-footer-grid { grid-template-columns: 1fr 1fr; }
  .atr-footer-brand { grid-column: 1 / -1; }
  .atr-guide-layout, .atr-taxonomy-layout { grid-template-columns: 1fr; }
  .atr-guide-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .atr8c-shell { width: min(100% - 24px, 1320px); }
  .atr-site-header-inner { grid-template-columns: 1fr auto; }
  .atr-brand { font-size: 10px; }
  .atr-header-cta { display: none; }
  .atr-menu-toggle { order: initial; }
  .atr8c-hero-copy { padding: 50px 0 42px; }
  .atr8c-hero-copy h1 { font-size: 48px; }
  .atr8c-lead { font-size: 19px; }
  .atr8c-search { grid-template-columns: 35px 1fr; padding: 8px 10px; }
  .atr8c-search button { grid-column: 1 / -1; width: 100%; margin-top: 7px; }
  .atr8c-hero-proof { grid-template-columns: 1fr; }
  .atr8c-map { height: 360px; background-position: 43% center; }
  .atr8c-trust-grid { grid-template-columns: 1fr; }
  .atr8c-trust-grid > div { border-right: 0; }
  .atr8c-category-section, .atr8c-states, .atr8c-resources, .atr8c-reviewers, .atr8c-methodology { padding: 72px 0; }
  .atr8c-category-grid { grid-template-columns: 1fr; }
  .atr8c-category-card { min-height: 190px; }
  .atr8c-feature-card { min-height: 0; padding: 30px; }
  .atr8c-method-grid { grid-template-columns: 1fr; }
  .atr8c-method-grid > div { min-height: 210px; }
  .atr8c-reviewer-card { grid-template-columns: 55px 1fr; padding: 18px; }
  .atr8c-initials { width: 52px; height: 52px; }
  .atr8c-state-grid, .atr8c-resource-grid { grid-template-columns: 1fr; }
  .atr8c-final-cta > .atr8c-shell { align-items: flex-start; flex-direction: column; }
  .atr8c-final-cta > .atr8c-shell > div { grid-template-columns: 52px 1fr; }
  .atr8c-final-cta > .atr8c-shell > div > span { width: 48px; height: 48px; }
  .atr-ranking-method-summary { grid-template-columns: 1fr 1fr; }
  .atr-ranking-entry { grid-template-columns: 55px 1fr; gap: 14px; }
  .atr-score-card { grid-column: 1 / -1; }
  .atr-footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .atr-footer-brand { grid-column: auto; }
  .atr-footer-bottom > .atr8c-shell { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .atr-longform-page article.page, .atr-longform-page main .entry-content { width: min(100% - 24px, 1240px) !important; }
  .atr-guide-hero { margin-bottom: 38px; padding-top: 60px; padding-bottom: 55px; }
  .atr-guide-layout, .atr-taxonomy-layout { gap: 35px; }
  .atr-guide-sidebar { grid-template-columns: 1fr; }
  .atr-callout-grid { grid-template-columns: 1fr; }
  .atr-answer-box { padding: 24px; }
  .atr-taxonomy-hero { padding: 58px 0 50px; }
}
.atr-score-card em { display: block; margin-top: 10px; padding-top: 9px; color: #725522; border-top: 1px solid rgba(114,85,34,.18); font-size: 10px; font-style: normal; line-height: 1.45; }
