/* Home template: first screen, metrics, founder, engineering section. */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 390px 76px 34px;
  display: grid;
  align-items: end;
  color: white;
}
.home-hero {
  min-height: 100vh;
  background: #14351f;
}
.home-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url('../../img/hero-team-landscape-garden.webp') center bottom / cover no-repeat;
  filter: brightness(1.10) saturate(1.16) contrast(1.04);
  transform: scale(1.002);
}
.home-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 31% 0%, rgba(255,248,220,.14) 0%, rgba(255,248,220,.08) 22%, rgba(255,238,172,.03) 40%, transparent 62%),
    linear-gradient(100deg, rgba(7,29,14,.18) 0%, rgba(7,29,14,.04) 48%, rgba(7,29,14,.06) 100%),
    linear-gradient(180deg, rgba(7,29,14,0) 0%, rgba(7,29,14,.10) 44%, rgba(7,29,14,.64) 100%);
}

.hero h1 {
  max-width: 1410px;
  margin: 0 0 24px;
  font-size: clamp(48px, 4.45vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: 0 10px 34px rgba(0,0,0,.34);
}
.lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.96); font-size: 21px; line-height: 1.48; text-shadow: 0 6px 22px rgba(0,0,0,.34); }
.hero-cycle {
  width: min(100%, 750px);
  padding: 0;
}
.hero-cycle-title {
  margin: 0 0 7px;
  color: #fffceb;
  font-size: clamp(19px, 1.15vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 4px 20px rgba(0,0,0,.56);
}
.hero-cycle-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-cycle-steps li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(13px, .82vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 3px 16px rgba(0,0,0,.62);
}
.hero-cycle-steps li::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: rgba(255,252,235,.88);
}
.hero-grid { display: grid; grid-template-columns: minmax(340px, 760px) 1fr; gap: 40px; align-items: end; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.home-line { height: 1px; background: rgba(255,255,255,.72); flex: 1; min-width: 220px; position: relative; align-self: center; }
.home-line:after { content: "\2192"; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); font-size: 34px; color: white; }

.home-hero .btn { min-width: 330px; }
.home-hero .hero-actions .btn {
  border: 2px solid rgba(255,255,255,.9);
  transform: translateX(-64px);
}
.home-hero .hero-actions .btn:hover {
  transform: translateX(-64px) translateY(-1px);
}
.hero-cta-stack {
  display: grid;
  justify-items: start;
  gap: 10px;
}
.hero-cta-stack .cta-consent {
  margin-left: -64px;
  max-width: 360px;
}
.hero-cta-stack .cta-consent-error {
  margin-left: -64px;
}
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; max-width: 1180px; }
.metric {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 10px 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 5px 18px rgba(0,0,0,.28);
}
.metric b { font-size: clamp(34px, 3.35vw, 58px); line-height: .86; }
.metric--since b { white-space: nowrap; font-size: clamp(34px, 2.6vw, 46px); }
.metric span { max-width: 190px; font-size: 17px; line-height: 1.06; }

.founder-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 70px;
  background:
    radial-gradient(circle at 25% 62%, rgba(201,216,183,.34) 0 13rem, transparent 13.2rem),
    radial-gradient(circle at 6% 82%, transparent 0 3.6rem, rgba(21,92,52,.055) 3.7rem 3.78rem, transparent 3.9rem),
    radial-gradient(circle at 74% 73%, transparent 0 9rem, rgba(21,92,52,.045) 9.1rem 9.18rem, transparent 9.3rem),
    linear-gradient(145deg, transparent 0 58%, rgba(201,216,183,.36) 58.2% 100%),
    #fbf6df;
}
.founder-section:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background: url('../../img/decor-topographic-lines.png') center / cover no-repeat;
  pointer-events: none;
}
.founder-layout {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100vw - 76px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(500px, .94fr) minmax(460px, 1fr);
  gap: clamp(46px, 6vw, 96px);
  align-items: center;
}
.founder-layout > div:first-child {
  display: grid;
  justify-items: center;
}
.founder-name {
  width: min(560px, 100%);
  margin: 0 0 42px;
  color: var(--green);
  font-size: clamp(54px, 4.9vw, 84px);
  line-height: .95;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}
.founder-photo-xl {
  position: relative;
  width: min(560px, 100%);
  aspect-ratio: 1;
  margin-left: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(201,216,183,.24);
  box-shadow: 0 0 0 50px rgba(201,216,183,.20), 0 0 0 92px rgba(201,216,183,.10);
}
.founder-photo-xl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.founder-copy h3 {
  max-width: 690px;
  margin: 0 0 46px;
  color: var(--green);
  font-size: clamp(25px, 2vw, 36px);
  line-height: 1.14;
  letter-spacing: .03em;
}
.founder-points {
  display: grid;
  gap: 34px;
  max-width: 690px;
}
.founder-point {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 22px;
  align-items: start;
}
.founder-dot {
  width: 10px;
  height: 10px;
  margin-top: 12px;
  border-radius: 50%;
  background: var(--green);
}
.founder-point h4 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(19px, 1.42vw, 25px);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}
.founder-point p {
  margin: 0;
  color: var(--green);
  max-width: 640px;
  font-size: clamp(16px, 1.06vw, 20px);
  line-height: 1.42;
}
.founder-cta {
  margin-top: 50px;
  width: min(660px, 100%);
  min-height: 90px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 20px 28px;
  border-radius: 24px;
  background: rgba(201,216,183,.92);
  box-shadow: 0 16px 38px rgba(20,90,50,.10);
}
.founder-cta .btn {
  min-height: 52px;
  padding: 0 22px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
}
.founder-cta p {
  margin: 0;
  color: var(--green);
  font-size: clamp(16px, 1.08vw, 20px);
  line-height: 1.28;
}

.principles-section {
  position: relative;
  overflow: hidden;
  padding: 42px 0 72px;
  background: #fbf6df;
}
.principles-section:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background: url('../../img/decor-topographic-lines.png') center top / cover no-repeat;
  pointer-events: none;
}
.principles-inner {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100vw - 76px));
  margin: 0 auto;
}
.principles-section h2 {
  width: min(720px, 100%);
  margin: 0 auto 62px;
  color: var(--green);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: .98;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.principle-card {
  min-height: 410px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 42px 40px 50px;
  border-radius: 34px;
  background: #2a6a3d;
  color: var(--sage);
  box-shadow: 0 18px 42px rgba(18,48,27,.10);
}
.principle-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 48px;
}
.principle-number {
  color: var(--sage);
  font-size: clamp(54px, 4vw, 78px);
  line-height: .82;
  font-weight: 650;
  letter-spacing: -.02em;
}
.principle-icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: var(--sage);
}
.principle-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(24%) sepia(34%) saturate(941%) hue-rotate(92deg) brightness(88%) contrast(88%);
}
.principle-card h3 {
  max-width: 360px;
  margin: 0 0 24px;
  color: var(--sage);
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1.04;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.principle-card p {
  max-width: 360px;
  margin: 0;
  color: var(--sage);
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: 1.16;
  font-weight: 400;
}

.engineering-section { padding-top: 46px; }
.engineering-card {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,253,246,.92);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(20,90,50,.10);
}
.engineering-media {
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
}
.engineering-media img,
.photo-card img,
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.engineering-copy {
  padding: 38px 28px;
  display: grid;
  align-content: center;
}

.home-seo-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: -6px 0 28px;
}
.home-seo-text p {
  margin: 0;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255,253,246,.78);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
  box-shadow: 0 12px 30px rgba(20,90,50,.07);
}

.home-faq-list {
  display: grid;
  gap: 12px;
}
.home-faq-item {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,253,246,.9);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(20,90,50,.07);
}
.home-faq-item summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  color: var(--green);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.home-faq-item summary::-webkit-details-marker {
  display: none;
}
.home-faq-item summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff8e4;
  font-size: 24px;
  line-height: 1;
}
.home-faq-item[open] summary::after {
  content: "-";
}
.home-faq-item div {
  padding: 0 24px 22px;
}
.home-faq-item p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.work-process-section {
  position: relative;
  overflow: hidden;
  min-height: 920px;
  padding: 78px 0 70px;
  color: var(--sage);
  background: #0f301a;
}
.work-process-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../img/service-landscape-design-stone-paths-clean-20260731.webp') center / cover no-repeat;
  filter: saturate(.92) brightness(.82);
  transform: scale(1.01);
}
.work-process-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,29,14,.76) 0%, rgba(6,29,14,.56) 42%, rgba(6,29,14,.70) 100%),
    linear-gradient(180deg, rgba(6,29,14,.34) 0%, rgba(6,29,14,.58) 48%, rgba(6,29,14,.88) 100%);
}
.work-process-inner {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100vw - 76px));
  margin: 0 auto;
}
.work-process-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 60px;
  align-items: start;
  margin-bottom: 44px;
}
.work-process-head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--sage);
  font-size: clamp(44px, 5.5vw, 64px);
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.work-process-head p {
  margin: 18px 0 0;
  color: var(--sage);
  font-size: clamp(16px, 1.45vw, 24px);
  line-height: 1.18;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.process-steps {
  --process-shift-left: 160px;
  width: min(1180px, calc(100% - var(--process-shift-left)));
  margin-left: auto;
  margin-right: var(--process-shift-left);
  border-top: 1px solid rgba(201,216,183,.72);
}
.process-step {
  display: grid;
  grid-template-columns: 84px 130px minmax(240px, 1fr) minmax(330px, 1.25fr);
  gap: 44px;
  align-items: center;
  min-height: 124px;
  border-bottom: 1px solid rgba(201,216,183,.72);
}
.process-number {
  align-self: start;
  padding-top: 18px;
  color: var(--sage);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
}
.process-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--sage);
  box-shadow: 0 14px 34px rgba(7,29,14,.20);
}
.process-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(24%) sepia(34%) saturate(941%) hue-rotate(92deg) brightness(88%) contrast(88%);
}
.process-step h3,
.process-benefit h3 {
  margin: 0;
  color: var(--sage);
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.process-step p,
.process-benefit p {
  margin: 0;
  color: rgba(201,216,183,.92);
  font-size: clamp(14px, 1.2vw, 19px);
  line-height: 1.18;
  font-weight: 350;
}
.process-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 96px);
  margin-top: 78px;
}
.process-benefit {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 28px;
  align-items: center;
}
.process-benefit .process-icon {
  width: 104px;
  height: 104px;
  border-radius: 18px;
}
.process-benefit .process-icon img {
  width: 62px;
  height: 62px;
}
.process-benefit h3 {
  margin-bottom: 14px;
  font-size: clamp(17px, 1.35vw, 23px);
}
.process-benefit p {
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.28;
}

@media (max-width: 1180px) {
  .hero { padding: 148px 24px 46px; min-height: 700px; }
  .hero-grid,
  .engineering-card,
  .founder-layout,
  .metrics { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; gap: 16px; }
  .founder-section { padding: 52px 0; }
  .founder-layout { width: calc(100vw - 32px); gap: 42px; }
  .founder-name { margin-bottom: 30px; font-size: clamp(42px, 12.5vw, 62px); line-height: 1; }
  .founder-photo-xl { width: min(420px, calc(100vw - 78px)); margin: 0 auto; box-shadow: 0 0 0 28px rgba(201,216,183,.20), 0 0 0 52px rgba(201,216,183,.10); }
  .founder-copy h3 { margin-bottom: 30px; font-size: 24px; line-height: 1.18; }
  .founder-point { grid-template-columns: 20px 1fr; gap: 18px; }
  .founder-point h4 { font-size: 18px; letter-spacing: .08em; }
  .founder-point p { font-size: 16px; line-height: 1.5; }
  .founder-cta { grid-template-columns: 1fr; margin-top: 36px; padding: 20px; }
  .principles-section { padding: 34px 0 56px; }
  .principles-inner { width: calc(100vw - 32px); }
  .principles-section h2 {
    margin-bottom: 34px;
    font-size: clamp(30px, 6vw, 42px);
    text-align: left;
  }
  .principles-grid { grid-template-columns: 1fr; gap: 14px; }
  .principle-card {
    min-height: 0;
    padding: 30px;
    border-radius: 26px;
  }
  .principle-head { margin-bottom: 34px; }
  .principle-icon { width: 78px; height: 78px; }
  .principle-icon img { width: 44px; height: 44px; }
  .engineering-card { padding: 14px; gap: 10px; }
  .engineering-media { min-height: 280px; }
  .engineering-copy { padding: 24px 10px 14px; }
  .home-seo-text { grid-template-columns: 1fr; }
  .work-process-section { min-height: 0; padding: 58px 0; }
  .work-process-inner { width: calc(100vw - 32px); }
  .work-process-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 34px; }
  .work-process-head h2 { font-size: clamp(42px, 9vw, 68px); }
  .work-process-head p { max-width: 620px; margin-top: 0; font-size: 20px; }
  .process-steps { width: 100%; margin-left: 0; }
  .process-step {
    grid-template-columns: 54px 86px 1fr;
    gap: 18px;
    min-height: 0;
    padding: 22px 0;
  }
  .process-step p { grid-column: 3; }
  .process-number { padding-top: 8px; font-size: 20px; }
  .process-icon { width: 68px; height: 68px; border-radius: 14px; }
  .process-icon img { width: 40px; height: 40px; }
  .process-benefits { grid-template-columns: 1fr; gap: 26px; margin-top: 44px; }
  .process-benefit { grid-template-columns: 76px 1fr; gap: 20px; }
  .process-benefit .process-icon { width: 76px; height: 76px; }
  .process-benefit .process-icon img { width: 46px; height: 46px; }
  .hero h1 { max-width: 860px; font-size: 40px; line-height: 1.14; }
  .lead { font-size: 19px; line-height: 1.5; }
  .metric { min-height: 74px; }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: var(--home-hero-mobile-height, 100svh);
    background: #14351f;
  }
  .home-hero:before {
    background:
      url('../../img/hero-team-landscape-garden.webp') center top / auto var(--home-hero-mobile-photo, min(58svh, 520px)) no-repeat;
    filter: brightness(1.10) saturate(1.14) contrast(1.03);
  }
  .home-hero:after {
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255,248,220,.12) 0%, rgba(255,248,220,.07) 28%, rgba(255,235,170,.03) 48%, transparent 66%),
      linear-gradient(180deg, rgba(8,32,16,0) 0%, rgba(8,32,16,.05) 44%, rgba(8,32,16,.76) 61%, rgba(8,32,16,.93) 100%);
  }
  .hero.home-hero {
    padding: var(--home-hero-mobile-top, min(54svh, 472px)) 20px var(--home-hero-mobile-bottom, clamp(20px, 3.2svh, 32px));
    align-items: end;
  }
  .hero h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.16;
  }
  .lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.48;
  }
  .hero-cycle {
    width: 100%;
    padding: 0;
  }
  .hero-cycle-title {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .hero-cycle-steps { gap: 5px 13px; }
  .hero-cycle-steps li {
    font-size: 12px;
  }
  .hero-grid { gap: 16px; }
  .hero-actions { gap: 12px; }
  .home-line { display: none; }
  .home-hero .btn { min-height: 50px; font-size: 12px; letter-spacing: .12em; }
  .home-hero .hero-actions .btn,
  .home-hero .hero-actions .btn:hover {
    transform: none;
  }
  .hero-cta-stack,
  .hero-cta-stack .cta-consent,
  .hero-cta-stack .cta-consent-error {
    margin-left: 0;
  }
  .metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }
  .metric {
    min-height: 78px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding: 9px;
  }
  .metric b { font-size: 26px; }
  .metric span {
    max-width: 100%;
    font-size: 10.5px;
    line-height: 1.12;
  }
}

@media (max-width: 480px) {
  .hero { padding: 122px 18px 36px; min-height: 100vh; min-height: 100svh; }
  .home-hero {
    min-height: var(--home-hero-mobile-height, 100svh);
    background: #14351f;
  }
  .home-hero:before {
    background:
      url('../../img/hero-team-landscape-garden.webp') center top / auto var(--home-hero-mobile-photo, min(53svh, 440px)) no-repeat;
    filter: brightness(1.10) saturate(1.14) contrast(1.03);
  }
  .home-hero:after {
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255,248,220,.12) 0%, rgba(255,248,220,.07) 28%, rgba(255,235,170,.03) 48%, transparent 66%),
      linear-gradient(180deg, rgba(8,32,16,0) 0%, rgba(8,32,16,.04) 42%, rgba(8,32,16,.78) 58%, rgba(8,32,16,.94) 100%);
  }
  .hero.home-hero { padding: var(--home-hero-mobile-top, min(51svh, 424px)) 16px var(--home-hero-mobile-bottom, clamp(16px, 3svh, 28px)); }
  .hero h1 { font-size: 27px; line-height: 1.16; overflow-wrap: anywhere; }
  .lead { font-size: 14px; line-height: 1.48; }
  .hero-cycle-title { font-size: 15px; }
  .hero-cycle-steps li { font-size: 11px; }
  .hero-actions { width: 100%; }
  .home-line { min-width: 0; width: 100%; flex-basis: 100%; }
  .home-hero .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }
  .metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 20px; }
  .metric {
    min-height: 72px;
    padding: 8px;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .metric b { font-size: 23px; }
  .metric span { font-size: 9.5px; line-height: 1.12; }
  .founder-section { padding: 44px 0 48px; }
  .founder-name { font-size: clamp(34px, 11.5vw, 48px); }
  .founder-photo-xl { width: min(320px, calc(100vw - 74px)); box-shadow: 0 0 0 18px rgba(201,216,183,.20), 0 0 0 34px rgba(201,216,183,.10); }
  .founder-copy h3 { font-size: 21px; }
  .founder-points { gap: 24px; }
  .founder-point h4 { font-size: 16px; }
  .founder-point p { font-size: 15px; }
  .founder-cta { gap: 16px; padding: 18px; border-radius: 18px; }
  .founder-cta .btn { min-height: 48px; font-size: 14px; }
  .founder-cta p { font-size: 15px; }
  .principles-section { padding: 28px 0 46px; }
  .principles-inner { width: calc(100vw - 28px); }
  .principles-section h2 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.02;
  }
  .principle-card {
    padding: 24px 22px 28px;
    border-radius: 22px;
  }
  .principle-head {
    gap: 16px;
    margin-bottom: 28px;
  }
  .principle-number { font-size: 40px; }
  .principle-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .principle-icon img {
    width: 36px;
    height: 36px;
  }
  .principle-card h3 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.12;
    letter-spacing: .08em;
  }
  .principle-card p {
    font-size: 16px;
    line-height: 1.36;
  }
  .work-process-section { padding: 44px 0; }
  .work-process-head h2 { font-size: 35px; line-height: 1.05; }
  .work-process-head p { font-size: 15px; letter-spacing: .12em; }
  .process-step {
    grid-template-columns: 42px 56px 1fr;
    gap: 12px;
    padding: 18px 0;
  }
  .process-step p { grid-column: 1 / -1; padding-left: 54px; font-size: 15px; line-height: 1.42; }
  .process-step h3 { font-size: 16px; letter-spacing: .12em; }
  .process-number { font-size: 16px; }
  .process-icon { width: 52px; height: 52px; border-radius: 12px; }
  .process-icon img { width: 31px; height: 31px; }
  .process-benefits { gap: 22px; margin-top: 34px; }
  .process-benefit { grid-template-columns: 58px 1fr; gap: 14px; align-items: start; }
  .process-benefit .process-icon { width: 58px; height: 58px; border-radius: 13px; }
  .process-benefit .process-icon img { width: 34px; height: 34px; }
  .process-benefit h3 { margin-bottom: 8px; font-size: 15px; letter-spacing: .1em; }
  .process-benefit p { font-size: 14px; line-height: 1.42; }
  .engineering-media { min-height: 220px; }
  .home-seo-text p {
    padding: 20px;
    font-size: 15px;
    line-height: 1.56;
  }
  .home-faq-item summary {
    align-items: flex-start;
    padding: 18px 20px;
    font-size: 16px;
  }
  .home-faq-item summary::after {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }
  .home-faq-item div {
    padding: 0 20px 20px;
  }
  .home-faq-item p {
    font-size: 15px;
    line-height: 1.55;
  }
}
.metric-icon {
  width: 48px;
  height: 68px;
  flex: 0 0 auto;
  display: block;
}

@media (max-width: 760px) {
  .metric-icon {
    width: 34px;
    height: 42px;
  }
}

@media (max-width: 480px) {
  .metric-icon {
    width: 28px;
    height: 34px;
  }
}
