/* Consistent 4px corner radius everywhere */
*, *::before, *::after {
  border-radius: 4px !important;
}

@font-face {
  font-family: 'BDO Grotesk';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-900: #0F0F0F;
  --electric: #3234E5;
  --midnight: #0F0F0F;
  --light-bg: #F5F4F0;
  --solar: #FBD53D;
  --arctic: #7EB2F6;
  --steel: #ABABAB;
  --coral: #FF6B6B;
  --deep-navy: #1A1B35;
  --sand: #F7E9B3;
  --red-50-2: #fdf2f2;
  --yellow: #3234E5;
  --green-50-2: #f3faf7;
  --primary-100: #edebfe;
  --white: white;
  --black: black;
  --primary-500: #9061f9;
  --primary-300: #cabffd;
  --primary-50-2: #f6f5ff;
  --grey-100: #ecedf3;
  --green-500: #0e9f6e;
  --orange-500: #c27803;
  --red-500: #f05252;
  --grey-700: #404668;
  --grey-500: #5d6598;
  --grey-50-2: #f9f9fb;
  --grey-300: #a6abc9;
  --primary-200: #dcd7fe;
  --primary-700: #6c2bd9;
  --primary-900: #4a1d96;
  --primary-25: #fafaff;
  --grey-25: #F5F4F0;
  --primary-800: #5521b5;
  --primary-600: #7e3af2;
  --primary-400: #ac94fa;
  --grey-800: #30354f;
  --grey-600: #4a5078;
  --grey-400: #7a81ae;
  --grey-200: #cccfe0;
  --orange-50-2: #fff8f1;
}

body {
  color: var(--grey-900);
  background-color: var(--light-bg);
  font-family: 'BDO Grotesk', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 1em;
  font-size: 1.125em;
}

a {
  color: var(--grey-900);
  text-decoration: none;
  transition: opacity .2s;
}

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

.header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section {
  padding-top: 9vh;
  padding-bottom: 9vh;
  position: relative;
}

.section.pb-0 {
  padding-bottom: 0;
}

.section.hide {
  display: none;
}

.section.p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.cta {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-caps {
  letter-spacing: .25em;
  text-transform: uppercase;
}

.style-guide-title {
  background-color: var(--red-50-2);
  border-radius: 10px;
  width: 336px;
  margin-right: 48px;
  padding: 24px;
  position: relative;
}

.btn {
  color: var(--grey-900);
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  margin: 6px;
  padding: 8px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.btn.primary {
  background-color: var(--yellow);
  color: #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
.btn.primary .btn-icon-r {
  filter: brightness(0) invert(1);
}

.text-grey-900 {
  color: var(--grey-900);
}

.style-guide-content-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.style-guide-content {
  flex: 1;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-split-content {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.row.mb-16 {
  margin-bottom: 16px;
}

.row.row-header {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title {
  text-align: center;
  max-width: 768px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  max-width: 560px;
}

.link-no-underline {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.link-no-hover:hover {
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0;
}

.row-btns {
  flex-wrap: wrap;
  align-items: stretch;
  margin: -6px;
  display: flex;
}

.btn-icon-l {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
}

.btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #1757c2;
  border: 2px solid #1757c2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 6px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #5d89d4;
  border-color: #5d89d4;
  text-decoration: none;
}

.btn-icon-r {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
}

.display-2xl {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 4.5rem;
  line-height: 1.25;
}

.display-2xl.mb-0 {
  margin-bottom: 0;
}

.display-xl {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  line-height: 1.25;
}

.display-xl.preload-text-top, .display-xl.preload-text-btm {
  color: #fff;
  margin-bottom: 0;
}

.display-lg {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3rem;
  line-height: 1.25;
}

.display-md {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.display-sm {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.875rem;
  line-height: 1.25;
}

.display-xs {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-xl {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-xl.header-text {
  margin-bottom: 0;
}

.text-lg {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-md {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-sm {
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.text-xs {
  margin-top: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-medium.mb-16 {
  margin-bottom: 16px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  height: 96px;
  display: flex;
}

.logo {
  width: auto;
  color: var(--grey-900);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.hero-img {
  filter: brightness(120%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img-content {
  perspective: 1000px;
  position: relative;
}

.image-light-accent {
  width: 170%;
  max-width: none;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  inset: auto 0% -55% -55%;
  transform: translate3d(0, 0, 40px);
}

.signature {
  height: 72px;
  margin-top: 32px;
}

.footer {
  color: var(--green-50-2);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-top {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 72px;
  display: flex;
}

.page-wrap {
  overflow: hidden;
}

.preloader {
  z-index: 9999;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-text-wrap {
  margin-right: 5vw;
  display: flex;
  overflow: hidden;
}

.preloader-text-wrap.btm {
  margin-left: 5vw;
  margin-right: 0;
}

.hero-image-wrap {
  background-color: var(--yellow);
  border-radius: 24px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-text-wrap {
  overflow: hidden;
}

.header-text-wrap.btm {
  margin-bottom: 24px;
}

.line {
  min-width: 232px;
}

.line-wrap {
  width: 232px;
  position: absolute;
  inset: auto 0% -30% 20%;
}

.preloader-line-wrap {
  position: relative;
}

.line-wrap-inner {
  overflow: hidden;
}

.footer-btm {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.proj-img {
  object-fit: cover;
  object-position: 50% 0%;
  height: auto;
  max-height: 410px;
}

.btn-container {
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 24px;
  margin-left: -14px;
  display: flex;
}

._2-col-layout {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cert-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.webflow-certi-img {
  object-fit: cover;
  border: 1px solid #3245eb;
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.infinity-text_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.infinity-text-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ininfity-banner {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infinity-text_container {
  flex: none;
  font-size: 20px;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.client-logo_img {
  object-fit: contain;
  width: auto;
  height: 40px;
}

.infinity-text-slider-overlay {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex: none;
  display: flex;
}

.social-profile_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-profile_link {
  color: var(--grey-500);
}

.social-profile_link:hover {
  color: var(--electric);
}

.proj-img_link {
  border-radius: 16px;
  overflow: hidden;
}

.contra-btn {
  z-index: 1;
  position: fixed;
  inset: auto 1rem .5rem auto;
}

.webflow_certified_partner-badge_wrapper {
  width: 2.25rem;
  height: auto;
  position: fixed;
  inset: 18dvh 0 auto auto;
  overflow: hidden;
}

.webflow_certified_partner-badge {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .row.row-split-content {
    grid-column-gap: 32px;
    place-items: start center;
  }

  .row.row-header {
    grid-column-gap: 48px;
  }

  .section-title.mb-0 {
    margin-bottom: 0;
  }

  .btn-2 {
    margin: 4px;
  }

  .display-2xl {
    font-size: 3.75rem;
  }

  .display-xl {
    font-size: 3rem;
  }

  .display-lg {
    font-size: 2.25rem;
  }

  .display-md {
    font-size: 1.875rem;
  }

  .display-sm {
    font-size: 1.5rem;
  }

  .display-xs {
    font-size: 1.25rem;
  }

  .line {
    min-width: 200px;
  }

  .line-wrap {
    width: 200px;
    bottom: -40%;
  }

  .proj-img {
    max-height: 240px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1em;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    padding-left: 2px;
    padding-right: 2px;
  }

  .btn.display-none-mob {
    display: none;
  }

  .row.row-split-content {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .row.row-header {
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .btn-2 {
    padding: 8px 14px;
  }

  .btn-2:hover {
    background-color: #1757c2;
    border-color: #1757c2;
  }

  .display-2xl {
    font-size: 3rem;
  }

  .display-xl {
    font-size: 2.25rem;
  }

  .display-lg {
    font-size: 1.875rem;
  }

  .display-md {
    font-size: 1.5rem;
  }

  .display-sm {
    font-size: 1.25rem;
  }

  .display-xs, .text-xl {
    font-size: 1.125rem;
  }

  .text-xl.header-text {
    margin-bottom: 0;
  }

  .navigation {
    height: 80px;
  }

  .logo.logo-footer {
    margin-bottom: 24px;
  }

  .logo.logo-footer.w--current {
    margin-bottom: 16px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .line {
    min-width: 150px;
  }

  .line-wrap {
    width: 150px;
    bottom: -60%;
    left: 10%;
  }

  .proj-img {
    max-height: none;
  }

  .btn-container {
    margin-left: -6px;
  }

  ._2-col-layout {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .client-logo_img {
    height: 32px;
  }

  .proj-img_link {
    border-radius: 8px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 24px;
  }

  .style-guide-title {
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .row-btns.mobile-only {
    display: none;
  }

  .btn-icon-r {
    margin-left: 4px;
  }

  .footer {
    padding-top: 48px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-d685cc5e-f1ee-57aa-a155-f4c8acf9f19f-b3bc9357 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_96e86042-3278-ca49-1b50-6becc3c66c50-b3bc9357, #w-node-_6eb957c8-a30f-c8f1-69a7-fc8167141b3a-b3bc9357, #w-node-_908b273d-1dc7-8744-17f3-7f486cb448a5-b3bc9357, #w-node-_956c028f-3d41-3be0-78ed-77c076af321d-b3bc9357, #w-node-_14bb1ad7-f998-07c3-3093-a69ee2e31b11-b3bc9357, #w-node-_5179ba13-e50a-539d-78f7-c091738e2a1a-b3bc9357, #w-node-_03d10ab1-7c51-9686-8cb1-dc9556eb3bce-b3bc9357, #w-node-_89eab402-44b1-d029-ac13-7ae8376044f4-b3bc9357, #w-node-b2444ecb-7195-de17-de71-ebe1babc27be-b3bc9357, #w-node-_9f2f392a-ae1c-455e-af97-bccae64b4058-b3bc9357, #w-node-c8e69f24-bb22-37e0-ca37-aea064d89baf-b3bc9357, #w-node-_20cee693-20ca-85ca-e12f-a21ac43b55ee-b3bc9357, #w-node-_71c5ef02-d53f-ebbb-f938-7b65f29a3b35-b3bc9357, #w-node-_28e47418-8ca5-cba3-e533-d5dfeb29cecc-b3bc9357, #w-node-_0052b298-dee8-2f31-90c5-70c177a906e8-b3bc9357, #w-node-cb3e9331-2f3f-b6cc-0844-3731f3fc16ec-b3bc9357, #w-node-ee9ca86e-4f9a-762d-6a80-c727ee5177b7-b3bc9357, #w-node-_18292ef6-cdc5-bef8-dc50-6c465184a5aa-b3bc9357, #w-node-cdceb498-3378-b2ad-56dd-8a8dc6f58401-b3bc9357 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_67b2f625-f270-a2d5-14c9-0fb8ebd83aa8-b3bc9357 {
    order: -9999;
  }
}



/* ==========================================================================
   Notion-style minimalist layout (2026 revamp)
   ========================================================================== */

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--grey-900);
  color: var(--white);
  padding: 8px 16px;
  z-index: 1000;
  border-radius: 0 0 6px 0;
}
.skip-link:focus {
  left: 0;
}

* {
  box-sizing: border-box;
}

.app-shell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--grey-25);
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  border-right: 1px solid var(--grey-100);
  background: var(--grey-25);
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: -10px;
}

.sidebar-link {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--grey-600);
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.sidebar-link:hover,
.sidebar-link:focus-visible {
  background: rgba(50, 52, 229, 0.08);
  color: var(--electric);
}

.sidebar-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  line-height: 1;
  font-size: 13px;
  color: var(--midnight);
  background: var(--solar);
  padding: 6px 10px;
  border-radius: 40px !important;
}

.sidebar-cta {
  width: 100%;
  justify-content: center;
  margin: 0;
}

.sidebar-social {
  gap: 16px;
}

/* Mobile nav toggle */
.nav-toggle-input {
  display: none;
}
.nav-toggle-btn {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 200;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--grey-900);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-toggle-btn span,
.nav-toggle-btn span::before,
.nav-toggle-btn span::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--white);
  position: relative;
}
.nav-toggle-btn span::before { position: absolute; top: -6px; }
.nav-toggle-btn span::after { position: absolute; top: 6px; }

/* Main pane */
.main-pane {
  flex: 1 1 auto;
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 32px;
}

.page-section {
  padding-bottom: 40px;
}
.page-section + .page-section {
  border-top: 1px solid var(--grey-100);
  padding-top: 40px;
}

.eyebrow {
  font-size: 14px;
  color: var(--grey-500);
  margin-bottom: 16px;
}

.hero-section h1 {
  letter-spacing: -0.01em;
}

.header-text {
  color: var(--grey-600);
  max-width: 56ch;
  margin-top: 16px;
  margin-bottom: 32px;
}

.hero-image-frame {
  margin-top: 48px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--grey-100);
}
.hero-img-flat {
  width: 100%;
  display: block;
}

.section-heading {
  margin-bottom: 8px;
}
.section-intro {
  color: var(--grey-500);
  margin-bottom: 32px;
  max-width: 56ch;
}

/* Services */
.service-grid {
  display: grid;
  gap: 20px;
}
.service-card {
  padding: 20px;
  border: 1px solid var(--grey-100);
  border-radius: 10px;
}
.service-card h3 {
  margin-bottom: 8px;
}
.service-card p {
  color: var(--grey-600);
  margin: 0;
}

/* Work list */
.work-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.work-row {
  border: none;
}
.work-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--grey-100);
  border-radius: 8px;
  overflow: hidden;
}
.work-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--grey-100);
}
.work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.work-card:hover .work-thumb img {
  transform: scale(1.03);
}
.work-body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 20px;
  padding: 14px 16px;
}
.work-body-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.work-body-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: none;
}
.work-category-chip {
  display: inline-block;
  border: 1px solid var(--grey-200);
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 12px;
  color: var(--grey-600);
  white-space: nowrap;
}
.work-stack {
  font-size: 12px;
  color: var(--grey-400);
  white-space: nowrap;
}
.work-desc {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: var(--grey-500);
}
.work-meta h3,
.work-body-main h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 2px;
}
.work-arrow {
  font-size: 14px;
  color: var(--electric);
  opacity: 0;
  transform: translate(-2px, 1px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.work-card:hover .work-arrow {
  opacity: 1;
  transform: translate(0, 1px);
}
@media (min-width: 640px) {
  .work-thumb { aspect-ratio: 21 / 9; }
  .work-body { padding: 18px 22px; }
}
.work-tag {
  display: block;
  font-size: 13px;
  color: var(--grey-400);
}

/* Certificate */
.cert-cta {
  margin-top: 24px;
}

/* Contact */
.contact-grid {
  display: grid;
  gap: 40px;
}
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-label {
  font-size: 13px;
  color: var(--grey-500);
  margin-top: 14px;
}
.form-input.w-input,
.form-input.w-select {
  border: 1px solid var(--grey-200);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  height: auto;
}
.lead-submit {
  margin-top: 20px;
  align-self: flex-start;
  border: none;
  cursor: pointer;
}
.contact-alt {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}

.footer {
  color: var(--grey-500);
  background-color: transparent;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 0;
  border-top: 1px solid var(--grey-100);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer .social-profile_link {
  color: var(--grey-500);
}
.footer-note {
  color: var(--grey-400);
  font-size: 13px;
  margin: 0;
}

@media (min-width: 700px) {
  .contact-grid {
    grid-template-columns: 1.4fr 1fr;
  }
}

@media (max-width: 900px) {
  .nav-toggle-input,
  .nav-toggle-btn {
    display: none;
  }
  .app-shell {
    flex-direction: column;
    max-width: 100%;
  }
  .sidebar {
    position: static;
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid var(--grey-100);
    padding: 40px 24px;
  }
  .sidebar-brand {
    justify-content: center;
  }
  .sidebar-nav {
    display: none;
  }
  .sidebar-footer {
    align-items: center;
    width: 100%;
    max-width: 360px;
  }
  .sidebar-cta {
    width: 100%;
  }
  .main-pane {
    padding: 40px 20px 32px;
  }
}
