/*
Theme Name: Punto de Mira
Author: Punto de Mira
Description: Tema editorial de campo para telémetros láser, comparativas y Amazon Afiliados.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: punto-de-mira
*/

:root {
  --ink: #13201b;
  --forest: #152d24;
  --forest-deep: #08140f;
  --moss: #657c61;
  --sage: #a9b39e;
  --copper: #d87942;
  --copper-light: #f0a065;
  --paper: #f2efe5;
  --paper-2: #e6e1d3;
  --white: #fbfaf4;
  --line: rgba(19, 32, 27, .17);
  --line-light: rgba(255, 255, 255, .18);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --shell: min(1240px, calc(100% - 48px));
  --header-h: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); color: var(--forest-deep); font-weight: 800; }
.section { padding: 126px 0; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.affiliate-strip { position: relative; z-index: 100; color: #e5eadf; background: #09110d; border-bottom: 1px solid rgba(255,255,255,.08); }
.affiliate-strip__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.affiliate-strip p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--copper-light); box-shadow: 0 0 0 4px rgba(240,160,101,.12); }

.site-header { position: absolute; z-index: 90; top: 34px; left: 0; right: 0; height: var(--header-h); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { position: fixed; top: 0; color: var(--ink); background: rgba(242,239,229,.95); border-color: var(--line); box-shadow: 0 10px 40px rgba(10,22,16,.08); backdrop-filter: blur(18px); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 230px 1fr 190px; align-items: center; gap: 30px; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; line-height: 1; }
.brand > span:last-child { display: grid; gap: 3px; }
.brand b, .brand em { display: block; font-size: 14px; letter-spacing: .22em; font-style: normal; }
.brand em { font-size: 9px; font-weight: 800; letter-spacing: .42em; color: var(--copper-light); }
.brand-mark { position: relative; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: currentColor; opacity: .75; }
.brand-mark::before { width: 42px; height: 1px; }
.brand-mark::after { width: 1px; height: 42px; }
.brand-mark i { width: 7px; height: 7px; border: 2px solid var(--copper-light); border-radius: 50%; }
.site-nav ul { display: flex; justify-content: center; gap: 36px; padding: 0; margin: 0; list-style: none; }
.site-nav a { position: relative; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--copper-light); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 17px; padding: 11px 0; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-cta span { color: var(--copper-light); font-size: 16px; transition: transform .2s ease; }
.header-cta:hover span { transform: translate(3px,-3px); }
.nav-toggle { display: none; }

.hero { --pointer-x: 50%; --pointer-y: 50%; position: relative; min-height: 820px; height: 100svh; max-height: 980px; color: var(--white); background-color: var(--forest-deep); background-image: linear-gradient(90deg, rgba(5,14,10,.91) 0%, rgba(5,14,10,.71) 39%, rgba(5,14,10,.13) 70%), linear-gradient(0deg, rgba(5,14,10,.7), transparent 50%), var(--hero-image); background-size: cover; background-position: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle 240px at var(--pointer-x) var(--pointer-y), rgba(216,121,66,.12), transparent 70%); transition: background .08s linear; }
.hero::after { content: ""; position: absolute; inset: 116px 24px 36px; border: 1px solid rgba(255,255,255,.11); pointer-events: none; }
.hero-grain { position: absolute; inset: 0; opacity: .1; pointer-events: none; background-image: repeating-linear-gradient(17deg, rgba(255,255,255,.14) 0 1px, transparent 1px 4px), repeating-linear-gradient(103deg, rgba(0,0,0,.2) 0 1px, transparent 1px 5px); background-size: 7px 9px, 11px 13px; mix-blend-mode: soft-light; }
.hero__inner { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: minmax(0, 700px) 330px; align-items: end; justify-content: space-between; gap: 60px; padding-top: 190px; padding-bottom: 115px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--moss); font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; min-width: 32px; height: 32px; place-items: center; color: var(--copper); border: 1px solid rgba(216,121,66,.6); border-radius: 50%; font-size: 9px; letter-spacing: .08em; }
.eyebrow--light { color: #bac5b7; }
.hero h1, .section-head h2, .field-guide h2, .closing-cta h2, .archive-hero h1, .article-hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.hero h1 { max-width: 690px; font-size: clamp(64px, 7.15vw, 112px); }
.hero h1 em, .section-head h2 em, .field-guide h2 em, .closing-cta h2 em, .archive-hero h1 em { color: var(--copper-light); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 38px; }
.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 24px; border: 0; border-radius: 0; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--copper { min-width: 205px; color: #1d170f; background: var(--copper-light); }
.button--copper:hover { background: var(--white); }
.button--dark { min-width: 235px; color: var(--white); background: var(--forest-deep); }
.button--dark:hover { background: var(--copper); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { color: var(--copper); transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link--light { color: var(--white); border-color: rgba(255,255,255,.3); }

.field-card { position: relative; min-height: 380px; align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.32); background: rgba(7,17,12,.38); backdrop-filter: blur(12px); }
.field-card::before, .field-card::after { content: ""; position: absolute; width: 16px; height: 16px; border-color: var(--copper-light); border-style: solid; }
.field-card::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.field-card::after { right: -1px; bottom: -1px; border-width: 0 2px 2px 0; }
.field-card__head { display: flex; align-items: center; gap: 10px; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.field-card__head i { flex: 1; height: 1px; background: rgba(255,255,255,.2); }
.field-card__head b { color: var(--copper-light); }
.reticle { position: absolute; top: 50%; left: 50%; width: 138px; height: 138px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; transform: translate(-50%,-56%); }
.reticle::before, .reticle::after { content: ""; position: absolute; top: 50%; left: 50%; background: rgba(255,255,255,.4); transform: translate(-50%,-50%); }
.reticle::before { width: 190px; height: 1px; }
.reticle::after { width: 1px; height: 190px; }
.reticle span { position: absolute; inset: 27px; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; animation: rotate 18s linear infinite; }
.reticle i { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border: 1px solid var(--copper-light); border-radius: 50%; transform: translate(-50%,-50%); }
@keyframes rotate { to { transform: rotate(360deg); } }
.field-distance { position: absolute; left: 24px; bottom: 76px; display: flex; align-items: baseline; gap: 7px; }
.field-distance strong { font-family: var(--serif); font-size: 56px; font-weight: 400; line-height: 1; }
.field-distance span { color: var(--copper-light); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.field-meta { position: absolute; left: 24px; right: 24px; bottom: 21px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); }
.field-meta span { color: rgba(255,255,255,.52); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.field-meta b { display: block; margin-bottom: 3px; color: var(--white); font-size: 11px; }
.hero-index { position: absolute; z-index: 2; right: 39px; bottom: 46px; left: 39px; display: flex; justify-content: space-between; color: rgba(255,255,255,.32); font-size: 8px; font-weight: 800; letter-spacing: .18em; }

.trust-line { color: #dde3d7; background: var(--forest); border-top: 1px solid rgba(255,255,255,.08); }
.trust-line__inner { min-height: 74px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.trust-line p { margin: 0; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.12); font-size: 11px; letter-spacing: .04em; text-align: center; }
.trust-line p:first-child { padding-left: 0; }
.trust-line p:last-child { padding-right: 0; border-right: 0; }
.trust-line span { margin-right: 8px; color: var(--copper-light); font-size: 8px; font-weight: 900; letter-spacing: .16em; }

.section-head { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); align-items: end; gap: 80px; margin-bottom: 62px; }
.section-head h2 { max-width: 760px; font-size: clamp(48px, 6vw, 84px); }
.section-head > p { max-width: 430px; margin: 0 0 6px; color: #59645d; font-size: 15px; line-height: 1.75; }
.feature-product { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 620px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 25px 80px rgba(30,42,34,.07); }
.feature-product__visual { position: relative; min-height: 620px; display: grid; place-items: center; color: var(--white); background: var(--forest); overflow: hidden; }
.feature-product__visual::before { content: ""; position: absolute; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.feature-product__visual::after { content: ""; position: absolute; inset: 38px; background: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at center, black, transparent 70%); }
.feature-number { position: absolute; z-index: 2; top: 25px; left: 28px; font-family: var(--serif); font-size: 72px; line-height: 1; color: rgba(255,255,255,.12); }
.feature-product__visual > p { position: absolute; z-index: 3; right: 24px; bottom: 20px; left: 24px; margin: 0; color: rgba(255,255,255,.45); font-size: 7px; font-weight: 900; letter-spacing: .15em; text-align: center; }
.product-silhouette { position: relative; z-index: 2; width: min(75%, 360px); aspect-ratio: 1.45; border-radius: 46% 42% 38% 44%; background: linear-gradient(145deg, #777c64, #343d30 45%, #1d271f); box-shadow: inset 12px 12px 35px rgba(255,255,255,.12), inset -18px -18px 30px rgba(0,0,0,.38), 0 35px 70px rgba(0,0,0,.3); transform: rotate(-7deg); }
.product-silhouette::before, .product-silhouette::after { content: ""; position: absolute; top: 28%; width: 31%; aspect-ratio: 1; border: 12px solid #222922; border-radius: 50%; background: radial-gradient(circle at 45% 40%, #81978b 0 7%, #18271f 8% 48%, #070d09 50%); box-shadow: 0 0 0 4px #76806d, inset 0 0 12px #000; }
.product-silhouette::before { left: 9%; }
.product-silhouette::after { right: 9%; }
.product-silhouette span, .product-silhouette i { position: absolute; top: -9px; width: 52px; height: 19px; border-radius: 8px 8px 3px 3px; background: #3b4638; box-shadow: inset 0 3px 4px rgba(255,255,255,.12); }
.product-silhouette span { left: 40%; }
.product-silhouette i { left: 57%; }
.product-silhouette b { position: absolute; right: 8%; bottom: 8%; width: 18px; height: 18px; border: 2px solid #85917a; border-radius: 50%; }
.feature-product__body { padding: 64px 70px; }
.product-kicker { display: flex; align-items: center; gap: 14px; color: var(--moss); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.product-kicker span { color: var(--copper); }
.product-kicker i { width: 38px; height: 1px; background: var(--line); }
.feature-product h3 { margin: 24px 0; font-family: var(--serif); font-size: clamp(42px,4vw,65px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.feature-product__body > p { max-width: 660px; margin: 0; color: #5e6961; font-size: 15px; line-height: 1.8; }
.spec-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 34px 0; background: var(--line); border: 1px solid var(--line); }
.spec-grid div { padding: 16px 13px; background: var(--paper); }
.spec-grid dt { margin-bottom: 5px; color: #788178; font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.spec-grid dd { margin: 0; font-family: var(--serif); font-size: 19px; }
.field-note { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.field-note b { color: var(--copper); font-size: 8px; letter-spacing: .14em; }
.field-note p { margin: 0; color: #667068; font-size: 12px; line-height: 1.65; }
.product-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.product-actions > span { max-width: 160px; color: #7c857d; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.section--dark { color: var(--white); background: var(--forest-deep); }
.section-head--dark > p, .section-head--dark .live-note p { color: rgba(255,255,255,.56); }
.live-note { margin-bottom: 4px; }
.live-note > span { display: flex; align-items: center; gap: 10px; color: #bdc8ba; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.live-note i { width: 6px; height: 6px; border-radius: 50%; background: #8ebf79; box-shadow: 0 0 0 5px rgba(142,191,121,.09); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(142,191,121,0); } }
.live-note p { margin: 10px 0 0; font-size: 12px; line-height: 1.6; }
.affiliate-notice { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 16px 20px; margin: -28px 0 35px; color: #c8d2c4; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.affiliate-notice b { color: var(--copper-light); font-size: 8px; letter-spacing: .15em; }
.affiliate-notice p { margin: 0; font-size: 11px; }
.fallback-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.fallback-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 36px; background: #102019; overflow: hidden; }
.fallback-card::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.fallback-card__n { color: rgba(255,255,255,.15); font-family: var(--serif); font-size: 62px; line-height: 1; }
.fallback-card > p { margin: 50px 0 10px; color: var(--copper-light); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.fallback-card h3 { max-width: 280px; margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.05; }
.fallback-card a { position: relative; z-index: 2; display: inline-flex; gap: 14px; margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.fallback-card a span { color: var(--copper-light); }
.admin-plugin-note { padding: 14px 18px; margin: 20px 0 0; color: #183020; background: #d9e7ce; border-left: 4px solid #8ebf79; font-size: 12px; }
.amazon-plugin-output { color: var(--ink); background: var(--paper); padding: 28px; }
.amazon-plugin-output--hostinger { padding: 12px 0 0; color: var(--white); background: transparent; }
.amazon-plugin-output--hostinger [class*="hostinger-affiliate-block-"] { color: var(--ink); background: var(--paper); }
.amazon-plugin-output .aawp-products { margin: 0; }
.amazon-plugin-output .aawp-product { border-color: var(--line) !important; box-shadow: none !important; }
.amazon-plugin-output .aawp-button { color: var(--white) !important; background: var(--forest) !important; border-color: var(--forest) !important; }

.filter-tabs { display: flex; gap: 8px; margin: -24px 0 38px; overflow-x: auto; scrollbar-width: none; }
.filter-tabs::-webkit-scrollbar { display: none; }
.filter-tabs button { flex: 0 0 auto; min-width: 95px; padding: 11px 20px; color: #6a756d; background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.filter-tabs button:hover, .filter-tabs button.is-active { color: var(--white); background: var(--forest); }
.use-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.use-card { min-height: 395px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.44); transition: transform .3s ease, opacity .3s ease, border-color .3s ease; }
.use-card:hover { transform: translateY(-7px); border-color: rgba(216,121,66,.65); }
.use-card.is-filtered { display: none; }
.use-card__icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--copper); border: 1px solid rgba(216,121,66,.45); border-radius: 50%; font-size: 24px; }
.use-card > p { margin: 45px 0 8px; color: var(--moss); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.use-card h3 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.1; }
.use-card ul { padding: 18px 0 18px 16px; margin: 20px 0; border-top: 1px solid var(--line); }
.use-card li { margin: 5px 0; color: #606c64; font-size: 12px; }
.use-card a { display: flex; justify-content: space-between; padding-top: 15px; margin-top: auto; border-top: 1px solid var(--line); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.use-card a span { color: var(--copper); }

.field-guide { position: relative; color: var(--white); background: var(--forest); overflow: hidden; }
.field-guide::after { content: ""; position: absolute; top: -220px; left: -180px; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.018), 0 0 0 120px rgba(255,255,255,.012); }
.field-guide__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.field-guide__intro { position: sticky; top: 120px; align-self: start; }
.field-guide h2 { font-size: clamp(48px,5.5vw,78px); }
.field-guide__intro > p:not(.eyebrow) { max-width: 430px; margin: 28px 0; color: rgba(255,255,255,.61); line-height: 1.8; }
.guide-steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.guide-steps li { display: grid; grid-template-columns: 84px 1fr; gap: 24px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.guide-steps > li > span { color: var(--copper-light); font-family: var(--serif); font-size: 42px; }
.guide-steps h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.guide-steps p { max-width: 520px; margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }

.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.journal-card__visual { position: relative; min-height: 270px; display: block; margin-bottom: 23px; background-color: var(--forest); overflow: hidden; }
.journal-card__visual::before { content: ""; position: absolute; inset: 0; opacity: .92; transition: transform .5s ease; }
.journal-card__visual--1::before { background: radial-gradient(circle at 57% 45%, transparent 0 14px, #d37944 15px 16px, transparent 17px 58px, rgba(255,255,255,.18) 59px 60px, transparent 61px), linear-gradient(140deg,#243f32,#0b1912); }
.journal-card__visual--2::before { background: repeating-linear-gradient(28deg, transparent 0 23px, rgba(255,255,255,.08) 24px 25px), radial-gradient(circle at 68% 40%, #d87942 0 6px, transparent 7px), #304a39; }
.journal-card__visual--3::before { background: linear-gradient(90deg, transparent 49.8%, rgba(240,160,101,.7) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(240,160,101,.7) 50%, transparent 50.2%), radial-gradient(circle at center, transparent 0 38px, rgba(255,255,255,.25) 39px 40px, transparent 41px), #17271f; }
.journal-card__visual:hover::before { transform: scale(1.05); }
.journal-card__visual > span { position: absolute; z-index: 2; top: 18px; left: 20px; color: rgba(255,255,255,.5); font-family: var(--serif); font-size: 36px; }
.journal-card__visual > i { position: absolute; z-index: 2; right: 20px; bottom: 20px; width: 9px; height: 9px; border: 1px solid var(--copper-light); border-radius: 50%; }
.journal-card__meta { margin: 0 0 10px; color: var(--moss); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.journal-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; }
.journal-card > p:not(.journal-card__meta) { margin: 0; color: #657068; font-size: 13px; line-height: 1.7; }
.journal-card__link { display: inline-flex; gap: 12px; padding-bottom: 5px; margin-top: 20px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.journal-card__link span { color: var(--copper); }

.closing-cta { padding: 100px 0; color: var(--white); background: var(--forest-deep); }
.closing-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.closing-cta h2 { font-size: clamp(50px,6vw,86px); }

.site-footer { padding: 80px 0 25px; color: #cfd8cc; background: #07100c; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 70px; padding-bottom: 60px; }
.brand--footer { color: var(--white); }
.footer-brand p { max-width: 340px; margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.8; }
.footer-grid h2 { margin: 3px 0 18px; color: var(--copper-light); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; width: max-content; max-width: 100%; margin: 10px 0; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: grid; grid-template-columns: 1fr 2fr 40px; align-items: center; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.36); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.18); }

.archive-hero, .article-hero { position: relative; color: var(--white); background-color: var(--forest-deep); background-image: linear-gradient(90deg,rgba(4,12,8,.96),rgba(4,12,8,.45)), url('hero-field.png'); background-size: cover; background-position: center 35%; }
.archive-hero { padding: 210px 0 100px; }
.archive-hero h1 { max-width: 720px; font-size: clamp(70px,9vw,125px); }
.archive-hero > .shell > p:last-child { max-width: 540px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 17px; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.archive-card { min-height: 300px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.archive-card h2 { margin: 18px 0 15px; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.08; }
.archive-card > p:not(.journal-card__meta) { margin: 0; color: #657068; font-size: 13px; }
.archive-card .journal-card__link { margin-top: auto; align-self: flex-start; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 40px; min-height: 40px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.page-numbers.current, .page-numbers:hover { color: var(--white); background: var(--forest); }

.article-hero { padding: 225px 0 95px; }
.article-hero__inner { display: grid; grid-template-columns: 1fr 110px; align-items: end; gap: 80px; }
.article-hero h1 { max-width: 960px; font-size: clamp(48px,6vw,86px); }
.article-hero__inner > div:first-child > p:last-child { max-width: 690px; margin: 27px 0 0; color: rgba(255,255,255,.65); font-size: 16px; }
.article-read { display: grid; gap: 8px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.article-read span { color: var(--copper-light); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.article-read b { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.article-hero--page { padding-bottom: 75px; }
.article-layout { display: grid; grid-template-columns: minmax(0,780px) 270px; justify-content: space-between; gap: 90px; padding-top: 85px; padding-bottom: 110px; }
.article-content { font-family: var(--serif); font-size: 19px; line-height: 1.85; }
.article-content > p:first-child { font-size: 24px; line-height: 1.65; }
.article-content h2 { margin: 55px 0 14px; color: var(--forest); font-size: 37px; line-height: 1.1; }
.article-content h3 { margin-top: 38px; font-size: 27px; }
.article-content a { color: #a44b21; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content blockquote { padding: 5px 0 5px 28px; margin: 38px 0; color: #44554a; border-left: 3px solid var(--copper); font-size: 23px; }
.article-aside { position: sticky; top: 120px; align-self: start; padding: 25px; color: var(--white); background: var(--forest); }
.article-aside span { color: var(--copper-light); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.article-aside p { margin: 16px 0 22px; color: rgba(255,255,255,.65); font-size: 12px; }
.article-aside a { display: block; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.not-found { min-height: 80vh; display: grid; place-items: center; padding: 180px 0 100px; text-align: center; }
.not-found span { color: var(--copper); font-family: var(--serif); font-size: 90px; }
.not-found h1 { margin: 0 auto 15px; font-family: var(--serif); font-size: clamp(40px,5vw,70px); font-weight: 400; line-height: 1; }
.not-found p { margin-bottom: 30px; color: #657068; }

@media (max-width: 1080px) {
  .site-header__inner { grid-template-columns: 200px 1fr 160px; gap: 20px; }
  .site-nav ul { gap: 20px; }
  .hero__inner { grid-template-columns: minmax(0,1fr) 290px; }
  .feature-product__body { padding: 52px 45px; }
  .spec-grid { grid-template-columns: repeat(2,1fr); }
  .use-grid { grid-template-columns: repeat(2,1fr); }
  .field-guide__grid { gap: 55px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); --header-h: 72px; }
  .section { padding: 88px 0; }
  .affiliate-strip p { font-size: 8px; line-height: 1.3; }
  .affiliate-strip__inner { min-height: 40px; }
  .site-header { top: 40px; }
  .site-header__inner { grid-template-columns: 1fr 46px; }
  .header-cta { display: none; }
  .nav-toggle { justify-self: end; width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 10px; color: currentColor; background: transparent; border: 1px solid currentColor; cursor: pointer; }
  .nav-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: grid; place-items: center; padding-top: 80px; color: var(--white); background: var(--forest-deep); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; }
  .site-nav ul { display: grid; gap: 30px; text-align: center; }
  .site-nav a { font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hero { min-height: 920px; height: auto; max-height: none; background-position: 62% center; }
  .hero::after { inset: 113px 12px 18px; }
  .hero__inner { grid-template-columns: 1fr; align-content: end; gap: 45px; padding-top: 190px; padding-bottom: 80px; }
  .hero-copy { max-width: 650px; }
  .hero h1 { font-size: clamp(56px,15vw,90px); }
  .field-card { width: min(100%,390px); min-height: 310px; justify-self: end; }
  .reticle { width: 110px; height: 110px; }
  .reticle::before { width: 150px; }
  .reticle::after { height: 150px; }
  .hero-index { display: none; }
  .trust-line__inner { grid-template-columns: 1fr; padding: 16px 0; }
  .trust-line p { padding: 11px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-line p:last-child { border-bottom: 0; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .section-head h2 { font-size: clamp(46px,12vw,70px); }
  .feature-product { grid-template-columns: 1fr; }
  .feature-product__visual { min-height: 480px; }
  .feature-product__body { padding: 45px 32px; }
  .fallback-grid { grid-template-columns: 1fr; }
  .fallback-card { min-height: 280px; }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .field-guide__grid { grid-template-columns: 1fr; }
  .field-guide__intro { position: static; }
  .journal-grid, .archive-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:last-child { grid-column: 1/-1; max-width: calc(50% - 14px); }
  .closing-cta__inner { display: grid; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { grid-template-columns: 1fr 40px; }
  .footer-bottom p:nth-child(2) { grid-column: 1/-1; grid-row: 2; }
  .footer-bottom a { grid-column: 2; grid-row: 1; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-aside { position: static; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .affiliate-strip__inner { gap: 7px; }
  .affiliate-strip p { max-width: 325px; }
  .brand b { font-size: 12px; }
  .hero { min-height: 900px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .field-card { width: 100%; }
  .section-head h2 { font-size: 48px; }
  .feature-product__visual { min-height: 360px; }
  .feature-product__body { padding: 36px 22px; }
  .feature-product h3 { font-size: 42px; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .field-note { grid-template-columns: 1fr; gap: 8px; }
  .product-actions { align-items: flex-start; flex-direction: column; }
  .affiliate-notice { grid-template-columns: 1fr; gap: 6px; }
  .use-grid { grid-template-columns: 1fr; }
  .use-card { min-height: 360px; }
  .guide-steps li { grid-template-columns: 54px 1fr; gap: 13px; }
  .guide-steps > li > span { font-size: 32px; }
  .journal-grid, .archive-grid { grid-template-columns: 1fr; }
  .journal-card:last-child { grid-column: auto; max-width: none; }
  .closing-cta h2 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
  .archive-hero { padding-top: 180px; }
  .archive-hero h1 { font-size: 70px; }
  .article-hero { padding-top: 190px; }
  .article-hero__inner { grid-template-columns: 1fr; gap: 35px; }
  .article-read { width: 130px; }
  .article-content { font-size: 17px; }
  .article-content > p:first-child { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
