:root {
  --spacing-lg: 0.75rem;
  --spacing-md: 0.5rem;
  --spacing-sm: 0.25rem;
  --spacing-xl: 1rem;
  --spacing-xs: 0.125rem;
  --color-scrim: rgba(0, 0, 0, 0.45);
  --section-gap: clamp(1rem, 2vw, 2.5rem);
  --spacing-2xl: 1.5rem;
  --spacing-3xl: 2rem;
  --spacing-4xl: 3rem;
  --color-accent: #ffc107;
  --color-border: color-mix(in oklab, #7a8590 70%, #0b0b0b 30%);
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.5rem;
  --font-size-xs: 0.75rem;
  --color-neutral: #7a8590;
  --color-outline: color-mix(in oklab, #3a4a59 70%, #ffc107 30%);
  --color-overlay: rgba(11, 11, 11, 0.6);
  --color-primary: #3a4a59;
  --color-surface: #ffffff;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.5rem;
  --font-size-base: 1rem;
  --shadow-level-1: 2px 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-level-2: 4px 4px 16px rgba(0, 0, 0, 0.3);
  --shadow-level-3: 8px 8px 24px rgba(0, 0, 0, 0.3);
  --color-backplate: color-mix(in oklab, #3a4a59 8%, #ffffff 92%);
  --color-secondary: #d97706;
  --border-radius-lg: 6px;
  --border-radius-md: 4px;
  --border-radius-sm: 2px;
  --border-radius-xl: 8px;
  --color-on-primary: #ffffff;
  --color-on-surface: #0b0b0b;
  --color-primary-90: color-mix(in oklab, #3a4a59 90%, black 10%);
  --font-family-body: "Open Sans", system-ui, -apple-system, "Segoe UI",
      Roboto, "Helvetica Neue", Arial;
  --content-max-width: 80rem;
  --line-height-tight: 1.1;
  --border-radius-full: 9999px;
  --border-radius-none: 0px;
  --font-weight-medium: 500;
  --font-family-heading: "Montserrat", system-ui, -apple-system, "Segoe UI",
      Roboto, "Helvetica Neue", Arial;
  --font-weight-regular: 400;
  --line-height-default: 1.35;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --font-weight-semibold: 600;
  --letter-spacing-tight: -0.01em;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --letter-spacing-normal: 0em;
  --color-surface-elevated: color-mix(in oklab, #ffffff 92%, #7a8590 8%);
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --animation-curve-primary: cubic-bezier(0.25, 0.1, 0.25, 1);
  --animation-duration-fast: 100ms;
  --animation-duration-slow: 350ms;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --color-on-surface-secondary: #4f585f;
  --dl-layout-space-threeunits: 48px;
  --animation-duration-standard: 200ms;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.btn {
  gap: var(--spacing-xs);
  color: var(--color-on-surface);
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  transition: background var(--animation-duration-fast)
        var(--animation-curve-primary),
      border-color var(--animation-duration-fast) var(--animation-curve-primary),
      color var(--animation-duration-fast) var(--animation-curve-primary),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
  align-items: center;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
  user-select: none;
  white-space: nowrap;
  border-radius: var(--border-radius-md);
  padding-block: var(--spacing-md);
  letter-spacing: var(--letter-spacing-normal);
  padding-inline: var(--spacing-lg);
  justify-content: center;
  text-decoration: none;
}
 
.btn-primary {
  color: var(--color-on-primary);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
 
.btn-secondary {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: none;
  background-color: var(--color-surface);
}
 
.btn-accent {
  color: color-mix(in oklab, var(--color-on-surface) 92%, black 8%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  border-color: color-mix(in oklab, var(--color-accent) 90%, #000000 10%);
  background-color: var(--color-accent);
}
 
.btn-outline {
  color: var(--color-primary);
  border: 1px solid var(--color-border);
  box-shadow: none;
  background-color: transparent;
}
 
.btn-link {
  color: var(--color-primary);
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
}
 
.btn-sm {
  padding-block: var(--spacing-sm);
  padding-inline: var(--spacing-md);
}
 
.btn-lg {
  padding-block: var(--spacing-lg);
  padding-inline: var(--spacing-xl);
}
 
.btn-xl {
  padding-block: var(--spacing-xl);
  padding-inline: var(--spacing-2xl);
}
 
.section-title {
  color: var(--color-primary);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}
 
.section-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
}
 
.section-content {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-lg) 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.hero-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.hero-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
}
 
.btn:focus-visible {
  outline: 3px solid var(--color-outline);
  box-shadow: var(--shadow-level-2);
  outline-offset: 2px;
}
 
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
  pointer-events: none;
}
 
.btn-primary:hover:not(:disabled) {
  border-color: color-mix(in oklab, var(--color-primary) 88%, black 12%);
  background-color: color-mix(in oklab, var(--color-primary) 88%, black 12%);
}
 
.btn-secondary:hover:not(:disabled) {
  border-color: color-mix(
      in oklab,
      var(--color-primary) 64%,
      var(--color-surface) 36%
    );
  background-color: color-mix(
      in oklab,
      var(--color-primary) 8%,
      var(--color-surface) 92%
    );
}
 
.btn-accent:hover:not(:disabled) {
  border-color: color-mix(in oklab, var(--color-accent) 88%, black 12%);
  background-color: color-mix(in oklab, var(--color-accent) 88%, black 12%);
}
 
.btn-outline:hover:not(:disabled) {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: color-mix(
      in oklab,
      var(--color-primary) 6%,
      var(--color-surface) 94%
    );
}
 
.btn-link:hover:not(:disabled) {
  color: color-mix(in oklab, var(--color-primary) 80%, black 20%);
  text-decoration: none;
}
 
.navigation {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  background: var(--color-surface);
  transition: transform 0.3s var(--animation-curve-primary),
      box-shadow 0.3s var(--animation-curve-primary);
  border-bottom: 2px solid var(--color-border);
}
 
.navigation__container {
  gap: var(--spacing-xl);
  margin: 0 auto;
  display: flex;
  padding: var(--spacing-md) var(--spacing-lg);
  position: relative;
  max-width: var(--content-max-width);
  align-items: center;
  justify-content: space-between;
}
 
.navigation__mobile-menu {
  top: 82px;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  position: fixed;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-3);
  max-height: 0;
  transition: max-height 0.4s var(--animation-curve-primary);
  border-bottom: 2px solid var(--color-border);
}
 
.navigation__accent-line {
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  position: absolute;
  background: repeating-linear-gradient(
      90deg,
      var(--color-border) 0px,
      var(--color-border) 10px,
      transparent 10px,
      transparent 20px
    );
  pointer-events: none;
}
 
.navigation__logo {
  gap: var(--spacing-md);
  display: flex;
  position: relative;
  transition: transform 0.3s var(--animation-curve-primary);
  align-items: center;
  text-decoration: none;
}
 
.navigation__links {
  gap: var(--spacing-lg);
  display: flex;
  align-items: center;
  margin-left: auto;
}
 
.navigation__cta {
  gap: var(--spacing-md);
  display: flex;
  align-items: center;
}
 
.navigation__mobile-toggle {
  border: none;
  cursor: pointer;
  display: none;
  padding: var(--spacing-sm);
  z-index: 1001;
  position: relative;
  background: none;
}
 
.navigation__mobile-content {
  gap: var(--spacing-sm);
  display: flex;
  padding: var(--spacing-lg);
  flex-direction: column;
}
 
.navigation__logo-mark {
  width: 52px;
  height: 52px;
  display: flex;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%);
  background: var(--color-primary);
  box-shadow: var(--shadow-level-2);
  align-items: center;
  justify-content: center;
}
 
.navigation__logo-text {
  gap: 2px;
  display: flex;
  flex-direction: column;
}
 
.navigation__link {
  display: flex;
  padding: var(--spacing-sm) var(--spacing-md);
  position: relative;
  align-items: center;
  white-space: nowrap;
  flex-direction: column;
  text-decoration: none;
}
 
.navigation__phone {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-sm) var(--spacing-md);
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
  transition: all 0.3s var(--animation-curve-primary);
  align-items: center;
  white-space: nowrap;
  border-radius: var(--border-radius-sm);
  text-decoration: none;
}
 
.navigation__contact-btn {
  clip-path: polygon(
      8px 0%,
      100% 0%,
      100% calc(100% - 8px),
      calc(100% - 8px) 100%,
      0% 100%,
      0% 8px
    );
  white-space: nowrap;
}
 
.navigation__toggle-icon {
  color: var(--color-on-surface);
  display: flex;
  transition: opacity 0.3s var(--animation-curve-primary),
      transform 0.3s var(--animation-curve-primary);
}
 

 
.navigation__toggle-icon--close {
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-90deg);
}
 
.navigation__mobile-link {
  padding: var(--spacing-md) var(--spacing-lg);
  background: var(--color-surface);
  transition: all 0.3s var(--animation-curve-primary);
  border-left: 3px solid transparent;
  white-space: nowrap;
  text-decoration: none;
}
 
.navigation__mobile-divider {
  height: 2px;
  margin: var(--spacing-md) 0;
  background: var(--color-border);
}
 
.navigation__mobile-phone {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-md) var(--spacing-lg);
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
  align-items: center;
  white-space: nowrap;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-sm);
  text-decoration: none;
}
 
.navigation__mobile-cta {
  width: 100%;
  clip-path: polygon(
      8px 0%,
      100% 0%,
      100% calc(100% - 8px),
      calc(100% - 8px) 100%,
      0% 100%,
      0% 8px
    );
  white-space: nowrap;
  justify-content: center;
}
 
.navigation__logo-accent {
  color: var(--color-on-primary);
  z-index: 2;
  position: relative;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.05em;
}
 
.navigation__brand-name {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  white-space: nowrap;
  letter-spacing: var(--letter-spacing-tight);
}
 
.navigation__brand-tagline {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-xs);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-tight);
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
 
.navigation__link-text {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  transition: color 0.3s var(--animation-curve-primary);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-normal);
}
 
.navigation__link-indicator {
  left: 50%;
  width: 0;
  bottom: 0;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  background: var(--color-primary);
  transition: width 0.3s var(--animation-curve-primary);
}
 
.navigation__phone-icon {
  color: var(--color-primary);
  display: flex;
}
 
.navigation__phone-text {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.02em;
}
 
.navigation__mobile-link-text {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-normal);
}
 
.navigation__mobile-toggle\[aria-expanded\=\"true\"\]\
\ \ \ \ \.navigation__toggle-icon--menu {
  opacity: 0;
  transform: rotate(90deg);
}
 
.navigation__mobile-toggle\[aria-expanded\=\"true\"\]\
\ \ \ \ \.navigation__toggle-icon--close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
 
.navigation::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  content: "";
  z-index: 2;
  position: absolute;
  animation: navigation-gradient-shift 8s linear infinite;
  background: linear-gradient(
      90deg,
      var(--color-primary) 0%,
      var(--color-accent) 50%,
      var(--color-primary) 100%
    );
  background-size: 200% 100%;
}
 
.navigation__logo:hover {
  transform: translateY(-2px);
}
 
.navigation__logo-mark::after {
  inset: 2px;
  content: "";
  z-index: 1;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%);
  background: color-mix(
      in srgb,
      var(--color-primary) 85%,
      var(--color-surface)
    );
}
 
.navigation__link::before {
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  content: "";
  opacity: 0;
  position: absolute;
  transform: translateY(-50%);
  background: var(--color-accent);
  transition: height 0.3s var(--animation-curve-primary);
}
 
.navigation__link:hover .navigation__link-text {
  color: var(--color-primary);
}
 
.navigation__link:hover .navigation__link-indicator {
  width: 100%;
}
 
.navigation__link:hover::before {
  height: 70%;
  opacity: 1;
}
 
.navigation__phone:hover {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-primary);
}
 
.navigation__mobile-menu.navigation__mobile-menu--active {
  max-height: calc(100vh - 82px);
}
 
.navigation__mobile-link:hover {
  transform: translateX(4px);
  background: color-mix(
      in srgb,
      var(--color-primary) 8%,
      var(--color-surface)
    );
  border-left-color: var(--color-primary);
}
 
.footer-container {
  color: var(--color-on-surface);
  padding: clamp(3rem, 6vw, 5rem) 0 0 0;
  overflow: hidden;
  position: relative;
  background: var(--color-surface);
}
 
.footer-texture-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-image: url("https://images.pexels.com/photos/34382400/pexels-photo-34382400.jpeg?auto=compress&cs=tinysrgb&h=650&w=940");
  background-position: center;
}
 
.footer-main-content {
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  z-index: 2;
  position: relative;
  max-width: var(--content-max-width);
}
 
.footer-divider {
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  z-index: 2;
  position: relative;
  max-width: var(--content-max-width);
}
 
.footer-bottom {
  padding: var(--spacing-lg) 0;
  z-index: 2;
  position: relative;
  background: color-mix(
      in srgb,
      var(--color-surface-elevated) 50%,
      var(--color-surface) 50%
    );
  border-top: 1px solid var(--color-border);
  margin-top: clamp(1.5rem, 3vw, 2rem);
}
 
.footer-back-to-top {
  color: var(--color-on-primary);
  right: 30px;
  width: 50px;
  border: 2px solid var(--color-primary);
  bottom: 30px;
  cursor: pointer;
  height: 50px;
  display: flex;
  opacity: 0;
  z-index: 100;
  position: fixed;
  clip-path: polygon(
      0 0,
      calc(100% - 10px) 0,
      100% 10px,
      100% 100%,
      10px 100%,
      0 calc(100% - 10px)
    );
  transform: translateY(20px);
  background: var(--color-primary);
  box-shadow: var(--shadow-level-3);
  transition: all 0.4s var(--animation-curve-primary);
  visibility: hidden;
  align-items: center;
  justify-content: center;
}
 
.footer-grid {
  gap: clamp(2rem, 4vw, 4rem);
  display: grid;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
}
 
.footer-divider-line {
  width: 100%;
  height: 2px;
  position: relative;
  background: var(--color-border);
}
 
.footer-bottom-content {
  gap: var(--spacing-md);
  margin: 0 auto;
  display: flex;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
  align-items: center;
  justify-content: space-between;
}
 
.footer-column {
  display: flex;
  flex-direction: column;
}
 
.footer-company {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 

 

 

 
.footer-copyright {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.footer-legal {
  gap: var(--spacing-sm);
  display: flex;
  align-items: center;
}
 
.footer-logo-section {
  position: relative;
}
 
.footer-tagline {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
}
 
.footer-description {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.footer-social-links {
  gap: var(--spacing-sm);
  display: flex;
  margin-top: var(--spacing-sm);
}
 
.footer-heading {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
}
 
.footer-heading-line {
  width: 40px;
  height: 2px;
  position: relative;
  background: var(--color-primary);
  margin-bottom: var(--spacing-lg);
}
 
.footer-nav {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.footer-contact-list {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.footer-legal-link {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  transition: color 0.25s var(--animation-curve-primary);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
  text-decoration: none;
}
 
.footer-legal-separator {
  color: var(--color-border);
  font-size: var(--font-size-sm);
}
 
.footer-brand {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
}
 
.footer-brand-line {
  width: 60px;
  height: 2px;
  position: relative;
  background: var(--color-primary);
}
 
.footer-social-link {
  color: var(--color-on-surface);
  width: 44px;
  border: 2px solid var(--color-border);
  height: 44px;
  display: flex;
  clip-path: polygon(
      0 0,
      calc(100% - 8px) 0,
      100% 8px,
      100% 100%,
      8px 100%,
      0 calc(100% - 8px)
    );
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  transition: all 0.3s var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.footer-link {
  color: var(--color-on-surface-secondary);
  display: inline-block;
  position: relative;
  font-size: var(--font-size-sm);
  transition: all 0.25s var(--animation-curve-primary);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
  padding-left: 0;
  text-decoration: none;
}
 
.footer-contact-item {
  gap: var(--spacing-md);
  display: flex;
  align-items: flex-start;
}
 
.footer-contact-icon {
  color: var(--color-primary);
  width: 40px;
  border: 1px solid var(--color-border);
  height: 40px;
  display: flex;
  clip-path: polygon(
      0 0,
      calc(100% - 6px) 0,
      100% 6px,
      100% 100%,
      6px 100%,
      0 calc(100% - 6px)
    );
  min-width: 40px;
  background: color-mix(in srgb, var(--color-primary) 15%, transparent);
  transition: all 0.3s var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.footer-contact-content {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
 
.footer-contact-label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-xs);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.footer-contact-value {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  transition: color 0.25s var(--animation-curve-primary);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
  text-decoration: none;
}
 
.footer-texture-overlay::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  background: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      var(--color-surface) 2px,
      var(--color-surface) 4px
    );
}
 
.footer-brand-line::after {
  top: -3px;
  right: -8px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: var(--color-accent);
}
 
.footer-social-link:hover {
  color: var(--color-on-primary);
  transform: translateY(-3px);
  background: var(--color-primary);
  box-shadow: var(--shadow-level-2);
  border-color: var(--color-primary);
}
 
.footer-social-link  svg {
  width: 20px;
  height: 20px;
}
 
.footer-heading-line::before {
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  content: "";
  position: absolute;
  background: var(--color-accent);
}
 
.footer-link::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--color-primary);
  transition: width 0.3s var(--animation-curve-primary);
}
 
.footer-link:hover {
  color: var(--color-on-surface);
  padding-left: 12px;
}
 
.footer-link:hover::before {
  width: 100%;
}
 
.footer-contact-item:hover .footer-contact-icon {
  color: var(--color-on-primary);
  transform: scale(1.05);
  background: var(--color-primary);
}
 
.footer-contact-icon  svg {
  width: 20px;
  height: 20px;
}
 
.footer-divider-line::before {
  top: -1px;
  left: 0;
  width: 120px;
  height: 4px;
  content: "";
  position: absolute;
  background: var(--color-primary);
}
 
.footer-divider-line::after {
  top: -1px;
  right: 0;
  width: 80px;
  height: 4px;
  content: "";
  position: absolute;
  background: var(--color-accent);
}
 
.footer-legal-link:hover {
  color: var(--color-primary);
}
 
.footer-back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
 
.footer-back-to-top:hover {
  transform: translateY(-5px);
  background: var(--color-accent);
  box-shadow: var(--shadow-level-3);
  border-color: var(--color-accent);
}
 
.footer-back-to-top  svg {
  width: 24px;
  height: 24px;
}
 
.hero {
  gap: var(--spacing-4xl);
  margin: 0 auto;
  display: grid;
  padding: var(--section-gap);
  position: relative;
  max-width: var(--content-max-width);
  min-height: 100vh;
  align-items: center;
  grid-template-columns: 1fr 420px;
}
 
.hero__content {
  gap: var(--spacing-md);
  order: 1;
  display: flex;
  z-index: 3;
  animation: heroContentReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  max-width: 720px;
  flex-direction: column;
}
 
.hero__panel {
  order: 2;
  width: 100%;
  border: 1px solid var(--color-border);
  height: 64vh;
  overflow: hidden;
  position: relative;
  animation: heroPanelReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  box-shadow: var(--shadow-level-2);
  max-height: 640px;
  border-radius: var(--border-radius-lg);
  background-size: cover;
  background-image: url("https://images.pexels.com/photos/6032905/pexels-photo-6032905.jpeg?auto=compress&cs=tinysrgb&h=650&w=940");
  background-position: center;
}
 
.hero__logo-wrapper {
  margin-bottom: var(--spacing-sm);
}
 
.hero__headline {
  color: var(--color-on-surface);
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.hero__subcopy {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  max-width: 62ch;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.hero__cta {
  color: var(--color-on-primary);
  border: 1px solid var(--color-outline);
  display: inline-block;
  padding: calc(var(--spacing-sm) + var(--spacing-xs)) var(--spacing-lg);
  font-size: var(--font-size-lg);
  align-self: flex-start;
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-md);
  text-decoration: none;
  background-color: var(--color-primary);
}
 
.hero__panel-overlay {
  inset: 0;
  content: "";
  z-index: 2;
  position: absolute;
  background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--color-scrim) 60%, transparent) 0%,
      color-mix(in srgb, var(--color-backplate) 20%, transparent) 100%
    );
  border-radius: inherit;
}
 
.hero__grid-overlay {
  color: var(--color-on-surface);
  inset: 0;
  filter: contrast(1.05);
  opacity: 0.12;
  z-index: 3;
  position: absolute;
  pointer-events: none;
}
 
.hero__logo {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  display: block;
}
 
.about {
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.about-grid {
  gap: var(--section-gap);
  color: var(--color-on-surface);
  display: grid;
  padding: var(--spacing-3xl);
  position: relative;
  animation: aboutReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  align-items: start;
  border-radius: var(--border-radius-md);
  grid-template-columns: 1fr 2fr 1fr;
}
 
.about__context {
  z-index: 2;
  position: relative;
}
 
.about__body {
  z-index: 2;
  position: relative;
}
 
.about__credentials {
  z-index: 2;
  position: relative;
}
 
.about__headline {
  color: var(--color-on-surface);
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-md);
  letter-spacing: var(--letter-spacing-tight);
}
 
.about__mission {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-sm);
}
 
.about__trust-badges {
  gap: var(--spacing-sm);
  display: flex;
  margin-top: var(--spacing-lg);
  flex-direction: column;
}
 
.about__paragraph {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  max-width: 60ch;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.credential-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-md);
}
 
.credential-highlight {
  padding: var(--spacing-md);
  background: var(--color-backplate);
  border-left: 3px solid var(--color-primary);
  border-radius: var(--border-radius-sm);
}
 
.trust-badge {
  gap: var(--spacing-xs);
  color: var(--color-on-surface);
  display: flex;
  opacity: 0;
  padding: var(--spacing-xs);
  animation: badgeSlideIn var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  font-size: var(--font-size-sm);
  transform: translateX(-6px);
  background: var(--color-surface-elevated);
  align-items: center;
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 
.credential-card__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-sm);
}
 
.credential-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.credential-highlight__text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-default);
}
 
.services {
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.services__container {
  position: relative;
}
 
.services__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  text-align: center;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-2xl);
}
 
.services-grid {
  gap: var(--spacing-lg);
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
}
 
.service-card {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: flex;
  opacity: 0;
  padding: var(--spacing-md);
  overflow: hidden;
  position: relative;
  animation: serviceCardReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  min-height: 420px;
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  align-items: flex-start;
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.service-card--featured {
  border: 2px solid var(--color-primary);
  padding-top: calc(var(--spacing-md) + var(--spacing-sm));
}
 
.service-card__icon-band {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-sm);
  justify-content: center;
}
 
.service-card__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-xs);
  letter-spacing: var(--letter-spacing-tight);
}
 
.service-card__lead {
  color: var(--color-primary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-xs);
}
 
.service-card__description {
  color: var(--color-on-surface-secondary);
  flex-grow: 1;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.service-card__icon {
  color: var(--color-primary);
  width: 64px;
  height: 64px;
  display: flex;
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}
 
.projects {
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.projects__container {
  position: relative;
}
 
.projects__intro {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing-2xl);
}
 
.projects-grid {
  gap: var(--spacing-lg);
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 480px repeat(2, 1fr);
}
 
.projects__subtitle {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  margin-top: var(--spacing-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.project-card {
  border: 1px solid var(--color-border);
  opacity: 0;
  overflow: hidden;
  position: relative;
  animation: projectCardReveal var(--animation-duration-fast)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
}
 
.project-card--hero {
  grid-row: 1 / 3;
  grid-column: 1;
}
 
.project-card__media {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}
 
.project-card__content {
  padding: var(--spacing-md);
  z-index: 3;
  position: relative;
}
 
.project-card__overlay {
  inset: 0;
  z-index: 2;
  position: absolute;
  background: linear-gradient(
      180deg,
      transparent 0%,
      color-mix(in srgb, var(--color-scrim) 60%, transparent) 100%
    );
}
 
.project-card__badge {
  color: var(--color-on-surface);
  display: inline-block;
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-xs);
  background: var(--color-accent);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-xs);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.project-card__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-xs);
  letter-spacing: var(--letter-spacing-tight);
}
 
.project-card__meta {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  margin-bottom: var(--spacing-sm);
}
 
.project-card__description {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.project-card__outcome {
  gap: var(--spacing-xs);
  color: var(--color-primary);
  display: flex;
  font-size: var(--font-size-sm);
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-sm);
  align-items: center;
  font-weight: var(--font-weight-medium);
  padding-top: var(--spacing-sm);
}
 
.contact-cta {
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.contact-cta__container {
  gap: var(--section-gap);
  display: grid;
  padding: var(--spacing-3xl);
  animation: ctaReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  background: var(--color-surface);
  border-radius: var(--border-radius-md);
  grid-template-columns: 2fr 1fr;
}
 
.contact-cta__left {
  gap: var(--spacing-lg);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.contact-cta__right {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.contact-cta__headline {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}
 
.contact-cta__trust-row {
  gap: var(--spacing-sm);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
 
.contact-cta__instruction {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.contact-cta__office {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.contact-cta__controls {
  gap: var(--spacing-sm);
  display: flex;
  padding: var(--spacing-md);
  background: var(--color-backplate);
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-md);
  flex-direction: column;
}
 
.callback-form {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.trust-indicator {
  gap: var(--spacing-xs);
  color: var(--color-on-surface);
  display: flex;
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-backplate);
  align-items: center;
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 
.contact-cta__link {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  padding: var(--spacing-xs);
  transition: background-color var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  border-radius: var(--border-radius-sm);
  text-decoration: none;
}
 

 

 
.callback-form__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-xs);
}
 
.form-field {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
 
.callback-form__submit {
  margin-top: var(--spacing-xs);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.form-field__label {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
}
 
.form-field__input {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-border);
  outline: none;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: box-shadow var(--animation-duration-fast)
        var(--animation-curve-primary),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.contact {
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.contact-grid {
  gap: var(--spacing-2xl);
  display: grid;
  align-items: start;
  grid-template-columns: 2fr 1fr;
}
 
.contact__details {
  animation-delay: 0.1s;
}
 
.card {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  opacity: 0;
  padding: var(--spacing-lg);
  animation: contactCardReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(6px);
  background: var(--color-backplate);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.contact__form {
  animation-delay: 0.2s;
}
 
.contact__heading {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-md);
  letter-spacing: var(--letter-spacing-tight);
}
 
.contact__intro {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-lg);
}
 
.contact__info {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.contact__divider {
  height: 1px;
  margin: var(--spacing-md) 0;
  background: var(--color-border);
}
 
.contact__note {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-style: italic;
}
 
.contact__form-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-md);
}
 
.enquiry-form {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.contact__info-item {
  gap: var(--spacing-md);
  display: flex;
  align-items: flex-start;
}
 
.enquiry-form__submit {
  width: 100%;
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.contact__icon {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  background: var(--color-surface-elevated);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.contact__info-content {
  flex: 1;
}
 
.form-field__textarea {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-border);
  resize: vertical;
  outline: none;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  min-height: 80px;
  transition: box-shadow var(--animation-duration-fast)
        var(--animation-curve-primary),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.contact__info-label {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: 4px;
}
 
.contact__info-text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
}
 
.hero__cta:hover {
  transform: scale(1.03);
}
 
.hero__cta:focus {
  outline: 3px solid var(--color-outline);
  outline-offset: 2px;
}
 
.about-grid::before {
  inset: 0;
  content: "";
  position: absolute;
  background: color-mix(in srgb, var(--color-scrim) 8%, transparent);
  border-radius: var(--border-radius-md);
  pointer-events: none;
}
 
.trust-badge:nth-child(1) {
  animation-delay: 0.1s;
}
 
.trust-badge:nth-child(2) {
  animation-delay: 0.2s;
}
 
.trust-badge  svg {
  color: var(--color-primary);
  flex-shrink: 0;
}
 
.about__paragraph:last-child {
  margin-bottom: 0;
}
 
.credential-card:hover {
  transform: scale(1.02);
}
 
.credential-list  li {
  color: var(--color-on-surface-secondary);
  padding: var(--spacing-xs) 0;
  font-size: var(--font-size-sm);
  border-bottom: 1px solid var(--color-border);
}
 
.credential-list  li:last-child {
  border-bottom: none;
}
 
.service-card:nth-child(1) {
  animation-delay: 0.1s;
}
 
.service-card:nth-child(2) {
  animation-delay: 0.2s;
}
 
.service-card:nth-child(3) {
  animation-delay: 0.3s;
}
 
.service-card:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: var(--shadow-level-2);
}
 
.service-card:hover .service-card__icon {
  transform: translateY(-4px) scale(1.03);
}
 
.project-card:nth-child(1) {
  animation-delay: 0.1s;
}
 
.project-card:nth-child(2) {
  animation-delay: 0.15s;
}
 
.project-card:nth-child(3) {
  animation-delay: 0.2s;
}
 
.project-card:nth-child(4) {
  animation-delay: 0.25s;
}
 
.project-card:nth-child(5) {
  animation-delay: 0.3s;
}
 
.project-card:nth-child(6) {
  animation-delay: 0.35s;
}
 
.project-card:hover {
  transform: translateY(-2px);
}
 
.project-card:hover .project-card__media img {
  transform: scale(1.02);
}
 
.project-card--hero  .project-card__media {
  height: 100%;
  min-height: 480px;
}
 
.project-card--hero  .project-card__content {
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--spacing-lg);
  position: absolute;
  background: var(--color-backplate);
}
 
.project-card--hero  .project-card__title {
  font-size: var(--font-size-2xl);
}
 
.project-card__media  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.trust-indicator  svg {
  color: var(--color-primary);
  flex-shrink: 0;
}
 
.contact-cta__office  span {
  color: var(--color-on-surface);
  font-weight: var(--font-weight-medium);
}
 
.contact-cta__link:hover {
  background: var(--color-surface);
}
 
.contact-cta__link  svg {
  color: var(--color-primary);
  flex-shrink: 0;
}
 
.contact-cta__link--phone  span {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
}
 
.contact-cta__link--email  span {
  font-size: var(--font-size-base);
}
 
.form-field__input:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px var(--color-outline);
}
 
.form-field__textarea:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px var(--color-outline);
}
 
.callback-form__submit:hover {
  transform: scale(1.02);
}
 
.enquiry-form__submit:hover {
  transform: scale(1.02);
}
 
.section {
  padding: var(--section-gap) 0;
  position: relative;
}
 
.hero-section {
  display: grid;
  padding: var(--spacing-4xl) var(--spacing-lg);
  min-height: 100vh;
  align-items: center;
}
 
.about-section {
  position: relative;
  background: var(--color-surface-elevated);
}
 
.services-section {
  background: var(--color-surface);
}
 
.projects-section {
  background: var(--color-surface-elevated);
}
 
.why-section {
  background: var(--color-surface);
}
 
.contact-section {
  position: relative;
  background: var(--color-surface-elevated);
}
 

 
.hero-panel {
  width: 100%;
  border: 1px solid var(--color-border);
  margin: 0 auto;
  padding: var(--spacing-2xl);
  overflow: hidden;
  position: relative;
  max-width: var(--content-max-width);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-lg);
}
 
.about-container {
  gap: var(--section-gap);
  margin: 0 auto;
  display: grid;
  max-width: var(--content-max-width);
  padding-inline: var(--spacing-lg);
}
 
.services-panel {
  border: 1px solid var(--color-border);
  margin: 0 auto;
  padding: var(--spacing-lg) var(--spacing-md);
  max-width: var(--content-max-width);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 

 
.projects-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
  padding-inline: var(--spacing-lg);
}
 
.why-container {
  margin: 0 auto;
  padding: var(--section-gap) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.contact-container {
  margin: 0 auto;
  padding: var(--section-gap) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.hero-grid {
  gap: var(--section-gap);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 520px;
}
 
.about-header {
  gap: var(--spacing-sm);
  border: 2px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.about-content-grid {
  gap: var(--spacing-lg);
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 360px;
}
 
.services-header {
  margin-bottom: var(--spacing-md);
}
 
.divider-line {
  height: 1px;
  margin: var(--spacing-md) 0;
  background: var(--color-border);
}
 

 
.services-cards {
  gap: var(--spacing-md);
  display: grid;
  margin-top: var(--spacing-md);
  grid-template-columns: repeat(3, 1fr);
}
 
.projects-intro {
  gap: var(--spacing-md);
  display: flex;
  opacity: 0;
  animation: fadeInUp var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  margin-bottom: var(--section-gap);
  flex-direction: column;
}
 

 
.projects-masonry {
  gap: var(--spacing-md);
  display: grid;
  margin-bottom: var(--spacing-2xl);
  grid-auto-rows: 8px;
  grid-template-columns: repeat(3, 1fr);
}
 
.projects-cta {
  display: flex;
  margin-top: var(--spacing-lg);
  justify-content: center;
}
 
.why-header {
  opacity: 0;
  animation: fadeInUp var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  margin-bottom: var(--spacing-2xl);
  animation-delay: 0.1s;
}
 
.why-cards {
  gap: var(--spacing-md);
  display: grid;
  margin-bottom: var(--spacing-2xl);
  grid-template-columns: repeat(3, 1fr);
}
 
.why-cta {
  display: flex;
  justify-content: center;
}
 
.contact-grid1 {
  gap: var(--spacing-lg);
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 420px;
}
 

 
.hero-content {
  opacity: 0;
  animation: heroReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  animation-delay: 0.2s;
}
 

 
.hero-visual {
  height: 500px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-level-3);
  transition: transform var(--animation-duration-slow)
      var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
}
 
.about-narrative {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.about-sidebar {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.service-card1 {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-2);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  will-change: transform, box-shadow;
  border-radius: var(--border-radius-sm);
  flex-direction: column;
}
 
.masonry-card {
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-standard)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-standard)
        var(--animation-curve-primary);
  border-radius: var(--border-radius-sm);
}
 
.why-card {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  cursor: pointer;
  display: flex;
  padding: var(--spacing-md);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: flex-start;
  border-radius: var(--border-radius-md);
}
 
.contact-info {
  gap: var(--spacing-md);
  display: flex;
  opacity: 0;
  animation: fadeInUp var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(6px);
  flex-direction: column;
  animation-delay: 0.1s;
}
 
.contact-form-panel {
  border: 1px solid var(--color-border);
  opacity: 0;
  padding: var(--spacing-lg);
  position: relative;
  animation: fadeInUp var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(6px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-md);
  animation-delay: 0.2s;
}
 

 

 
.specialty-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: grid;
  padding: 0;
  list-style: none;
}
 
.stat-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  overflow: hidden;
  position: relative;
  background: var(--color-backplate);
  text-align: center;
  border-radius: var(--border-radius-sm);
}
 
.credential-badge {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-sm);
  background: var(--color-backplate);
  align-items: center;
  border-radius: var(--border-radius-sm);
}
 
.project-carousel {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface);
  border-radius: var(--border-radius-sm);
}
 
.card-icon {
  color: var(--color-accent);
  width: 64px;
  height: 64px;
  display: flex;
  background: var(--color-backplate);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.card-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.card-description {
  color: var(--color-on-surface-secondary);
  margin: 0;
  flex-grow: 1;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.card-image {
  width: 100%;
  height: 100%;
}
 
.card-overlay {
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--spacing-md);
  position: absolute;
  background: linear-gradient(to top, var(--color-scrim), transparent);
}
 
.card-icon-container {
  color: var(--color-accent);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.card-content {
  flex: 1;
}
 
.contact-details {
  gap: var(--spacing-md);
  display: flex;
  margin-top: var(--spacing-lg);
  flex-direction: column;
}
 
.contact-form {
  gap: var(--spacing-sm);
  display: grid;
}
 
.stat-number {
  color: var(--color-on-surface);
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}
 
.stat-label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  margin-top: var(--spacing-xs);
  font-family: var(--font-family-body);
}
 
.carousel-track {
  gap: var(--spacing-sm);
  display: flex;
  overflow-x: auto;
  scrollbar-color: var(--color-border) transparent;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
 

 
.card-meta {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-default);
}
 
.detail-item {
  gap: var(--spacing-sm);
  display: flex;
  align-items: flex-start;
}
 
.form-description {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
}
 
.form-group {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
 
.form-privacy {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  margin-top: var(--spacing-sm);
  line-height: var(--line-height-default);
}
 
.carousel-item {
  width: 200px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  scroll-snap-align: start;
}
 
.detail-icon {
  color: var(--color-accent);
  width: 40px;
  height: 40px;
  display: flex;
  background: var(--color-backplate);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.detail-content {
  flex: 1;
}
 
.hero-panel::before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  z-index: 2;
  position: absolute;
  background: var(--color-primary);
}
 
.hero-content  .hero-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.hero-content  .hero-tagline {
  color: var(--color-on-surface);
  position: relative;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  padding-left: var(--spacing-md);
  margin-bottom: var(--spacing-md);
}
 
.hero-content  .hero-tagline::before {
  top: 50%;
  left: 0;
  width: 3px;
  height: 80%;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background: var(--color-accent);
}
 
.hero-content  .hero-body {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  max-width: 60ch;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-lg);
}
 
.hero-content  .btn-primary {
  display: inline-block;
  margin-top: var(--spacing-md);
}
 
.hero-visual::before {
  inset: 0;
  content: "";
  opacity: 0.2;
  z-index: 1;
  position: absolute;
  background: linear-gradient(
      135deg,
      transparent 0%,
      var(--color-scrim) 100%
    );
  mix-blend-mode: multiply;
}
 
.hero-visual::after {
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  content: "";
  opacity: 0.1;
  z-index: 2;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: var(--color-primary);
}
 
.hero-visual  img {
  width: 100%;
  filter: grayscale(20%) contrast(110%);
  height: 100%;
  object-fit: cover;
}
 
.hero-visual:hover {
  transform: translateY(-4px);
}
 
.about-section::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: var(--color-border);
}
 
.about-header::before {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  content: "";
  position: absolute;
  background: linear-gradient(
      90deg,
      var(--color-primary) 0%,
      var(--color-accent) 100%
    );
}
 
.about-header  .section-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
}
 
.about-header  .section-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.about-narrative  h2 {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.about-narrative  h3 {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.about-narrative  p {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.specialty-list  li {
  color: var(--color-on-surface-secondary);
  position: relative;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  padding-left: var(--spacing-md);
}
 
.specialty-list  li::before {
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: var(--color-accent);
}
 
.stat-card::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background: var(--color-primary);
}
 
.credential-badge  svg {
  color: var(--color-accent);
  flex-shrink: 0;
}
 
.credential-badge  span {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.project-carousel  h4 {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.carousel-item  img {
  width: 100%;
  filter: grayscale(30%) contrast(105%);
  height: 100%;
  object-fit: cover;
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
}
 
.carousel-item:hover img {
  transform: scale(1.05);
}
 
.services-header  .section-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}
 
.services-header  .section-content {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.service-card1::before {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  content: "";
  position: absolute;
  transform: scaleX(0);
  background: var(--color-primary);
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  transform-origin: left;
}
 
.service-card1:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-level-3);
}
 
.service-card1:focus-within {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-level-3);
}
 
.service-card1:hover::before {
  transform: scaleX(1);
}
 
.service-card1  .btn-outline {
  align-self: flex-start;
  margin-top: auto;
}
 
.projects-intro  .section-title {
  color: var(--color-on-surface);
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
}
 
.projects-intro  .section-title::after {
  left: 0;
  width: 60px;
  bottom: -8px;
  height: 3px;
  content: "";
  position: absolute;
  background: var(--color-primary);
}
 
.projects-intro  .section-content {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  max-width: 70ch;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.masonry-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-level-3);
}
 
.masonry-card:hover .card-image img {
  transform: scale(1.02);
}
 
.card-image  img {
  width: 100%;
  filter: grayscale(20%) contrast(110%);
  height: 100%;
  object-fit: cover;
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
}
 
.card-overlay  .card-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.card-overlay  .card-caption {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
}
 
.why-header  .section-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}
 
.why-header  .section-content {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.why-card::before {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  transform: scaleY(0);
  background: var(--color-primary);
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  transform-origin: top;
}
 
.why-card:hover {
  outline: none;
  transform: translateY(-4px);
}
 
.why-card:focus {
  outline: none;
  transform: translateY(-4px);
}
 
.why-card:hover::before {
  transform: scaleY(1);
}
 
.why-card:focus::before {
  transform: scaleY(1);
}
 
.why-card  .card-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.contact-section::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: linear-gradient(
      90deg,
      var(--color-primary) 0%,
      var(--color-accent) 100%
    );
}
 
.contact-info  .section-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
}
 
.contact-info  .section-content {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  letter-spacing: var(--letter-spacing-normal);
}
 
.detail-content  h3 {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.detail-content  address {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-style: normal;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
}
 
.detail-content  p {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-style: normal;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
}
 
.detail-content  a {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  transition: color var(--animation-duration-fast);
  font-family: var(--font-family-body);
  text-decoration: none;
}
 
.detail-content  a:hover {
  color: var(--color-primary);
}
 
.contact-form-panel::before {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  content: "";
  opacity: 0.05;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: var(--color-primary);
}
 
.contact-form  #form-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.contact-form  .btn-primary {
  margin-top: var(--spacing-sm);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.contact-form  .btn-primary:active {
  transform: scale(0.995);
}
 
.form-group  label {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.form-group  input {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-outline);
  outline: none;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: border-color var(--animation-duration-fast),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
  outline-offset: 2px;
}
 
.form-group  textarea {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-outline);
  outline: none;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: border-color var(--animation-duration-fast),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
  outline-offset: 2px;
}
 
.form-group  input:focus {
  outline: 2px solid var(--color-outline);
  transform: scale(1.01);
  border-color: var(--color-primary);
}
 
.form-group  textarea:focus {
  outline: 2px solid var(--color-outline);
  transform: scale(1.01);
  border-color: var(--color-primary);
}
 
.hero-container {
  margin: 0 auto;
  padding: var(--spacing-4xl) var(--spacing-lg);
  max-width: var(--content-max-width);
  background: var(--color-surface);
}
 
.hero-panel1 {
  gap: clamp(1rem, 2vw, 2.5rem);
  display: grid;
  min-height: 100vh;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
 
.hero-text {
  gap: var(--spacing-md);
  border: 1px solid var(--color-border);
  display: flex;
  opacity: 0;
  padding: var(--spacing-2xl) var(--spacing-lg);
  position: relative;
  animation: heroReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  max-width: 60ch;
  transform: translateY(12px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  align-items: flex-start;
  border-radius: var(--border-radius-md);
  flex-direction: column;
  animation-delay: 0.1s;
}
 
.hero-visual1 {
  height: 100%;
  position: relative;
  min-height: 500px;
}
 
.hero-brand-mark {
  color: var(--color-on-surface-secondary);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-backplate);
  border-left: 2px solid var(--color-primary);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.hero-copy {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.hero-visual-backplate {
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-sm);
  background-color: var(--color-backplate);
}
 
.hero-visual-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 2;
  position: absolute;
  background: linear-gradient(
      135deg,
      var(--color-overlay) 0%,
      transparent 60%
    );
}
 
.services-overview-section {
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2.5rem) var(--spacing-lg);
  max-width: var(--content-max-width);
  background: var(--color-surface);
}
 
.services-intro {
  border: 1px solid var(--color-border);
  padding: var(--spacing-xl);
  background: var(--color-surface-elevated);
  border-radius: var(--border-radius-md);
  margin-bottom: var(--spacing-2xl);
}
 
.services-grid1 {
  gap: var(--spacing-md);
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 2fr 1fr;
}
 
.services-intro-copy {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.services-intro-secondary {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.service-card2 {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
}
 
.service-card-lead {
  display: flex;
  grid-row: 1 / 3;
  grid-column: 1;
  flex-direction: column;
  justify-content: center;
}
 
.trust-element {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.service-card-icon {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  background: var(--color-backplate);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-sm);
  justify-content: center;
}
 
.service-card-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-xs);
}
 
.service-card-description {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.trust-title {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-sm);
}
 
.trust-links {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.trust-link {
  color: var(--color-on-surface);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  transition: border-color var(--animation-duration-fast)
        var(--animation-curve-primary),
      padding-left var(--animation-duration-fast) var(--animation-curve-primary);
  border-left: 2px solid var(--color-border);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}
 
.service-cards-section {
  margin: clamp(1rem, 2vw, 2.5rem) auto;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.visually-hidden {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
 
.service-cards-container {
  gap: var(--spacing-lg);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.service-detail-card {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  opacity: 0;
  padding: var(--spacing-lg);
  position: relative;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  min-height: 220px;
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary),
      opacity var(--animation-duration-standard) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
  flex-direction: column;
  outline-offset: 2px;
}
 
.service-detail-icon-wrapper {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  background: var(--color-backplate);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.service-detail-label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
}
 
.service-detail-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
}
 
.service-detail-body {
  color: var(--color-on-surface-secondary);
  flex-grow: 1;
  font-size: var(--font-size-base);
  max-width: 48ch;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.service-detail-cta {
  color: var(--color-on-primary);
  display: inline-flex;
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: var(--font-size-sm);
  align-self: flex-start;
  background: var(--color-primary);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
  text-decoration: none;
}
 
.about-tac-section {
  margin: clamp(1rem, 2vw, 2.5rem) auto;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.about-tac-wrapper {
  gap: var(--spacing-lg);
  display: grid;
  padding: var(--spacing-3xl) var(--spacing-4xl);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-lg);
  grid-template-columns: 2fr 1fr;
}
 
.about-tac-overview {
  border: 1px solid var(--color-border);
  padding: var(--spacing-3xl);
  background: var(--color-surface-elevated);
  border-radius: var(--border-radius-md);
}
 
.about-tac-facts {
  opacity: 0;
  padding: var(--spacing-md);
  transform: translateY(8px);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-2);
  transition: opacity var(--animation-duration-standard)
        var(--animation-curve-primary),
      transform var(--animation-duration-standard)
        var(--animation-curve-primary);
  border-radius: var(--border-radius-sm);
}
 
.about-tac-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.about-tac-lead {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.about-tac-body {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.about-tac-values {
  gap: var(--spacing-sm);
  margin: var(--spacing-lg) 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.facts-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: var(--spacing-sm);
  padding-bottom: var(--spacing-xs);
}
 
.facts-list {
  gap: var(--spacing-xs);
  margin: var(--spacing-md) 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.facts-footer {
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-md);
  padding-top: var(--spacing-md);
}
 
.about-value-item {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  border-left: 2px solid var(--color-primary);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  padding-left: var(--spacing-md);
}
 
.fact-item {
  color: var(--color-on-surface-secondary);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-backplate);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  border-radius: var(--border-radius-sm);
}
 
.facts-tagline {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  font-style: italic;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.projects-section1 {
  margin: clamp(1rem, 2vw, 2.5rem) auto;
  padding: var(--spacing-lg) var(--spacing-md);
  max-width: var(--content-max-width);
  background: var(--color-surface);
}
 
.projects-container1 {
  width: 100%;
}
 
.projects-heading-band {
  padding: var(--spacing-sm) var(--spacing-md);
  background: var(--color-surface);
  margin-bottom: var(--spacing-md);
}
 
.projects-grid1 {
  gap: var(--spacing-sm);
  display: grid;
  grid-auto-rows: minmax(120px, auto);
  grid-template-columns: repeat(3, 1fr);
}
 
.projects-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-xs);
  letter-spacing: var(--letter-spacing-tight);
}
 
.projects-subtitle {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.project-tile {
  display: block;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  min-height: 180px;
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary),
      opacity var(--animation-duration-standard) var(--animation-curve-primary);
  border-bottom: 2px solid var(--color-border);
  border-radius: var(--border-radius-sm);
  text-decoration: none;
}
 
.project-tile-hero {
  grid-row: 1 / 3;
  min-height: 380px;
  grid-column: 1 / 3;
}
 
.project-tile-wide {
  grid-column: span 2;
}
 
.project-tile-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  background: linear-gradient(
      to bottom,
      transparent 40%,
      var(--color-scrim) 100%
    );
}
 
.project-tile-content {
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--spacing-sm);
  z-index: 3;
  position: absolute;
  background: linear-gradient(to top, var(--color-backplate), transparent);
}
 
.project-tile-title {
  color: var(--color-on-surface);
  overflow: hidden;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  white-space: nowrap;
  margin-bottom: var(--spacing-xs);
  text-overflow: ellipsis;
}
 
.project-tile-meta {
  color: var(--color-on-surface-secondary);
  overflow: hidden;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  white-space: nowrap;
  text-overflow: ellipsis;
}
 
.contact-cta-section {
  margin: clamp(1rem, 2vw, 2.5rem) auto;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.contact-cta-container {
  gap: var(--spacing-lg);
  display: grid;
  padding: clamp(1rem, 2vw, 2.5rem);
  background: var(--color-surface);
  align-items: start;
  border-radius: var(--border-radius-lg);
  grid-template-columns: 2fr 1fr;
}
 
.contact-cta-content {
  opacity: 0;
  padding: var(--spacing-2xl) var(--spacing-xl);
  position: relative;
  animation: ctaReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(6px);
  background: var(--color-backplate);
  border-radius: var(--border-radius-md);
  animation-delay: 0.1s;
}
 
.contact-cta-panel {
  border: 1px solid var(--color-border);
  opacity: 0;
  padding: var(--spacing-lg);
  animation: panelReveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(6px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
  animation-delay: 0.2s;
}
 
.contact-cta-title {
  color: var(--color-on-surface);
  position: relative;
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.contact-cta-body {
  color: var(--color-on-surface-secondary);
  position: relative;
  font-size: var(--font-size-base);
  margin-top: var(--spacing-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.contact-cta-subtext {
  color: var(--color-on-surface);
  position: relative;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.contact-cta-process {
  gap: var(--spacing-md);
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: var(--spacing-lg);
}
 
.contact-panel-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: var(--spacing-md);
  padding-bottom: var(--spacing-xs);
}
 
.contact-info1 {
  gap: var(--spacing-sm);
  display: flex;
  margin-bottom: var(--spacing-lg);
  flex-direction: column;
}
 
.contact-cta-button {
  width: 100%;
  text-align: center;
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  justify-content: center;
}
 
.contact-panel-footer {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-style: italic;
  margin-top: var(--spacing-sm);
  text-align: center;
  font-family: var(--font-family-body);
}
 
.process-step {
  color: var(--color-on-surface-secondary);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-surface);
  border-left: 2px solid var(--color-primary);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 
.contact-info-item {
  gap: var(--spacing-sm);
  display: flex;
  align-items: flex-start;
}
 
.contact-icon {
  color: var(--color-primary);
  width: 32px;
  height: 32px;
  display: flex;
  background: var(--color-backplate);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.contact-info-text {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  line-height: 1.6;
  padding-top: 4px;
}
 
.hero-visual-backplate::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.06;
  z-index: 2;
  position: absolute;
  pointer-events: none;
  background-size: 24px 24px;
  background-image: linear-gradient(
        0deg,
        transparent 23px,
        var(--color-border) 24px
      ),linear-gradient(90deg, transparent 23px, var(--color-border) 24px);
}
 
.hero-visual-backplate  img {
  width: 100%;
  filter: saturate(0.8) contrast(1.1);
  height: 100%;
  z-index: 1;
  position: relative;
  object-fit: cover;
  object-position: center;
}
 
.service-card2:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-level-2);
}
 
.service-card2:hover .service-card-icon {
  transform: scale(1.06);
}
 
.trust-link:hover {
  padding-left: var(--spacing-md);
  border-left-color: var(--color-primary);
}
 
.trust-link:focus {
  padding-left: var(--spacing-md);
  border-left-color: var(--color-primary);
}
 
.service-detail-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
 
.service-detail-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-level-2);
}
 
.service-detail-card:focus-within {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-level-2);
}
 
.service-detail-card::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.03;
  position: absolute;
  border-radius: var(--border-radius-md);
  pointer-events: none;
  background-size: 16px 16px;
  background-image: linear-gradient(
        0deg,
        transparent 15px,
        var(--color-border) 16px
      ),linear-gradient(90deg, transparent 15px, var(--color-border) 16px);
}
 
.service-detail-card:hover .service-detail-icon-wrapper {
  transform: scale(1.06);
}
 
.service-detail-cta:focus-visible {
  outline: 2px solid var(--color-outline);
}
 
.service-detail-cta:hover {
  transform: translateY(-2px);
}
 
.about-tac-facts.is-visible {
  opacity: 1;
  transform: translateY(0);
}
 
.project-tile.is-visible {
  opacity: 1;
  transform: translateY(0);
}
 
.project-tile  img {
  width: 100%;
  filter: saturate(0.85);
  height: 100%;
  display: block;
  z-index: 1;
  position: relative;
  object-fit: cover;
  object-position: center;
}
 
.project-tile:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
 
.contact-cta-content::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.04;
  position: absolute;
  border-radius: var(--border-radius-md);
  pointer-events: none;
  background-size: 20px 20px;
  background-image: linear-gradient(
        0deg,
        transparent 19px,
        var(--color-border) 20px
      ),linear-gradient(90deg, transparent 19px, var(--color-border) 20px);
}
 
.contact-cta-button:hover {
  transform: scale(1.03);
}
 
.contact-cta-button:focus-visible {
  outline: 2px solid var(--color-outline);
  outline-offset: var(--spacing-xs);
}
 
.hero-contact {
  margin: 0 auto;
  display: grid;
  padding: var(--spacing-4xl) var(--spacing-3xl);
  position: relative;
  max-width: var(--content-max-width);
  background: var(--color-surface);
  min-height: 100vh;
  align-items: center;
  grid-template-columns: 1fr;
}
 
.hero-contact__container {
  gap: var(--section-gap);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 420px;
}
 
.hero-contact__content {
  gap: var(--spacing-md);
  display: flex;
  max-width: 700px;
  flex-direction: column;
}
 
.hero-contact__panel {
  gap: var(--spacing-sm);
  width: 100%;
  display: flex;
  padding: var(--spacing-lg);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-lg);
  flex-direction: column;
}
 
.hero-contact__eyebrow {
  color: var(--color-on-surface-secondary);
  position: relative;
  font-size: var(--font-size-xs);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-semibold);
  padding-left: var(--spacing-lg);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.hero-contact__actions {
  gap: var(--spacing-sm);
  display: flex;
  margin-top: var(--spacing-sm);
}
 
.hero-contact__bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  object-fit: cover;
  transition: transform var(--animation-duration-slow)
      var(--animation-curve-primary);
  will-change: transform;
}
 
.hero-contact__info {
  gap: var(--spacing-xs);
  border: 1px solid var(--color-border);
  display: flex;
  opacity: 0;
  padding: var(--spacing-md);
  z-index: 3;
  position: relative;
  animation: reveal var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(6px);
  background: var(--color-surface);
  border-radius: var(--border-radius-sm);
  flex-direction: column;
  animation-delay: 0.3s;
}
 
.hero-contact__info-block {
  gap: var(--spacing-sm);
  display: flex;
  padding: var(--spacing-sm);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: flex-start;
  border-radius: var(--border-radius-sm);
}
 
.hero-contact__icon {
  color: var(--color-primary);
  width: 40px;
  height: 40px;
  display: flex;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.hero-contact__info-content {
  gap: 2px;
  display: flex;
  flex-direction: column;
}
 
.hero-contact__label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-xs);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.hero-contact__link {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  transition: color var(--animation-duration-fast);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
}
 
.location-section {
  margin: 0 auto;
  padding: var(--section-gap) var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.location-section__container {
  gap: var(--section-gap);
  display: grid;
  grid-template-columns: 2fr 1fr;
}
 
.location-section__panel {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.location-section__contact {
  gap: var(--spacing-lg);
  display: flex;
  padding: var(--spacing-3xl) var(--spacing-2xl);
  flex-direction: column;
}
 
.location-section__map {
  gap: var(--spacing-sm);
  display: flex;
  padding: var(--spacing-lg);
  flex-direction: column;
}
 
.location-section__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.location-section__address {
  gap: 2px;
  color: var(--color-on-surface-secondary);
  display: flex;
  font-size: var(--font-size-base);
  font-style: normal;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  flex-direction: column;
}
 
.location-section__quick {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-md);
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
  border-radius: var(--border-radius-sm);
  flex-direction: column;
}
 
.location-section__hours {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.location-section__access {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.location-section__privacy {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  border-top: 1px solid var(--color-border);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  padding-top: var(--spacing-md);
}
 
.location-section__map-wrapper {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius-md);
}
 
.location-section__map-summary {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.location-section__address-line {
  margin: 0;
}
 
.location-section__quick-item {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  font-size: var(--font-size-sm);
  align-items: center;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.location-section__subhead {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-xs);
}
 
.location-section__time {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.location-section__note {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.location-section__text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.location-section__map-placeholder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
  position: absolute;
  background: var(--color-primary-90);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.location-section__map-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 1;
  position: absolute;
  object-fit: cover;
  mix-blend-mode: multiply;
}
 
.location-section__quick-icon {
  color: var(--color-primary);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.location-section__map-backplate {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  padding: var(--spacing-md);
  background: var(--color-backplate);
  align-items: center;
  border-radius: var(--border-radius-sm);
  flex-direction: column;
}
 
.contact-form-section {
  margin: 0 auto;
  padding: var(--section-gap);
  max-width: var(--content-max-width);
}
 
.contact-form-section__container {
  gap: var(--spacing-3xl);
  display: grid;
  grid-template-columns: 2fr 1fr;
}
 
.contact-form-section__form-panel {
  border: 1px solid var(--color-border);
  opacity: 0;
  padding: var(--spacing-3xl);
  animation: slideUp var(--animation-duration-slow)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.contact-form-section__info-panel {
  gap: var(--spacing-md);
  display: flex;
  padding: var(--spacing-2xl);
  background: var(--color-surface);
  border-radius: var(--border-radius-sm);
  flex-direction: column;
}
 
.contact-form-section__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-md);
}
 
.contact-form-section__intro {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-lg);
}
 
.contact-form1 {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.contact-form-section__info-block {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: var(--spacing-md);
}
 
.contact-form-section__info-image {
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-top: var(--spacing-md);
  border-radius: var(--border-radius-sm);
}
 
.contact-form__row {
  gap: var(--spacing-sm);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.contact-form__field {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.contact-form__submit {
  align-self: flex-start;
  margin-top: var(--spacing-sm);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.contact-form__legal {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-xs);
  margin-top: var(--spacing-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.contact-form-section__info-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-xs);
}
 
.contact-form-section__info-text {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.contact-form-section__info-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--spacing-md);
  z-index: 2;
  position: absolute;
  background: linear-gradient(
      180deg,
      transparent 40%,
      color-mix(in srgb, var(--color-scrim) 70%, transparent) 100%
    );
  align-items: flex-end;
}
 
.contact-form__label {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.contact-form__textarea {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  resize: vertical;
  outline: none;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  min-height: 140px;
  transition: border-color var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.contact-form-section__info-badge {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-backplate);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-semibold);
  border-radius: var(--border-radius-sm);
}
 
.contact-form__input {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  outline: none;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: border-color var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.cta-section {
  margin: 0 auto;
  padding: var(--section-gap) var(--spacing-md);
  max-width: var(--content-max-width);
}
 
.cta-section__container {
  gap: var(--section-gap);
  display: grid;
  align-items: start;
  grid-template-columns: 2fr 1fr;
}
 
.cta-section__content {
  padding: var(--spacing-2xl);
  overflow: hidden;
  position: relative;
  background: var(--color-backplate);
  border-radius: var(--border-radius-md);
}
 
.cta-section__form {
  border: 1px solid var(--color-border);
  opacity: 0;
  padding: var(--spacing-lg);
  animation: slideUp var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
  animation-delay: 0.2s;
}
 
.cta-section__title {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-md);
  letter-spacing: var(--letter-spacing-tight);
}
 
.cta-section__text {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-lg);
}
 
.cta-section__actions {
  gap: var(--spacing-md);
  display: flex;
  margin-bottom: var(--spacing-md);
  flex-direction: column;
}
 
.cta-section__note {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.cta-section__form-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-xs);
}
 
.cta-section__form-text {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-md);
}
 
.cta-form {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.cta-section__trust {
  gap: var(--spacing-xs);
  display: flex;
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-md);
  padding-top: var(--spacing-md);
  flex-direction: column;
}
 
.cta-section__btn {
  align-self: flex-start;
}
 
.cta-section__quick {
  gap: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
}
 
.cta-form__field {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
 
.cta-form__submit {
  width: 100%;
  margin-top: var(--spacing-sm);
}
 
.cta-section__trust-item {
  gap: var(--spacing-xs);
  color: var(--color-on-surface-secondary);
  display: flex;
  font-size: var(--font-size-xs);
  align-items: center;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.cta-section__link {
  gap: var(--spacing-xs);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: inline-flex;
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: transparent;
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      border-color var(--animation-duration-fast);
  align-items: center;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
  text-decoration: none;
}
 
.cta-form__label {
  color: var(--color-on-surface);
  font-size: var(--font-size-xs);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.cta-form__input {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  outline: none;
  padding: var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-surface);
  transition: border-color var(--animation-duration-fast)
      var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.process-section {
  margin: 0 auto;
  padding: var(--section-gap) var(--spacing-lg);
  max-width: var(--content-max-width);
  background: var(--color-backplate);
}
 
.process-section__container {
  gap: var(--spacing-2xl);
  display: flex;
  flex-direction: column;
}
 
.process-section__header {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
 
.process-section__cards {
  gap: var(--spacing-lg);
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, 1fr);
}
 
.process-card {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  opacity: 0;
  padding: var(--spacing-lg);
  position: relative;
  animation: slideUp var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.process-card__number {
  top: var(--spacing-sm);
  color: color-mix(in srgb, var(--color-border) 50%, transparent);
  right: var(--spacing-sm);
  position: absolute;
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}
 
.process-card__icon {
  color: var(--color-primary);
  width: 56px;
  height: 56px;
  display: flex;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  align-items: center;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-xs);
  justify-content: center;
}
 
.process-card__title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.process-card__strapline {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.process-card__text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.team-section {
  margin: 0 auto;
  padding: var(--section-gap) var(--spacing-md);
  max-width: var(--content-max-width);
}
 
.team-section__container {
  gap: var(--section-gap);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
 
.team-section__lead {
  gap: var(--spacing-md);
  display: flex;
  padding: var(--spacing-3xl) var(--spacing-2xl);
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.team-section__roster {
  gap: var(--spacing-sm);
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
}
 
.team-section__title {
  color: var(--color-on-surface);
  opacity: 0;
  animation: revealTitle var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  font-size: var(--font-size-2xl);
  transform: translateY(-6px);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
}
 
.team-section__text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.team-section__cta {
  align-self: flex-start;
  margin-top: var(--spacing-sm);
}
 
.team-card {
  gap: var(--spacing-xs);
  border: 1px solid var(--color-border);
  display: flex;
  opacity: 0;
  padding: var(--spacing-sm);
  animation: slideUp var(--animation-duration-standard)
      var(--animation-curve-primary) forwards;
  transform: translateY(6px);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-sm);
  flex-direction: column;
}
 
.team-card__icon {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  align-items: center;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.team-card__title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.team-card__divider {
  height: 1px;
  background: var(--color-outline);
  margin-top: var(--spacing-xs);
}
 
.team-card__text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.hero-contact__eyebrow::before {
  top: 50%;
  left: 0;
  width: var(--spacing-md);
  height: 2px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background: var(--color-primary);
}
 
.hero-contact__panel:hover .hero-contact__bg-image {
  transform: translateY(-6%) scale(1.05);
}
 
.hero-contact__panel::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  position: absolute;
  background: color-mix(in srgb, var(--color-scrim) 24%, transparent);
  pointer-events: none;
}
 
.hero-contact__info-block:hover {
  transform: translateX(4px);
}
 
.hero-contact__link:hover {
  color: var(--color-primary);
}
 
.location-section__panel::before {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  background: var(--color-primary);
  border-radius: var(--border-radius-md) 0 0 var(--border-radius-md);
}
 
.location-section__map-wrapper:hover .location-section__map-placeholder {
  transform: scale(1.01);
}
 
.location-section__map-backplate  span {
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.contact-form__input:focus {
  box-shadow: 0 0 0 3px
      color-mix(in srgb, var(--color-primary) 15%, transparent);
  border-color: var(--color-primary);
}
 
.contact-form__textarea:focus {
  box-shadow: 0 0 0 3px
      color-mix(in srgb, var(--color-primary) 15%, transparent);
  border-color: var(--color-primary);
}
 
.contact-form__submit:active {
  transform: scale(0.995);
}
 
.contact-form-section__info-block:last-of-type {
  border-bottom: none;
}
 
.contact-form-section__info-text:last-child {
  margin-bottom: 0;
}
 
.contact-form-section__info-text  strong {
  color: var(--color-on-surface);
  font-weight: var(--font-weight-semibold);
}
 
.contact-form-section__info-image  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.cta-section__content::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.05;
  z-index: 1;
  position: absolute;
  background-size: cover;
  background-image: url("https://images.pexels.com/photos/14955123/pexels-photo-14955123.jpeg?auto=compress&cs=tinysrgb&h=650&w=940");
  background-position: center;
}
 
.cta-section__content  > * {
  z-index: 2;
  position: relative;
}
 
.cta-section__link:hover {
  transform: translateY(-2px);
  border-color: var(--color-primary);
}
 
.cta-form__input:focus {
  outline: 2px solid color-mix(in srgb, var(--color-accent) 20%, transparent);
  border-color: var(--color-accent);
  outline-offset: 2px;
}
 
.cta-section__trust-item  svg {
  color: var(--color-primary);
}
 
.process-card:nth-child(1) {
  animation-delay: 0.1s;
}
 
.process-card:nth-child(2) {
  animation-delay: 0.2s;
}
 
.process-card:nth-child(3) {
  animation-delay: 0.3s;
}
 
.process-card:nth-child(4) {
  animation-delay: 0.4s;
}
 
.process-card:hover {
  outline: 2px solid var(--color-outline);
  transform: translateY(-2px) scale(1.002);
  box-shadow: var(--shadow-level-2);
}
 
.process-card:focus {
  outline: 2px solid var(--color-outline);
  transform: translateY(-2px) scale(1.002);
  box-shadow: var(--shadow-level-2);
}
 
.team-section__lead::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.03;
  z-index: 1;
  position: absolute;
  border-radius: var(--border-radius-md);
  background-size: cover;
  background-image: url("https://images.pexels.com/photos/3708564/pexels-photo-3708564.jpeg?auto=compress&cs=tinysrgb&h=650&w=940");
  background-position: center;
}
 
.team-section__lead  > * {
  z-index: 2;
  position: relative;
}
 
.team-card:nth-child(1) {
  animation-delay: 0.1s;
}
 
.team-card:nth-child(2) {
  animation-delay: 0.15s;
}
 
.team-card:nth-child(3) {
  animation-delay: 0.2s;
}
 
.team-card:nth-child(4) {
  animation-delay: 0.25s;
}
 
.team-card:nth-child(5) {
  animation-delay: 0.3s;
}
 
.team-card:nth-child(6) {
  animation-delay: 0.35s;
}
 
.team-card:hover {
  outline: 3px solid var(--color-outline);
  transform: scale(1.02);
  box-shadow: var(--shadow-level-2);
  outline-offset: var(--spacing-xs);
}
 
.team-card:focus {
  outline: 3px solid var(--color-outline);
  transform: scale(1.02);
  box-shadow: var(--shadow-level-2);
  outline-offset: var(--spacing-xs);
}
 
.Headings {
  font-size: 2em;
  font-family: Montserrat;
  font-weight: 700;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.BodyFont {
  font-size: 1rem;
  font-family: Open Sans;
  font-weight: 400;
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .navigation__mobile-menu {
    display: block;
  }
  .navigation__links {
    display: none;
  }
  .navigation__cta {
    display: none;
  }
  .navigation__mobile-toggle {
    display: flex;
  }
  .navigation__logo-mark {
    width: 44px;
    height: 44px;
  }
  .navigation__logo-accent {
    font-size: var(--font-size-base);
  }
  .navigation__brand-tagline {
    display: none;
  }
  .footer-grid {
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-company {
    max-width: 600px;
    grid-column: 1 / -1;
  }
  .hero {
    gap: var(--spacing-2xl);
    padding: var(--spacing-3xl) var(--spacing-lg);
    min-height: auto;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }
  .hero__content {
    order: 2;
    max-width: 100%;
  }
  .hero__panel {
    order: 1;
    height: 50vh;
    transform: translateY(6%);
    max-height: 480px;
  }
  .about-grid {
    gap: var(--spacing-xl);
    padding: var(--spacing-2xl);
    grid-template-columns: 1fr 1fr;
  }
  .about__context {
    grid-column: 1 / -1;
  }
  .services-grid {
    gap: var(--spacing-md);
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-grid {
    gap: var(--spacing-md);
    grid-template-columns: repeat(2, 1fr);
  }
  .project-card--hero {
    grid-row: auto;
    grid-column: 1 / -1;
  }
  .contact-cta__container {
    gap: var(--spacing-xl);
    padding: var(--spacing-2xl);
    grid-template-columns: 1fr;
  }
  .contact-grid {
    gap: var(--spacing-xl);
    grid-template-columns: 1fr;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .about-content-grid {
    grid-template-columns: 1fr;
  }
  .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid1 {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    height: 400px;
  }
  .hero-panel1 {
    gap: var(--spacing-lg);
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-text {
    padding: var(--spacing-2xl);
  }
  .hero-visual1 {
    order: 2;
    min-height: 400px;
  }
  .services-grid1 {
    grid-template-columns: 1fr 1fr;
  }
  .service-card-lead {
    grid-row: auto;
  }
  .trust-element {
    grid-column: 1 / -1;
  }
  .service-cards-container {
    gap: var(--spacing-md);
    grid-template-columns: repeat(2, 1fr);
  }
  .about-tac-wrapper {
    gap: var(--spacing-md);
    padding: var(--spacing-2xl);
    grid-template-columns: 1fr;
  }
  .about-tac-overview {
    padding: var(--spacing-2xl);
  }
  .projects-grid1 {
    grid-template-columns: 1fr 1fr;
  }
  .project-tile-hero {
    grid-row: auto;
    min-height: 280px;
    grid-column: 1 / 3;
  }
  .contact-cta-container {
    gap: var(--spacing-md);
    grid-template-columns: 1fr;
  }
  .contact-cta-content {
    padding: var(--spacing-xl);
  }
  .hero-contact {
    padding: var(--spacing-2xl);
    min-height: auto;
  }
  .hero-contact__container {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-contact__content {
    max-width: 100%;
    text-align: center;
  }
  .hero-contact__panel {
    margin-top: var(--spacing-lg);
  }
  .hero-contact__actions {
    justify-content: center;
  }
  .location-section__container {
    grid-template-columns: 1fr;
  }
  .contact-form-section__container {
    grid-template-columns: 1fr;
  }
  .cta-section__container {
    grid-template-columns: 1fr;
  }
  .process-section__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-section__container {
    grid-template-columns: 1fr;
  }
  .team-section__roster {
    grid-template-columns: repeat(3, 1fr);
  }
}
 
@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .hero-title {
    font-size: var(--font-size-2xl);
  }
  .hero-subtitle {
    font-size: var(--font-size-base);
  }
  .navigation__container {
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .navigation__mobile-menu {
    top: 72px;
  }
  .navigation__logo-mark {
    width: 40px;
    height: 40px;
  }
  .navigation__brand-name {
    font-size: var(--font-size-base);
  }
  .footer-container {
    padding: clamp(2rem, 4vw, 3rem) 0 0 0;
  }
  .footer-back-to-top {
    right: 20px;
    width: 45px;
    bottom: 20px;
    height: 45px;
  }
  .footer-grid {
    gap: clamp(2rem, 5vw, 2.5rem);
    grid-template-columns: 1fr;
  }
  .footer-bottom-content {
    gap: var(--spacing-sm);
    text-align: center;
    flex-direction: column;
  }
  .footer-company {
    max-width: 100%;
    grid-column: auto;
  }
  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero__panel {
    height: 40vh;
  }
  .hero__headline {
    font-size: var(--font-size-2xl);
  }
  .about-grid {
    gap: var(--spacing-lg);
    grid-template-columns: 1fr;
  }
  .about__headline {
    font-size: var(--font-size-2xl);
  }
  .services__title {
    font-size: var(--font-size-xl);
  }
  .services-grid {
    gap: var(--spacing-md);
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: auto;
  }
  .projects-grid {
    display: block;
  }
  .project-card {
    margin-bottom: var(--spacing-md);
  }
  .contact-cta__container {
    padding: var(--spacing-xl);
  }
  .contact-cta__headline {
    font-size: var(--font-size-xl);
  }
  .contact__heading {
    font-size: var(--font-size-xl);
  }
  .contact__info-item {
    gap: var(--spacing-sm);
    flex-direction: column;
  }
  .hero-section {
    padding: var(--spacing-3xl) var(--spacing-md);
  }
  .hero-panel {
    padding: var(--spacing-lg);
  }
  .about-container {
    padding-inline: var(--spacing-md);
  }
  .services-cards {
    grid-template-columns: 1fr;
  }
  .projects-masonry {
    grid-template-columns: 1fr;
  }
  .why-cards {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    height: 300px;
  }
  .masonry-card {
    height: 250px;
    grid-row: span auto !important;
  }
  .carousel-track {
    gap: var(--spacing-xs);
  }
  .carousel-item {
    width: 150px;
  }
  .hero-container {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .hero-text {
    gap: var(--spacing-sm);
    padding: var(--spacing-lg);
  }
  .hero-visual1 {
    min-height: 320px;
  }
  .hero-copy {
    font-size: var(--font-size-sm);
  }
  .services-intro {
    padding: var(--spacing-md);
  }
  .services-grid1 {
    display: block;
  }
  .service-card2 {
    margin-bottom: var(--spacing-md);
  }
  .service-cards-container {
    gap: var(--spacing-md);
    grid-template-columns: 1fr;
  }
  .service-detail-card {
    padding: var(--spacing-md);
  }
  .about-tac-wrapper {
    padding: var(--spacing-md);
  }
  .about-tac-overview {
    padding: var(--spacing-md);
  }
  .projects-grid1 {
    grid-template-columns: 1fr;
  }
  .project-tile {
    min-height: 200px;
  }
  .project-tile-hero {
    grid-column: 1;
  }
  .project-tile-wide {
    grid-column: 1;
  }
  .contact-cta-container {
    padding: var(--spacing-md);
  }
  .contact-cta-content {
    padding: var(--spacing-md);
  }
  .contact-cta-title {
    font-size: var(--font-size-2xl);
  }
  .contact-cta-process {
    gap: var(--spacing-sm);
    flex-direction: column;
  }
  .hero-contact {
    padding: var(--spacing-lg);
  }
  .location-section__panel {
    padding: var(--spacing-md);
  }
  .location-section__contact {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .location-section__map-wrapper {
    height: 280px;
  }
  .contact-form-section__form-panel {
    padding: var(--spacing-2xl);
  }
  .contact-form__row {
    grid-template-columns: 1fr;
  }
  .process-section__cards {
    grid-template-columns: 1fr;
  }
  .team-section__roster {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: var(--font-size-xl);
  }
  .navigation__logo-text {
    max-width: 140px;
  }
  .navigation__brand-name {
    font-size: var(--font-size-sm);
    line-height: 1.2;
  }
  .footer-main-content {
    padding: 0 var(--spacing-md);
  }
  .footer-divider {
    padding: 0 var(--spacing-md);
  }
  .footer-bottom-content {
    padding: 0 var(--spacing-md);
  }
  .footer-social-links {
    flex-wrap: wrap;
  }
  .footer-contact-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .hero {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .hero__headline {
    font-size: var(--font-size-xl);
  }
  .hero__cta {
    width: 100%;
    text-align: center;
  }
  .about {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .about-grid {
    padding: var(--spacing-lg);
  }
  .services {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .service-card {
    padding: var(--spacing-sm);
  }
  .service-card__description {
    font-size: var(--font-size-sm);
  }
  .projects {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .project-card__media {
    height: 220px;
  }
  .contact-cta {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .contact-cta__container {
    padding: var(--spacing-lg);
  }
  .contact-cta__link {
    gap: var(--spacing-xs);
    align-items: flex-start;
    flex-direction: column;
  }
  .form-field__input {
    min-height: var(--spacing-lg);
  }
  .contact {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .card {
    padding: var(--spacing-md);
  }
  .form-field__textarea {
    min-height: var(--spacing-lg);
  }
  .section {
    padding: clamp(1rem, 2vw, 2.5rem) 0;
  }
  .hero-section {
    padding: var(--spacing-2xl) var(--spacing-sm);
    min-height: auto;
  }
  .hero-panel {
    padding: var(--spacing-md);
  }
  .about-container {
    padding-inline: var(--spacing-sm);
  }
  .services-panel {
    padding: var(--spacing-md) var(--spacing-sm);
  }
  .projects-container {
    padding-inline: var(--spacing-sm);
  }
  .why-container {
    padding: var(--section-gap) var(--spacing-sm);
  }
  .contact-container {
    padding: var(--section-gap) var(--spacing-sm);
  }
  .about-header {
    padding: var(--spacing-md);
  }
  .why-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .card-icon-container {
    width: 40px;
    height: 40px;
  }
  .hero-text {
    padding: var(--spacing-md);
  }
  .contact-cta-panel {
    bottom: var(--spacing-sm);
    position: sticky;
  }
  .hero-contact {
    padding: var(--spacing-md);
  }
  .hero-contact__panel {
    padding: var(--spacing-md);
  }
  .location-section__map-wrapper {
    height: 200px;
  }
  .contact-form-section__form-panel {
    padding: var(--spacing-lg);
  }
  .cta-section__content {
    padding: var(--spacing-lg);
  }
  .cta-section__title {
    font-size: var(--font-size-xl);
  }
  .team-section__roster {
    grid-template-columns: 1fr;
  }
  .team-section__title {
    font-size: var(--font-size-xl);
  }
}
