/*
Theme Name: HedgeLens
Theme URI: https://hedgelens.co.uk/
Author: HedgeLens
Description: Premium, lightweight editorial affiliate theme for UK garden wildlife cameras.
Version: 1.6.3
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: hedgelens
*/

:root {
  --hl-pine-950: #061f18;
  --hl-pine-900: #082d21;
  --hl-pine-850: #0b3729;
  --hl-pine-800: #104332;
  --hl-pine-700: #205b47;
  --hl-gold-500: #dfa82e;
  --hl-gold-400: #efbd4f;
  --hl-gold-200: #f5dfa4;
  --hl-ivory-100: #f7f4ec;
  --hl-ivory-50: #fbfaf6;
  --hl-paper: #fffefa;
  --hl-ink: #12251e;
  --hl-muted: #66706b;
  --hl-line: #d8d2c5;
  --hl-line-dark: rgba(246, 240, 219, .18);
  --hl-danger: #8a372b;
  --hl-shadow-soft: 0 16px 44px rgba(8, 45, 33, .08);
  --hl-shadow-lift: 0 24px 56px rgba(8, 45, 33, .13);
  --hl-display: "Sitka Display", "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --hl-sans: Aptos, "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --hl-wrap: 1280px;
  --hl-radius: 10px;
  --hl-header-height: 68px;
	--hl-forest: var(--hl-pine-900);
	--hl-gold: var(--hl-gold-500);
}

/* Agency release components. */
.breadcrumbs { margin: 0 0 22px; font-size: .72rem; color: var(--hl-muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #9aa29e; }
.breadcrumbs a { color: inherit; }
.page-updated { margin: 18px 0 0; color: var(--hl-muted); font-size: .75rem; }
.hl-lead { font-family: var(--hl-display); font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.4; color: var(--hl-forest); }
.collection-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.collection-nav a { padding: 10px 14px; border: 1px solid var(--hl-line); border-radius: 999px; font-size: .78rem; font-weight: 700; text-decoration: none; background: #fff; }
.collection-intro { max-width: 780px; margin-bottom: 24px; }
.collection-intro h2 { margin: 8px 0 13px; font-family: var(--hl-display); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.05; }
.collection-intro p { color: #43584e; line-height: 1.7; }
.collection-method { margin-top: 58px; padding: 38px; border: 1px solid #d8ddd8; border-radius: 12px; background: #f5f7f2; }
.collection-method h2 { margin: 0 0 24px; font-family: var(--hl-display); font-size: clamp(1.8rem, 3vw, 2.5rem); }
.collection-method__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.collection-method__grid > div { padding: 20px; border: 1px solid #d8ddd8; border-radius: 8px; background: #fff; }
.collection-method__grid strong { color: #123e2d; font-family: var(--hl-display); font-size: 1.1rem; }
.collection-method__grid p { margin: 8px 0 0; color: #58665f; font-size: .78rem; line-height: 1.55; }
.collection-notes { max-width: 860px; margin: 46px auto 0; padding-top: 36px; border-top: 1px solid #d8ddd8; }
.collection-notes h2 { margin: 0 0 16px; font-family: var(--hl-display); font-size: clamp(1.8rem, 3vw, 2.45rem); }
.collection-notes p { color: #43584e; line-height: 1.72; }
.comparison-scroll { margin: 24px 0 42px; overflow-x: auto; border: 1px solid var(--hl-line); border-radius: var(--hl-radius); background: #fff; }
.comparison-scroll:focus { outline: 3px solid #c4942c; outline-offset: 2px; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.comparison-table th,.comparison-table td { padding: 16px; border-bottom: 1px solid var(--hl-line); vertical-align: top; }
.comparison-table thead th { color: #fff; background: var(--hl-forest); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.comparison-table tbody th { width: 28%; font-family: var(--hl-display); font-size: 1.05rem; }
.table-link { white-space: nowrap; font-weight: 800; }
.product-placeholder--rights { min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 28px; color: #3f5549; text-align: center; background: radial-gradient(circle at 40% 30%, #eef1e9, #dce4dd); }
.product-placeholder--rights span { font-family: var(--hl-display); font-size: 1.3rem; }
.product-placeholder--rights small { max-width: 220px; line-height: 1.45; }
.product-page-visual { position: relative; min-height: 0; display: block; padding: 0; }
.product-visual-note { position: static; display: block; padding: 7px 12px 8px; border-top: 1px solid rgba(11,63,45,.09); color: #66716b; background: #fbfaf6; font-size: .64rem; font-weight: 500; line-height: 1.35; letter-spacing: .005em; }
.product-visual-note::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 7px 1px 0; border-radius: 50%; background: #9aaba2; }
.product-card--no-image { display: block; }
.product-card--no-image .product-card__body { min-height: 100%; padding-top: 32px; }
.product-hero__grid--no-image { grid-template-columns: minmax(0,780px); justify-content: center; }
.source-list { padding: 20px 24px; border: 1px solid var(--hl-line); background: #f7f5ef; }
.source-list li { margin: 7px 0; }
.product-final-cta,.hl-next-step,.article-standard { margin: 42px 0 0; padding: 28px; border-left: 4px solid var(--hl-gold); background: #eef2ed; }
.product-final-cta h2 { margin-top: 0; }
.field-category-grid--text { grid-template-columns: repeat(2,minmax(0,1fr)); }
.field-category-grid--text .field-category { grid-template-columns: 1fr; min-height: 300px; }
.field-category-grid--text .field-category__body { padding: 38px; }
.collection-count { margin-top: auto !important; color: var(--hl-forest) !important; font-weight: 800; }
.field-guide-grid--text .field-guide { min-height: 300px; grid-template-rows: 1fr; background: linear-gradient(145deg,#fffefa,#edf1eb); }
.field-guide-grid--text .field-guide--wide { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.consent-banner { position: fixed; z-index: 9999; right: 20px; bottom: 20px; width: min(620px,calc(100% - 40px)); padding: 22px; border: 1px solid #9eaa9f; border-radius: 8px; color: #fff; background: #0d2d20; box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin: 0 0 16px; line-height: 1.55; }
.consent-banner a { color: #f2d78f; }
.consent-banner > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.consent-banner button { min-height: 44px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; color: #fff; background: transparent; cursor: pointer; }
.search-result { padding: 24px; border: 1px solid var(--hl-line); background: #fff; }
@media (max-width: 767px) {
	.collection-method { margin-top: 42px; padding: 24px 18px; }
	.collection-method__grid { grid-template-columns: 1fr; }
  .field-category-grid--text { grid-template-columns: 1fr; }
  .field-category-grid--text .field-category { min-height: 260px; grid-template-rows: 1fr; }
  .field-category-grid--text .field-category__body { padding: 26px; }
  .product-page-visual { min-height: 0; }
  .comparison-scroll { margin-inline: 0; border-radius: 0; }
  .consent-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); }
}

/* ================================================================
   Field Guide homepage · v0.5
   Editorial composition informed by premium nature and review media.
   ================================================================ */
.field-home { overflow: hidden; color: #17231d; background: #f5f1e8; }
.field-shell { width: min(calc(100% - 72px), 1380px); margin-inline: auto; }
.field-kicker,
.field-eyebrow { margin: 0; color: #8c681b; font-size: .69rem; font-weight: 800; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.field-kicker { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 19px; border-bottom: 1px solid #cfc6b4; }
.field-kicker b { color: #6f746e; font-weight: 700; letter-spacing: .1em; }
.field-eyebrow--gold { color: #e6b43f; }

.field-hero { min-height: 650px; display: grid; grid-template-columns: minmax(450px, .84fr) minmax(620px, 1.16fr); background: #f5f1e8; }
.field-hero__copy { display: flex; justify-content: flex-end; padding-left: max(36px, calc((100vw - 1380px) / 2)); }
.field-hero__copy-inner { width: min(100%, 620px); display: flex; flex-direction: column; justify-content: center; padding: 58px 70px 48px 0; }
.field-hero h1 { max-width: 590px; margin: 34px 0 22px; font-family: var(--hl-display); font-size: clamp(4rem, 5.1vw, 5.65rem); font-weight: 500; letter-spacing: -.057em; line-height: .92; text-wrap: balance; }
.field-hero__deck { max-width: 555px; margin: 0; color: #58615c; font-size: 1.04rem; line-height: 1.7; }
.field-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 25px; margin-top: 31px; }
.field-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 31px; padding: 0 21px; border: 1px solid transparent; border-radius: 2px; font-size: .78rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.field-button:hover { transform: translateY(-2px); }
.field-button--solid { color: #fff; background: #153d2c; }
.field-button--solid:hover { color: #fff; background: #0c2b1e; }
.field-button--text { min-height: auto; padding: 10px 0; border-bottom-color: #9e9d91; color: #24382e; }
.field-button--text:hover { color: #8c681b; border-bottom-color: #8c681b; }
.field-button--light { color: #132c21; background: #f2e4bd; }
.field-button--light:hover { color: #0b2419; background: #fff0c6; }
.field-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: auto 0 0; padding: 26px 0 0; border-top: 1px solid #cfc6b4; }
.field-hero__facts > div { min-width: 0; padding: 0 18px; border-right: 1px solid #cfc6b4; }
.field-hero__facts > div:first-child { padding-left: 0; }
.field-hero__facts > div:last-child { border-right: 0; }
.field-hero__facts dt { font-family: var(--hl-display); font-size: 1.55rem; font-weight: 600; line-height: 1; }
.field-hero__facts dd { margin: 6px 0 0; color: #71766f; font-size: .62rem; font-weight: 700; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.field-hero__visual { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #22362b; }
.field-hero__visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 45px 0 70px rgba(15, 31, 23, .12); pointer-events: none; }
.field-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.field-hero:hover .field-hero__visual > img { transform: scale(1.015); }
.field-hero__visual figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(450px, 61%); display: grid; padding: 24px 30px 20px; color: #fff; background: rgba(8, 31, 22, .91); backdrop-filter: blur(8px); }
.field-hero__visual figcaption span { color: #e8b746; font-size: .61rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.field-hero__visual figcaption strong { margin-top: 7px; font-family: var(--hl-display); font-size: 1.28rem; font-weight: 500; line-height: 1.15; }
.field-hero__visual figcaption small { margin-top: 11px; color: rgba(255,255,255,.58); font-size: .59rem; }

.field-status { color: #dbe2db; background: #0c2d20; border-top: 1px solid rgba(255,255,255,.1); }
.field-status__inner { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.field-status p { margin: 0; font-size: .68rem; letter-spacing: .01em; }
.field-status p:first-child { display: flex; align-items: center; gap: 8px; }
.field-status strong { color: #fff; }
.field-status__pulse { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #e4ae34; box-shadow: 0 0 0 5px rgba(228,174,52,.12); }

.field-categories { padding: 105px 0 94px; }
.field-section-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, .55fr); align-items: end; gap: 80px; margin-bottom: 52px; }
.field-section-head h2 { margin: 12px 0 0; font-family: var(--hl-display); font-size: clamp(3.05rem, 4.2vw, 4.35rem); font-weight: 500; letter-spacing: -.052em; line-height: .96; }
.field-section-head > p { max-width: 480px; margin: 0 0 4px; color: #66706a; font-size: .93rem; line-height: 1.72; }
.field-category-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 26px; }
.field-category { min-width: 0; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid #d3ccbe; background: #fbf9f3; }
.field-category--lead { grid-row: span 2; grid-template-columns: 1fr; grid-template-rows: 365px auto; }
.field-category__media { position: relative; min-width: 0; overflow: hidden; background: #e7e1d5; }
.field-category__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.field-category:hover .field-category__media img { transform: scale(1.035); }
.field-category__media > span { position: absolute; right: 10px; bottom: 10px; padding: 4px 7px; color: rgba(255,255,255,.84); background: rgba(10,33,24,.75); font-size: .51rem; letter-spacing: .03em; }
.field-category__body { min-width: 0; display: flex; flex-direction: column; padding: 25px 25px 23px; }
.field-category--lead .field-category__body { padding: 30px 34px 29px; }
.field-category__number { margin: 0 0 12px !important; color: #a37a21 !important; font-family: var(--hl-display); font-size: .8rem !important; }
.field-category h3 { margin: 0; font-family: var(--hl-display); font-size: 1.8rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.field-category--lead h3 { font-size: 2.35rem; }
.field-category h3 a { text-decoration: none; }
.field-category__body > p { margin: 9px 0 17px; color: #737a75; font-size: .74rem; line-height: 1.5; }
.field-category ul { padding: 0; margin: 0 0 18px; list-style: none; border-top: 1px solid #d8d1c4; }
.field-category li { border-bottom: 1px solid #ded8cd; }
.field-category li a { min-height: 52px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; text-decoration: none; }
.field-category li span { min-width: 0; display: grid; overflow: hidden; font-size: .68rem; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.field-category li small { margin-bottom: 3px; color: #8b8f8b; font-size: .48rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-category li strong { font-size: .7rem; }
.field-arrow-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; color: #1a4a35; font-size: .72rem; font-weight: 800; text-decoration: none; }
.field-arrow-link span { font-size: 1rem; transition: transform .2s ease; }
.field-arrow-link:hover span { transform: translate(2px,-2px); }

.field-disclosure { background: #e9e3d6; border-top: 1px solid #d2c9b8; border-bottom: 1px solid #d2c9b8; }
.field-disclosure__inner { min-height: 64px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; }
.field-disclosure p { margin: 0; color: #666c67; font-size: .66rem; }
.field-disclosure p strong { margin-right: 7px; color: #344c3f; font-size: .61rem; letter-spacing: .09em; text-transform: uppercase; }
.field-disclosure a { color: #1c4b36; font-size: .66rem; font-weight: 800; }

.field-method { position: relative; padding: 105px 0 98px; color: #f4efdf; background: #0d2d20; }
.field-method::after { content: ""; position: absolute; inset: 0; background: url("assets/brand-botanical-texture-v1.webp") right center / auto 150% no-repeat; opacity: .045; pointer-events: none; }
.field-method__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 120px; }
.field-method__story h2 { margin: 15px 0 24px; color: #f5e9ca; font-family: var(--hl-display); font-size: clamp(3rem, 4.3vw, 4.4rem); font-weight: 500; letter-spacing: -.052em; line-height: .94; }
.field-method__story > p:not(.field-eyebrow) { max-width: 520px; margin: 0 0 29px; color: #b9c6be; font-size: .91rem; line-height: 1.75; }
.field-method__steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(244,239,223,.2); }
.field-method__steps li { min-height: 112px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 22px; border-bottom: 1px solid rgba(244,239,223,.2); }
.field-method__steps li > span { color: #e1ad38; font-family: var(--hl-display); font-size: 1.2rem; }
.field-method__steps h3 { margin: 0 0 5px; color: #fff7e3; font-family: var(--hl-display); font-size: 1.35rem; font-weight: 500; }
.field-method__steps p { margin: 0; color: #aebcb3; font-size: .75rem; line-height: 1.5; }

/* Inset editorial bands: avoid heavy full-bleed colour stripes. */
.field-status { padding: 18px 0 0; color: #3e4d45; background: #f5f1e8; border: 0; }
.field-status__inner { min-height: 58px; padding: 0 22px; border: 1px solid #d2c9b8; color: #425149; background: #eee8dc; }
.field-status strong { color: #183b2b; }
.field-status__pulse { background: #b4811b; box-shadow: 0 0 0 5px rgba(180,129,27,.1); }
.field-categories { padding-top: 87px; }
.field-method { padding: 0 0 98px; color: #f4efdf; background: #f5f1e8; }
.field-method::after { display: none; }
.field-method__grid { overflow: hidden; padding: 82px 78px 76px; background: #0d2d20; box-shadow: 0 24px 65px rgba(13,45,32,.12); }

.field-guides { padding: 100px 0 112px; background: #fbf9f4; }
.field-section-head--guides { grid-template-columns: 1fr auto; align-items: end; margin-bottom: 42px; }
.field-section-head--guides h2 { font-size: clamp(2.8rem, 4vw, 4rem); }
.field-section-head--guides .field-arrow-link { min-width: 170px; padding-bottom: 9px; border-bottom: 1px solid #b8b0a1; }
.field-guide-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 24px; }
.field-guide { min-width: 0; display: grid; grid-template-rows: 250px auto; overflow: hidden; border: 1px solid #d4cdc0; color: #17251e; background: #fffefa; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.field-guide:hover { color: #17251e; box-shadow: 0 20px 45px rgba(16,44,32,.1); transform: translateY(-4px); }
.field-guide--wide { grid-template-columns: 54% 46%; grid-template-rows: 410px; }
.field-guide__image { min-width: 0; overflow: hidden; background: #e4dfd4; }
.field-guide__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.field-guide:hover .field-guide__image img { transform: scale(1.035); }
.field-guide__body { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 26px 27px 24px; }
.field-guide__body small { color: #966f1b; font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field-guide__body strong { margin-top: 12px; font-family: var(--hl-display); font-size: 1.55rem; font-weight: 500; letter-spacing: -.03em; line-height: 1.07; }
.field-guide--wide .field-guide__body { justify-content: center; padding: 38px; }
.field-guide--wide .field-guide__body strong { font-size: 2.25rem; }
.field-guide__body > span { margin-top: 12px; color: #737a75; font-size: .72rem; line-height: 1.55; }
.field-guide__body em { margin-top: auto; padding-top: 22px; color: #1b523a; font-size: .69rem; font-style: normal; font-weight: 800; }

@media (min-width: 1600px) {
  .site-header .hl-wrap { width: min(calc(100% - 120px), 1580px); }
  .field-hero { min-height: 720px; grid-template-columns: minmax(560px, .88fr) minmax(760px, 1.12fr); }
  .field-hero__copy-inner { width: min(100%, 680px); padding-right: 78px; }
  .field-hero h1 { font-size: 5.8rem; }
}

@media (max-width: 1120px) {
  .field-shell { width: min(calc(100% - 48px), 940px); }
  .field-hero { min-height: 620px; grid-template-columns: 48% 52%; }
  .field-hero__copy { padding-left: 32px; }
  .field-hero__copy-inner { padding-right: 38px; }
  .field-hero h1 { font-size: clamp(3.5rem, 6.2vw, 4.6rem); }
  .field-category-grid { grid-template-columns: 1fr 1fr; }
  .field-category,
  .field-category--lead { grid-row: auto; grid-template-columns: 1fr; grid-template-rows: 270px auto; }
  .field-category:last-child { grid-column: 1 / -1; grid-template-columns: 42% 58%; grid-template-rows: auto; }
  .field-method__grid { grid-template-columns: .85fr 1.15fr; gap: 70px; }
  .field-method__grid { padding: 68px 52px; }
  .field-guide-grid { grid-template-columns: 1fr 1fr; }
  .field-guide--wide { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .field-shell { width: min(calc(100% - 36px), 680px); }
  .field-hero { min-height: auto; grid-template-columns: 1fr; }
  .field-hero__copy { order: 2; padding: 0 20px; }
  .field-hero__copy-inner { width: min(100%, 680px); padding: 45px 0 40px; }
  .field-hero h1 { margin-top: 27px; font-size: clamp(3.25rem, 12vw, 4.5rem); }
  .field-hero__visual { order: 1; height: 430px; }
  .field-hero__visual figcaption { width: min(420px, 78%); padding: 18px 20px 16px; }
  .field-hero__facts { margin-top: 42px; }
  .field-status__inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding-block: 14px; }
  .field-categories,
  .field-guides { padding: 72px 0 78px; }
  .field-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  .field-section-head h2 { font-size: clamp(2.85rem, 10vw, 3.8rem); }
  .field-category-grid { grid-template-columns: 1fr; }
  .field-category,
  .field-category--lead,
  .field-category:last-child { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 300px auto; }
  .field-disclosure__inner { grid-template-columns: 1fr auto; gap: 10px 20px; padding-block: 16px; }
  .field-disclosure__inner p:first-child { grid-column: 1 / -1; }
  .field-method { padding: 0 0 72px; }
  .field-method__grid { grid-template-columns: 1fr; gap: 54px; }
  .field-method__grid { width: min(calc(100% - 24px), 680px); padding: 56px 30px; }
  .field-guide-grid { grid-template-columns: 1fr; }
  .field-guide--wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 300px auto; }
  .field-guide,
  .field-guide--wide { grid-template-rows: 300px auto; }
  .field-guide--wide .field-guide__body { justify-content: flex-start; padding: 28px; }
}

@media (max-width: 520px) {
  .field-shell { width: min(calc(100% - 28px), 470px); }
  .field-hero__visual { height: 340px; }
  .field-hero__visual > img { object-position: 63% 50%; }
  .field-hero__visual figcaption { width: calc(100% - 22px); }
  .field-hero__copy { padding-inline: 14px; }
  .field-kicker b { display: none; }
  .field-hero h1 { font-size: clamp(3rem, 15vw, 4rem); }
  .field-hero__deck { font-size: .92rem; }
  .field-hero__actions { align-items: stretch; flex-direction: column; }
  .field-button--solid { width: 100%; }
  .field-button--text { align-self: flex-start; }
  .field-hero__facts > div { padding-inline: 10px; }
  .field-hero__facts dt { font-size: 1.3rem; }
  .field-hero__facts dd { font-size: .53rem; }
  .field-section-head h2 { font-size: 2.75rem; }
  .field-category,
  .field-category--lead,
  .field-category:last-child { grid-template-rows: 235px auto; }
  .field-category__body,
  .field-category--lead .field-category__body { padding: 24px 22px; }
  .field-category--lead h3 { font-size: 2rem; }
  .field-disclosure__inner { grid-template-columns: 1fr; }
  .field-disclosure__inner p:first-child { grid-column: auto; }
  .field-method__story h2 { font-size: 2.8rem; }
  .field-method__grid { width: calc(100% - 20px); padding: 48px 22px; }
  .field-section-head--guides { grid-template-columns: 1fr; }
  .field-guide,
  .field-guide--wide { grid-template-rows: 235px auto; }
  .field-guide--wide .field-guide__body strong { font-size: 1.85rem; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hl-ink);
  background: var(--hl-paper);
  font-family: var(--hl-sans);
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open,
body.search-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-decoration-thickness: .075em; text-underline-offset: .18em; }
a:hover { color: var(--hl-pine-700); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 4px var(--hl-pine-950), 0 0 0 6px var(--hl-gold-400); }
::selection { color: var(--hl-pine-950); background: var(--hl-gold-200); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus,
.skip-link:focus { z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; margin: 0; padding: 12px 16px; clip: auto; color: var(--hl-pine-950); background: var(--hl-gold-400); font-weight: 800; }
.hl-wrap { width: min(calc(100% - 48px), var(--hl-wrap)); margin-inline: auto; }
.hl-narrow { width: min(calc(100% - 48px), 800px); margin-inline: auto; }

/* Header and navigation */
.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  color: #f8f0d7;
  background: rgba(6, 31, 24, .965);
  border-bottom: 1px solid rgba(255, 255, 255, .085);
  backdrop-filter: blur(18px) saturate(120%);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(6, 31, 24, .99); box-shadow: 0 10px 28px rgba(3, 18, 13, .18); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: var(--hl-header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; color: #f6e6b8; text-decoration: none; }
.site-branding:hover { color: #fff2cf; }
.brand-mark { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; color: #f0cf79; }
.brand-mark-svg { width: 100%; height: 100%; }
.brand-lockup { display: grid; gap: 1px; line-height: 1; }
.brand-name { font-family: var(--hl-display); font-size: 1.48rem; font-weight: 600; letter-spacing: -.027em; }
.brand-tagline { color: rgba(241, 233, 207, .62); font-size: .56rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 24px; }
.site-nav ul { display: flex; min-width: 0; align-items: center; gap: clamp(15px, 2vw, 31px); padding: 0; margin: 0; list-style: none; }
.site-nav a { position: relative; color: rgba(255, 255, 255, .9); font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-nav li > a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--hl-gold-400); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav li > a:hover { color: #fff; }
.site-nav li > a:hover::after,
.site-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding-left: 21px; border-left: 1px solid rgba(255, 255, 255, .16); color: var(--hl-gold-400) !important; }
.nav-cta:hover { color: #fff !important; }
.header-tools { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.search-toggle,
.nav-toggle { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #f8f0d7; background: transparent; cursor: pointer; transition: color .18s ease, background .18s ease; }
.search-toggle:hover,
.nav-toggle:hover { color: var(--hl-gold-400); background: rgba(255, 255, 255, .07); }
.search-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.nav-toggle { display: none; }
.nav-toggle__lines { position: relative; width: 20px; height: 16px; }
.nav-toggle__lines i { position: absolute; left: 1px; width: 18px; height: 1.5px; background: currentColor; transition: top .2s ease, transform .2s ease; }
.nav-toggle__lines i:first-child { top: 4px; }
.nav-toggle__lines i:last-child { top: 11px; }
.nav-open .nav-toggle__lines i:first-child { top: 7px; transform: rotate(45deg); }
.nav-open .nav-toggle__lines i:last-child { top: 7px; transform: rotate(-45deg); }

/* Search dialog */
.site-search-panel { position: fixed; z-index: 120; inset: 0; }
.site-search-panel__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(3, 18, 13, .76); backdrop-filter: blur(7px); cursor: default; opacity: 0; transition: opacity .18s ease; }
.site-search-panel__dialog { position: relative; width: min(calc(100% - 40px), 760px); margin: clamp(80px, 15vh, 150px) auto 0; padding: 34px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; color: #fff; background: var(--hl-pine-900); box-shadow: 0 40px 100px rgba(0, 0, 0, .35); opacity: 0; transform: translateY(-12px); transition: opacity .18s ease, transform .18s ease; }
.search-open .site-search-panel__backdrop,
.search-open .site-search-panel__dialog { opacity: 1; transform: translateY(0); }
.site-search-panel__top { display: flex; align-items: center; justify-content: space-between; color: var(--hl-gold-400); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-search-panel__top button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.site-search-panel__top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.site-search-panel h2 { margin: 20px 0 24px; font-family: var(--hl-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.premium-search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.premium-search-form input { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 4px; color: #fff; background: rgba(255, 255, 255, .08); }
.premium-search-form input::placeholder { color: rgba(255, 255, 255, .55); }
.premium-search-form button { min-width: 132px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 18px; border: 0; border-radius: 4px; color: var(--hl-pine-950); background: var(--hl-gold-400); font-weight: 800; cursor: pointer; }
.site-search-panel__dialog > p { margin: 15px 0 0; color: rgba(255, 255, 255, .6); font-size: .76rem; }

/* Shared premium elements */
.agency-overline { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--hl-gold-400); font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.agency-overline > span { width: 28px; height: 1px; display: block; background: currentColor; }
.agency-overline--dark { color: #966b13; }
.agency-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 21px; border: 1px solid transparent; border-radius: 4px; font-size: .81rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.agency-button:hover { transform: translateY(-2px); }
.agency-button--gold { color: var(--hl-pine-950); background: var(--hl-gold-500); box-shadow: 0 12px 30px rgba(223, 168, 46, .17); }
.agency-button--gold:hover { color: var(--hl-pine-950); background: var(--hl-gold-400); box-shadow: 0 16px 34px rgba(223, 168, 46, .24); }
.agency-button--outline { color: #fff; border-color: rgba(255, 255, 255, .62); background: rgba(5, 31, 23, .22); }
.agency-button--outline:hover { color: var(--hl-pine-950); border-color: #fff; background: #fff; }
.agency-text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--hl-gold-400); font-size: .76rem; font-weight: 800; text-decoration: none; }
.agency-text-link:hover { color: #fff; }
.agency-text-link--dark { color: var(--hl-pine-800); }
.agency-text-link--dark:hover { color: #986b12; }

/* Homepage hero */
.home .site-main { overflow: hidden; }
.agency-hero { position: relative; min-height: 560px; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: var(--hl-pine-950); }
.agency-hero__media { position: absolute; inset: 0; background: url("assets/hedgelens-hero-real.webp") 52% 53% / cover no-repeat; transform: scale(1.005); }
.agency-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 22, 16, .95) 0%, rgba(3, 22, 16, .79) 39%, rgba(3, 22, 16, .19) 69%, rgba(3, 22, 16, .28) 100%), linear-gradient(0deg, rgba(2, 17, 12, .56), transparent 52%); }
.agency-hero__frame { position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255, 255, 255, .11); pointer-events: none; }
.agency-hero__inner { position: relative; z-index: 2; min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 55px; padding-bottom: 46px; }
.agency-hero__copy { max-width: 760px; }
.agency-hero h1 { max-width: 720px; margin: 0; font-family: var(--hl-display); font-size: clamp(3.8rem, 6.2vw, 5.8rem); font-weight: 500; letter-spacing: -.05em; line-height: .94; text-wrap: balance; }
.agency-hero__deck { max-width: 690px; margin: 23px 0 27px; color: rgba(242, 246, 243, .92); font-size: 1rem; line-height: 1.55; }
.agency-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.agency-hero__data { display: flex; align-items: stretch; gap: 0; margin-top: 38px; border-top: 1px solid rgba(255, 255, 255, .17); border-bottom: 1px solid rgba(255, 255, 255, .17); }
.agency-hero__data > div { min-width: 142px; display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 8px; padding: 10px 18px; border-right: 1px solid rgba(255, 255, 255, .17); }
.agency-hero__data > div:first-child { padding-left: 0; }
.agency-hero__data strong { color: var(--hl-gold-400); font-family: var(--hl-display); font-size: 1.18rem; font-weight: 600; }
.agency-hero__data span { color: rgba(255, 255, 255, .66); font-size: .64rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.agency-photo-credit { position: absolute; right: 0; bottom: 25px; padding: 6px 9px; color: rgba(255, 255, 255, .76); background: rgba(3, 23, 17, .66); font-size: .66rem; letter-spacing: .025em; }

/* Proof strip */
.agency-proof { background: var(--hl-ivory-50); border-bottom: 1px solid var(--hl-line); }
.agency-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--hl-line); }
.agency-proof__item { min-height: 108px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 16px; padding: 20px 32px; border-right: 1px solid var(--hl-line); }
.agency-proof__item:first-child { padding-left: 0; }
.agency-proof__item:last-child { padding-right: 0; border-right: 0; }
.agency-proof__icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #d8dbd0; border-radius: 50%; color: var(--hl-pine-800); background: #e8eadf; }
.agency-proof__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.agency-proof__item strong { display: block; font-size: .82rem; }
.agency-proof__item p { margin: 3px 0 0; color: var(--hl-muted); font-size: .72rem; line-height: 1.45; }
.agency-disclosure { min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #5d655f; font-size: .72rem; }
.agency-disclosure svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: var(--hl-pine-700); stroke-width: 1.5; }
.agency-disclosure strong { color: var(--hl-pine-800); letter-spacing: .06em; text-transform: uppercase; }
.agency-disclosure a { color: var(--hl-pine-800); font-weight: 800; }

/* Category research sets */
.agency-category-section { padding: 70px 0 50px; background: var(--hl-ivory-100); }
.agency-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 32px; }
.agency-section-heading h2,
.agency-guides__head h2 { max-width: 760px; margin: 0; font-family: var(--hl-display); font-size: clamp(2.7rem, 4.4vw, 4.45rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.agency-section-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--hl-muted); font-size: .83rem; line-height: 1.6; }
.agency-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.agency-category-card { position: relative; min-height: 390px; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: minmax(185px, auto) auto 54px; overflow: hidden; border: 1px solid #d2cbbd; border-radius: var(--hl-radius); background: var(--hl-ivory-50); box-shadow: 0 1px 0 rgba(8, 45, 33, .04); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.agency-category-card:hover { z-index: 1; border-color: #bdb39f; box-shadow: var(--hl-shadow-lift); transform: translateY(-4px); }
.agency-category-card__copy { position: relative; z-index: 2; padding: 27px 18px 14px 24px; }
.agency-card-number { position: absolute; top: 19px; right: 16px; color: #b9b2a4; font-family: var(--hl-display); font-size: 1.3rem; }
.agency-card-kicker { margin: 0 35px 7px 0 !important; color: #765008 !important; font-size: .68rem !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.agency-category-card h3 { max-width: 210px; margin: 0 0 9px; font-family: var(--hl-display); font-size: 1.55rem; font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
.agency-category-card__copy > p:last-child { margin: 0; color: var(--hl-muted); font-size: .72rem; line-height: 1.48; }
.agency-category-card__media { position: relative; grid-column: 2; grid-row: 1 / 3; min-width: 0; overflow: hidden; background: #ecece6; }
.agency-category-card__media::after { content: ""; position: absolute; inset: 0; border-left: 1px solid rgba(8, 45, 33, .08); box-shadow: inset 18px 0 28px rgba(8, 45, 33, .035); pointer-events: none; }
.agency-category-card__media img { width: 100%; height: 100%; transition: transform .45s cubic-bezier(.2, .65, .25, 1); }
.agency-category-card:hover .agency-category-card__media img { transform: scale(1.025); }
.agency-category-card__media.is-lifestyle img { object-fit: cover; }
.agency-category-card__media.is-packshot { background: #fff; }
.agency-category-card__media.is-packshot img { object-fit: cover; object-position: center; }
.agency-category-card__media > span { position: absolute; right: 7px; bottom: 7px; padding: 4px 6px; color: rgba(255, 255, 255, .88); background: rgba(5, 31, 23, .68); font-size: .5rem; letter-spacing: .04em; }
.agency-mini-table { grid-column: 1; grid-row: 2; align-self: end; padding: 0 15px 0 24px; }
.agency-mini-table a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0; border-top: 1px solid #ded8cc; color: #263b32; font-size: .65rem; text-decoration: none; }
.agency-mini-table a:hover { color: #8f6510; }
.agency-mini-table a > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.agency-mini-table small { display: block; margin-bottom: 1px; color: #858b86; font-size: .52rem; letter-spacing: .04em; text-transform: uppercase; }
.agency-mini-table strong { flex: 0 0 auto; color: var(--hl-ink); white-space: nowrap; }
.agency-card-link { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-top: 1px solid var(--hl-line); color: var(--hl-pine-800); font-size: .7rem; font-weight: 800; text-decoration: none; }
.agency-card-link:hover { color: #8d6310; background: #f4efe4; }
.agency-category-meta { display: flex; align-items: center; gap: 22px; padding-top: 19px; color: #737b76; font-size: .64rem; }
.agency-category-meta span + span { padding-left: 22px; border-left: 1px solid #c9c4b9; }
.agency-category-meta a { margin-left: auto; color: var(--hl-pine-800); font-weight: 800; }

/* Evidence band */
.agency-evidence-band { position: relative; overflow: hidden; color: #f7f1dd; background: var(--hl-pine-900); }
.agency-evidence-band__texture { position: absolute; inset: 0; background: url("assets/brand-botanical-texture-v1.webp") center / cover no-repeat; opacity: .17; mix-blend-mode: screen; }
.agency-evidence-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 29, 22, .76), rgba(5, 29, 22, .22)); pointer-events: none; }
.agency-evidence-grid { position: relative; z-index: 1; min-height: 390px; display: grid; grid-template-columns: .78fr 1.72fr; align-items: stretch; }
.agency-evidence-intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 58px 50px 58px 0; border-right: 1px solid var(--hl-line-dark); }
.agency-evidence-intro h2 { margin: 0 0 18px; font-family: var(--hl-display); font-size: clamp(2.8rem, 4.2vw, 4.45rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.agency-evidence-intro > p:not(.agency-overline) { max-width: 390px; margin: 0 0 23px; color: rgba(232, 239, 235, .76); font-size: .79rem; line-height: 1.55; }
.agency-evidence-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.agency-evidence-step { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px 31px 54px; border-right: 1px solid var(--hl-line-dark); }
.agency-evidence-step:last-child { border-right: 0; }
.agency-evidence-step__number { position: absolute; top: 30px; right: 28px; color: rgba(247, 241, 221, .28); font-family: var(--hl-display); font-size: 1.25rem; }
.agency-evidence-step svg { width: 45px; height: 45px; margin-bottom: auto; fill: none; stroke: var(--hl-gold-400); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.agency-evidence-step h3 { margin: 44px 0 8px; font-family: var(--hl-display); font-size: 1.35rem; font-weight: 600; letter-spacing: -.025em; }
.agency-evidence-step p { margin: 0; color: rgba(231, 239, 235, .68); font-size: .71rem; line-height: 1.5; }

/* Guide cards */
.agency-guides { padding: 72px 0 82px; background: var(--hl-ivory-50); }
.agency-guides__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.agency-guides__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.agency-guide-card { min-height: 244px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid var(--hl-line); border-radius: var(--hl-radius); color: var(--hl-ink); background: #fff; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.agency-guide-card:hover { color: var(--hl-ink); border-color: #bbb19d; box-shadow: var(--hl-shadow-lift); transform: translateY(-4px); }
.agency-guide-card__media { min-width: 0; overflow: hidden; background: #ecece5; }
.agency-guide-card__media img { width: 100%; height: 100%; transition: transform .45s cubic-bezier(.2, .65, .25, 1); }
.agency-guide-card:hover img { transform: scale(1.035); }
.agency-guide-card__media.is-lifestyle img { object-fit: cover; }
.agency-guide-card__media.is-packshot { background: #fff; }
.agency-guide-card__media.is-packshot img { object-fit: cover; }
.agency-guide-card__body { display: flex; flex-direction: column; align-items: flex-start; padding: 25px 22px 21px; }
.agency-guide-card__body small { color: #765008; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.agency-guide-card__body strong { margin: 12px 0 9px; font-family: var(--hl-display); font-size: 1.3rem; font-weight: 600; letter-spacing: -.028em; line-height: 1.08; }
.agency-guide-card__body > span { color: var(--hl-muted); font-size: .7rem; line-height: 1.5; }
.agency-guide-card__body em { margin-top: auto; padding-top: 20px; color: var(--hl-pine-800); font-size: .69rem; font-style: normal; font-weight: 800; }

/* Generic pages and editorial content */
.site-main { min-height: 60vh; }
.page-hero { padding: 76px 0 56px; background: var(--hl-ivory-100); border-bottom: 1px solid var(--hl-line); }
.page-hero--visual { padding: 30px 0; background: linear-gradient(135deg, #f7f3e9 0%, #edf1e9 100%); }
.page-hero__grid { min-height: 390px; display: grid; grid-template-columns: minmax(0, 52%) minmax(0, 48%); overflow: hidden; border: 1px solid #d8d7ce; border-radius: 16px; background: #fffefa; box-shadow: 0 20px 56px rgba(20,55,41,.1); }
.page-hero__copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 72px); }
.page-hero__copy .breadcrumbs { margin-bottom: 30px; }
.page-hero__copy .entry-title { max-width: 720px; margin: 10px 0 18px; font-size: clamp(2.65rem, 4.6vw, 4.7rem); line-height: .98; }
.page-hero__copy .entry-deck { max-width: 620px; margin: 0 0 18px; color: #526259; font-size: .98rem; line-height: 1.65; }
.page-hero__media { position: relative; min-width: 0; min-height: 390px; margin: 0; overflow: hidden; background: #173d2f; }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,55,40,.2), transparent 35%), linear-gradient(0deg, rgba(5,30,21,.32), transparent 36%); pointer-events: none; }
.page-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.page-hero__media figcaption { position: absolute; z-index: 2; left: 20px; bottom: 18px; padding: 8px 13px; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(8,45,32,.8); backdrop-filter: blur(8px); font-size: .65rem; font-weight: 700; }
.article-toc { margin: 0 0 46px; padding: 24px 26px; border: 1px solid #d7ddd7; border-radius: 10px; background: #f4f7f2; }
.article-toc strong { display: block; margin-bottom: 12px; color: #173d2f; font-family: var(--hl-display); font-size: 1.25rem; }
.article-toc ol { columns: 2; column-gap: 34px; margin: 0; padding-left: 20px; }
.article-toc li { break-inside: avoid; margin: 0 0 7px; font-size: .78rem; line-height: 1.45; }
.article-toc a { font-weight: 650; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hl-key-takeaway { margin: 30px 0; padding: 24px 26px; border-left: 4px solid #d5b76e; background: #f8f3e7; }
.hl-key-takeaway strong { color: #173d2f; font-family: var(--hl-display); font-size: 1.15rem; }
.hl-checklist { margin: 26px 0; padding: 24px 28px; border: 1px solid #d8ddd8; border-radius: 8px; background: #fff; box-shadow: 0 8px 26px rgba(21,58,43,.06); }
.hl-checklist li { margin-bottom: 8px; }
.hl-source-box { margin-top: 38px; padding: 24px 26px; border-radius: 8px; color: #eaf2ed; background: #103e2d; }
.hl-source-box p,.hl-source-box li { color: rgba(255,255,255,.82); }
.hl-source-box a { color: #f0dba6; }
.entry-title,
.product-title { max-width: 930px; margin: 0; font-family: var(--hl-display); font-size: clamp(2.8rem, 6vw, 5.4rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.entry-deck { max-width: 760px; margin: 20px 0 0; color: var(--hl-muted); font-size: 1rem; }
.entry-content { padding: 66px 0 96px; }
.entry-content > * { max-width: 780px; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content h2,
.entry-content h3 { font-family: var(--hl-display); font-weight: 600; letter-spacing: -.03em; line-height: 1.12; }
.entry-content h2 { margin: 2em 0 .6em; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.entry-content h3 { margin: 1.7em 0 .55em; font-size: 1.45rem; }
.entry-content p,
.entry-content li { color: #33463e; }
.entry-content a { color: var(--hl-pine-700); font-weight: 700; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: .85rem; }
.entry-content th,
.entry-content td { padding: 13px; border: 1px solid var(--hl-line); text-align: left; vertical-align: top; }
.entry-content th { background: var(--hl-ivory-100); }
.affiliate-note { margin: 22px 0; padding: 16px 18px; border-left: 3px solid var(--hl-gold-500); color: #55462c; background: #fff7df; font-size: .8rem; }

/* Product archive and cards */
.hl-section { padding: 74px 0 96px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--hl-line); border-radius: var(--hl-radius); background: #fff; box-shadow: 0 7px 22px rgba(8, 45, 33, .05); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { box-shadow: var(--hl-shadow-lift); transform: translateY(-4px); }
.product-card__visual { position: relative; min-height: 280px; display: grid; place-items: center; overflow: hidden; padding: 0; background: #f1f1eb; }
.product-card__visual img { position: relative; z-index: 1; width: 100%; height: 245px; object-fit: cover; mix-blend-mode: normal; transition: transform .35s ease; }
.product-card:hover .product-card__visual img { transform: scale(1.025); }
.product-placeholder { width: 120px; height: 158px; display: block; border-radius: 24px; background: linear-gradient(145deg, #365f50, #0d3029); box-shadow: 0 24px 30px rgba(16, 59, 50, .22); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; border-radius: 3px; color: #fff; background: var(--hl-pine-800); font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-card__body { padding: 24px; }
.product-kicker { color: #8c6518; font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 9px 0 10px; font-family: var(--hl-display); font-size: 1.45rem; font-weight: 600; letter-spacing: -.03em; line-height: 1.12; }
.product-card h3 a { text-decoration: none; }
.product-card__verdict { min-height: 67px; margin: 0 0 17px; color: var(--hl-muted); font-size: .78rem; }
.product-meta { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid var(--hl-line); }
.product-price strong { display: block; font-size: 1.25rem; line-height: 1; }
.product-price small { display: block; margin-top: 5px; color: var(--hl-muted); font-size: .6rem; }
.product-link { color: var(--hl-pine-800); font-size: .7rem; font-weight: 800; text-decoration: none; }
.nav-links { display: flex; gap: 8px; margin-top: 36px; }
.nav-links .page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--hl-line); text-decoration: none; }
.nav-links .current { color: #fff; background: var(--hl-pine-800); }

/* Single product */
.product-hero { padding: 68px 0; background: var(--hl-ivory-100); border-bottom: 1px solid var(--hl-line); }
.product-hero__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 64px; }
.product-hero .product-card__visual { min-height: 0; display: block; border: 1px solid var(--hl-line); border-radius: var(--hl-radius); background: #fff; }
.product-hero .product-card__visual img { height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.hl-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; color: #8d6412; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hl-eyebrow::before { content: ""; width: 27px; height: 1px; background: currentColor; }
.product-subline { max-width: 670px; margin: 19px 0; color: var(--hl-muted); font-size: .98rem; }
.status-chip { display: inline-flex; align-items: center; margin: 8px 0; padding: 7px 10px; border: 1px solid #d9ca99; border-radius: 3px; color: #5d4a10; background: #fff7d8; font-size: .63rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-buybox { display: flex; align-items: center; gap: 22px; margin-top: 24px; }
.hl-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 4px; color: #fff; background: var(--hl-pine-800); font-size: .78rem; font-weight: 800; text-decoration: none; }
.hl-button:hover { color: var(--hl-pine-950); background: var(--hl-gold-400); }
.product-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 62px; padding: 0 0 96px; }
.product-content-grid .entry-content > * { max-width: none; }
.product-sidebar { position: sticky; top: calc(var(--hl-header-height) + 28px); align-self: start; padding-top: 66px; }
.spec-card { padding: 24px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius); background: var(--hl-ivory-100); }
.spec-card h2 { margin: 0 0 14px; font-family: var(--hl-display); font-size: 1.55rem; }
.spec-list { padding: 0; margin: 0; list-style: none; }
.spec-list li { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--hl-line); font-size: .76rem; }
.spec-list li:last-child { border: 0; }
.spec-list span { color: var(--hl-muted); }
.spec-list strong { text-align: right; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.pros-cons > div { padding: 22px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius); background: #fff; }
.pros-cons h3 { margin-top: 0; }

/* Footer */
.site-footer { position: relative; overflow: hidden; color: #d9e4df; background: var(--hl-pine-950); }
.site-footer__texture { position: absolute; inset: 0; background: url("assets/brand-botanical-texture-v1.webp") center / cover no-repeat; opacity: .065; }
.site-footer > .hl-wrap { position: relative; z-index: 1; }
.footer-cta { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--hl-line-dark); }
.footer-cta span { color: var(--hl-gold-400); font-size: .61rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-cta h2 { margin: 5px 0 0; color: #f6ecd0; font-family: var(--hl-display); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.footer-cta .agency-button span { color: inherit; font-size: inherit; letter-spacing: 0; text-transform: none; }
.footer-main { display: grid; grid-template-columns: 1.45fr repeat(3, .72fr); gap: 50px; padding: 48px 0 45px; }
.site-footer .site-branding { margin-bottom: 18px; }
.footer-brand > p { max-width: 370px; margin: 0; color: #9fb4ab; font-size: .77rem; }
.footer-principle { max-width: 385px; display: flex; gap: 9px; margin-top: 20px; color: #b9c9c2; font-size: .67rem; }
.footer-principle > span:first-child { color: var(--hl-gold-400); }
.footer-col h2 { margin: 0 0 17px; color: #f4ead0; font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-col ul { padding: 0; margin: 0; list-style: none; }
.footer-col li { margin: 8px 0; }
.footer-col a { color: #aebfb8; font-size: .74rem; text-decoration: none; }
.footer-col a:hover { color: var(--hl-gold-400); }
.footer-bottom { min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--hl-line-dark); color: #819b91; font-size: .65rem; }
.footer-bottom a { justify-self: end; color: #a9bcb4; text-decoration: none; }
.footer-bottom a:hover { color: var(--hl-gold-400); }

@media (max-width: 1160px) {
  .brand-tagline { display: none; }
  .site-nav ul { gap: 15px; }
  .site-nav a { font-size: .73rem; }
  .agency-category-card { grid-template-columns: 1fr; grid-template-rows: auto 220px auto 54px; }
  .agency-category-card__media { grid-column: 1; grid-row: 2; }
  .agency-mini-table { grid-column: 1; grid-row: 3; padding-top: 12px; padding-bottom: 12px; }
  .agency-card-link { grid-row: 4; }
  .agency-category-card__copy { min-height: 178px; }
  .agency-evidence-grid { grid-template-columns: .92fr 1.58fr; }
  .agency-evidence-step { padding-inline: 22px; }
  .agency-guide-card { grid-template-columns: 40% 60%; }
}

@media (max-width: 960px) {
  :root { --hl-header-height: 64px; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; height: calc(100dvh - var(--hl-header-height)); display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 25px 24px 36px; overflow-y: auto; color: var(--hl-ink); background: var(--hl-ivory-50); border-top: 1px solid var(--hl-line); box-shadow: 0 24px 60px rgba(3, 24, 18, .22); }
  .nav-open .site-nav { display: flex; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav li { border-bottom: 1px solid var(--hl-line); }
  .site-nav a { display: flex; padding: 14px 0; color: var(--hl-ink); font-family: var(--hl-display); font-size: 1.35rem; font-weight: 600; }
  .site-nav li > a::after { display: none; }
  .nav-cta { margin-top: 20px; padding: 14px 0; border-top: 1px solid var(--hl-line); border-left: 0; color: #8d6412 !important; font-family: var(--hl-sans) !important; font-size: .78rem !important; font-weight: 800 !important; }
  .nav-toggle { display: grid; }
  .agency-section-heading,
  .agency-guides__head { align-items: flex-start; flex-direction: column; }
  .agency-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agency-category-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); }
  .agency-evidence-grid { grid-template-columns: 1fr; }
  .agency-evidence-intro { padding: 55px 0 40px; border-right: 0; border-bottom: 1px solid var(--hl-line-dark); }
  .agency-evidence-steps { min-height: 300px; }
  .agency-guides__grid { grid-template-columns: 1fr; }
  .agency-guide-card { min-height: 210px; grid-template-columns: 34% 66%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero__grid,
  .product-content-grid { grid-template-columns: 1fr; }
  .product-sidebar { position: static; padding-top: 0; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, .8fr); gap: 30px; }
}

@media (min-width: 721px) and (max-width: 840px) {
  .agency-proof__grid { grid-template-columns: 1fr; }
  .agency-proof__item { min-height: 88px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--hl-line); }
  .agency-proof__item:last-child { border-bottom: 0; }
  .agency-category-grid { grid-template-columns: 1fr; }
  .agency-category-card:last-child { grid-column: auto; width: auto; }
  .agency-category-card { grid-template-columns: 1.08fr .92fr; grid-template-rows: minmax(185px, auto) auto 54px; }
  .agency-category-card__copy { min-height: 0; }
  .agency-category-card__media { grid-column: 2; grid-row: 1 / 3; }
  .agency-mini-table { grid-column: 1; grid-row: 2; padding-top: 0; padding-bottom: 0; }
  .agency-card-link { grid-column: 1 / -1; grid-row: 3; }
}

@media (max-width: 720px) {
  :root { --hl-header-height: 62px; }
  .hl-wrap,
  .hl-narrow { width: min(calc(100% - 32px), var(--hl-wrap)); }
  .admin-bar .site-header { top: 46px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 1.32rem; }
  .header-tools { gap: 3px; }
  .agency-hero { min-height: 590px; }
  .agency-hero__media { background-position: 61% 52%; }
  .agency-hero__shade { background: linear-gradient(90deg, rgba(3, 22, 16, .94), rgba(3, 22, 16, .51)), linear-gradient(0deg, rgba(2, 17, 12, .65), transparent 55%); }
  .agency-hero__frame { inset: 10px; }
  .agency-hero__inner { min-height: 590px; justify-content: flex-start; padding-top: 72px; padding-bottom: 40px; }
  .agency-hero h1 { max-width: 560px; font-size: clamp(3.25rem, 14vw, 4.55rem); }
  .agency-hero__deck { max-width: 520px; font-size: .9rem; }
  .agency-hero__data { margin-top: 30px; flex-wrap: wrap; }
  .agency-hero__data > div { min-width: 0; flex: 1 1 33.333%; padding: 9px 10px; grid-template-columns: 1fr; gap: 0; }
  .agency-hero__data > div:first-child { padding-left: 0; }
  .agency-hero__data span { font-size: .54rem; }
  .agency-photo-credit { right: 16px; bottom: 14px; }
  .agency-proof__grid { grid-template-columns: 1fr; }
  .agency-proof__item { min-height: 92px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--hl-line); }
  .agency-proof__item:last-child { border-bottom: 0; }
  .agency-disclosure { align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; padding: 13px 0; line-height: 1.4; }
  .agency-category-section { padding: 56px 0 40px; }
  .agency-category-grid { grid-template-columns: 1fr; }
  .agency-category-card:last-child { grid-column: auto; width: auto; }
  .agency-category-card { grid-template-columns: 1fr; grid-template-rows: auto 240px auto 54px; }
  .agency-category-card__copy { min-height: 0; padding: 25px 22px 22px; }
  .agency-category-card__media { grid-column: 1; grid-row: 2; }
  .agency-mini-table { grid-column: 1; grid-row: 3; padding: 10px 22px 12px; }
  .agency-card-link { grid-column: 1; grid-row: 4; padding-inline: 22px; }
  .agency-category-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .agency-category-meta span + span { padding-left: 0; border-left: 0; }
  .agency-category-meta a { margin: 7px 0 0; }
  .agency-evidence-steps { grid-template-columns: 1fr; min-height: 0; }
  .agency-evidence-step { min-height: 245px; padding: 28px 0 30px; border-right: 0; border-bottom: 1px solid var(--hl-line-dark); }
  .agency-evidence-step:last-child { border-bottom: 0; }
  .agency-evidence-step svg { margin-bottom: 25px; }
  .agency-evidence-step h3 { margin-top: 0; }
  .agency-guide-card { grid-template-columns: 1fr; grid-template-rows: 220px auto; }
  .agency-guide-card__body { min-height: 225px; }
  .premium-search-form { grid-template-columns: 1fr; }
  .site-search-panel__dialog { padding: 24px; }
  .premium-search-form button { min-height: 50px; }
  .page-hero { padding: 58px 0 43px; }
  .hl-section { padding: 54px 0 72px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-hero { padding: 46px 0; }
  .product-hero__grid { gap: 38px; }
  .product-hero .product-card__visual { min-height: 0; }
  .product-hero .product-card__visual img { height: auto; }
  .product-buybox { align-items: flex-start; flex-direction: column; }
  .pros-cons { grid-template-columns: 1fr; }
  .footer-cta { align-items: flex-start; flex-direction: column; justify-content: center; padding: 34px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 6px; padding: 17px 0; }
  .footer-bottom a { justify-self: start; }
}

@media (max-width: 440px) {
  .agency-hero__actions { width: 100%; }
  .agency-button { width: 100%; }
  .agency-hero__data > div { min-width: 33.333%; }
  .agency-section-heading h2,
  .agency-guides__head h2 { font-size: 2.55rem; }
  .agency-evidence-intro h2 { font-size: 2.8rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* ========================================================================== 
   HedgeLens editorial homepage — approved visual concept implementation
   ========================================================================== */
.site-trust-strip {
  min-height: 25px;
  display: grid;
  place-items: center;
  padding: 4px 20px;
  color: #33473e;
  background: #eef0e8;
  border-bottom: 1px solid #e1e3db;
  font-size: .66rem;
  line-height: 1.35;
  text-align: center;
}

.site-header,
.site-header.is-scrolled {
  color: #0c3123;
  background: rgba(255, 255, 252, .98);
  border-bottom: 1px solid #dddcd3;
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.site-header.is-scrolled { box-shadow: 0 6px 22px rgba(17, 43, 32, .07); }
.header-inner { width: min(calc(100% - 48px), clamp(1036px, 72vw, 1360px)); min-height: 60px; }
.site-header .brand-mark { width: 34px; height: 34px; display: grid; color: #0b3f2d; --hl-logo-accent: #c9a956; --hl-logo-cut: #fffefa; }
.site-header .site-branding { gap: 9px; color: #123b2a; }
.site-header .site-branding:hover { color: #071e16; }
.site-header .brand-name { font-size: 1.72rem; font-weight: 600; letter-spacing: -.045em; }
.site-header .site-nav ul { gap: clamp(22px, 3vw, 52px); }
.site-header .site-nav a { color: #1c2b25; font-size: .68rem; font-weight: 600; }
.site-header .site-nav li > a::after { bottom: -7px; background: #164a35; }
.site-header .site-nav a:hover { color: #0c593b; }
.site-header .search-toggle,
.site-header .nav-toggle { color: #123b2a; }
.site-header .search-toggle:hover,
.site-header .nav-toggle:hover { color: #0b5d3d; background: #eef2ed; }

.editorial-home {
  overflow: hidden;
  color: #15271f;
  background: #fffefa;
}
.editorial-home a { color: inherit; }
.editorial-hero {
  width: min(calc(100% - 48px), 1360px);
  height: clamp(480px, 34vw, 520px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  margin: 22px auto 0;
  overflow: hidden;
  background: #0b3f2d;
  border: 1px solid rgba(8, 52, 37, .12);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(10, 42, 31, .14);
}
.editorial-hero__copy {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px clamp(34px, 3.3vw, 56px) 36px;
  color: #f9f4e8;
  background:
    radial-gradient(circle at 88% 8%, rgba(224, 196, 126, .13), transparent 31%),
    linear-gradient(145deg, #0d4934 0%, #092f23 100%);
}
.editorial-hero__copy::after {
  content: "";
  position: absolute;
  top: -96px;
  right: -96px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(230, 210, 158, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(230, 210, 158, .035), 0 0 0 84px rgba(230, 210, 158, .025);
  pointer-events: none;
}
.editorial-hero__eyebrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 17px;
  color: #e5d5a7;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.editorial-hero__eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.editorial-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 0 19px;
  color: #fffaf0;
  font-family: var(--hl-display);
  font-size: clamp(3.35rem, 4vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -.052em;
  line-height: .96;
}
.editorial-hero h1 em { color: #e6cf96; font-weight: 500; }
.editorial-hero__copy > p {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .88rem;
  line-height: 1.6;
}
.editorial-hero__actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 24px; }
.editorial-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #0b3527 !important;
  background: #ead7a4;
  border: 1px solid #ead7a4;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.13);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.editorial-button:hover { background: #f3e5bd; box-shadow: 0 11px 29px rgba(0,0,0,.18); transform: translateY(-2px); }
.editorial-text-link { display: inline-flex; align-items: center; gap: 15px; padding: 11px 0 6px; color: #fff !important; border-bottom: 1px solid rgba(255,255,255,.38); font-size: .77rem; font-weight: 650; text-decoration: none; }
.editorial-text-link span { font-size: 1rem; }
.editorial-hero__routes { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 29px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); }
.editorial-hero__routes a { min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 9px; padding: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.055); text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.editorial-hero__routes a:hover { border-color: rgba(234,215,164,.6); background: rgba(255,255,255,.1); transform: translateY(-2px); }
.editorial-hero__routes img { width: 42px; height: 42px; object-fit: cover; border-radius: 7px; }
.editorial-hero__routes span { min-width: 0; display: flex; flex-direction: column; }
.editorial-hero__routes small { overflow: hidden; color: rgba(255,255,255,.58); font-size: .46rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.editorial-hero__routes strong { margin-top: 2px; color: #fffaf0; font-size: .64rem; line-height: 1.2; white-space: nowrap; }
.editorial-hero__image { position: relative; min-width: 0; min-height: 0; height: auto; align-self: stretch; margin: 0; overflow: hidden; background: #153a2d; }
.editorial-hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,35,25,.18), transparent 27%, transparent 74%, rgba(5,25,18,.08)); pointer-events: none; }
.editorial-hero__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 57% 50%; }

.editorial-trust {
  width: min(calc(100% - 48px), clamp(850px, 55vw, 1050px));
  min-height: 63px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-inline: auto;
  color: #294238;
}
.editorial-trust > div { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid #deded5; font-size: .72rem; }
.editorial-trust > div:last-child { border-right: 0; }
.editorial-trust__icon { width: 28px; height: 28px; display: grid; place-items: center; color: #315a48; border: 1px solid #99aa9e; border-radius: 50%; font-family: Georgia, serif; font-size: .8rem; }

.editorial-section { width: min(calc(100% - 48px), clamp(1036px, 72vw, 1360px)); margin-inline: auto; }
.editorial-categories { padding: 9px 0 22px; }
.editorial-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.editorial-category { min-width: 0; overflow: hidden; border: 1px solid #d8d6ce; border-radius: 4px; background: #fffefa; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.editorial-category:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(22, 54, 40, .10); }
.editorial-category__media { height: 128px; display: block; overflow: hidden; background: #d9dfd5; }
.editorial-category__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.editorial-category:hover img { transform: scale(1.035); }
.editorial-category--bird-box img { object-position: 55% 47%; }
.editorial-category--hedgehog img { object-position: 53% 55%; }
.editorial-category__body { position: relative; min-height: 102px; display: grid; align-content: start; padding: 14px 35px 14px 15px; }
.editorial-category__body strong { font-family: var(--hl-display); font-size: 1.23rem; font-weight: 600; line-height: 1.05; }
.editorial-category__body > span { margin-top: 7px; color: #59665f; font-size: .65rem; line-height: 1.4; }
.editorial-category__body i { position: absolute; right: 14px; bottom: 14px; color: #15543b; font-style: normal; }

.editorial-problems { padding: 0 0 12px; }
.editorial-problems h2 { margin: 0 0 12px; text-align: center; font-family: var(--hl-display); font-size: clamp(1.65rem, 2.7vw, 2.25rem); font-weight: 600; letter-spacing: -.035em; }
.editorial-problem-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.editorial-problem { min-width: 0; min-height: 70px; display: grid; grid-template-columns: 36px minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 10px 10px 10px 12px; border: 1px solid #d8d7d0; border-radius: 4px; background: #fff; text-decoration: none; }
.editorial-problem:hover { border-color: #8da697; background: #fbfcf8; }
.editorial-problem__icon { width: 31px; height: 31px; position: relative; display: block; color: #19533c; border: 1.5px solid currentColor; border-radius: 50%; }
.editorial-problem__icon::after { content: ""; position: absolute; inset: 7px; border: 1px solid currentColor; border-radius: 50%; opacity: .65; }
.editorial-problem__icon--storage { border-radius: 4px; }
.editorial-problem__icon--night::after { inset: 5px 8px 5px 4px; border-width: 0 0 1.5px 1.5px; border-radius: 50%; transform: rotate(-38deg); }
.editorial-problem__icon--battery { border-radius: 3px; }
.editorial-problem__icon--weather { border-radius: 60% 60% 45% 45%; }
.editorial-problem strong { display: block; font-size: .68rem; line-height: 1.2; }
.editorial-problem small { display: block; margin-top: 4px; color: #707873; font-size: .53rem; line-height: 1.35; }
.editorial-problem i { color: #205c46; font-style: normal; font-size: .9rem; }

.editorial-compare { padding: 0 0 13px; }
.editorial-compare__scroll { overflow-x: auto; border: 1px solid #d8d7d0; border-radius: 4px; }
.editorial-compare table { width: 100%; min-width: 700px; border-collapse: collapse; background: #fff; text-align: left; }
.editorial-compare th,
.editorial-compare td { padding: 6px 13px; border-bottom: 1px solid #deded8; font-size: .61rem; line-height: 1.3; }
.editorial-compare thead th { color: #fff; background: #0f4b35; border-bottom: 0; font-size: .55rem; font-weight: 600; }
.editorial-compare thead th:first-child { width: 28%; }
.editorial-compare tbody th { font-weight: 600; }
.editorial-compare tbody tr:nth-child(even) { background: #faf9f5; }
.editorial-compare tbody tr:last-child th,
.editorial-compare tbody tr:last-child td { border-bottom: 0; }
.editorial-compare td:last-child { width: 90px; }
.editorial-compare td a { display: block; padding: 4px 7px; color: #fff; background: #175239; font-size: .54rem; font-weight: 700; text-align: center; text-decoration: none; }

.editorial-guides { padding: 0 0 20px; }
.editorial-guides h2 { margin: 0 0 9px; font-family: var(--hl-display); font-size: 1.65rem; font-weight: 600; letter-spacing: -.035em; }
.editorial-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.editorial-guide { min-width: 0; min-height: 91px; display: grid; grid-template-columns: 112px 1fr; gap: 12px; padding: 6px; border: 1px solid #d8d7d0; border-radius: 4px; background: #fff; text-decoration: none; }
.editorial-guide img { width: 112px; height: 79px; object-fit: cover; border-radius: 2px; }
.editorial-guide > span { min-width: 0; display: block; padding: 5px 6px 4px 0; }
.editorial-guide strong { display: block; font-family: var(--hl-display); font-size: .82rem; line-height: 1.15; }
.editorial-guide small { display: block; margin: 5px 0 6px; color: #676f6a; font-size: .53rem; line-height: 1.35; }
.editorial-guide u { font-size: .55rem; font-weight: 700; text-underline-offset: 2px; }
.editorial-guide i { margin-left: 8px; color: #1b5a40; font-style: normal; }
.editorial-disclosure { padding: 11px 24px; color: #46574f; background: #f0eee6; border-top: 1px solid #dedbd1; font-size: .62rem; text-align: center; }
.editorial-disclosure p { margin: 0; }
.editorial-disclosure a { font-weight: 700; }

@media (min-width: 768px) and (max-width: 1100px) {
  .editorial-hero { height: auto; min-height: 470px; }
}

.site-footer { color: #ecf0ec; background: #0c4a35; }
.site-footer__texture { background-size: 860px auto; background-position: right center; opacity: .075; }
.footer-main { width: min(calc(100% - 48px), clamp(1036px, 72vw, 1360px)) !important; grid-template-columns: 1.5fr repeat(4, .7fr) .9fr; gap: 28px; padding: 28px 0 24px; }
.site-footer .brand-mark { width: 35px; height: 35px; display: grid; color: #f7e5b2; --hl-logo-accent: #d8be7a; --hl-logo-cut: #0c4a35; }
.site-footer .site-branding { gap: 10px; color: #fff7e2; }
.site-footer .brand-name { font-size: 1.5rem; }
.footer-brand > p { max-width: 255px; margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: .61rem; line-height: 1.45; }
.footer-brand .footer-affiliate-note { color: rgba(255,255,255,.86); }
.footer-col h2 { margin: 4px 0 10px; color: #fff; font-family: var(--hl-display); font-size: .8rem; font-weight: 600; }
.footer-col ul { gap: 5px; }
.footer-col a,
.footer-col span,
.footer-col p { color: rgba(255,255,255,.78); font-size: .57rem; line-height: 1.45; }
.footer-col--uk p { margin: 0; }
.footer-bottom { width: min(calc(100% - 48px), clamp(1036px, 72vw, 1360px)) !important; min-height: 34px; padding: 8px 0; border-top-color: rgba(255,255,255,.15); font-size: .56rem; }

@media (min-width: 1600px) {
  .editorial-hero,
  .editorial-hero__image { min-height: 0; }
  .editorial-hero h1 { font-size: 4.25rem; }
  .editorial-hero__copy > p { font-size: .92rem; }
  .editorial-trust { min-height: 70px; }
  .editorial-category__media { height: 158px; }
  .editorial-category__body { min-height: 108px; padding: 16px 40px 16px 17px; }
  .editorial-category__body strong { font-size: 1.32rem; }
  .editorial-category__body > span { font-size: .69rem; }
  .editorial-problem { min-height: 76px; padding-inline: 14px; }
  .editorial-problem strong { font-size: .72rem; }
  .editorial-problem small { font-size: .56rem; }
  .editorial-compare th,
  .editorial-compare td { padding: 7px 15px; font-size: .64rem; }
  .editorial-guide { grid-template-columns: 126px 1fr; min-height: 100px; }
  .editorial-guide img { width: 126px; height: 88px; }
}

@media (max-width: 1023px) {
  .site-trust-strip { font-size: .6rem; }
  .site-header .site-nav { background: #fffefa; }
  .site-header .site-nav a { color: #173b2d; }
  .editorial-hero { width: calc(100% - 32px); height: auto; min-height: 470px; grid-template-columns: 48% 52%; margin-top: 16px; }
  .editorial-hero__copy { padding: 34px clamp(24px, 3.5vw, 36px) 28px; }
  .editorial-hero h1 { font-size: clamp(2.75rem, 5.2vw, 3.45rem); }
  .editorial-hero__copy > p { font-size: .81rem; }
  .editorial-hero__routes { margin-top: 23px; padding-top: 14px; }
  .editorial-hero__routes a { grid-template-columns: 36px minmax(0,1fr); gap: 7px; padding: 6px; }
  .editorial-hero__routes img { width: 36px; height: 36px; }
  .editorial-hero__routes small { display: none; }
  .editorial-hero__image { min-height: 0; height: auto; }
  .editorial-category-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-category__media { height: 165px; }
  .editorial-problem-grid { grid-template-columns: repeat(6, 1fr); }
  .editorial-problem { height: 82px; grid-column: span 2; }
  .editorial-problem:nth-last-child(-n+2) { grid-column: span 3; }
  .editorial-guide-grid { grid-template-columns: 1fr; }
  .editorial-guide { grid-template-columns: 155px 1fr; }
  .editorial-guide img { width: 155px; }
  .footer-main { grid-template-columns: repeat(6, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > .footer-col { grid-column: span 2; }
  .footer-main > .footer-col:nth-last-child(-n+2) { grid-column: span 3; }
}

@media (max-width: 767px) {
	.page-hero--visual { padding: 14px 0 20px; }
	.page-hero__grid { width: calc(100% - 24px); min-height: 0; grid-template-columns: 1fr; border-radius: 12px; }
	.page-hero__copy { padding: 28px 20px 30px; }
	.page-hero__copy .breadcrumbs { margin-bottom: 20px; }
	.page-hero__copy .entry-title { font-size: clamp(2.25rem, 11vw, 3.25rem); }
	.page-hero__media { min-height: 230px; }
	.page-hero__media figcaption { left: 12px; bottom: 12px; font-size: .55rem; }
	.article-toc { margin-bottom: 34px; padding: 20px; }
	.article-toc ol { columns: 1; }
  .header-inner { width: min(calc(100% - 32px), 1036px); }
  .site-header .brand-mark { width: 31px; height: 31px; }
  .site-header .brand-name { font-size: 1.55rem; }
  .editorial-hero { width: calc(100% - 24px); height: auto; grid-template-columns: 1fr; margin-top: 12px; border-radius: 12px; }
  .editorial-hero__copy { padding: 34px 20px 23px; }
  .editorial-hero__eyebrow { margin-bottom: 13px; font-size: .6rem; }
  .editorial-hero h1 { max-width: 520px; margin-bottom: 15px; font-size: clamp(2.65rem, 12vw, 3.55rem); }
  .editorial-hero__copy > p { max-width: 520px; font-size: .82rem; line-height: 1.55; }
  .editorial-hero__actions { gap: 17px; margin-top: 20px; }
  .editorial-hero__routes { gap: 6px; margin-top: 22px; padding-top: 13px; }
  .editorial-hero__routes a { grid-template-columns: 32px minmax(0,1fr); padding: 5px; border-radius: 7px; }
  .editorial-hero__routes img { width: 32px; height: 32px; border-radius: 5px; }
  .editorial-hero__routes strong { font-size: .55rem; }
  .editorial-hero__image { min-height: 235px; height: 235px; }
  .editorial-hero__image img { object-position: 57% 50%; }
  .editorial-trust { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 8px 0; }
  .editorial-trust > div { min-height: 38px; border-right: 0; border-bottom: 1px solid #e2e1da; }
  .editorial-trust > div:last-child { border-bottom: 0; }
  .editorial-section { width: min(calc(100% - 32px), 1036px); }
  .editorial-categories { padding-top: 12px; }
  .editorial-category-grid { grid-template-columns: 1fr; }
  .editorial-category__media { height: 190px; }
  .editorial-problems h2 { margin: 12px auto 16px; max-width: 330px; }
  .editorial-problem-grid { grid-template-columns: 1fr; }
  .editorial-problem,
  .editorial-problem:nth-last-child(-n+2) { min-height: 76px; height: auto; grid-column: auto; }
  .editorial-compare__scroll { border-radius: 0; }
  .editorial-guide { grid-template-columns: 105px 1fr; }
  .editorial-guide img { width: 105px; height: 84px; }
  .editorial-disclosure { text-align: left; }
  .footer-main { width: min(calc(100% - 32px), 1036px) !important; grid-template-columns: 1fr 1fr; gap: 25px 20px; padding-top: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > .footer-col,
  .footer-main > .footer-col:nth-last-child(-n+2) { grid-column: auto; }
  .footer-main > .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom { width: min(calc(100% - 32px), 1036px) !important; }
}

@media (max-width: 420px) {
  .site-trust-strip { padding-inline: 12px; }
  .editorial-hero__actions { align-items: center; flex-direction: row; gap: 12px; }
  .editorial-button { width: auto; padding-inline: 18px; font-size: .7rem; }
  .editorial-text-link { align-self: auto; gap: 7px; font-size: .7rem; }
  .editorial-hero__routes { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .editorial-hero__routes a { display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; }
  .editorial-hero__routes strong { white-space: normal; }
  .editorial-category__media { height: 170px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-main > .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 360px) {
  .editorial-hero__copy { padding: 27px 16px 18px; }
  .editorial-hero__eyebrow { margin-bottom: 10px; font-size: .53rem; }
  .editorial-hero h1 { margin-bottom: 12px; font-size: 2.4rem; }
  .editorial-hero__copy > p { font-size: .75rem; line-height: 1.48; }
  .editorial-hero__actions { margin-top: 16px; }
  .editorial-button { min-height: 41px; }
  .editorial-hero__routes { margin-top: 16px; padding-top: 10px; }
  .editorial-hero__routes a { min-height: 43px; justify-content: center; }
  .editorial-hero__routes img { display: none; }
  .editorial-hero__image { min-height: 210px; height: 210px; }
}

/* About and contact: trust-first editorial pages. */
.trust-page { padding: clamp(58px, 7vw, 96px) 0 110px; }
.trust-intro { max-width: 820px; margin: 0 auto clamp(42px, 6vw, 72px); text-align: center; }
.trust-intro .hl-eyebrow { justify-content: center; }
.trust-intro h2,
.contact-form-panel > h2,
.trust-cta h2 { margin: 0 0 18px; font-family: var(--hl-display); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.03; }
.trust-lead { margin: 0; color: #33463e; font-size: clamp(1.12rem, 2vw, 1.4rem); line-height: 1.75; }
.trust-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: clamp(54px, 7vw, 88px); border: 1px solid var(--hl-line); background: #fff; }
.trust-principles article { min-width: 0; padding: clamp(25px, 3vw, 40px); }
.trust-principles article + article { border-left: 1px solid var(--hl-line); }
.trust-principles span { color: #936d19; font-size: .67rem; font-weight: 800; letter-spacing: .13em; }
.trust-principles h2 { margin: 14px 0 9px; font-family: var(--hl-display); font-size: 1.65rem; font-weight: 600; }
.trust-principles p { margin: 0; color: #526159; font-size: .9rem; line-height: 1.7; }
.trust-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: clamp(40px, 7vw, 90px); }
.trust-content-grid > div > section + section { margin-top: 58px; padding-top: 52px; border-top: 1px solid var(--hl-line); }
.trust-content-grid h2,
.trust-profile h2,
.contact-sidebar h2 { margin: 0 0 16px; font-family: var(--hl-display); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.trust-content-grid p { color: #33463e; font-size: 1.03rem; line-height: 1.78; }
.trust-content-grid a,
.contact-sidebar a { color: var(--hl-pine-700); font-weight: 800; }
.trust-checklist { display: grid; gap: 12px; padding: 0; list-style: none; }
.trust-checklist li { position: relative; padding-left: 28px; color: #33463e; line-height: 1.55; }
.trust-checklist li::before { content: ""; position: absolute; top: .5em; left: 1px; width: 10px; height: 6px; border: solid #97711f; border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.trust-profile { position: sticky; top: 105px; padding: 30px; border: 1px solid #cfc7b8; border-radius: 5px; background: var(--hl-ivory-100); box-shadow: 0 20px 55px rgba(16,44,32,.07); }
.trust-profile__mark { width: 68px; height: 68px; display: grid; place-items: center; margin: 21px 0 19px; border-radius: 50%; color: #f4e7bd; background: var(--hl-pine-800); font-family: var(--hl-display); font-size: 1.35rem; }
.trust-profile__role { margin: -7px 0 18px; color: #886416; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-profile > p:not(.hl-eyebrow):not(.trust-profile__role) { color: #45574e; line-height: 1.65; }
.trust-profile dl { margin: 26px 0 0; }
.trust-profile dl div { padding: 15px 0; border-top: 1px solid #d6cdbd; }
.trust-profile dt { margin-bottom: 5px; color: #6e756f; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-profile dd { margin: 0; color: #263a30; font-size: .86rem; line-height: 1.5; }
.trust-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 82px; padding: clamp(30px, 5vw, 54px); color: #fff; background: var(--hl-pine-900); }
.trust-cta h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.trust-cta p { margin: 0; color: rgba(255,255,255,.72); }
.trust-cta__actions { flex: 0 0 auto; display: flex; align-items: center; gap: 24px; }
.trust-cta__actions > a:not(.agency-button) { color: #fff; font-size: .8rem; font-weight: 800; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: clamp(36px, 6vw, 76px); padding-top: clamp(55px, 7vw, 92px); padding-bottom: 110px; }
.contact-form-panel { min-width: 0; padding: clamp(25px, 4vw, 48px); border: 1px solid var(--hl-line); border-radius: 6px; background: #fff; box-shadow: 0 18px 55px rgba(16,44,32,.06); }
.contact-form-panel > p:not(.hl-eyebrow) { max-width: 650px; color: #536159; line-height: 1.7; }
.contact-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; margin-top: 34px; }
.contact-form__row { min-width: 0; display: grid; align-content: start; gap: 8px; }
.contact-form__row--full { grid-column: 1 / -1; }
.contact-form label { color: #1c3328; font-size: .78rem; font-weight: 800; }
.contact-form label > span:not([aria-hidden]) { color: #727b75; font-weight: 500; }
.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #bfc4bf; border-radius: 4px; color: #17281f; background: #fffefb; transition: border-color .15s ease, box-shadow .15s ease; }
.contact-form textarea { min-height: 180px; resize: vertical; line-height: 1.6; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--hl-pine-700); outline: 3px solid rgba(22,91,67,.14); outline-offset: 1px; }
.contact-form small { color: #68736c; font-size: .73rem; line-height: 1.5; }
.contact-form__consent { display: flex; align-items: flex-start; gap: 11px; color: #48584f !important; font-weight: 500 !important; line-height: 1.55; }
.contact-form__consent input { flex: 0 0 auto; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--hl-pine-700); }
.contact-form__consent a { color: var(--hl-pine-700); font-weight: 800; }
.contact-form__submit { display: flex; align-items: center; gap: 20px; }
.contact-form__submit .agency-button { border: 0; cursor: pointer; }
.contact-form__trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-notice { margin: 24px 0 0; padding: 15px 18px; border-left: 4px solid; border-radius: 3px; line-height: 1.55; }
.form-notice--success { border-color: #2a765b; color: #163f30; background: #e9f5ef; }
.form-notice--error { border-color: #a34834; color: #6b2418; background: #fff0ec; }
.contact-sidebar { display: grid; gap: 22px; }
.contact-sidebar section { padding: 27px; border: 1px solid var(--hl-line); background: var(--hl-ivory-100); }
.contact-sidebar h2 { overflow-wrap: anywhere; font-size: 1.55rem; }
.contact-sidebar p { color: #4b5b52; line-height: 1.65; }
.contact-sidebar__limit { border-color: #d5c69d !important; background: #fff8e2 !important; }

@media (max-width: 850px) {
	.trust-principles { grid-template-columns: 1fr; }
	.trust-principles article + article { border-top: 1px solid var(--hl-line); border-left: 0; }
	.trust-content-grid,
	.contact-layout { grid-template-columns: 1fr; }
	.trust-profile { position: static; }
	.contact-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.contact-sidebar__limit { grid-column: 1 / -1; }
	.trust-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
	.trust-page { padding-inline: 18px; }
	.trust-principles { margin-inline: 0; }
	.trust-cta { margin-inline: 0; }
	.trust-cta__actions,
	.contact-form__submit { width: 100%; align-items: stretch; flex-direction: column; }
	.contact-layout { padding-inline: 14px; }
	.contact-form-panel { padding: 24px 18px; }
	.contact-form { grid-template-columns: 1fr; }
	.contact-form__row--full { grid-column: auto; }
	.contact-sidebar { grid-template-columns: 1fr; }
	.contact-sidebar__limit { grid-column: auto; }
}
