/* iOS zoom-on-focus guard: any focused input <16px zooms the page. Force 16px on phones. */
@media (max-width: 760px) {
  input, textarea, select { font-size: 16px !important; }
}

/* ── Shared interior-page styles (cloned DOMS look) ── */
.pg-body, .pg-body *, .pg-body *::before, .pg-body *::after { box-sizing: border-box; }
.pg-body { font-family: 'Poppins', sans-serif; color: #1f2733; background: #fff; }
.pg-body a { color: inherit; }
.pg-wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

/* nav logo safety cap — only the top-bar logo lacks an inline height; mega-menu
   and mobile images set height inline, so :not([style*="height"]) leaves them alone */
#nav-root img:not([style*="height"]) { height: 70px !important; width: auto !important; }

/* hero band */
.pg-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #0d1b4b 0%, #073a66 55%, #02528a 100%);
  color: #fff; padding: clamp(86px, 11vw, 150px) clamp(20px, 6vw, 80px) clamp(48px, 7vw, 86px);
}
.pg-hero.tall { padding-top: clamp(104px, 13vw, 168px); }
.pg-hero-wm {
  position: absolute; right: -10px; bottom: -36px; font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: clamp(120px, 22vw, 320px); line-height: 0.8;
  color: rgba(255,255,255,0.05); letter-spacing: -0.02em; user-select: none; pointer-events: none;
}
.pg-crumb { display: inline-flex; align-items: center; gap: 9px; max-width: 100%; padding: 7px 15px 7px 13px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: 12px; font-size: 11px; font-weight: 800; letter-spacing: 0.13em; line-height: 1.45; text-transform: uppercase; color: #fff; margin-bottom: 22px; }
.pg-crumb::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #FDC327; flex-shrink: 0; }
.pg-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(40px, 7vw, 80px); font-weight: 700; line-height: 1; margin: 0 0 18px; }
.pg-hero p { max-width: 620px; font-size: clamp(15px, 1.7vw, 18px); line-height: 1.75; color: rgba(255,255,255,0.82); }

/* alternating rows */
.pg-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px);
  align-items: center; padding: clamp(54px, 8vw, 96px) 0;
}
.pg-alt-wrap { background: #f4f8fc; }
.pg-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: #FDC327; margin-bottom: 14px; }
.pg-eyebrow span { width: 22px; height: 3px; background: #FDC327; display: inline-block; }
.pg-row h2, .pg-center h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 4vw, 46px); font-weight: 700; color: #02528a; line-height: 1.05; margin: 0 0 18px; }
.pg-row p { font-size: 15px; line-height: 1.85; color: #51606f; margin-bottom: 14px; max-width: 520px; }
.pg-media { border-radius: 18px; overflow: hidden; box-shadow: 0 26px 56px rgba(13,27,75,0.18); aspect-ratio: 4/3; background: #e8eef5; }
.pg-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pg-media.contain { display: flex; align-items: center; justify-content: center; padding: 22px; background: #fff; }
.pg-media.contain img { object-fit: contain; }

/* stats strip */
.pg-stats { background: #02528a; color: #fff; padding: clamp(40px, 6vw, 64px) clamp(20px, 5vw, 56px); }
.pg-stats-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.pg-stat .n { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(38px, 5vw, 58px); font-weight: 800; color: #FDC327; line-height: 1; }
.pg-stat .l { font-size: 12.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-top: 8px; }

/* centered section intro */
.pg-center { text-align: center; max-width: 720px; margin: 0 auto; padding: clamp(54px,8vw,90px) 0 30px; }
.pg-center .pg-eyebrow { display: flex; justify-content: center; }
.pg-center h2 { display: block; }
.pg-center p { font-size: 15px; line-height: 1.8; color: #51606f; }

/* card grid */
.pg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-bottom: clamp(54px, 8vw, 92px); }
.pg-grid.two { grid-template-columns: repeat(2, 1fr); }
.pg-card { background: #fff; border: 1px solid #e7eef5; border-radius: 16px; padding: 28px 24px; transition: transform 0.2s, box-shadow 0.2s; }
.pg-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(13,27,75,0.12); }
.pg-card .ic { width: 46px; height: 46px; border-radius: 11px; background: rgba(2,82,138,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pg-card h3 { font-size: 18px; font-weight: 700; color: #02528a; margin: 0 0 8px; }
.pg-card p { font-size: 13.5px; line-height: 1.7; color: #61707f; margin: 0; }

/* product/category card with image */
.pg-cat { display: block; text-decoration: none; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #e7eef5; transition: transform 0.22s, box-shadow 0.22s; }
.pg-cat:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(13,27,75,0.16); }
.pg-cat .ph { aspect-ratio: 4/3; overflow: hidden; background: #f1f5f9; }
.pg-cat .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.pg-cat:hover .ph img { transform: scale(1.05); }
.pg-cat .bd { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pg-cat .bd h3 { font-size: 16px; font-weight: 700; color: #1f2733; margin: 0; }
.pg-cat .bd .ar { color: #02528a; flex-shrink: 0; }

/* list rows (investor docs / generic links) */
.pg-list { display: flex; flex-direction: column; gap: 0; padding-bottom: clamp(40px,6vw,76px); }
.pg-list .grp-h { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; color: #02528a; margin: 30px 0 6px; }
.pg-list a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 16px 4px; border-bottom: 1px solid #e7eef5; text-decoration: none; color: #28323d;
  font-size: 15px; font-weight: 600; transition: padding-left 0.2s, color 0.2s;
}
.pg-list a:hover { padding-left: 12px; color: #02528a; }
.pg-list a .ar { color: #FDC327; flex-shrink: 0; }

/* IR doc sub-group year headers + two-col doc layout */
.pg-list .yr-h { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #c79212; margin: 20px 0 0; }
.pg-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(32px,5vw,64px); align-items: start; }
@media (max-width: 760px){ .pg-cols { grid-template-columns: 1fr; } }

/* data table */
.pg-table-wrap { padding-bottom: clamp(40px,6vw,76px); overflow-x: auto; }
.pg-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.pg-table th { text-align: left; background: #02528a; color: #fff; font-weight: 700; padding: 14px 18px; font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; }
.pg-table th:first-child { border-radius: 10px 0 0 0; }
.pg-table th:last-child { border-radius: 0 10px 0 0; }
.pg-table td { padding: 13px 18px; border-bottom: 1px solid #e7eef5; color: #28323d; vertical-align: top; line-height: 1.5; }
.pg-table tr:nth-child(even) td { background: #f7fafd; }
.pg-table td .des { color: #6a7888; font-size: 13px; }
.pg-table a.dl { color: #02528a; font-weight: 700; text-decoration: none; white-space: nowrap; }
.pg-table a.dl:hover { text-decoration: underline; }
.pg-table .na { color: #9aa7b4; font-size: 13px; font-style: italic; }

/* prose policy pages */
.pg-prose { max-width: 840px; margin: 0 auto; padding-bottom: clamp(40px,6vw,76px); }
.pg-prose h3 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(22px,3vw,28px); color: #02528a; margin: 34px 0 10px; }
.pg-prose p { font-size: 15px; line-height: 1.85; color: #51606f; margin: 0 0 14px; }
.pg-prose ul { margin: 0 0 16px; padding-left: 22px; }
.pg-prose li { font-size: 14.5px; line-height: 1.8; color: #51606f; margin-bottom: 7px; }

/* doc download button */
.pg-dlbtn { display: inline-flex; align-items: center; gap: 10px; background: #FDC327; color: #0a2550; font-weight: 800; font-size: 14px; padding: 13px 26px; border-radius: 10px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.pg-dlbtn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(253,195,39,0.36); }

/* policy index grid (Policies page) */
.pg-pol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-bottom: clamp(40px,6vw,76px); }
.pg-pol a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border: 1px solid #e7eef5; border-radius: 12px; text-decoration: none; color: #28323d; font-size: 14.5px; font-weight: 600; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }
.pg-pol a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(13,27,75,0.1); border-color: #cfe0ee; color: #02528a; }
.pg-pol a .ar { color: #FDC327; flex-shrink: 0; }
@media (max-width: 760px){ .pg-pol { grid-template-columns: 1fr; } }

/* category sub-cat chips */
.pg-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding-bottom: 10px; }
.pg-chips a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid #dbe6f0; border-radius: 99px; font-size: 13.5px; font-weight: 600; color: #02528a; text-decoration: none; background: #f4f8fc; transition: transform 0.15s, box-shadow 0.15s; }
.pg-chips a:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(2,82,138,0.12); }
.pg-chips a b { font-weight: 800; color: #c79212; }
.pg-namelist { columns: 2; column-gap: clamp(24px,4vw,56px); padding-bottom: clamp(40px,6vw,76px); max-width: 980px; margin: 0 auto; }
.pg-namelist span { display: block; break-inside: avoid; padding: 11px 4px; border-bottom: 1px solid #eef3f8; font-size: 14px; color: #36424f; }
@media (max-width:680px){ .pg-namelist { columns: 1; } }

/* product detail */
.pg-product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px); padding: clamp(44px,6vw,76px) 0; align-items: start; }
.pg-product .imgwrap { background: linear-gradient(160deg,#f4f8fc,#e9f1f9); border-radius: 22px; padding: clamp(28px,4vw,48px); display: flex; align-items: center; justify-content: center; aspect-ratio: 1/1; }
.pg-product .imgwrap img { max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 22px 44px rgba(13,27,75,0.18)); }
.pg-product .cat { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: #c79212; }
.pg-product h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px,4vw,44px); color: #0d1b4b; line-height: 1.05; margin: 8px 0 16px; }
.pg-product .desc { font-size: 15px; line-height: 1.85; color: #51606f; margin-bottom: 22px; }
.pg-feat { list-style: none; margin: 0 0 26px; padding: 0; }
.pg-feat li { display: flex; gap: 11px; align-items: flex-start; padding: 10px 0; font-size: 14.5px; color: #36424f; border-bottom: 1px solid #eef3f8; }
.pg-feat li svg { flex-shrink: 0; color: #1F8A5B; margin-top: 1px; }
@media (max-width:820px){ .pg-product { grid-template-columns: 1fr; } }

/* blog/article cards */
.pg-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding-bottom: clamp(54px,8vw,92px); }
.pg-post { display: block; text-decoration: none; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #e7eef5; transition: transform 0.22s, box-shadow 0.22s; }
.pg-post:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(13,27,75,0.16); }
.pg-post .ph { aspect-ratio: 16/10; overflow: hidden; background: #eef3f8; }
.pg-post .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.pg-post:hover .ph img { transform: scale(1.05); }
.pg-post .bd { padding: 20px 22px 24px; }
.pg-post .tag { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #FDC327; }
.pg-post h3 { font-size: 17px; font-weight: 700; color: #1f2733; margin: 8px 0 8px; line-height: 1.35; }
.pg-post p { font-size: 13px; color: #647084; line-height: 1.65; margin: 0; }

/* contact */
.pg-contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px); padding: clamp(54px,8vw,90px) 0; align-items: start; }
.pg-field { margin-bottom: 16px; }
.pg-field label { display: block; font-size: 12.5px; font-weight: 700; color: #51606f; margin-bottom: 6px; }
.pg-field input, .pg-field textarea {
  width: 100%; border: 1.5px solid #d9e2ec; border-radius: 9px; padding: 12px 14px;
  font-family: inherit; font-size: 14px; color: #1f2733; background: #fff; transition: border-color 0.18s;
}
.pg-field input:focus, .pg-field textarea:focus { outline: none; border-color: #02528a; }
.pg-submit { background: #FDC327; color: #0a2550; border: none; border-radius: 9px; padding: 13px 28px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.pg-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(253,195,39,0.36); }
.pg-info-card { background: #f4f8fc; border-radius: 16px; padding: 28px; }
.pg-info-row { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e3ebf3; }
.pg-info-row:last-child { border-bottom: none; }
.pg-info-row .ic { width: 38px; height: 38px; border-radius: 9px; background: rgba(2,82,138,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pg-info-row h4 { font-size: 13px; font-weight: 700; color: #02528a; margin: 0 0 3px; }
.pg-info-row p, .pg-info-row a { font-size: 13.5px; color: #51606f; line-height: 1.6; margin: 0; text-decoration: none; }

/* footer */
.pg-foot { background: #02528a; color: #a8c4d8; }
.pg-foot-grid { max-width: 1280px; margin: 0 auto; padding: 48px 24px 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 36px; }
.pg-foot img { height: 44px; margin-bottom: 10px; }
.pg-foot .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
.pg-foot h4 { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin: 0 0 16px; }
.pg-foot ul { list-style: none; }
.pg-foot li { margin-bottom: 11px; }
.pg-foot a { font-size: 13px; color: #a8c4d8; text-decoration: none; transition: color 0.18s; }
.pg-foot a:hover { color: #FDC327; }
.pg-foot .contact { display: flex; flex-direction: column; gap: 9px; font-size: 12px; line-height: 1.6; }
.pg-copy { background: #FDC327; text-align: center; padding: 11px 24px; font-size: 12px; font-weight: 600; color: #1a1a1a; }

@media (max-width: 880px) {
  .pg-row { grid-template-columns: 1fr; }
  .pg-row .pg-media { order: -1; }
  .pg-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .pg-grid, .pg-grid.two, .pg-posts { grid-template-columns: 1fr; }
  .pg-contact { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════
   DOMS EDITORIAL KIT — centralised theme (accent + refinements)
   Change here → every content page updates.
   ════════════════════════════════════════════════════════════ */

/* 1 ── per-section accent palette (set via <body data-accent="…">) */
.pg-body { --gold:#FDC327; --accent:#02528a; --accent-deep:#073a66; --accent-darkest:#0d1b4b; }
.pg-body[data-accent="company"]  { --accent:#0d1b4b; --accent-deep:#10245c; --accent-darkest:#0a1538; }
.pg-body[data-accent="investor"] { --accent:#02528a; --accent-deep:#073a66; --accent-darkest:#0d1b4b; }
.pg-body[data-accent="engage"]   { --accent:#c8142a; --accent-deep:#8f0f1f; --accent-darkest:#5e0a15; }
.pg-body[data-accent="sustain"]  { --accent:#1F8A5B; --accent-deep:#156c46; --accent-darkest:#0e4d31; }
.pg-body[data-accent="legal"]    { --accent:#3f4a59; --accent-deep:#2a323d; --accent-darkest:#1c222a; }

/* 2 ── hero: accent-tinted gradient + signature drawn gold underline */
.pg-hero {
  background:
    radial-gradient(120% 140% at 88% 8%, rgba(255,255,255,0.07), transparent 60%),
    linear-gradient(158deg, var(--accent-darkest) 0%, var(--accent-deep) 52%, var(--accent) 100%);
}
.pg-hero::after {
  content:""; position:absolute; left:0; right:0; bottom:0; height:4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 32%, transparent 32%);
  opacity:0.9;
}
.pg-hero h1 { position:relative; display:inline-block; padding-bottom:18px; }
.pg-hero h1::after {
  content:""; position:absolute; left:2px; bottom:2px; height:5px; border-radius:3px;
  width: var(--rule, 0); max-width: 240px; background: var(--gold);
  transition: width 0.9s cubic-bezier(.2,.7,.2,1);
}
.kit-ready .pg-hero h1::after { --rule: 132px; }
.pg-crumb a { color: rgba(255,255,255,0.72); text-decoration:none; }
.pg-crumb a:hover { color:#fff; }

/* 3 ── headings & eyebrows pick up the accent (gold stays the signature mark) */
.pg-eyebrow { color: var(--accent); }
.pg-eyebrow span { background: var(--gold); }
.pg-row h2, .pg-center h2, .pg-list .grp-h, .pg-prose h3, .pg-product h2 { color: var(--accent-darkest); }
.pg-center h2 { position:relative; display:inline-block; padding-bottom:16px; }
.pg-center h2::after {
  content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:2px;
  width:56px; height:4px; border-radius:3px; background:var(--gold);
}

/* 4 ── refined surfaces: softer cards, accent detailing */
.pg-card, .pg-cat, .pg-post, .pg-pol a { border-color:#e8eef4; }
.pg-card .ic, .pg-info-row .ic { background: color-mix(in srgb, var(--accent) 9%, #fff); }
.pg-card .ic svg, .pg-info-row .ic svg { stroke: var(--accent); }
.pg-card h3, .pg-info-row h4, .pg-cat .bd .ar, .pg-product .cat { color: var(--accent); }
.pg-list a:hover, .pg-pol a:hover { color: var(--accent); }
.pg-list a .ar, .pg-pol a .ar, .pg-list a:hover { color: var(--gold); }
.pg-list a:hover .ar { color: var(--accent); }

/* tactile document cards for file lists (centralised premium upgrade) */
.pg-list a {
  border-bottom:none; border:1px solid #e8eef4; border-radius:13px; margin-bottom:10px;
  padding:16px 18px; background:#fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s, padding-left .18s;
}
.pg-list a::before {
  content:""; width:30px; height:30px; flex-shrink:0; border-radius:8px;
  background: color-mix(in srgb, var(--accent) 9%, #fff)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%2302528a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E") center/15px no-repeat;
  margin-right:2px;
}
.pg-list a { padding-left:18px; }
.pg-list a > .ar { margin-left:auto; }
.pg-list a span:first-child, .pg-list a:not(:has(.ar)) { }
.pg-list a:hover { transform:translateY(-2px); box-shadow:0 12px 26px rgba(13,27,75,.09); border-color:#d7e4f0; padding-left:18px; }
.pg-list .grp-h, .pg-list .yr-h { background:none; }
.pg-list .grp-h { margin-top:34px; }

/* tables & buttons & focus follow the accent */
.pg-table th { background: var(--accent); }
.pg-table a.dl, .pg-product h2 ~ * a { color: var(--accent); }
.pg-dlbtn, .pg-submit { box-shadow: 0 1px 0 rgba(0,0,0,0.02); }
.pg-field input:focus, .pg-field textarea:focus { border-color: var(--accent); box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent); }
.pg-info-row h4 { color: var(--accent); }

/* 5 ── scroll reveals (applied by kit.js; no-JS shows everything) */
.kit-ready .kit-rv { opacity:0; transform: translateY(22px); }
.kit-ready .kit-rv.kit-in { opacity:1; transform:none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: reduce) {
  .kit-ready .kit-rv, .kit-ready .pg-hero h1::after { opacity:1 !important; transform:none !important; --rule:132px !important; transition:none !important; }
}

/* ════════════════════════════════════════════════════════════
   6 ── MASTER RESPONSIVE LAYER  (uses !important to beat inline
   grid-template overrides written on individual elements, so every
   page collapses correctly on tablet & phone without per-page edits)
   ════════════════════════════════════════════════════════════ */

/* ── Tablet (≤1024px): 3–4 column grids step down to 2 ── */
@media (max-width: 1024px) {
  .pg-grid, .pg-posts { grid-template-columns: repeat(2, 1fr) !important; }
  .pg-stats-grid { grid-template-columns: repeat(4, 1fr); }   /* stats stay 4 — they're small */
  .pg-namelist { columns: 2; }
}

/* ── Small tablet / large phone (≤760px) ── */
@media (max-width: 760px) {
  .pg-row { grid-template-columns: 1fr !important; }
  .pg-row .pg-media { order: -1; }
  .pg-cols { grid-template-columns: 1fr !important; }
  .pg-contact { grid-template-columns: 1fr !important; }
  .pg-pol { grid-template-columns: 1fr !important; }
  .pg-stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .pg-product { grid-template-columns: 1fr !important; }
  .pd-trust { grid-template-columns: 1fr 1fr; }
}

/* ── Phone (≤560px): everything to a single readable column ── */
@media (max-width: 560px) {
  .pg-grid, .pg-grid.two, .pg-posts { grid-template-columns: 1fr !important; }
  .pg-namelist { columns: 1 !important; }
  .pg-chips { justify-content: flex-start; }
  .pg-hero h1 { font-size: clamp(34px, 9vw, 52px); }
  .pg-wrap { padding-left: 18px; padding-right: 18px; }
  .pg-info-card { padding: 22px 18px; }
  .pd-cta { flex-direction: column; align-items: stretch; }
  .pd-cta .pd-btn { justify-content: center; }
}

/* ── Touch targets: links/buttons comfortable on mobile ── */
@media (hover: none) and (pointer: coarse) {
  .pg-list a { min-height: 44px; }
  .rail-link, .sub-chip, .pd-arw { min-height: 40px; }
}

/* never allow horizontal page scroll (root clip is safe for position:sticky) */
html { overflow-x: clip; }
@media (max-width: 760px) {
  body { overflow-x: clip; }
}
img { max-width: 100%; }
