:root {
  --ink: #202522;
  --green: #153f36;
  --green-2: #2f6a5b;
  --mist: #e6ece8;
  --paper: #f4f6f4;
  --white: #ffffff;
  --rust: #b95033;
  --line: #c9d1cc;
  --muted: #66706a;
  --header-h: 72px;
  --shell: min(1240px, calc(100% - 64px));
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { letter-spacing: 0; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, summary, input, select, textarea { outline-color: var(--rust); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}
h1 { font-size: 64px; }
h2 { font-size: 44px; }
h3 { font-size: 30px; }
p { margin-bottom: 0; }
ul { margin: 0; padding-left: 1.2em; }
li + li { margin-top: 8px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--white);
  color: var(--green);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  min-height: var(--header-h);
  padding: 0 32px;
  border-bottom: 1px solid rgba(32, 37, 34, .16);
  background: rgba(244, 246, 244, .96);
  backdrop-filter: blur(14px);
}
.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  width: max-content;
  color: var(--green);
  text-decoration: none;
}
.wordmark span { font-family: var(--serif); font-size: 21px; line-height: 1; }
.wordmark small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(12px, 1.8vw, 30px); }
.desktop-nav a, .header-cta {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-whatsapp {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.header-whatsapp:hover { text-decoration: underline; }
.language-menu { position: relative; }
.language-menu summary {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu > div {
  position: absolute;
  top: 44px;
  right: 0;
  display: grid;
  min-width: 150px;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 36, 30, .14);
}
.language-menu a { padding: 9px 10px; font-size: 12px; text-decoration: none; }
.language-menu a:hover, .language-menu a[aria-current="page"] { color: var(--white); background: var(--green); }
.header-cta {
  padding: 11px 16px;
  border: 1px solid var(--green);
  color: var(--green);
}
.header-cta:hover { color: var(--white); background: var(--green); }
.mobile-menu { display: none; }
.mobile-menu summary { list-style: none; padding: 10px 0; font-size: 13px; font-weight: 700; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: var(--header-h); right: 0; left: 0; display: grid; max-height: calc(100svh - var(--header-h)); overflow-y: auto; overscroll-behavior: contain; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
.mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; text-decoration: none; }
.mobile-menu nav > a[data-whatsapp] { color: var(--rust); font-family: var(--sans); font-size: 15px; white-space: nowrap; }
body.menu-open { overflow: hidden; }
body.menu-open .floating-whatsapp { opacity: 0; pointer-events: none; }
.mobile-languages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding-top: 18px; }
.mobile-menu nav .mobile-languages a { padding: 9px 8px; border: 1px solid var(--line); font-family: var(--sans); font-size: 12px; text-align: center; }
.mobile-menu nav .mobile-languages a[aria-current="page"] { color: var(--white); background: var(--green); }

.section-shell { width: var(--shell); margin-inline: auto; padding-block: 112px; }
.kicker {
  margin-bottom: 14px;
  color: var(--rust);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-intro { display: grid; grid-template-columns: 160px minmax(0, 650px) minmax(220px, 1fr); align-items: end; gap: 28px; margin-bottom: 48px; }
.section-intro .kicker { align-self: start; }
.section-intro p:last-child { max-width: 440px; color: var(--muted); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.button.light { color: var(--green); background: var(--white); border-color: var(--white); }
.button.light:hover { color: var(--white); background: var(--green); border-color: var(--green); }
.button.ghost-light { color: var(--ink); background: rgba(255, 255, 255, .5); border-color: var(--ink); }
.button.ghost-light:hover { color: var(--white); background: var(--ink); }
.button.dark { color: var(--white); background: var(--green); border-color: var(--green); }
.button.dark:hover { color: var(--green); background: transparent; }

.home-hero {
  position: relative;
  min-height: 620px;
  height: calc(100svh - 112px);
  max-height: 860px;
  overflow: hidden;
  background: #d9ddd9;
}
.home-hero picture, .home-hero .hero-image { width: 100%; height: 100%; }
.home-hero .hero-image { object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: rgba(20, 27, 24, .3); pointer-events: none; }
.hero-content {
  position: absolute;
  top: 50%;
  left: max(32px, calc((100% - 1240px) / 2));
  width: min(560px, calc(100% - 64px));
  transform: translateY(-50%);
  color: var(--white);
}
.hero-content .kicker { color: #f0a58f; }
.hero-content h1 { max-width: 560px; margin-bottom: 24px; font-size: 58px; }
.hero-content > p:not(.kicker) { max-width: 480px; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.hero-content .button.ghost-light { color: var(--white); background: rgba(0, 0, 0, .14); border-color: var(--white); }
.hero-content .button.ghost-light:hover { color: var(--ink); background: var(--white); }
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 40px;
  background: var(--green);
  color: var(--white);
}
.proof-strip span { display: grid; place-items: center; min-height: 40px; padding: 8px 12px; border-right: 1px solid rgba(255,255,255,.22); font-size: 11px; font-weight: 700; text-align: center; text-transform: uppercase; }

.project-tile { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.project-image { display: block; overflow: hidden; background: #d6dbd8; }
.project-image img { aspect-ratio: 16 / 9; object-fit: cover; transition: transform .45s ease; }
.project-image:hover img { transform: scale(1.015); }
.project-meta { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.project-meta h2, .project-meta h3 { margin-bottom: 8px; font-size: 30px; }
.project-meta p:not(.kicker) { color: var(--muted); font-size: 13px; }

.pathway-section { background: var(--white); }
.pathway-list { border-top: 1px solid var(--line); }
.pathway {
  display: grid;
  grid-template-columns: 200px 1fr 32px;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.pathway span { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.pathway strong { font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.1; }
.pathway i { color: var(--rust); font-size: 20px; font-style: normal; transition: transform .2s ease; }
.pathway:hover i { transform: translate(4px, -4px); }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-grid article img { aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 24px; }
.service-grid article h3 { max-width: 520px; margin-bottom: 22px; }
.design-supply { display: grid; grid-template-columns: 1.45fr .8fr; min-height: 680px; background: var(--green); color: var(--white); }
.design-supply-image img { width: 100%; height: 100%; object-fit: cover; }
.design-supply-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(32px, 6vw, 96px); }
.design-supply-copy .kicker { color: #e58b70; }
.design-supply-copy h2 { margin-bottom: 24px; }
.design-supply-copy p:not(.kicker) { margin-bottom: 32px; color: #dce4df; }
.design-supply-copy .text-link { color: var(--white); }

.client-journey { background: var(--white); }
.journey-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}
.journey-step {
  min-width: 0;
  min-height: 270px;
  padding: 26px 22px 28px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.journey-step + .journey-step { margin-top: 0; }
.journey-step:last-child { border-right: 0; }
.journey-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 36px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  background: var(--white);
  font-size: 11px;
  font-weight: 700;
}
.journey-owner {
  display: block;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.owner-you .journey-owner { color: var(--rust); }
.owner-together .journey-owner { color: var(--green-2); }
.owner-wholeform .journey-owner { color: var(--muted); }
.journey-step h3 { margin-bottom: 12px; font-size: 25px; }
.journey-step p { color: var(--muted); font-size: 14px; line-height: 1.5; }
.journey-start {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.journey-start .kicker { margin: 0; }
.journey-start > p:not(.kicker) { max-width: 620px; color: var(--muted); }
.journey-start > div { display: flex; align-items: center; gap: 22px; }
.journey-start .button { flex: 0 0 auto; }
.quality-split { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--white); }
.quality-split > div:first-child img { height: 100%; min-height: 640px; object-fit: cover; }
.quality-split > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(32px, 7vw, 108px); }
.quality-split h2 { margin-bottom: 24px; }
.quality-split p:not(.kicker) + p { margin-top: 16px; }
.quality-split .text-link { margin-top: 32px; }
.final-cta { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 480px; background: var(--mist); }
.final-cta > div:first-child img { width: 100%; height: 100%; object-fit: cover; }
.final-cta > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(32px, 6vw, 88px); }
.final-cta h2 { margin-bottom: 16px; }
.final-cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.final-cta .button { align-self: flex-start; }

.insights-preview { background: var(--paper); }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.insight-card { display: flex; flex-direction: column; min-height: 330px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.insight-card h2 { margin-bottom: 18px; font-size: 29px; }
.insight-card h2 a { text-decoration: none; }
.insight-card > p:not(.kicker) { margin-bottom: 28px; color: var(--muted); }
.insight-card > div { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: auto; }
.insight-card > div > span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.insights-all { margin-top: 34px; }

.insights-hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: end; gap: 64px; width: var(--shell); margin: 0 auto; padding: 104px 0 72px; }
.insights-hero h1 { max-width: 820px; margin-bottom: 24px; }
.insights-hero > div:first-child > p:last-child { max-width: 720px; color: var(--muted); font-size: 18px; }
.insights-index { display: grid; border-top: 1px solid var(--line); }
.insights-index span { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--green); font-size: 12px; font-weight: 700; }
.insights-list { padding-top: 24px; }

.article-hero { width: min(980px, calc(100% - 64px)); margin: 0 auto; padding: 88px 0 72px; }
.article-hero nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 52px; color: var(--muted); font-size: 12px; }
.article-hero nav a { color: var(--green); }
.article-hero h1 { max-width: 900px; margin-bottom: 26px; }
.article-hero > p:not(.kicker) { max-width: 760px; color: var(--muted); font-size: 19px; }
.article-hero > div { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); justify-content: center; gap: 72px; padding: 72px 32px 112px; background: var(--white); }
.article-toc { position: sticky; top: calc(var(--header-h) + 28px); align-self: start; display: grid; border-top: 1px solid var(--line); }
.article-toc > p { padding: 14px 0; color: var(--rust); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.article-toc a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--green); font-size: 12px; line-height: 1.35; text-decoration: none; }
.article-toc a span { color: var(--rust); font-size: 10px; }
.article-body { min-width: 0; }
.article-lead { margin-bottom: 64px; font-family: var(--serif); font-size: 28px; line-height: 1.35; }
.article-body > section { padding: 56px 0; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 20px); }
.article-body > section h2 { margin-bottom: 26px; font-size: 38px; }
.article-body > section p:not(.kicker, .article-number) { color: #3f4944; font-size: 17px; line-height: 1.75; }
.article-body > section p + p { margin-top: 20px; }
.article-body > section ul { margin-top: 26px; padding-left: 22px; color: #3f4944; }
.article-number { margin-bottom: 16px; color: var(--rust); font-size: 11px; font-weight: 700; }
.article-faq details { padding: 20px 0; border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { color: var(--green); font-weight: 700; cursor: pointer; }
.article-faq details p { margin-top: 14px; }
.article-contact { padding: 42px !important; border: 0 !important; background: var(--mist); }
.article-contact > div { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.related-insights { width: var(--shell); margin: 0 auto; padding: 96px 0 112px; }
.related-insights > div:first-child { margin-bottom: 38px; }
.related-insights .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.page-hero { width: var(--shell); margin: 0 auto; padding-block: 64px 88px; }
.editorial-hero { display: grid; grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr); align-items: end; gap: clamp(40px, 7vw, 112px); min-height: calc(100svh - var(--header-h)); }
.editorial-hero.reverse { grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); }
.editorial-hero.reverse > div:first-child { order: 2; }
.editorial-hero h1 { margin-bottom: 24px; }
.editorial-hero p:not(.kicker) { max-width: 570px; color: var(--muted); font-size: 18px; }
.editorial-hero > img { width: 100%; max-height: 720px; object-fit: cover; }
.editorial-hero .button { margin-top: 32px; }

.project-list { display: grid; gap: 96px; padding-top: 48px; }
.project-list .project-tile { grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; }
.project-list .project-meta { display: block; }
.project-list .project-meta .text-link { margin-top: 28px; }
.boundary-band { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 34px max(32px, calc((100% - 1240px) / 2)); background: var(--green); color: var(--white); }
.boundary-band p { max-width: 850px; font-family: var(--serif); font-size: 23px; line-height: 1.25; }
.boundary-band a { flex: 0 0 auto; font-size: 13px; font-weight: 700; }

.case-hero { position: relative; min-height: calc(100svh - var(--header-h)); overflow: hidden; }
.case-hero > img { width: 100%; height: calc(100svh - var(--header-h)); min-height: 620px; object-fit: cover; }
.case-title { position: absolute; right: 0; bottom: 0; width: min(720px, 60%); padding: 40px 48px; background: var(--paper); }
.case-title h1 { margin-bottom: 14px; }
.case-title p:last-child { color: var(--muted); }
.case-disclosure { display: grid; grid-template-columns: 180px minmax(0, 620px); justify-content: center; gap: 32px; padding: 32px; background: var(--mist); }
.case-disclosure strong { color: var(--rust); font-size: 12px; text-transform: uppercase; }
.case-sections { max-width: 1040px; }
.case-sections article { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 28px; padding-block: 36px; border-top: 1px solid var(--line); }
.case-sections article > span { color: var(--rust); font-size: 12px; }
.case-sections h2 { margin-bottom: 16px; font-size: 36px; }
.case-sections p { max-width: 720px; color: var(--muted); font-size: 18px; }
.case-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; }
.case-gallery img { height: 640px; object-fit: cover; }
.case-next { padding: 100px max(32px, calc((100% - 920px) / 2)); text-align: center; }
.case-next h2 { margin: 0 auto 32px; max-width: 850px; }

.solution-list { padding-top: 24px; }
.solution-row { display: grid; grid-template-columns: 72px minmax(0, 1fr) 120px; align-items: center; gap: 32px; padding: 44px 0; border-top: 1px solid var(--line); }
.solution-row > span { align-self: start; color: var(--rust); font-size: 12px; }
.solution-row h2 { margin-bottom: 14px; font-size: 34px; }
.solution-row p:not(.kicker) { max-width: 720px; color: var(--muted); }
.solution-hero > img { aspect-ratio: 4 / 5; max-height: none; }
.principle-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.principle-list article { padding: 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.principle-list article:last-child { border-right: 0; }
.principle-list span { color: var(--rust); font-size: 11px; }
.principle-list h2 { margin: 54px 0 16px; font-size: 30px; }
.principle-list p { color: var(--muted); }
.responsibility-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.responsibility-split > div { padding: 76px max(32px, calc((100vw - 1240px) / 2)); }
.responsibility-split > div:first-child { padding-left: max(32px, calc((100vw - 1240px) / 2)); background: var(--green); color: var(--white); }
.responsibility-split > div:last-child { padding-right: max(32px, calc((100vw - 1240px) / 2)); background: var(--mist); }
.responsibility-split h2 { margin-bottom: 24px; }
.responsibility-split ul { max-width: 500px; }

.system-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 24px; }
.system-grid article { min-height: 300px; padding: 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.system-grid article:nth-child(3n) { border-right: 0; }
.system-grid span { color: var(--rust); font-size: 11px; }
.system-grid h2 { margin: 60px 0 16px; font-size: 30px; }
.system-grid p { color: var(--muted); }
.system-grid small { display: block; margin-top: 22px; color: var(--green-2); }
.product-evidence { background: var(--green); color: var(--white); }
.product-evidence .text-link { color: var(--white); }

.process-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding-top: 24px; }
.process-steps article { min-height: 260px; padding: 28px; border-top: 1px solid var(--line); }
.process-steps article:nth-child(odd) { border-right: 1px solid var(--line); }
.process-steps span { color: var(--rust); font-size: 11px; }
.process-steps h2 { margin: 44px 0 14px; font-size: 30px; }
.process-steps p { max-width: 480px; color: var(--muted); }
.responsibility-table { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; padding: 96px max(32px, calc((100vw - 1240px) / 2)); background: var(--white); }
.responsibility-table h2 { font-size: 38px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--green); font-size: 12px; text-transform: uppercase; }
td { min-width: 260px; color: var(--muted); }
.process-quality ul { margin-top: 28px; }

.about-statement { display: grid; grid-template-columns: 160px minmax(0, 720px); gap: 28px; }
.about-statement h2 { margin-bottom: 24px; }
.about-statement p:last-child { grid-column: 2; max-width: 700px; color: var(--muted); font-size: 18px; }
.role-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 0; }
.role-grid article { min-height: 260px; padding: 28px; border-top: 1px solid var(--line); }
.role-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.role-grid span { color: var(--rust); font-size: 11px; }
.role-grid h2 { margin: 44px 0 14px; font-size: 30px; }
.role-grid p { color: var(--muted); }

.form-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; width: var(--shell); margin: 0 auto; padding: 88px 0; }
.form-intro h1 { margin-bottom: 24px; }
.form-intro > div > p:last-child { max-width: 680px; color: var(--muted); font-size: 18px; }
.form-intro aside { align-self: end; padding: 28px; border-top: 1px solid var(--green); background: var(--mist); }
.form-intro aside p { margin-bottom: 8px; color: var(--rust); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.form-intro aside strong, .form-intro aside small { display: block; }
.form-intro aside small { margin-top: 18px; color: var(--muted); }
.project-form { width: min(1040px, calc(100% - 64px)); margin: 0 auto 112px; }
.no-js .project-form { display: none; }
.no-script-enquiry { width: min(760px, calc(100% - 64px)); margin: 0 auto 112px; padding: 32px; border-top: 1px solid var(--green); background: var(--mist); }
.no-script-enquiry h2 { margin-bottom: 18px; }
.no-script-enquiry > p:not(.kicker) { margin-bottom: 24px; color: var(--muted); }
.form-section { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 48px 0; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 16px); }
.form-number { color: var(--rust); font-size: 12px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 28px; padding: 0; font-family: var(--serif); font-size: 30px; line-height: 1.1; }
.field:has(> input[required]) > span::after,
.field:has(> select[required]) > span::after,
fieldset:has(> .role-options input[required]) > legend::after,
.consent:has(> input[required]) > span::after { content: " *"; color: var(--rust); }
.role-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.role-options label { position: relative; }
.role-options input { position: absolute; opacity: 0; }
.role-options span { display: grid; place-items: center; min-height: 58px; padding: 10px; border: 1px solid var(--line); background: var(--white); cursor: pointer; text-align: center; }
.role-options input:checked + span { border-color: var(--green); color: var(--white); background: var(--green); }
.role-options input:focus-visible + span { outline: 2px solid var(--rust); outline-offset: 3px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field > span { color: var(--green); font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); outline: 2px solid rgba(21,63,54,.15); }
.field [aria-invalid="true"] { border-color: #a52d2d; }
.consent input[aria-invalid="true"] { outline: 2px solid #a52d2d; outline-offset: 3px; }
.upload-field { display: block; margin-bottom: 24px; }
.upload-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-field > span { display: flex; flex-direction: column; justify-content: center; min-height: 136px; padding: 24px; border: 1px dashed var(--green-2); background: var(--white); cursor: pointer; text-align: center; }
.upload-field input:focus-visible + span { outline: 2px solid var(--rust); outline-offset: 3px; }
.upload-field small { margin-top: 6px; color: var(--muted); }
.upload-field > span small { overflow-wrap: anywhere; }
.consent { display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--green); }
.submit-button { margin-top: 28px; }
.submit-button:disabled { opacity: .62; cursor: wait; }
.submit-note { max-width: 600px; margin-top: 12px; color: var(--muted); font-size: 12px; }
.field-error, .form-status { min-height: 1.3em; margin-top: 12px; color: #9a2525; font-size: 13px; }
[hidden] { display: none !important; }

.simple-page { width: min(920px, calc(100% - 64px)); min-height: calc(100svh - var(--header-h)); margin: 0 auto; padding: 112px 0; }
.simple-page h1 { margin-bottom: 30px; }
.simple-page > p:not(.kicker) { max-width: 700px; color: var(--muted); font-size: 18px; }
.thank-you > div { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.legal-page .legal-note { margin: 32px 0 56px; padding: 20px; border-left: 3px solid var(--rust); background: var(--mist); }
.legal-page article { display: grid; grid-template-columns: 220px 1fr; gap: 32px; padding: 32px 0; border-top: 1px solid var(--line); }
.legal-page article h2 { font-size: 26px; }
.legal-page article p { color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1.15fr .7fr .7fr 1.2fr; gap: 48px; padding: 64px max(32px, calc((100% - 1240px) / 2)); border-top: 1px solid var(--line); background: var(--ink); color: var(--white); }
.footer-mark { color: var(--white); }
.site-footer > div > p:not(.footer-label) { margin-top: 20px; color: #c9d1cc; font-size: 13px; }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer a:not(.wordmark) { margin-bottom: 10px; color: #dfe6e1; font-size: 13px; text-decoration: none; }
.site-footer a:not(.wordmark):hover { text-decoration: underline; }
.footer-cookie-settings { margin: 0 0 10px; padding: 0; border: 0; color: #dfe6e1; background: transparent; font: inherit; font-size: 13px; text-decoration: none; cursor: pointer; }
.footer-cookie-settings:hover { text-decoration: underline; }
.footer-label { margin-bottom: 18px; color: #e58b70; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.footer-boundary small { margin-top: 16px; color: #8f9993; font-size: 11px; }
.consent-banner {
  position: fixed;
  z-index: 70;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 48px rgba(18, 24, 21, .28);
}
.consent-banner .kicker { margin-bottom: 8px; }
.consent-banner p:last-child { max-width: 680px; color: #d8dfdb; font-size: 14px; }
.consent-actions { display: flex; gap: 10px; }
.consent-actions .button { min-width: 136px; }
.consent-decline, .consent-analytics { border-color: rgba(255, 255, 255, .42); color: var(--white); background: transparent; }
.consent-accept { border-color: var(--rust); color: var(--white); background: var(--rust); }
body.consent-open .floating-whatsapp { opacity: 0; pointer-events: none; }
.floating-whatsapp {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 15px 8px 9px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  color: var(--white);
  background: #176b50;
  box-shadow: 0 10px 28px rgba(18, 36, 30, .2);
  font-size: 12px;
  text-decoration: none;
}
.floating-whatsapp span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; font-size: 9px; font-weight: 800; }
.floating-whatsapp strong { font-weight: 700; }
.floating-whatsapp:hover { background: var(--green); }

@media (max-width: 1024px) {
  :root { --shell: min(100% - 48px, 920px); }
  h1 { font-size: 52px; }
  h2 { font-size: 38px; }
  .site-header { grid-template-columns: 170px 1fr auto; padding-inline: 24px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 12px; }
  .section-shell { padding-block: 88px; }
  .section-intro { grid-template-columns: 130px minmax(0, 1fr); }
  .section-intro p:last-child { grid-column: 2; }
  .hero-content { left: 36px; width: min(500px, calc(100% - 72px)); }
  .pathway { grid-template-columns: 160px 1fr 28px; }
  .journey-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .journey-step { min-height: 290px; padding-inline: 18px; }
  .journey-step:nth-child(4n) { border-right: 1px solid var(--line); }
  .journey-step:last-child { border-right: 0; }
  .journey-start { grid-template-columns: 130px minmax(0, 1fr); }
  .journey-start > div { grid-column: 2; }
  .editorial-hero, .editorial-hero.reverse { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 48px; }
  .project-list .project-tile { grid-template-columns: 1fr; }
  .project-list .project-meta { display: flex; }
  .project-list .project-meta .text-link { margin-top: 0; }
  .case-title { width: min(760px, 74%); }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-whatsapp { display: none; }
  .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insight-card:last-child { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 210px minmax(0, 680px); gap: 42px; }
}

@media (max-width: 1200px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
}

@media (max-width: 820px) {
  :root { --header-h: 64px; --shell: calc(100% - 40px); }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .site-header { grid-template-columns: 1fr auto; min-height: var(--header-h); padding-inline: 20px; }
  .home-hero { height: calc(100svh - 104px); min-height: 600px; max-height: 800px; }
  .hero-content { top: auto; right: 24px; bottom: 34px; left: 24px; width: auto; transform: none; color: var(--white); }
  .hero-content h1 { max-width: 620px; }
  .hero-content > p:not(.kicker) { max-width: 620px; }
  .hero-shade { background: rgba(21, 27, 24, .42); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .section-intro { grid-template-columns: 1fr; gap: 16px; }
  .section-intro p:last-child { grid-column: 1; }
  .journey-flow { grid-template-columns: 1fr; border-bottom: 0; }
  .journey-step,
  .journey-step:nth-child(4n) {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding: 0 0 40px;
    border: 0;
  }
  .journey-step::before {
    content: "";
    position: absolute;
    top: 42px;
    bottom: 0;
    left: 20px;
    width: 1px;
    background: var(--line);
  }
  .journey-step:last-child::before { display: none; }
  .journey-number { position: relative; z-index: 1; margin: 0; }
  .journey-step > div { padding-top: 2px; }
  .journey-step h3 { font-size: 25px; }
  .journey-step p { max-width: 520px; font-size: 14px; }
  .journey-start { grid-template-columns: 1fr; gap: 18px; }
  .journey-start > div { grid-column: 1; flex-wrap: wrap; }
  .pathway { grid-template-columns: 1fr 28px; min-height: 132px; }
  .pathway span { grid-column: 1; align-self: end; }
  .pathway strong { grid-column: 1; }
  .pathway i { grid-column: 2; grid-row: 1 / 3; }
  .service-grid { grid-template-columns: 1fr; gap: 64px; }
  .design-supply, .quality-split, .final-cta { grid-template-columns: 1fr; }
  .design-supply-image img { height: 520px; }
  .quality-split > div:first-child img { min-height: 0; height: 520px; }
  .final-cta > div:first-child img { height: 420px; }
  .editorial-hero, .editorial-hero.reverse { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-block: 64px; }
  .editorial-hero > * { min-width: 0; }
  .editorial-hero.reverse > div:first-child { order: 0; }
  .editorial-hero > img { max-height: 620px; }
  .solution-hero > img { aspect-ratio: 4 / 3; }
  .case-title { width: calc(100% - 32px); padding: 30px 24px; }
  .case-disclosure { grid-template-columns: 1fr; gap: 10px; }
  .case-gallery img { height: 460px; }
  .principle-list, .system-grid { grid-template-columns: 1fr; }
  .principle-list article, .system-grid article, .system-grid article:nth-child(3n) { min-height: 220px; border-right: 0; }
  .responsibility-split, .responsibility-table { grid-template-columns: 1fr; }
  .responsibility-split > div { padding: 64px 32px; }
  .responsibility-table { gap: 32px; }
  .form-intro { grid-template-columns: 1fr; }
  .about-statement { grid-template-columns: 1fr; }
  .about-statement p:last-child { grid-column: 1; }
  .insights-hero { grid-template-columns: 1fr; gap: 38px; padding-block: 72px 56px; }
  .insights-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .insights-index span { padding: 12px; border: 1px solid var(--line); text-align: center; }
  .article-layout { grid-template-columns: 1fr; gap: 44px; padding-inline: 24px; }
  .article-toc { position: static; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 15px; }
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  h3 { font-size: 27px; }
  .wordmark span { font-size: 20px; }
  .section-shell { padding-block: 72px; }
  .home-hero { min-height: 640px; }
  .hero-content { right: 20px; bottom: 28px; left: 20px; }
  .hero-content h1 { margin-bottom: 18px; font-size: 40px; }
  .hero-content > p:not(.kicker) { font-size: 16px; }
  .hero-actions { flex-wrap: wrap; margin-top: 24px; }
  .hero-actions .button { flex: 1 1 160px; }
  .proof-strip span { font-size: 10px; }
  .project-meta { display: grid; }
  .pathway { padding-block: 14px; }
  .pathway strong { font-size: 25px; }
  .design-supply-image img, .quality-split > div:first-child img { height: 390px; }
  .design-supply-copy, .quality-split > div:last-child, .final-cta > div:last-child { padding: 48px 24px; }
  .journey-start > div { align-items: flex-start; flex-direction: column; }
  .final-cta > div:first-child img { height: 320px; }
  .page-hero { padding-block: 48px 64px; }
  .editorial-hero { gap: 32px; }
  .editorial-hero p:not(.kicker) { font-size: 16px; }
  .project-list { gap: 72px; padding-top: 12px; }
  .project-list .project-meta { display: grid; }
  .project-list .project-meta .text-link { margin-top: 20px; }
  .boundary-band { display: grid; padding: 30px 20px; }
  .boundary-band p { font-size: 20px; }
  .case-hero, .case-hero > img { min-height: 620px; height: calc(100svh - var(--header-h)); }
  .case-title h1 { font-size: 36px; }
  .case-sections article { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; }
  .case-sections h2 { font-size: 30px; }
  .case-sections p { font-size: 16px; }
  .case-gallery { grid-template-columns: 1fr; }
  .case-gallery img { height: 380px; }
  .case-next { padding: 72px 20px; }
  .solution-row { grid-template-columns: 40px 1fr; gap: 16px; }
  .solution-row .text-link { grid-column: 2; }
  .principle-list { padding-top: 48px; }
  .process-steps, .role-grid { grid-template-columns: 1fr; }
  .process-steps article:nth-child(odd), .role-grid article:nth-child(odd) { border-right: 0; }
  .responsibility-table { padding: 72px 16px; }
  .form-intro { width: calc(100% - 32px); gap: 32px; padding: 64px 0; }
  .project-form { width: calc(100% - 32px); }
  .no-script-enquiry { width: calc(100% - 32px); padding: 24px; }
  .form-section { grid-template-columns: 1fr; gap: 14px; }
  .role-options, .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: 1; }
  .simple-page { width: calc(100% - 32px); padding-block: 72px; }
  .thank-you > div { align-items: flex-start; flex-direction: column; }
  .legal-page article { grid-template-columns: 1fr; gap: 14px; }
  .site-footer { grid-template-columns: 1fr; gap: 40px; padding: 56px 20px; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr; gap: 18px; padding: 22px 20px; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .consent-actions .button { min-width: 0; padding-inline: 14px; }
  .floating-whatsapp { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); min-height: 46px; padding-right: 13px; }
  .floating-whatsapp { width: 48px; min-height: 48px; padding: 8px; }
  .floating-whatsapp strong { display: none; }
  .insight-grid, .related-insights .insight-grid { grid-template-columns: 1fr; }
  .insight-card, .insight-card:last-child { grid-column: 1; min-height: 0; padding: 24px; }
  .insight-card h2 { font-size: 26px; }
  .insights-hero { width: calc(100% - 32px); }
  .insights-index { grid-template-columns: 1fr; }
  .article-hero { width: calc(100% - 32px); padding-block: 64px 52px; }
  .article-hero nav { margin-bottom: 36px; }
  .article-hero > p:not(.kicker) { font-size: 17px; }
  .article-layout { padding: 48px 16px 72px; }
  .article-lead { margin-bottom: 48px; font-size: 24px; }
  .article-body > section { padding: 44px 0; }
  .article-body > section h2 { font-size: 31px; }
  .article-contact { padding: 30px 22px !important; }
  .related-insights { padding-block: 72px; }
}

[dir="rtl"] body { direction: rtl; }
[dir="rtl"] ul { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .language-menu > div { right: auto; left: 0; }
[dir="rtl"] .floating-whatsapp { right: auto; left: 22px; }
[dir="rtl"] .desktop-nav a::after { transform-origin: right; }
[dir="rtl"] .text-link span { transform: scaleX(-1); }
[dir="rtl"] .article-body > section ul { padding-right: 22px; padding-left: 0; }
[dir="rtl"] .field input, [dir="rtl"] .field select, [dir="rtl"] .field textarea { text-align: right; }
[dir="rtl"] .field input[type="email"], [dir="rtl"] .field input[type="tel"] { direction: ltr; text-align: left; }

@media (max-width: 560px) {
  [dir="rtl"] .floating-whatsapp { right: auto; left: 14px; }
}

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