:root {
  --maroon: #a40748;
  --maroon-dark: #64072c;
  --ink: #20161a;
  --muted: #715f65;
  --paper: #fff8f2;
  --cream: #f5eadb;
  --turquoise: #61d7d1;
  --gold: #cf9b49;
  --leaf: #587545;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(32, 22, 26, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Myanmar", "Myanmar Text", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 18px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(48, 20, 28, 0.28);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 248, 242, 0.92);
  box-shadow: 0 14px 44px rgba(42, 25, 30, 0.12);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--white);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.93rem;
  font-weight: 750;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.site-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.18);
}

.site-header.is-scrolled .site-nav a:hover {
  background: rgba(164, 7, 72, 0.08);
}

.site-header.is-scrolled .site-nav a[aria-current="page"],
.subpage .site-nav a[aria-current="page"],
.contact-page .site-nav a[aria-current="page"] {
  color: var(--maroon);
  background: rgba(164, 7, 72, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--maroon);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 38px;
  overflow: hidden;
  color: var(--white);
  background: var(--maroon-dark);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(40, 8, 22, 0.82), rgba(76, 10, 36, 0.42) 48%, rgba(26, 8, 16, 0.72)),
    linear-gradient(0deg, rgba(24, 14, 18, 0.7), rgba(24, 14, 18, 0) 48%),
    url("assets/hero-field.png") center / cover;
  transform: scale(1.02);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: min(45vw, 560px);
  aspect-ratio: 1;
  content: "";
  border: 58px solid rgba(97, 215, 209, 0.3);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding-bottom: 110px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--turquoise);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.8rem, 3.8vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.16rem;
  line-height: 1.16;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 900;
}

.button.primary {
  color: var(--white);
  background: var(--maroon);
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--maroon);
  font-weight: 900;
}

.section-button {
  margin-top: 32px;
}

.activity-link {
  width: fit-content;
}

.hero-panel {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 38px;
  left: max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-panel div {
  min-height: 108px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 248, 242, 0.94);
  border-right: 1px solid rgba(32, 22, 26, 0.08);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  margin-bottom: 5px;
  font-size: 1rem;
}

.hero-panel span {
  color: var(--muted);
  font-size: 0.92rem;
}

.ticker {
  display: flex;
  gap: 18px;
  overflow: hidden;
  padding: 16px 0;
  color: var(--white);
  background: var(--ink);
}

.ticker span {
  flex: 0 0 auto;
  padding-left: 18px;
  font-size: clamp(1rem, 2.4vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: clamp(76px, 10vw, 132px) max(24px, calc((100vw - 1180px) / 2));
}

.split,
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 8vw, 92px);
  align-items: start;
}

.rich-copy,
.section-heading > p,
.activity-card > p {
  color: var(--muted);
  font-size: 1.06rem;
}

.image-band {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  padding: max(24px, 6vw);
  overflow: hidden;
  color: var(--white);
  background: var(--maroon-dark);
}

.image-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}

.image-band::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(61, 9, 28, 0.86), rgba(61, 9, 28, 0.2));
}

.image-band-card {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.image-band-card p:last-child {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.82);
}

.value-chain {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 58px;
  background: rgba(32, 22, 26, 0.13);
  border: 1px solid rgba(32, 22, 26, 0.13);
}

.process-grid article {
  min-height: 310px;
  padding: 28px;
  background: var(--white);
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 92px;
  color: var(--maroon);
  font-weight: 900;
}

.process-grid p,
.product span {
  color: var(--muted);
}

.products {
  background: var(--cream);
}

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

.product {
  position: relative;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  overflow: hidden;
  color: var(--white);
  border-radius: 8px;
  background: var(--ink);
}

.product::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.26), transparent 22%),
    linear-gradient(135deg, rgba(164, 7, 72, 0.9), rgba(32, 22, 26, 0.7)),
    var(--tone);
}

.product::after {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 70px;
  height: 70px;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.product span,
.product h3 {
  position: relative;
  z-index: 1;
}

.product span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 850;
  text-transform: uppercase;
}

.garlic { --tone: #eee0c7; }
.ginger { --tone: #c49343; }
.turmeric { --tone: #db9f28; }
.chili { --tone: #b41430; }
.lemongrass { --tone: #6f8a4c; }
.pepper { --tone: #2f2d2b; }

.activity {
  background: var(--white);
}

.activity-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(32px, 7vw, 86px);
  padding: clamp(32px, 7vw, 78px);
  color: var(--white);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
  box-shadow: var(--shadow);
}

.activity-card .section-kicker {
  color: var(--turquoise);
}

.activity-card > p {
  color: rgba(255, 255, 255, 0.78);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.7fr);
  gap: 54px;
  color: var(--white);
  background: var(--ink);
}

.contact-panel {
  display: grid;
  gap: 12px;
  align-content: center;
}

.contact-panel a,
.contact-panel span {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
}

.contact-panel .contact-button {
  color: var(--white);
  border-color: transparent;
  background: var(--maroon);
}

.contact-page {
  background: var(--white);
}

.contact-page .site-header,
.subpage .site-header {
  color: var(--ink);
  background: rgba(255, 248, 242, 0.92);
  box-shadow: 0 14px 44px rgba(42, 25, 30, 0.12);
}

.page-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: end;
  padding: 165px max(24px, calc((100vw - 1180px) / 2)) 82px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(36, 10, 20, 0.9), rgba(103, 12, 50, 0.5)),
    url("assets/brand-field.png") center / cover;
}

.page-hero::after {
  position: absolute;
  right: -95px;
  bottom: -150px;
  width: min(36vw, 470px);
  aspect-ratio: 1;
  content: "";
  border: 48px solid rgba(97, 215, 209, 0.22);
  border-radius: 50%;
}

.page-hero > div {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.page-hero p:last-child {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(36, 10, 20, 0.9), rgba(103, 12, 50, 0.5)),
    url("assets/hero-field.png") center / cover;
}

.process-hero {
  background:
    linear-gradient(90deg, rgba(36, 10, 20, 0.92), rgba(88, 117, 69, 0.58)),
    url("assets/brand-field.png") center / cover;
}

.products-hero {
  background:
    linear-gradient(90deg, rgba(36, 10, 20, 0.9), rgba(207, 155, 73, 0.38)),
    url("assets/hero-field.png") center / cover;
}

.activity-hero {
  background:
    linear-gradient(90deg, rgba(36, 10, 20, 0.88), rgba(97, 215, 209, 0.24)),
    url("assets/brand-field.png") center / cover;
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.85fr);
  gap: clamp(32px, 8vw, 92px);
  padding: clamp(76px, 10vw, 132px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.detail-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.proof-grid,
.catalogue-section,
.activity-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2)) clamp(76px, 9vw, 120px);
  background: var(--white);
}

.proof-grid article,
.activity-detail-grid article {
  min-height: 260px;
  padding: 28px;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid rgba(32, 22, 26, 0.08);
}

.proof-grid span,
.activity-detail-grid span,
.catalogue-card > span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--maroon);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-grid p,
.activity-detail-grid p,
.catalogue-card p {
  color: var(--muted);
}

.timeline-section {
  display: grid;
  padding: clamp(76px, 10vw, 132px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.timeline-section article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(32, 22, 26, 0.12);
}

.timeline-section article:first-child {
  border-top: 1px solid rgba(32, 22, 26, 0.12);
}

.timeline-section span {
  color: var(--maroon);
  font-size: 1.4rem;
  font-weight: 900;
}

.timeline-section p {
  max-width: 760px;
  color: var(--muted);
}

.catalogue-section {
  grid-template-columns: repeat(2, 1fr);
  padding-top: clamp(76px, 10vw, 132px);
}

.catalogue-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  color: var(--white);
  border-radius: 8px;
  background: var(--ink);
}

.catalogue-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.22), transparent 20%),
    linear-gradient(135deg, rgba(164, 7, 72, 0.92), rgba(32, 22, 26, 0.7)),
    var(--tone);
}

.catalogue-card > * {
  position: relative;
  z-index: 1;
}

.catalogue-card > span,
.catalogue-card p {
  color: rgba(255, 255, 255, 0.76);
}

.catalogue-card a {
  display: inline-flex;
  margin-top: 22px;
  font-weight: 900;
  color: var(--white);
}

.capability-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2)) clamp(76px, 9vw, 120px);
  background: var(--white);
}

.capability-strip div {
  padding: 26px;
  color: var(--white);
  background: var(--ink);
}

.capability-strip strong,
.capability-strip span {
  display: block;
}

.capability-strip span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
}

.wide-cta {
  display: grid;
  gap: 16px;
  justify-items: start;
  padding: clamp(60px, 8vw, 96px) max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
}

.wide-cta h2 {
  max-width: 740px;
}

.contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.52fr);
  gap: clamp(30px, 7vw, 84px);
  align-items: end;
  min-height: 720px;
  padding: 170px max(24px, calc((100vw - 1180px) / 2)) 86px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(36, 10, 20, 0.9), rgba(103, 12, 50, 0.58)),
    url("assets/hero-field.png") center / cover;
}

.contact-hero::after {
  position: absolute;
  right: -90px;
  top: 120px;
  width: min(34vw, 430px);
  aspect-ratio: 1;
  content: "";
  border: 46px solid rgba(97, 215, 209, 0.24);
  border-radius: 50%;
}

.contact-hero-copy,
.contact-summary {
  position: relative;
  z-index: 1;
}

.contact-hero h1 {
  max-width: 780px;
}

.contact-hero-copy p:last-child {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.contact-summary {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-summary div {
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 248, 242, 0.94);
}

.contact-summary span,
.quote-list span {
  display: block;
  color: var(--maroon);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-summary a,
.contact-summary strong {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(420px, 0.78fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
  padding: clamp(74px, 9vw, 118px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.form-intro {
  position: sticky;
  top: 120px;
}

.form-intro p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.06rem;
}

.quote-list {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.quote-list span {
  padding: 14px 16px;
  color: var(--ink);
  border-left: 3px solid var(--maroon);
  background: var(--paper);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(32, 22, 26, 0.1);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

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

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid rgba(32, 22, 26, 0.16);
  border-radius: 6px;
  background: var(--white);
  font: inherit;
}

.form-row textarea {
  min-height: 150px;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 3px solid rgba(97, 215, 209, 0.32);
  border-color: var(--maroon);
}

.form-submit {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.form-alert {
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}

.form-alert p {
  margin: 0;
}

.form-alert.success {
  color: #22584f;
  background: rgba(97, 215, 209, 0.22);
}

.form-alert.error {
  color: var(--maroon-dark);
  background: rgba(164, 7, 72, 0.1);
}

.hidden-field {
  position: absolute;
  left: -10000px;
}

.footer {
  color: var(--white);
  background: #151310;
  border-top: 1px solid rgba(207, 155, 73, 0.18);
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(160px, 1fr));
  gap: clamp(34px, 7vw, 92px);
  padding: clamp(76px, 9vw, 118px) max(24px, calc((100vw - 1180px) / 2));
}

.footer-brand img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(207, 155, 73, 0.22);
}

.footer-brand p {
  max-width: 220px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.86rem;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-column h2 {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column > span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.82rem;
  font-weight: 900;
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: rgba(255, 255, 255, 0.82);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 13px;
  color: rgba(207, 155, 73, 0.78);
  border: 1px solid rgba(207, 155, 73, 0.32);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  padding: 24px;
  border-top: 1px solid rgba(207, 155, 73, 0.16);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 10px;
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 248, 242, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 14px;
  }

  .hero {
    min-height: 920px;
    padding-top: 128px;
  }

  .hero-content {
    padding-bottom: 300px;
  }

  .hero-panel,
  .split,
  .section-heading,
  .activity-card,
  .contact,
  .contact-hero,
  .contact-form-section,
  .detail-section,
  .timeline-section article {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .product-grid,
  .proof-grid,
  .catalogue-section,
  .activity-detail-grid,
  .capability-strip,
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-band {
    min-height: 560px;
  }

  .form-intro {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand span {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: 860px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-content {
    padding-bottom: 320px;
  }

  h1 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-panel {
    right: 18px;
    left: 18px;
  }

  .process-grid,
  .product-grid,
  .form-grid,
  .proof-grid,
  .catalogue-section,
  .activity-detail-grid,
  .capability-strip,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    min-height: auto;
    padding-top: 140px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-form-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .page-hero {
    min-height: auto;
    padding: 140px 18px 70px;
  }

  .detail-section,
  .timeline-section,
  .wide-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .form-submit {
    width: 100%;
  }

  .process-grid article {
    min-height: auto;
  }

  .process-grid span {
    margin-bottom: 46px;
  }

  .footer-main {
    gap: 34px;
    padding: 58px 18px;
  }

  .footer-column h2 {
    margin-bottom: 8px;
  }

  .footer-bottom {
    justify-content: flex-start;
    padding: 22px 18px;
  }
}
