/* =========================================================================
 * KT Plus Innovation — site stylesheet (ktpi-claude theme)
 * Warm Natural Premium design system
 *
 * Sections in this file:
 *   1. Design tokens (:root) + base reset
 *   2. Header, navigation, language switch
 *   3. Home page (hero, trust strip, strengths, products, audiences, impact)
 *   4. Shared section/card/button primitives
 *   5. Products, Impact, Contact page sections
 *   6. Footer
 *   7. Responsive breakpoints
 *   8. WordPress integration + accessibility
 * ========================================================================= */

:root {
  --forest: #103f2d;
  --forest-deep: #0a3022;
  --forest-soft: #315d4a;
  --gold: #b88a2e;
  --gold-light: #d8b66b;
  --cream: #f7f1e6;
  --cream-deep: #eee2cf;
  --sage: #eaf1ec;
  --paper: #fffdf9;
  --ink: #173027;
  --muted: #647067;
  --line: #103f2d29;
  --shadow: 0 22px 60px #1c2f241c;
  --shell: min(1240px, calc(100vw - 48px));
  --sans: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
  --serif: Georgia, "Noto Serif Thai", "Th Sarabun New", serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizelegibility;
  margin: 0;
  font-size: 16px;
  line-height: 1.7
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit
}

button,
a {
  -webkit-tap-highlight-color: transparent
}

a {
  color: inherit;
  text-decoration: none
}

img {
  display: block
}

::selection {
  background: var(--gold-light);
  color: var(--forest-deep)
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px
}

.shell {
  width: var(--shell);
  margin: 0 auto
}

.review-bar {
  background: var(--forest-deep);
  color: #f5ead5;
  letter-spacing: .07em;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 6px 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex
}

.review-dot {
  background: var(--gold-light);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #d8b66b29
}

.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fffdf9f0;
  border-bottom: 1px solid #b88a2e38;
  position: sticky;
  top: 0
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  height: 88px;
  display: flex
}

.wordmark {
  color: var(--forest);
  font-family: var(--serif);
  flex-direction: column;
  flex: none;
  line-height: 1;
  display: inline-flex;
  position: relative
}

.wordmark:after {
  content: "";
  background: var(--gold);
  transform-origin: 0;
  width: 28px;
  height: 1px;
  position: absolute;
  top: 23px;
  right: -39px;
  transform: rotate(-38deg)
}

.wordmark-main {
  letter-spacing: .12em;
  font-size: 28px
}

.wordmark-sub {
  font-family: var(--sans);
  letter-spacing: .52em;
  margin-top: 7px;
  padding-left: 4px;
  font-size: 9px;
  font-weight: 700
}

.desktop-nav {
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  display: flex
}

.desktop-nav a {
  color: #2f423a;
  white-space: nowrap;
  padding: 11px 0;
  font-size: 13px;
  font-weight: 650;
  position: relative
}

.desktop-nav a:after {
  content: "";
  background: var(--gold);
  height: 1px;
  transition: left .18s, right .18s;
  position: absolute;
  bottom: 4px;
  left: 50%;
  right: 50%
}

.desktop-nav a:hover:after,
.desktop-nav a.active:after {
  left: 0;
  right: 0
}

.desktop-nav a.active {
  color: var(--forest)
}

.header-actions {
  align-items: center;
  gap: 18px;
  display: flex
}

.header-cta {
  background: var(--forest);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 750;
  transition: background .16s, transform .16s;
  display: inline-flex;
  box-shadow: 0 10px 24px #103f2d29
}

.header-cta:hover {
  background: var(--forest-deep);
  transform: translateY(-1px)
}

.language-switch {
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 650;
  display: inline-flex
}

.language-switch i {
  background: #b88a2e99;
  width: 1px;
  height: 16px
}

.language-switch span {
  color: #899089
}

.language-switch .selected {
  color: var(--forest)
}

.mobile-nav {
  display: none
}

.home-hero {
  background: var(--cream);
  align-items: stretch;
  min-height: 720px;
  display: flex;
  position: relative;
  overflow: hidden
}

.hero-image {
  object-fit: cover;
  object-position: center
}

.hero-wash {
  background: linear-gradient(90deg, #fcf8effc 0%, #fcf8eff5 33%, #fcf8ef80 56%, #fcf8ef00 74%), linear-gradient(#0000 58%, #fffdf91f);
  position: absolute;
  inset: 0
}

.hero-content {
  z-index: 2;
  align-items: center;
  padding: 78px 0 100px;
  display: flex;
  position: relative
}

.hero-copy {
  max-width: 675px
}

.eyebrow {
  color: var(--forest);
  letter-spacing: .2em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex
}

.eyebrow:before {
  content: "";
  background: var(--gold);
  width: 36px;
  height: 1px
}

.eyebrow.light-text {
  color: #f4e8d4
}

.home-hero h1,
.inner-hero h1,
.impact-hero h1,
.contact-hero h1,
.policy-page h1 {
  color: var(--forest);
  font-family: var(--serif);
  letter-spacing: -.035em;
  margin: 24px 0;
  font-size: clamp(43px, 5.1vw, 74px);
  font-weight: 500;
  line-height: 1.08
}

.home-hero p,
.inner-hero p,
.contact-hero p {
  color: #4f5d55;
  max-width: 650px;
  margin: 0;
  font-size: 17px;
  line-height: 1.85
}

.button-row {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  display: flex
}

.button {
  border: 1px solid #0000;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 50px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 750;
  transition: background .18s, border-color .18s, color .18s, transform .18s;
  display: inline-flex
}

.button:hover {
  transform: translateY(-2px)
}

.button.primary {
  background: var(--forest);
  color: #fff
}

.button.primary:hover {
  background: var(--forest-deep)
}

.button.secondary {
  color: var(--forest);
  background: #fffdf973;
  border-color: #b88a2ead
}

.button.secondary:hover {
  background: var(--gold);
  color: #fff
}

.button.light {
  background: var(--cream);
  color: var(--forest)
}

.concept-note {
  color: #7b6a4e;
  letter-spacing: .025em;
  margin-top: 18px;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
  display: block
}

.trust-strip {
  z-index: 3;
  margin-top: -28px;
  position: relative
}

.trust-grid {
  min-height: 95px;
  box-shadow: var(--shadow);
  background: #fffdf9f5;
  border: 1px solid #b88a2e42;
  border-radius: 12px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: hidden
}

.trust-grid>div {
  border-right: 1px solid var(--line);
  align-items: center;
  gap: 18px;
  padding: 22px 34px;
  display: flex
}

.trust-grid>div:last-child {
  border-right: none
}
/* แก้ไข 18-08-2026 */
.trust-grid > div > span,
.strength-card > span,
.challenge-grid article > span,
.package-grid article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 17px;
}

.trust-grid strong {
  color: var(--forest);
  font-size: 13px;
  font-weight: 750
}

.section {
  padding: 112px 0
}

.section.tinted {
  background: var(--cream)
}

.section-title {
  max-width: 720px
}

.section-title.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.section-title.centered .eyebrow {
  justify-content: center
}

.section-title h2,
.impact-teaser h2,
.document-cta h2,
.commitment-section h2 {
  color: var(--forest);
  font-family: var(--serif);
  letter-spacing: -.025em;
  margin: 18px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.18
}

.section-title>p {
  color: var(--muted);
  margin: 20px 0 0;
  font-size: 16px
}

.split-intro {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: start;
  gap: 90px;
  display: grid
}

.large-copy {
  padding-top: 31px
}

.large-copy p {
  color: #48574f;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 2
}

.text-link,
.product-card>a,
.package-grid a,
.product-links a {
  color: var(--forest);
  letter-spacing: .035em;
  font-size: 12px;
  font-weight: 800
}

.text-link:hover,
.product-card>a:hover,
.package-grid a:hover,
.product-links a:hover {
  color: var(--gold)
}

.strength-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 60px;
  display: grid
}

.strength-card {
  background: #fffdf9bd;
  border: 1px solid #b88a2e33;
  border-radius: 10px;
  min-height: 280px;
  padding: 34px 28px;
  transition: box-shadow .18s, transform .18s
}

.strength-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px #2c3f3414
}

.strength-card h3,
.product-card h3,
.product-card h2,
.challenge-grid h3,
.solutions-list h3,
.package-grid h3,
.contact-card h2 {
  color: var(--forest);
  font-family: var(--serif);
  margin: 42px 0 13px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.32
}

.strength-card p,
.product-card p,
.challenge-grid p,
.solutions-list p,
.package-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.8
}

.section-heading-row {
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 54px;
  display: flex
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid
}

.product-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #f7f1e68c, #ffffffe6), var(--paper);
  border-radius: 12px;
  flex-direction: column;
  min-height: 390px;
  padding: 30px 28px;
  display: flex;
  position: relative;
  overflow: hidden
}

.product-card:after {
  content: "";
  border: 1px solid #b88a2e33;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: -60px;
  right: -60px
}

.product-number {
  color: #103f2d2e;
  font-family: var(--serif);
  font-size: 58px;
  line-height: 1
}

.status {
  background: var(--sage);
  width: fit-content;
  color: var(--forest);
  letter-spacing: .09em;
  text-transform: uppercase;
  border-radius: 99px;
  margin-top: 24px;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex
}

.status.custom {
  color: #7c5c1b;
  background: #f2e6c9
}

.product-card h3,
.product-card h2 {
  margin-top: 20px
}

.product-card>a {
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  position: relative
}

.audience-section {
  background: var(--sage)
}

.audience-layout {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid
}

.audience-list {
  grid-template-columns: repeat(2, 1fr);
  display: grid
}

.audience-list>div {
  border-bottom: 1px solid #103f2d24;
  align-items: center;
  gap: 18px;
  min-height: 100px;
  padding: 20px 22px;
  display: flex
}

.audience-list span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px
}

.audience-list strong {
  color: var(--forest);
  font-size: 13px;
  font-weight: 700
}

.impact-teaser {
  background: var(--forest-deep);
  align-items: center;
  min-height: 650px;
  display: flex;
  position: relative;
  overflow: hidden
}

.impact-teaser>img {
  object-fit: cover;
  object-position: center
}

.impact-overlay {
  background: linear-gradient(90deg, #062a1df5 0%, #072e1fe6 46%, #072e1f24 78%);
  position: absolute;
  inset: 0
}

.impact-teaser-content {
  z-index: 2;
  color: #fff;
  padding: 90px 0;
  position: relative
}

.impact-teaser-content>* {
  max-width: 670px
}

.impact-teaser h2,
.commitment-section h2 {
  color: #fff
}

.impact-teaser p {
  color: #ffffffc7;
  margin: 24px 0 0;
  font-size: 17px
}

.impact-teaser .button.secondary {
  color: #fff
}

.impact-teaser .concept-note,
.impact-hero .concept-note {
  color: #ffffffa3
}

.inner-hero {
  background: radial-gradient(circle at 10% 10%, #b88a2e14, transparent 33%), var(--cream);
  padding: 86px 0 88px
}

.inner-hero-grid {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: 70px;
  display: grid
}

.inner-hero h1 {
  font-size: clamp(42px, 4.4vw, 66px)
}

.inner-hero-media {
  height: 560px;
  box-shadow: var(--shadow);
  border-radius: 16px 16px 80px;
  margin: 0;
  position: relative;
  overflow: hidden
}

.inner-hero-media img {
  object-fit: cover
}

.inner-hero-media .concept-note,
.contact-visual .concept-note {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #fffdf9e0;
  border-radius: 5px;
  margin: 0;
  padding: 8px 11px;
  position: absolute;
  bottom: 15px;
  left: 18px;
  right: 18px
}

.catalogue-grid {
  grid-template-columns: repeat(2, 1fr)
}

.product-card.detailed {
  min-height: 350px
}

.custom-card {
  background: linear-gradient(135deg, #103f2dfa, #1c523aed), var(--forest)
}

.custom-card .product-number {
  color: #ffffff2e
}

.custom-card h2,
.custom-card p,
.custom-card .product-links a {
  color: #fff
}

.product-links {
  z-index: 1;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  position: relative
}

.application-grid {
  background: #fffdf9b8;
  border: 1px solid #b88a2e38;
  border-radius: 12px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 60px;
  display: grid;
  overflow: hidden
}

.application-grid>div {
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
  min-height: 175px;
  padding: 28px 22px;
  display: flex
}

.application-grid>div:last-child {
  border-right: none
}

.application-grid span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 16px
}

.application-grid strong {
  color: var(--forest);
  font-size: 13px;
  line-height: 1.6
}

.solutions-list {
  border-top: 1px solid var(--line);
  margin-top: 54px
}

.solutions-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 70px minmax(210px, .65fr) minmax(0, 1.35fr);
  align-items: baseline;
  gap: 24px;
  padding: 30px 4px;
  display: grid
}

.solutions-list article>span {
  color: var(--gold);
  font-family: var(--serif)
}

.solutions-list h3 {
  margin: 0;
  font-size: 20px
}

.solutions-list p {
  margin: 0;
  font-size: 14px
}

.document-cta {
  background: var(--sage);
  padding: 76px 0
}

.document-cta-inner {
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  display: flex
}

.document-cta-inner>div {
  max-width: 810px
}

.document-cta h2 {
  font-size: clamp(30px, 3.2vw, 44px)
}

.document-cta p {
  color: var(--muted);
  margin: 18px 0 0
}

.impact-hero {
  background: var(--forest-deep);
  align-items: center;
  min-height: 690px;
  display: flex;
  position: relative;
  overflow: hidden
}

.impact-hero>img {
  object-fit: cover;
  object-position: center
}

.impact-hero-overlay {
  background: linear-gradient(90deg, #072c1ef5 0%, #072c1ed6 47%, #072c1e1a 78%);
  position: absolute;
  inset: 0
}

.impact-hero-content {
  z-index: 2;
  color: #fff;
  padding: 88px 0;
  position: relative
}

.impact-hero-content>* {
  max-width: 720px
}

.impact-hero h1 {
  color: #fff
}

.impact-hero p {
  color: #fffc;
  margin: 0;
  font-size: 17px;
  line-height: 1.9
}

.challenge-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 58px;
  display: grid
}

.challenge-grid article {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 10px;
  min-height: 290px;
  padding: 30px 24px
}

.challenge-grid h3 {
  margin-top: 40px;
  font-size: 20px
}

.value-section {
  background: var(--forest)
}

.value-section .section-title h2,
.value-section .section-title p {
  color: #fff
}

.value-section .eyebrow {
  color: #eadbbd
}

.value-chain {
  border: 1px solid #ffffff26;
  border-radius: 13px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 62px;
  display: grid;
  overflow: hidden
}

.value-chain article {
  border-right: 1px solid #ffffff24;
  min-height: 275px;
  padding: 28px 24px
}

.value-chain article:last-child {
  border-right: none
}

.value-chain article>span {
  color: var(--gold-light);
  font-family: var(--serif)
}

.value-chain h3 {
  color: #fff;
  font-family: var(--serif);
  margin: 55px 0 12px;
  font-size: 20px;
  font-weight: 500
}

.value-chain p {
  color: #ffffffa3;
  margin: 0;
  font-size: 12px
}

.package-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 60px;
  display: grid
}

.package-grid article {
  background: #fffdf9c2;
  border: 1px solid #b88a2e38;
  border-radius: 10px;
  flex-direction: column;
  min-height: 340px;
  padding: 30px 27px;
  display: flex
}

.package-grid h3 {
  margin-top: 46px
}

.package-grid a {
  margin-top: auto;
  padding-top: 26px
}

.measurement-section {
  background: radial-gradient(circle at 95% 15%, #b88a2e14, transparent 27%), var(--paper)
}

.measurement-grid {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid
}

.metric-list {
  border-top: 1px solid var(--line)
}

.metric-list>div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 12px minmax(180px, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  display: grid
}

.metric-list>div>span {
  background: var(--gold);
  border-radius: 50%;
  width: 7px;
  height: 7px
}

.metric-list strong {
  color: var(--forest);
  font-size: 13px
}

.metric-list em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal
}

.commitment-section {
  background: var(--forest-deep);
  color: #fff;
  padding: 94px 0
}

.commitment-inner {
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  display: grid
}

.commitment-section p {
  color: #ffffffc2;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.95
}

.contact-hero {
  background: var(--cream);
  padding: 80px 0
}

.contact-hero-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 80px;
  display: grid
}

.contact-hero h1 {
  font-size: clamp(42px, 4.5vw, 66px)
}

.contact-visual {
  height: 390px;
  box-shadow: var(--shadow);
  border-radius: 14px 14px 70px;
  position: relative;
  overflow: hidden
}

.contact-visual>img {
  object-fit: cover
}

.contact-section {
  background: var(--paper)
}

.contact-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  align-items: start;
  gap: 56px;
  display: grid
}

.form-wrap {
  background: #fff;
  border: 1px solid #b88a2e3d;
  border-radius: 16px;
  padding: 44px;
  box-shadow: 0 22px 70px #21372a12
}

.inquiry-form {
  margin-top: 42px
}

.form-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid
}

.form-grid label {
  color: var(--forest);
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
  display: flex
}

.form-grid label>span {
  color: #a44733
}

.form-grid .wide {
  grid-column: 1/-1
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  color: #293c33;
  background: #fffefa;
  border: 1px solid #103f2d30;
  border-radius: 7px;
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 500;
  transition: border-color .16s, box-shadow .16s
}

.form-grid textarea {
  resize: vertical;
  min-height: 140px
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 4px #b88a2e1a
}

.consent {
  color: var(--muted);
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  margin: 22px 0;
  font-size: 11px;
  font-weight: 500;
  display: grid
}

.consent input {
  width: 17px;
  height: 17px;
  accent-color: var(--forest);
  margin: 3px 0 0
}

.form-submit {
  cursor: pointer;
  border: none;
  width: 100%
}

.form-notice {
  background: #fbf4e4;
  border: 1px solid #b88a2e61;
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px 18px
}

.form-notice strong {
  color: var(--forest);
  font-size: 13px
}

.form-notice p {
  color: #6e624e;
  margin: 5px 0 0;
  font-size: 11px
}

.contact-sidebar {
  gap: 16px;
  display: grid
}

.contact-card {
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 12px;
  padding: 28px
}

.contact-card>span {
  color: var(--gold);
  font-family: var(--serif)
}

.contact-card h2 {
  margin: 22px 0 16px;
  font-size: 22px
}

.contact-card strong,
.contact-card a {
  color: var(--forest);
  font-size: 13px;
  display: block
}

.contact-card p {
  color: var(--muted);
  margin: 4px 0;
  font-size: 12px
}

.contact-card em {
  color: #7f6843;
  margin-top: 18px;
  font-size: 10px;
  font-style: normal;
  display: block
}

.contact-card ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.contact-card li {
  color: var(--muted);
  border-bottom: 1px solid #103f2d1a;
  padding: 8px 0;
  font-size: 12px
}

.contact-card li:last-child {
  border-bottom: none
}

.preview-card {
  background: var(--sage)
}

.policy-page {
  background: var(--cream);
  min-height: 70vh
}

.policy-shell {
  max-width: 920px
}

.policy-page h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 5vw, 66px)
}

.policy-lead {
  color: #7a6540;
  max-width: 720px;
  margin: 0 0 60px;
  font-size: 17px
}

.policy-content {
  background: var(--paper);
  border: 1px solid #b88a2e38;
  border-radius: 16px;
  padding: 50px
}

.policy-content h2 {
  color: var(--forest);
  font-family: var(--serif);
  margin: 42px 0 12px;
  font-size: 25px;
  font-weight: 500
}

.policy-content h2:first-child {
  margin-top: 0
}

.policy-content p {
  color: var(--muted);
  margin: 0
}

.site-footer {
  background: var(--forest-deep);
  color: #fff;
  padding: 76px 0 0
}

.footer-grid {
  grid-template-columns: 1.5fr repeat(3, .7fr);
  gap: 64px;
  display: grid
}

.wordmark.light {
  color: #fff
}

.footer-grid>div:first-child p {
  color: #ffffff94;
  max-width: 390px;
  margin: 28px 0 0;
  font-size: 12px
}

.footer-grid>div:not(:first-child) {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex
}

.footer-grid strong {
  color: #ead5aa;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px
}

.footer-grid a,
.footer-grid span {
  color: #ffffffa8;
  font-size: 11px
}

.footer-grid a:hover {
  color: #fff
}

.footer-grid .pending-contact {
  color: #c6a96c;
  font-size: 9px
}

.footer-base {
  color: #ffffff6b;
  letter-spacing: .04em;
  border-top: 1px solid #ffffff1c;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  padding: 22px 0;
  font-size: 9px;
  display: flex
}

/* =========================================================================
 * Responsive breakpoints
 * ========================================================================= */

@media (width<=1120px) {
  .desktop-nav {
    gap: 18px
  }

  .desktop-nav a {
    font-size: 11px
  }

  .header-cta {
    display: none
  }

  .strength-grid,
  .product-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .challenge-grid,
  .value-chain {
    grid-template-columns: repeat(3, 1fr)
  }

  .value-chain article {
    border-bottom: 1px solid #ffffff24
  }

  .application-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .application-grid>div {
    border-bottom: 1px solid var(--line)
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, .7fr);
    gap: 35px
  }
}

@media (width<=860px) {
  :root {
    --shell: min(100% - 32px, 720px)
  }

  .review-bar {
    min-height: 38px;
    font-size: 9px
  }

  .header-inner {
    height: 74px
  }

  .wordmark-main {
    font-size: 23px
  }

  .wordmark-sub {
    font-size: 7px
  }

  .desktop-nav,
  .header-actions {
    display: none
  }

  .mobile-nav {
    display: block;
    position: relative
  }

  .mobile-nav summary {
    border: 1px solid var(--line);
    cursor: pointer;
    border-radius: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    list-style: none;
    display: flex
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none
  }

  .mobile-nav summary span {
    background: var(--forest);
    width: 18px;
    height: 1px
  }

  .mobile-panel {
    border: 1px solid var(--line);
    background: var(--paper);
    width: min(320px, 100vw - 32px);
    box-shadow: var(--shadow);
    border-radius: 10px;
    flex-direction: column;
    padding: 12px;
    display: flex;
    position: absolute;
    top: 51px;
    right: 0
  }

  .mobile-panel a {
    color: var(--forest);
    border-bottom: 1px solid #103f2d14;
    padding: 12px;
    font-size: 12px;
    font-weight: 700
  }

  .home-hero {
    min-height: 730px
  }

  .hero-image {
    object-position: 65% center
  }

  .hero-wash {
    background: linear-gradient(90deg, #fcf8effa 0%, #fcf8efe6 58%, #fcf8ef59 100%)
  }

  .hero-content {
    align-items: flex-end;
    padding: 120px 0 70px
  }

  .hero-copy {
    max-width: 600px
  }

  .home-hero h1,
  .inner-hero h1,
  .impact-hero h1,
  .contact-hero h1 {
    font-size: clamp(39px, 9vw, 58px)
  }

  .trust-grid {
    grid-template-columns: 1fr
  }

  .trust-grid>div {
    border-right: none;
    border-bottom: 1px solid var(--line);
    min-height: 70px
  }

  .trust-grid>div:last-child {
    border-bottom: none
  }

  .section {
    padding: 82px 0
  }

  .split-intro,
  .audience-layout,
  .inner-hero-grid,
  .measurement-grid,
  .commitment-inner,
  .contact-hero-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .strength-grid,
  .product-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .product-card {
    min-height: 360px
  }

  .audience-list {
    grid-template-columns: 1fr
  }

  .impact-teaser {
    min-height: 700px
  }

  .impact-overlay,
  .impact-hero-overlay {
    background: linear-gradient(90deg, #062a1df0, #062a1d8f)
  }

  .inner-hero-media {
    order: -1;
    height: 430px
  }

  .application-grid,
  .value-chain {
    grid-template-columns: repeat(2, 1fr)
  }

  .solutions-list article {
    grid-template-columns: 50px 1fr
  }

  .solutions-list article p {
    grid-column: 2
  }

  .challenge-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .document-cta-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .impact-hero {
    min-height: 720px
  }

  .contact-visual {
    order: -1;
    height: 340px
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (width<=560px) {
  :root {
    --shell: calc(100vw - 28px)
  }

  body {
    font-size: 15px
  }

  .review-bar {
    letter-spacing: 0
  }

  .wordmark:after {
    display: none
  }

  .home-hero {
    min-height: 700px
  }

  .home-hero p,
  .inner-hero p,
  .contact-hero p,
  .impact-hero p {
    font-size: 14px
  }

  .button-row,
  .button {
    width: 100%
  }

  .section-title h2,
  .impact-teaser h2,
  .document-cta h2,
  .commitment-section h2 {
    font-size: 35px
  }

  .section-heading-row {
    flex-direction: column;
    align-items: stretch
  }

  .strength-grid,
  .product-grid,
  .catalogue-grid,
  .package-grid,
  .challenge-grid,
  .application-grid,
  .value-chain {
    grid-template-columns: 1fr
  }

  .strength-card,
  .product-card,
  .challenge-grid article,
  .package-grid article {
    min-height: auto
  }

  .application-grid>div {
    border-right: none;
    min-height: 130px
  }

  .value-chain article {
    border-right: none;
    min-height: auto
  }

  .impact-teaser {
    min-height: 760px
  }

  .impact-teaser>img,
  .impact-hero>img {
    object-position: 62% center
  }

  .impact-overlay,
  .impact-hero-overlay {
    background: linear-gradient(#062a1d57 0%, #062a1dc2 34%, #062a1df0 100%)
  }

  .inner-hero-media {
    border-radius: 12px 12px 44px;
    height: 300px
  }

  .metric-list>div {
    grid-template-columns: 12px 1fr
  }

  .metric-list em {
    grid-column: 2
  }

  .form-wrap {
    padding: 28px 18px
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .form-grid .wide {
    grid-column: auto
  }

  .contact-visual {
    height: 280px
  }

  .policy-content {
    padding: 30px 22px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-base {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  :before,
  :after {
    transition-duration: .01ms !important
  }
}

/* WordPress integration and accessibility */
.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  z-index: 9999;
  background: #fff;
  color: #103f2d;
  padding: .75rem 1rem
}

.skip-link:focus {
  top: 1rem
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important
}

.form-status {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: .35rem;
  display: none
}

.form-status.is-visible {
  display: block
}

.form-status.success {
  background: #eaf1ec;
  color: #103f2d
}

.form-status.error {
  background: #fff0ed;
  color: #8a241f
}

.inquiry-form [aria-invalid="true"] {
  outline: 2px solid #a82e25;
  outline-offset: 2px
}

body.admin-bar .site-header {
  top: 32px
}

@media(max-width:782px) {
  body.admin-bar .site-header {
    top: 46px
  }
}

/* Hide concept-image review notices */
.concept-note {
  display: none !important;
}

/* set no-wrap v1 18-08-2026*/
.no-wrap {
  white-space: nowrap;
}