:root {
  --sage: #808342;
  --secondary:#d59629;
  --sage-dark: #2f5a3a;
  --charcoal: #1f2423;
  --off-white: #f5f6f2;
  --line: rgba(31, 36, 35, 0.12);
  --shadow: 0 14px 30px rgba(22, 30, 28, 0.08);
  --cream: #f3efe6;
  --coffee: #7c5e3e;
  --mint: #b9e3c8;
  --muted: #4f5a55;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", sans-serif;
  color: var(--charcoal);
  /* background: linear-gradient(180deg, #ffffff 0%, var(--off-white) 60%, #eef1ec 100%); */
  line-height: 1.65;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 6vw, 80px);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.logo img {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
  /* The provided logo is a vertical lockup; bias the crop upward to keep the mark. */
  object-position: 50% 26%;
  background: #fff;
  border: 1px solid var(--line);
}

.nav-links {
  display: flex;
  gap: 22px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  border: none;
  background: transparent;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--charcoal);
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
  color: var(--muted);
  font-weight: 600;
}

.hero {
  padding: 0;
}
  .hero-full img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  

.hero-full {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  min-height: 520px;
  background: #e7ece8;
  overflow: hidden;
}

.hero-full img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-caption {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 1;
  font-family: "Alan Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  padding: 8px 10px;
  border-radius: 14px;
  background: radial-gradient(
    140px 70px at 70% 50%,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 70%
  );
}

.hero-full::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #202111;
  pointer-events: none;
  opacity: .6;
}

.hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  padding: 34px clamp(20px, 6vw, 80px) 34px;
  color: #fff;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: 60%;
}

.hero-headline {
  font-family: "Alan Sans", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 4.55rem);
  line-height: 1.15;
  font-weight: 500;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
  max-width: 28ch;
}

.hero-statement {
  max-width: 78ch;
  font-size: 17px;
  letter-spacing: -0.01em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hero-statement strong {
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary {
  background: var(--sage);
  color: #fff;
  box-shadow: var(--shadow);
}
.btn.secondary {
  background: var(--secondary);
  color: #fff;
  box-shadow: var(--shadow);
}

.btn.ghost {
  border-color: var(--line);
  color: var(--charcoal);
}

.btn.small {
  padding: 8px 14px;
  font-size: 0.88rem;
}

.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn.is-locked {
  opacity: 0.62;
  cursor: not-allowed;
  transform: none;
}

.btn.is-locked:hover {
  transform: none;
}

.otp-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.otp-status {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--secondary) 70%, var(--muted));
  font-weight: 600;
  flex: 1 1 260px;
  min-width: 240px;
}

.otp-actions [data-otp-send],
.otp-actions [data-otp-verify] {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.otp-verify-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.otp-verify-row input {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.18em;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.captcha-challenge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #ffffff;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--secondary);
  text-transform: uppercase;
}

.form-status {
  margin: 0;
  min-height: 1.3em;
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 600;
}

.form-status.is-error {
  color: var(--coffee);
}

.form-status.is-success {
  color: var(--sage);
}

.hero-overlay .btn.primary {
  background: rgba(128, 131, 66, 0.55);
  color: #fff;
  font-weight: 400;
  backdrop-filter: blur(8px);
}

.hero-overlay .btn.ghost {
  border-color: var(--sage);
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  font-weight: 400;
}

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

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 25px;
}

.section-full {
  max-width: none;
  padding: 0;
}

.spotlight {
  /* Match the warm cream theme used throughout the page. */
  background: var(--cream);
  /* Full-bleed section: no outer padding so the map can sit flush to viewport edges. */
  padding: 0;
}

/* Force true edge-to-edge bleed (prevents any centered-container side gutters). */
.spotlight.section-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

.spotlight .hub-grid {
  max-width: none;
  margin: 0;
  padding: 0;
  grid-template-columns: minmax(560px, 1.35fr) minmax(360px, 0.65fr);
  gap: 0;
  margin-top: 0;
  align-items: stretch;
}

.spotlight .hub-figure {
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  min-height: 420px;
  background: color-mix(in srgb, var(--cream) 72%, #ffffff);
}

.spotlight .hub-copy {
  margin: 0;
  padding: 44px clamp(20px, 4vw, 56px);
  border: none;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: color-mix(in srgb, var(--cream) 78%, #ffffff);
  box-shadow: none;
}

.spotlight .hub-copy p,
.spotlight .hub-note {
  max-width: 70ch;
}

.spotlight .hub-figure img {
  height: 100%;
  min-height: 420px;
  /* Remove empty side gutters from the map asset by cropping/zooming slightly. */
  object-fit: cover;
  object-position: left center;
  transform: scale(1.02);
}

.section-heading h2, .why-heading h2, .process h2, .materials h2, .story h2, .values-title, .contact-title, .contact-side-title {
  font-family: "Alan Sans", sans-serif;
  margin: 12px 0 25px 0;
  font-weight: 500;
  line-height: 54px;
}
.section-heading h2{
  font-size: 47px;
}
.why-heading h2, .process h2, .materials h2, .story h2{
  font-size: 42px;
}
.values-title{
  font-size: 30px;
}
.values-title{
  margin-top: 96px;
}
.section-heading p, .why-heading p, .process-sub, .process-step p{
  color: var(--muted);
}
.section-heading p{
  max-width: 620px;
}
.seo-focus-frame{
  background-image: url("assets/coconut-tree.png");
  background-repeat: no-repeat;
  background-position: left -160px bottom -54px;
  background-size: 420px auto;
}
.seo-focus {
  padding-top: 88px;
}

.why {
  /* background-color: #f9f9f7; */
  background: #f8f8f8;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(128, 131, 66, 0.04) 0px,
    rgba(128, 131, 66, 0.04) 1px,
    transparent 1px,
    transparent 16px
  );
  max-width: none;
  margin: 0;
}

.why-heading {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 28px;
  margin-top: 54px;
}


.why-card {
  background: var(--sage);
  border-radius: 18px;
  padding: 34px 32px;
  box-shadow: 0 18px 40px rgba(22, 30, 28, 0.08);
  min-height: 320px;
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  color: var(--secondary);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background:#fff;
}


/* .why-card.partners .why-icon {
  background: linear-gradient(140deg, #7c5e3e, #9b7a55);
}

.why-card.support .why-icon {
  background: linear-gradient(140deg, var(--sage-dark), #234a37);
} */

.why-card p {
  color: #fff;
}
.process-frame{
  background-image: url("assets/coir-fibre.png");
  background-repeat: no-repeat;
  background-position: right -160px center;
  background-size: 460px auto;
}
.process-inner {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}

.process-sub {
  max-width: 70ch;
  margin: 0 auto;
  font-size: 1.05rem;
}

.process-steps {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 34px;
  position: relative;
  align-items: start;
  text-align: left;
  counter-reset: step;
}

@media(min-width:1201px){
  .process-steps::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    height: 2px;
    background: linear-gradient(90deg, rgba(162, 162, 162, 0.1), rgba(162, 162, 162, 0.2), rgba(202, 164, 123, 0.1));
  }
  }

.step-badge {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: grid;
  background: var(--secondary);
  position: relative;
  z-index: 1;
}
.process-step{
  position: relative;
  counter-increment: step;
}
.process-step:after{
  content: "Step-0" counter(step);
  position: absolute;
  left: 0;
  top: -30px;
  width: 180px;
  font-size: 14px;
  opacity: 0.6;
}

.materials {
background: #fcf9f7;
background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.02'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
/*padding: 96px clamp(20px, 6vw, 80px); */
}

.materials-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 180px 25px 96px 25px;
}

.materials h2 {
  text-align: center;
  margin-bottom: 54px;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 26px;
}

.material-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 28px 30px;
  box-shadow: 0 18px 40px rgba(22, 30, 28, 0.08);
  text-align: center;
  position: relative;
}

.sticker {
  position: absolute;
  top: -16px;
  right: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sage);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.material-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--secondary);
  font-size: 30px;
}

.material-card p {
  color: var(--muted);
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.story h2 {
  margin: 12px 0 28px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.story-portrait {
  border-radius: 18px;
  min-height: 340px;
  display: grid;
  place-items: center;
  position: relative;
}
/* .story-portrait img {
  border-radius: 100%;
  border: solid 10px;
  border-color: var(--sage) #dcdada var(--secondary) #dcdada;
  z-index: 1;
} */
/* .story-portrait::before {
  content: "";
  position: absolute;
  left:0;
  top:0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 15px dashed;
  border-radius: 100%;
  border-color: var(--sage) #dcdada;
  animation: spin 40s linear infinite;
  z-index: 3;
} */

.story-portrait img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.story-copy {
  color: var(--muted);
  display: grid;
  gap: 14px;
  line-height: 1.8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  border-radius: 20px;
  border:solid 1px rgba(162, 162, 162, 0.1);
  background-image: repeating-linear-gradient(
    45deg,
    rgba(128, 131, 66, 0.04) 0px,
    rgba(128, 131, 66, 0.04) 1px,
    transparent 1px,
    transparent 16px
  );
}
.value-item{
  padding:35px;
  background: linear-gradient(90deg, rgba(162, 162, 162, 0.05), rgba(162, 162, 162, 0.1), rgba(202, 164, 123, 0.05));
}
.value-item:nth-child(odd) {
  border-right: solid 1px rgba(162, 162, 162, 0.1)
}
.value-item:nth-child(1), .value-item:nth-child(2) {
  border-bottom: solid 1px rgba(162, 162, 162, 0.1);
}

.value-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.value-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  border: 2px solid var(--secondary);
  color: var(--secondary);
  font-weight: 500;
}

.value-item p {
  color: var(--muted);
}

.service-grid,
.case-grid,
.resource-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.service-grid article,
.case-grid article,
.resource-list > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.comparison {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.comparison-row.header {
  font-weight: 600;
  color: var(--muted);
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  margin-top: 28px;
}

.hub-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
  margin-top: 26px;
  /* Prevent the map card from stretching to the height of the text card (avoids blank area below the image). */
  align-items: start;
}

.hub-figure {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 0;
}

.hub-figure img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  filter: saturate(0.9) contrast(1.05);
}

.hub-title-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 18px clamp(20px, 4vw, 44px);
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
}

.hub-title-overlay h2 {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.2;
  max-width: none;
  white-space: nowrap;
  color: var(--coffee);
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-shadow: 0 10px 30px rgba(255, 255, 255, 0.35);
}

.map-marker {
  position: absolute;
  /* Marker position can be tuned per-map without touching CSS rules. */
  left: var(--india-x, 64%);
  top: var(--india-y, 46%);
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--sage-dark);
  box-shadow: 0 12px 22px rgba(47, 90, 58, 0.35);
  transform: translate(-50%, -50%);
}

.map-marker::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 2px solid rgba(47, 90, 58, 0.45);
  animation: markerPulse 2.2s ease-out infinite;
}

@keyframes markerPulse {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.hub-copy {
  padding: 28px clamp(20px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hub-copy p {
  color: var(--muted);
  max-width: 64ch;
}

.hub-copy h3 {
  margin-top: 14px;
  font-size: 1rem;
}

.hub-list {
  list-style: disc;
  padding-left: 18px;
  margin: 10px 0 14px;
  color: #2a3531;
}

.hub-list li {
  margin: 6px 0;
}

.hub-note {
  color: var(--muted);
  margin-top: 10px;
}

/* removed hub-overlay; copy is in the right column (.hub-copy) */

.map {
  height: 260px;
  border-radius: 18px;
  background: linear-gradient(140deg, #dfe6df, #f3f5f2);
  position: relative;
  border: 1px solid var(--line);
}

.map-tag {
  position: absolute;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  background: #fff;
  border: 1px solid var(--line);
}

.map-tag.origin {
  top: 20%;
  left: 20%;
}

.map-tag.hubs {
  top: 45%;
  left: 55%;
}

.map-tag.clients {
  top: 70%;
  left: 30%;
}

.materials ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.standards {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.resource-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.no-padding-top {
  padding-top: 0;
}
.about{
  background-color: #4f5128;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0c30 0 30 30 30 30S30 60 0 60 0 30 0 0z' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E"), linear-gradient(45deg, #4f5128, var(--sage));
  border-radius: 10px;
  padding:35px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  overflow: hidden;
  position: relative;
  top: 235px;
  margin-top: -235px;
}

.about .section-heading h2 {
  line-height: 47px;
  color: #c8c8b6;
  font-size: 42px;
  font-weight: 400;
}
.about .eyebrow{
  color: #c4c2a5;
}
.about .section-heading{
  position: relative;
}
.about .section-heading:before{
  position: absolute;
  right: -20px;
  top: 0;
  width:2px;
  height:100%;
  background: #c8c8b6;
  content: "";
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 0;
}
.about-grid h3{
  font-family: "Alan Sans", sans-serif;
  font-weight: 500;
  color: #e4e4d1;
}
.about-grid p{
  color: #d7d7ce;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 26px;
}

.contact-card {
  background: #fcf9f7;
  border: 1px solid rgb(248 234 224);
  border-radius: 18px;
  padding: 28px;
  /* box-shadow: var(--shadow); */
}

.contact-title {
  margin: 0 0 18px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form .field {
  display: grid;
  gap: 8px;
}

.contact-form label {
  font-weight: 650;
  color: var(--secondary);
  font-size: 0.92rem;
}

.required {
  color: var(--coffee);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-family: inherit;
  background: #ffffff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--sage) 50%, var(--line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--sage) 18%, transparent);
}

.contact-side {
  background: var(--sage);
  color: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.contact-side-title {
  margin: 0 0 18px;
}

.contact-points {
  display: grid;
  gap: 18px;
}

.contact-point {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, #ffffff 18%, transparent);
}

.contact-point:first-child {
  border-top: none;
  padding-top: 0;
}

.contact-point-icon {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: color-mix(in srgb, #ffffff 15%, transparent);
  display: grid;
  place-items: center;
  color: #ffffff;
}

.contact-point-body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
}

.contact-point-body p {
  margin: 0;
  color: color-mix(in srgb, #ffffff 86%, transparent);
}

.contact-point-body p + p {
  margin-top: 6px;
}

.contact-point-body .small {
  font-size: 0.92rem;
  color: color-mix(in srgb, #ffffff 78%, transparent);
}

.final-cta-frame {
  width:100%;
  /* border-top: 1px solid var(--line); */
  background-color: #f3f3ea;
}
.final-cta{
  max-width:1280px;
  margin: 0 auto;
  padding: 40px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.footer {
  display: grid;
  gap: 18px;
  padding: 40px clamp(20px, 6vw, 80px) 60px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.tagline {
  color: var(--sage);
  margin-top: 6px;
}

.seo-focus {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.st0{fill:var(--secondary);}

.seo-focus .section-heading {
  width: 40%;
  padding-right: clamp(30px, 5vw, 60px);
  position: sticky;
  top: 100px;
}

.seo-focus .seo-grid {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.seo-card {
  background: #fcf9f7;
  /* border: 1px solid #f3f4e5; */
  border-radius: 16px;
  padding: 24px;
}

.seo-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  color: var(--secondary);
}

.seo-icon svg {
  width: 40px;
  height: 40px;
}

.seo-card:first-child .seo-icon svg {
  width: 53px;
  height: 53px;
}

.seo-card h3, .why-card h3, .process-step h3, .material-card h3, .value-item h4 {
  font-family: "Alan Sans", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 28px;
}
.value-item h4{
  font-size: 1.2rem;
  margin-bottom: 0px;
}
.seo-card h3, .material-card h3, .section-heading h2, .why-heading h2, .process h2, .materials h2, .story h2, .values-title, .contact-title{
  color: var(--sage);
}
.process-step h3, .value-item h4, .final-cta h2{
  color: var(--secondary);
}
.why-card h3, .contact-side-title {
  color:#fff;
}
.process-step h3{
  margin-top: 25px;
  font-weight:500
}

.seo-card p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}

@media(max-width: 1700px) {
  .final-cta, .section, .process-inner, .materials-inner{
    max-width:1100px
  }
}
@media(max-width:1200px){
  .process-step:after{
    left: 16px;
    top: -6px;
  }
  .process-steps {
      grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
  .process-step h3 {
    margin-top: 9px;
  }
}
@media(max-width: 1550px) {
  .final-cta, .section, .process-inner, .materials-inner{
    max-width:100%
  }
  .seo-focus{
    padding-left:300px
  }
  .process{
    padding-right: 280px;
  }
  .seo-focus .section-heading, .seo-focus .seo-grid{
    width: 50%
  }
}
@media(max-width: 1100px) {
  .materials-grid{
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .seo-focus .section-heading, .seo-focus .seo-grid{
    width: 100%;
    float: left;
    padding:0;
  }
  .seo-focus .section-heading{
    position: inherit;
    margin-bottom:25px
  }
}

@media (max-width: 960px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .contact-side {
    padding: 22px;
  }
}
@media (max-width: 900px) {
  .section{
    padding:50px 25px !important
  }
  .nav-links {
    position: fixed;
    top: 70px;
    right: 20px;
    background: #fff;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    flex-direction: column;
    gap: 12px;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }

  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-toggle {
    display: flex;
  }
  .seo-focus-frame{
    background: none;
  }
  .seo-focus {
    flex-direction: column;
    gap: 30px;
    padding-left:25px
  }

  .seo-focus .section-heading,
  .seo-focus .seo-grid {
    width: 100%;
    padding-right: 0;
    position: static;
  }

  .hero-full {
    height: 520px;
    min-height: 520px;
  }

  .hero-full img {
    object-position: 62% 50%;
  }

  .hero-overlay {
    padding: 26px 20px 26px;
  }

  .hero-caption {
    top: 12px;
    right: 12px;
    font-size: 1.35rem;
  }

  .hub-grid {
    grid-template-columns: 1fr;
  }

  .hub-copy {
    border-top: 1px solid var(--line);
  }

  .spotlight .hub-grid {
    grid-template-columns: 1fr;
  }

  .spotlight .hub-copy {
    border-left: none;
    padding: 28px 20px;
  }

  .spotlight .hub-figure img {
    min-height: 0;
    height: auto;
  }

  .hub-title-overlay {
    justify-content: flex-start;
  }

  .hub-title-overlay h2 {
    max-width: none;
  }

  .seo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-grid {
    margin-top: 20px;
  }

  .why {
    padding:0;
  }

  .why-cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }

  .process {
    padding: 78px 20px;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .process-steps::before {
    left: 0;
    right: 22.5%;
    top: 30px;
  }

  .materials {
    padding: 130px 25px 50px 25px;
  }
  .materials-inner{
    padding:100px 25px 25px 25px
  }
  .materials-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 18px;
  }

  .story {
    padding: 0 ;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }
  .process-frame{
    background: none;
  }
  .about .section-heading:before {
    display: none;
  }
  .about .section-heading{
    border-bottom: solid 2px #c8c8b6;
  }
  .values-title{
    margin-top:50px
  }
  .contact-wrap{
    margin-top:0
  }
}
@media (max-width: 768px) {
    .seo-grid {
      grid-template-columns: 1fr;
    }
    .process-steps {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    
}

@media (max-width: 600px) {
  /* main gap is 0; sections create their own vertical rhythm */

  .hero-full {
    height: 560px;
    min-height: 560px;
  }

  .hero-overlay {
    padding: 22px 16px 22px;
    gap: 14px;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hub-title-overlay h2 {
    /* On small screens, allow wrapping to avoid overflow. */
    white-space: normal;
  }

  .process-steps::before {
    display: none;
  }

  .process-step {
    text-align: left;
  }

  .step-badge {
    margin: 0 0 14px;
  }

  .materials-grid {
    grid-template-columns: 1fr;
  }
}
