:root {
  --if-ink: #151a18;
  --if-muted: #626a66;
  --if-paper: #f6f7f4;
  --if-white: #ffffff;
  --if-line: #dce1dc;
  --if-green: #135f47;
  --if-green-dark: #0b3026;
  --if-mint: #c8f05a;
  --if-coral: #ff765f;
  --if-shadow: 0 24px 64px rgba(19, 28, 24, 0.15);
}

html { scroll-behavior: smooth; }
body.elementor-page { margin: 0; }
body:has(.if-site) { background: var(--if-paper); }

.if-site,
.if-site * { box-sizing: border-box; }

.if-site {
  background: var(--if-paper);
  color: var(--if-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow: clip;
}

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

.if-site h1,
.if-site h2,
.if-site h3,
.if-brand {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  letter-spacing: 0;
}

.if-site img { display: block; max-width: 100%; }
.if-site a { color: inherit; text-decoration: none; }
.if-site button,
.if-site input,
.if-site textarea { font: inherit; }

.if-header {
  align-items: center;
  background: rgba(246, 247, 244, 0.94);
  border-bottom: 1px solid transparent;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 76px;
  left: 0;
  padding: 0 4.5vw;
  position: fixed;
  right: 0;
  top: 0;
  transition: border-color 220ms ease, background-color 220ms ease;
  z-index: 80;
}

.if-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-color: var(--if-line);
}

.if-brand {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  gap: 10px;
  justify-self: start;
  line-height: 1;
}

.if-brand-mark {
  align-items: center;
  background: var(--if-green);
  color: var(--if-white);
  display: inline-flex;
  font-size: 11px;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.if-nav { display: flex; gap: 34px; }
.if-nav a { color: #303733; font-size: 14px; font-weight: 500; position: relative; }
.if-nav a::after { background: var(--if-green); bottom: -7px; content: ''; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; width: 100%; }
.if-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.if-button {
  align-items: center;
  background: var(--if-green);
  border: 1px solid var(--if-green);
  border-radius: 3px;
  color: var(--if-white) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 14px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.if-button:hover { background: var(--if-green-dark); border-color: var(--if-green-dark); transform: translateY(-2px); }
.if-button-small { justify-self: end; min-height: 42px; padding: 9px 16px; }
.if-text-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 600; gap: 10px; }
.if-text-link span { transition: transform 180ms ease; }
.if-text-link:hover span { transform: translate(3px, 2px); }
.if-menu { background: none; border: 0; display: none; height: 42px; padding: 8px; width: 42px; }
.if-menu span { background: var(--if-ink); display: block; height: 1px; margin: 7px 0; transition: transform 180ms ease; width: 25px; }

.if-hero {
  align-items: center;
  display: grid;
  gap: 5vw;
  grid-template-columns: minmax(390px, 0.85fr) minmax(520px, 1.15fr);
  margin: 0 auto;
  min-height: 680px;
  padding: 104px 5vw 30px;
  width: min(1500px, 100%);
}

.if-hero-copy { max-width: 660px; position: relative; z-index: 4; }
.if-eyebrow,
.if-kicker { color: var(--if-green); font-size: 12px; font-weight: 700; letter-spacing: 0.1em !important; margin-bottom: 24px; text-transform: uppercase; }
.if-eyebrow { align-items: center; display: flex; gap: 10px; }
.if-eyebrow span { background: var(--if-coral); height: 8px; width: 8px; }

.if-hero h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.04;
  margin-bottom: 28px;
}

.if-hero h1 em { color: var(--if-green); font-style: normal; }
.if-lead { color: var(--if-muted); font-size: 18px; line-height: 1.7; margin-bottom: 34px; max-width: 610px; }
.if-actions { align-items: center; display: flex; gap: 26px; }
.if-hero-proof { align-items: center; color: #59615d; display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 600; gap: 12px; margin-top: 48px; text-transform: uppercase; }
.if-hero-proof i { background: #b7bdb8; height: 3px; width: 3px; }

.if-hero-visual {
  min-height: 500px;
  perspective: 1400px;
  position: relative;
  transform-style: preserve-3d;
}

.if-browser {
  background: #fafbf9;
  border: 1px solid rgba(21, 26, 24, 0.18);
  border-radius: 7px;
  box-shadow: var(--if-shadow);
  overflow: hidden;
}

.if-browser-hero {
  left: 4%;
  position: absolute;
  top: 42px;
  transform: translateY(var(--scroll-y, 0px)) rotateX(var(--tilt-x, 1deg)) rotateY(var(--tilt-y, -5deg)) rotateZ(-1.4deg);
  transform-origin: center;
  transition: transform 180ms ease-out;
  width: 89%;
  z-index: 2;
}

.if-browser-bar { align-items: center; background: #f2f3f0; border-bottom: 1px solid #d8ddd8; display: flex; gap: 5px; height: 32px; padding: 0 11px; }
.if-browser-bar span { background: #bcc2bd; border-radius: 50%; height: 6px; width: 6px; }
.if-browser-bar b { color: #78807b; font-size: 8px; font-weight: 500; margin: 0 auto; transform: translateX(-10px); }
.if-browser-scene { aspect-ratio: 1.38 / 1; overflow: hidden; position: relative; }
.if-browser-scene > img { height: 100%; object-fit: cover; width: 100%; }
.if-scene-nav { align-items: center; color: white; display: flex; justify-content: space-between; left: 5%; position: absolute; right: 5%; text-shadow: 0 1px 10px rgba(0,0,0,.35); top: 22px; }
.if-scene-nav strong { font-size: 12px; }
.if-scene-nav small { font-size: 7px; }
.if-scene-copy { bottom: 11%; color: white; left: 7%; position: absolute; text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.if-scene-copy small { display: block; font-size: 7px; margin-bottom: 10px; }
.if-scene-copy strong { display: block; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 32px; line-height: 1.05; }
.if-scene-copy button { background: var(--if-mint); border: 0; border-radius: 2px; color: var(--if-ink); font-size: 8px; font-weight: 700; margin-top: 16px; padding: 8px 11px; }

.if-phone {
  background: #141817;
  border: 1px solid #37403c;
  border-radius: 22px;
  bottom: 8px;
  box-shadow: 0 24px 55px rgba(15, 22, 19, 0.3);
  padding: 7px;
  position: absolute;
  right: 0;
  transform: translateY(var(--scroll-y, 0px)) rotate(5deg) translateZ(60px);
  width: 175px;
  z-index: 5;
}

.if-phone-screen { aspect-ratio: .52 / 1; border-radius: 16px; color: white; overflow: hidden; padding: 22px 16px; position: relative; }
.if-phone-screen::after { background: rgba(10,14,12,.36); content: ''; inset: 0; position: absolute; }
.if-phone-screen img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.if-phone-screen span,
.if-phone-screen strong,
.if-phone-screen small { display: block; position: relative; text-shadow: 0 2px 12px rgba(0,0,0,.5); z-index: 1; }
.if-phone-screen span { font-size: 7px; margin-top: 68px; text-transform: uppercase; }
.if-phone-screen strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 20px; line-height: 1.08; margin-top: 9px; }
.if-phone-screen small { bottom: 20px; font-size: 8px; position: absolute; }

.if-float-stat { background: var(--if-white); border: 1px solid var(--if-line); border-radius: 5px; bottom: 58px; box-shadow: 0 14px 35px rgba(20,30,26,.13); left: -2%; padding: 13px 16px; position: absolute; transform: translateY(var(--scroll-y, 0px)) translateZ(80px); z-index: 6; }
.if-float-stat::before { background: var(--if-coral); content: ''; height: 7px; left: 16px; position: absolute; top: 17px; width: 7px; }
.if-float-stat span,
.if-float-stat strong,
.if-float-stat small { display: block; padding-left: 16px; }
.if-float-stat span { color: var(--if-muted); font-size: 8px; text-transform: uppercase; }
.if-float-stat strong { font-size: 11px; margin: 2px 0; }
.if-float-stat small { color: var(--if-muted); font-size: 8px; }
.if-orbit { border: 1px solid #cfd5cf; border-radius: 50%; height: 430px; position: absolute; right: 6%; top: 62px; width: 430px; }
.if-orbit::after { background: var(--if-mint); content: ''; height: 13px; position: absolute; right: 35px; top: 74px; width: 13px; }

@media (max-width: 1400px) and (min-width: 901px) {
  .if-hero { grid-template-columns: 1.05fr .95fr; }
  .if-hero h1 { font-size: 52px; }
}

.if-signal-band { background: var(--if-ink); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 5vw; }
.if-signal-band > div { align-items: center; border-right: 1px solid #3b423f; display: grid; gap: 4px 18px; grid-template-columns: auto 1fr; min-height: 126px; padding: 24px 7vw; }
.if-signal-band > div:first-child { border-left: 1px solid #3b423f; }
.if-signal-band span { color: var(--if-mint); font-size: 11px; grid-row: 1 / 3; }
.if-signal-band strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 18px; }
.if-signal-band small { color: #aeb6b1; font-size: 12px; }

.if-section { margin: 0 auto; padding: 120px 5vw; width: min(1440px, 100%); }
.if-section-intro { max-width: 920px; }
.if-section-intro h2,
.if-conversion h2,
.if-contact h2,
.if-why h2 { font-size: 48px; font-weight: 600; line-height: 1.12; margin-bottom: 0; }
.if-intro-row { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.2fr .8fr; max-width: none; }
.if-intro-row > p { color: var(--if-muted); font-size: 17px; margin-bottom: 6px; max-width: 510px; }

.if-benefit-layout { border-top: 1px solid var(--if-line); display: grid; gap: 9vw; grid-template-columns: .85fr 1.15fr; margin-top: 68px; }
.if-benefit-feature { padding-top: 44px; }
.if-big-number { color: var(--if-coral); display: block; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 72px; font-weight: 600; line-height: 1; margin-bottom: 42px; }
.if-benefit-feature h3 { font-size: 29px; line-height: 1.25; margin-bottom: 22px; max-width: 500px; }
.if-benefit-feature p { color: var(--if-muted); margin-bottom: 32px; max-width: 510px; }
.if-benefit-list article { align-items: start; border-bottom: 1px solid var(--if-line); display: grid; gap: 24px; grid-template-columns: 34px 1fr; padding: 32px 0; }
.if-benefit-list article > span { color: var(--if-green); font-size: 11px; font-weight: 700; }
.if-benefit-list h3 { font-size: 20px; margin-bottom: 8px; }
.if-benefit-list p { color: var(--if-muted); margin-bottom: 0; }

.if-showcase { background: #e8ebe6; }
.if-showcase-inner { padding-bottom: 140px; }
.if-project { margin-top: 80px; perspective: 1500px; }
.if-project-meta { align-items: end; display: grid; gap: 4px 20px; grid-template-columns: auto 1fr; margin-bottom: 22px; }
.if-project-meta span { color: var(--if-green); font-size: 10px; font-weight: 700; grid-row: 1 / 3; text-transform: uppercase; }
.if-project-meta strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 20px; }
.if-project-meta small { color: var(--if-muted); font-size: 12px; }
.if-project .if-browser { transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform 200ms ease-out; }
.if-browser-project { box-shadow: 0 32px 70px rgba(18,26,22,.18); }
.if-project-image { aspect-ratio: 1.7 / 1; overflow: hidden; position: relative; }
.if-project-image::after { background: rgba(10,14,12,.18); content: ''; inset: 0; position: absolute; }
.if-project-image img { height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); width: 100%; }
.if-project:hover .if-project-image img { transform: scale(1.025); }
.if-project-image div { bottom: 10%; color: white; left: 8%; position: absolute; text-shadow: 0 2px 24px rgba(0,0,0,.5); z-index: 2; }
.if-project-image small { display: block; font-size: 9px; margin-bottom: 14px; }
.if-project-image strong { display: block; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 46px; line-height: 1.05; }
.if-project-grid { display: grid; gap: 5vw; grid-template-columns: repeat(2, 1fr); }
.if-project-grid .if-project:nth-child(2) { margin-top: 170px; }
.if-project-grid .if-project-image { aspect-ratio: 1.1 / 1; }
.if-project-grid .if-project-image strong { font-size: 34px; }

.if-service-grid { border-top: 1px solid var(--if-line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; }
.if-service-grid article { border-bottom: 1px solid var(--if-line); border-right: 1px solid var(--if-line); min-height: 270px; padding: 34px; }
.if-service-grid article:nth-child(3n) { border-right: 0; }
.if-service-grid span { color: var(--if-coral); display: block; font-size: 11px; margin-bottom: 58px; }
.if-service-grid h3 { font-size: 21px; margin-bottom: 12px; }
.if-service-grid p { color: var(--if-muted); margin-bottom: 0; }

.if-conversion { background: var(--if-green-dark); color: white; }
.if-conversion-inner { align-items: center; display: grid; gap: 8vw; grid-template-columns: .75fr 1.25fr; }
.if-conversion .if-kicker { color: var(--if-mint); }
.if-conversion-copy > p:not(.if-kicker) { color: #bbc9c2; font-size: 17px; margin: 25px 0 34px; }
.if-button-light { background: var(--if-mint); border-color: var(--if-mint); color: var(--if-ink) !important; }
.if-button-light:hover { background: white; border-color: white; }
.if-flow { align-items: stretch; display: grid; gap: 12px; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; }
.if-flow > div { background: #164b3b; border: 1px solid #2b6654; border-radius: 5px; min-height: 190px; padding: 24px 18px; }
.if-flow > div.if-flow-result { background: var(--if-mint); border-color: var(--if-mint); color: var(--if-ink); }
.if-flow > i { align-self: center; color: var(--if-mint); font-style: normal; }
.if-flow span,
.if-flow strong,
.if-flow small { display: block; }
.if-flow span { color: var(--if-mint); font-size: 10px; margin-bottom: 54px; }
.if-flow-result span { color: var(--if-green); }
.if-flow strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 16px; }
.if-flow small { color: #a9bbb3; font-size: 10px; margin-top: 4px; }
.if-flow-result small { color: #365849; }

.if-property .if-section-intro { max-width: 850px; }
.if-property-stage { display: grid; grid-template-columns: 1.45fr .55fr; margin-top: 66px; }
.if-property-media { min-height: 650px; overflow: hidden; position: relative; }
.if-property-media::after { background: rgba(10,14,12,.15); content: ''; inset: 0; position: absolute; }
.if-property-media img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.if-gallery-count { background: white; font-size: 10px; left: 20px; padding: 9px 12px; position: absolute; top: 20px; z-index: 2; }
.if-property-title { bottom: 8%; color: white; left: 7%; position: absolute; text-shadow: 0 2px 20px rgba(0,0,0,.45); z-index: 2; }
.if-property-title small { display: block; font-size: 10px; margin-bottom: 13px; }
.if-property-title strong { display: block; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 43px; line-height: 1.05; }
.if-property-panel { background: white; border: 1px solid var(--if-line); padding: 34px; }
.if-property-tabs { border-bottom: 1px solid var(--if-line); display: flex; gap: 22px; }
.if-property-tabs button { background: none; border: 0; color: var(--if-muted); cursor: pointer; font-size: 12px; padding: 0 0 13px; position: relative; }
.if-property-tabs button.is-active { color: var(--if-ink); font-weight: 700; }
.if-property-tabs button.is-active::after { background: var(--if-coral); bottom: -1px; content: ''; height: 2px; left: 0; position: absolute; right: 0; }
.if-property-content { display: none; padding-top: 40px; }
.if-property-content.is-active { display: block; }
.if-property-content > span { align-items: baseline; border-bottom: 1px solid var(--if-line); color: var(--if-muted); display: flex; font-size: 11px; justify-content: space-between; padding: 15px 0; }
.if-property-content strong { color: var(--if-ink); font-size: 14px; }
.if-property-content p { color: var(--if-muted); font-size: 13px; margin: 34px 0 0; }

.if-integrations { background: #d8efe5; }
.if-integrations-inner { align-items: center; display: grid; gap: 10vw; grid-template-columns: .8fr 1.2fr; }
.if-integrations h2 { font-size: 42px; line-height: 1.15; }
.if-integrations p { color: #486057; max-width: 480px; }
.if-integration-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.if-integration-list span { border-bottom: 1px solid #a9cabc; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 17px; padding: 20px 6px; }
.if-integration-list span:nth-child(odd) { border-right: 1px solid #a9cabc; }
.if-integration-list span:nth-child(even) { padding-left: 24px; }

.if-process { border-top: 1px solid var(--if-line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.if-process article { border-right: 1px solid var(--if-line); min-height: 280px; padding: 32px 26px; }
.if-process article:last-child { border-right: 0; }
.if-process span { color: var(--if-coral); display: block; font-size: 12px; margin-bottom: 90px; }
.if-process h3 { font-size: 20px; margin-bottom: 11px; }
.if-process p { color: var(--if-muted); font-size: 14px; }

.if-why { background: var(--if-ink); color: white; }
.if-why-inner { display: grid; gap: 11vw; grid-template-columns: 1fr 1fr; }
.if-why .if-kicker { color: var(--if-mint); }
.if-why-copy > p { color: #b7c0bb; font-size: 18px; }
.if-why-copy ul { border-top: 1px solid #414945; list-style: none; margin: 38px 0 0; padding: 0; }
.if-why-copy li { border-bottom: 1px solid #414945; font-size: 14px; padding: 15px 0 15px 28px; position: relative; }
.if-why-copy li::before { background: var(--if-coral); content: ''; height: 7px; left: 0; position: absolute; top: 23px; width: 7px; }

.if-faq .if-section-intro { max-width: 700px; }
.if-faq-list { border-top: 1px solid var(--if-line); margin: 60px 0 0 auto; max-width: 900px; }
.if-faq details { border-bottom: 1px solid var(--if-line); }
.if-faq summary { cursor: pointer; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 19px; font-weight: 600; list-style: none; padding: 25px 50px 25px 0; position: relative; }
.if-faq summary::-webkit-details-marker { display: none; }
.if-faq summary span { color: var(--if-green); font-size: 24px; font-weight: 400; position: absolute; right: 10px; top: 19px; transition: transform 180ms ease; }
.if-faq details[open] summary span { transform: rotate(45deg); }
.if-faq details p { color: var(--if-muted); margin-bottom: 24px; max-width: 760px; }

.if-contact { background: var(--if-coral); }
.if-contact-inner { align-items: start; display: grid; gap: 9vw; grid-template-columns: .9fr 1.1fr; }
.if-contact .if-kicker { color: var(--if-ink); }
.if-contact-copy > p:not(.if-kicker) { color: #53352f; font-size: 17px; margin-top: 28px; max-width: 580px; }
.if-form { background: white; border-radius: 6px; box-shadow: 0 24px 58px rgba(65, 30, 22, .15); padding: 38px; }
.if-field-row { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.if-form label { color: #505853; display: block; font-size: 11px; font-weight: 600; margin-bottom: 20px; text-transform: uppercase; }
.if-form input[type='text'],
.if-form input[type='email'],
.if-form input[type='tel'],
.if-form textarea { background: #f6f7f4; border: 1px solid transparent; border-radius: 2px; color: var(--if-ink); display: block; margin-top: 7px; outline: 0; padding: 13px 14px; resize: vertical; text-transform: none; transition: border-color 180ms ease, background-color 180ms ease; width: 100%; }
.if-form input:focus,
.if-form textarea:focus { background: white; border-color: var(--if-green); }
.if-consent { align-items: start; display: flex !important; gap: 10px; line-height: 1.5; text-transform: none !important; }
.if-consent input { margin-top: 3px; }
.if-button-submit { border: 0; width: 100%; }
.if-honeypot { left: -9999px; position: absolute; }
.if-form-status { border-radius: 2px; font-size: 13px; margin-bottom: 22px; padding: 12px 14px; }
.if-form-status.is-success { background: #e1f3e8; color: #15563d; }
.if-form-status.is-error { background: #ffe3dd; color: #812b1f; }

.if-footer { align-items: center; background: #0e1210; color: white; display: grid; gap: 30px; grid-template-columns: 1fr 1fr 1fr; padding: 42px 5vw; }
.if-footer p { color: #929c96; font-size: 13px; margin: 0; text-align: center; }
.if-footer > div { display: flex; font-size: 11px; gap: 18px; justify-content: end; }
.if-footer > div a { color: #c4cbc7; }
.if-footer > div span { color: #737c77; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 700ms cubic-bezier(.2,.75,.2,1) var(--reveal-delay, 0ms), transform 700ms cubic-bezier(.2,.75,.2,1) var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .if-header { padding: 0 28px; }
  .if-hero { gap: 28px; grid-template-columns: .9fr 1.1fr; padding-left: 32px; padding-right: 32px; }
  .if-hero h1 { font-size: 52px; }
  .if-hero-visual { min-height: 520px; }
  .if-phone { width: 145px; }
  .if-section { padding-left: 40px; padding-right: 40px; }
  .if-flow { grid-template-columns: repeat(4, 1fr); }
  .if-flow > i { display: none; }
  .if-flow > div { min-height: 160px; }
}

@media (max-width: 900px) {
  .if-header { grid-template-columns: 1fr auto; height: 68px; }
  .if-header > .if-button { display: none; }
  .if-menu { display: block; justify-self: end; }
  .if-nav { background: white; border-bottom: 1px solid var(--if-line); display: grid; gap: 0; left: 0; opacity: 0; padding: 12px 28px 24px; pointer-events: none; position: fixed; right: 0; top: 68px; transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease; }
  .if-nav a { border-bottom: 1px solid var(--if-line); font-size: 16px; padding: 14px 0; }
  .menu-open .if-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .menu-open .if-menu span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .if-menu span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .if-hero { grid-template-columns: 1fr; min-height: auto; padding: 108px 30px 42px; }
  .if-hero-copy { max-width: 760px; }
  .if-hero h1 { font-size: 50px; }
  .if-hero-visual { min-height: 430px; }
  .if-browser-hero { left: 5%; top: 16px; width: 82%; }
  .if-phone { bottom: 0; right: 5%; width: 135px; }
  .if-float-stat { bottom: 28px; left: 3%; }
  .if-orbit { height: 330px; right: 20%; top: 10px; width: 330px; }
  .if-signal-band > div { padding: 20px 28px; }
  .if-section { padding: 90px 30px; }
  .if-benefit-layout,
  .if-conversion-inner,
  .if-integrations-inner,
  .if-contact-inner { gap: 55px; grid-template-columns: 1fr; }
  .if-intro-row { align-items: start; gap: 28px; grid-template-columns: 1fr; }
  .if-project-grid { gap: 30px; }
  .if-project-grid .if-project:nth-child(2) { margin-top: 120px; }
  .if-service-grid { grid-template-columns: repeat(2, 1fr); }
  .if-service-grid article:nth-child(3n) { border-right: 1px solid var(--if-line); }
  .if-service-grid article:nth-child(2n) { border-right: 0; }
  .if-property-stage { grid-template-columns: 1fr; }
  .if-property-media { min-height: 520px; }
  .if-property-panel { min-height: 370px; }
  .if-process { grid-template-columns: repeat(2, 1fr); }
  .if-process article:nth-child(2) { border-right: 0; }
  .if-process article { border-bottom: 1px solid var(--if-line); }
  .if-why-inner { gap: 55px; grid-template-columns: 1fr; }
  .if-footer { grid-template-columns: 1fr; justify-items: center; }
  .if-footer > div { justify-content: center; }
}

@media (max-width: 640px) {
  .if-header { padding: 0 18px; }
  .if-brand { font-size: 18px; }
  .if-hero { gap: 10px; padding: 94px 20px 15px; }
  .if-eyebrow { margin-bottom: 15px; }
  .if-hero h1 { font-size: 37px; margin-bottom: 17px; }
  .if-lead { font-size: 15px; line-height: 1.6; margin-bottom: 21px; }
  .if-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .if-button { min-height: 47px; width: 100%; }
  .if-hero-proof { display: none; }
  .if-hero-visual { min-height: 250px; }
  .if-browser-hero { left: 0; top: 5px; width: 90%; }
  .if-browser-bar { height: 22px; }
  .if-browser-bar b { font-size: 6px; }
  .if-scene-nav { top: 12px; }
  .if-scene-nav small { display: none; }
  .if-scene-copy strong { font-size: 19px; }
  .if-scene-copy button { display: none; }
  .if-phone { border-radius: 15px; padding: 4px; right: 0; width: 88px; }
  .if-phone-screen { border-radius: 11px; padding: 10px 8px; }
  .if-phone-screen span { font-size: 5px; margin-top: 31px; }
  .if-phone-screen strong { font-size: 11px; }
  .if-phone-screen small { bottom: 10px; font-size: 5px; }
  .if-float-stat { bottom: 13px; left: 1%; padding: 9px 10px; }
  .if-float-stat::before { left: 10px; top: 13px; }
  .if-float-stat span,
  .if-float-stat strong,
  .if-float-stat small { padding-left: 13px; }
  .if-float-stat strong { font-size: 9px; }
  .if-orbit { height: 210px; right: 11%; top: 20px; width: 210px; }
  .if-signal-band { grid-template-columns: 1fr; padding: 0 20px; }
  .if-signal-band > div { border-bottom: 1px solid #3b423f; border-left: 1px solid #3b423f; min-height: 82px; padding: 14px 20px; }
  .if-section { padding: 76px 20px; }
  .if-section-intro h2,
  .if-conversion h2,
  .if-contact h2,
  .if-why h2 { font-size: 34px; }
  .if-intro-row > p { font-size: 15px; }
  .if-benefit-layout { gap: 30px; grid-template-columns: 1fr; margin-top: 45px; }
  .if-big-number { font-size: 50px; margin-bottom: 25px; }
  .if-benefit-feature h3 { font-size: 23px; }
  .if-benefit-list article { padding: 24px 0; }
  .if-showcase-inner { padding-bottom: 85px; }
  .if-project,
  .if-project-grid .if-project:nth-child(2) { margin-top: 55px; }
  .if-project-grid { grid-template-columns: 1fr; }
  .if-project-meta { grid-template-columns: 1fr; }
  .if-project-meta span { grid-row: auto; }
  .if-project-image,
  .if-project-grid .if-project-image { aspect-ratio: 1.08 / 1; }
  .if-project-image strong,
  .if-project-grid .if-project-image strong { font-size: 28px; }
  .if-service-grid { grid-template-columns: 1fr; }
  .if-service-grid article,
  .if-service-grid article:nth-child(3n) { border-right: 0; min-height: 230px; padding: 28px 6px; }
  .if-service-grid span { margin-bottom: 45px; }
  .if-flow { grid-template-columns: repeat(2, 1fr); }
  .if-flow > div { min-height: 145px; }
  .if-flow span { margin-bottom: 40px; }
  .if-property-media { min-height: 390px; }
  .if-property-title strong { font-size: 31px; }
  .if-property-panel { min-height: 400px; padding: 25px 20px; }
  .if-property-tabs { gap: 16px; }
  .if-integrations h2 { font-size: 34px; }
  .if-integration-list { grid-template-columns: 1fr; }
  .if-integration-list span:nth-child(odd) { border-right: 0; }
  .if-integration-list span:nth-child(even) { padding-left: 6px; }
  .if-process { grid-template-columns: 1fr; }
  .if-process article { border-right: 0; min-height: 220px; padding: 28px 4px; }
  .if-process span { margin-bottom: 55px; }
  .if-faq summary { font-size: 16px; padding-right: 42px; }
  .if-form { padding: 25px 18px; }
  .if-field-row { gap: 0; grid-template-columns: 1fr; }
  .if-footer { padding: 36px 20px; }
  .if-footer > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .if-site *, .if-site *::before, .if-site *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Image-led hero, carousel and capability system. */
.if-icon-sprite { height: 0; overflow: hidden; position: absolute; width: 0; }
.if-site svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.if-header { background: transparent; }
.if-header.is-scrolled { box-shadow: 0 8px 30px rgba(21, 26, 24, .06); }

.if-hero.if-hero-photo {
  display: block;
  height: 700px;
  max-width: none;
  min-height: 700px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.if-hero-image {
  height: calc(100% + 54px);
  inset: -27px 0 auto;
  max-width: none !important;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  transform: translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0) scale(1.035);
  transition: transform 120ms linear;
  width: 100%;
}
.if-hero-photo .if-hero-copy {
  left: 5vw;
  max-width: 690px;
  position: absolute;
  top: 128px;
  transform: translate3d(calc(var(--hero-x, 0px) * -.15), var(--hero-copy-y, 0px), 0);
  width: min(690px, 58vw);
}
.if-hero-photo .if-hero-copy.is-visible { transform: translate3d(calc(var(--hero-x, 0px) * -.15), var(--hero-copy-y, 0px), 0); }
.if-hero-photo h1 { color: #101613; font-size: 62px; max-width: 680px; text-wrap: balance; }
.if-hero-photo .if-lead { color: #35433e; font-size: 17px; line-height: 1.62; max-width: 560px; }
.if-hero-photo .if-text-link { color: #18211d; }

.if-hero-chip {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 14px 34px rgba(22, 31, 27, .12);
  display: flex;
  gap: 10px;
  padding: 10px 13px;
  position: absolute;
  transform: translate3d(var(--chip-x, 0px), var(--chip-y, 0px), 0);
  z-index: 3;
}
.if-hero-chip svg { color: var(--if-green); height: 21px; width: 21px; }
.if-hero-chip span { color: #58625d; display: grid; font-size: 8px; line-height: 1.25; text-transform: uppercase; }
.if-hero-chip strong { color: var(--if-ink); font-size: 10px; margin-top: 2px; text-transform: none; }
.if-hero-chip-left { bottom: 137px; left: 13%; }
.if-hero-chip-right { bottom: 158px; right: 12%; }

.if-hero-console {
  align-items: stretch;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .82);
  bottom: 20px;
  box-shadow: 0 18px 45px rgba(18, 29, 24, .14);
  display: grid;
  grid-template-columns: repeat(3, 1fr) 72px;
  left: 50%;
  max-width: 1120px;
  min-height: 88px;
  position: absolute;
  transform: translateX(-50%);
  width: min(90vw, 1120px);
  z-index: 4;
}
.if-hero-console.is-visible { transform: translateX(-50%); }
.if-hero-console > div { align-items: center; border-right: 1px solid var(--if-line); display: grid; gap: 5px 13px; grid-template-columns: 28px 1fr; padding: 18px 24px; }
.if-hero-console > div > svg { color: var(--if-green); grid-row: 1; height: 24px; width: 24px; }
.if-hero-console > div > span { color: #737c77; display: grid; font-size: 10px; text-transform: uppercase; }
.if-hero-console strong { color: var(--if-ink); font-size: 13px; margin-top: 2px; text-transform: none; }
.if-hero-console > a { align-items: center; background: var(--if-green); color: white; display: flex; justify-content: center; }
.if-hero-console > a:hover { background: var(--if-green-dark); }
.if-hero-console > a svg { height: 24px; width: 24px; }

.if-carousel-section { background: #eef0ec; overflow: hidden; }
.if-carousel-section .if-section { max-width: none; padding-left: max(5vw, calc((100vw - 1440px) / 2 + 5vw)); padding-right: 0; width: 100%; }
.if-carousel-head { align-items: end; display: flex; justify-content: space-between; padding-right: 5vw; }
.if-carousel-head h2,
.if-capabilities-head h2 { font-size: 48px; font-weight: 600; line-height: 1.12; margin-bottom: 0; }
.if-carousel-controls { display: flex; gap: 8px; }
.if-carousel-controls button {
  align-items: center;
  background: transparent;
  border: 1px solid #aab2ad;
  color: var(--if-ink);
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  transition: background-color 180ms ease, color 180ms ease;
  width: 44px;
}
.if-carousel-controls button:first-child svg { transform: rotate(180deg); }
.if-carousel-controls button:hover { background: var(--if-ink); color: white; }
.if-carousel-controls svg { height: 20px; width: 20px; }
.if-carousel {
  display: flex;
  gap: 22px;
  margin-top: 54px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 5vw 24px 0;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.if-carousel::-webkit-scrollbar { display: none; }
.if-carousel-card {
  background: white;
  border: 1px solid #d5dad5;
  flex: 0 0 min(390px, 78vw);
  overflow: hidden;
  scroll-snap-align: start;
}
.if-carousel-card > img { aspect-ratio: 1.4 / 1; height: auto; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.7,.2,1); width: 100%; }
.if-carousel-card:hover > img { transform: scale(1.035); }
.if-carousel-card > div { min-height: 245px; padding: 30px; position: relative; }
.if-carousel-card > div > span { align-items: center; background: var(--if-mint); color: var(--if-green-dark); display: flex; height: 48px; justify-content: center; margin-top: -54px; position: relative; width: 48px; }
.if-carousel-card span svg { height: 25px; width: 25px; }
.if-carousel-card small { color: var(--if-green); display: block; font-size: 10px; font-weight: 700; margin: 23px 0 10px; text-transform: uppercase; }
.if-carousel-card h3 { font-size: 22px; line-height: 1.25; margin-bottom: 12px; }
.if-carousel-card p { color: var(--if-muted); font-size: 14px; margin: 0; }
.if-carousel-progress { background: #ccd2cd; height: 2px; margin-top: 18px; max-width: calc(100% - 5vw); overflow: hidden; }
.if-carousel-progress span { background: var(--if-coral); display: block; height: 100%; transform: scaleX(.2); transform-origin: left; transition: transform 180ms ease; width: 100%; }

.if-capabilities { background: #171b19; color: white; }
.if-capabilities .if-section { padding-bottom: 100px; padding-top: 100px; }
.if-capabilities-head { align-items: end; display: flex; justify-content: space-between; }
.if-capabilities .if-kicker { color: var(--if-mint); }
.if-capabilities h2 { color: white; }
.if-icon-grid { border-left: 1px solid #3d4541; border-top: 1px solid #3d4541; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; }
.if-icon-grid article { border-bottom: 1px solid #3d4541; border-right: 1px solid #3d4541; min-height: 210px; padding: 30px; }
.if-icon-grid article > span { align-items: center; background: var(--if-coral); color: #171b19; display: flex; height: 50px; justify-content: center; margin-bottom: 35px; width: 50px; }
.if-icon-grid article:nth-child(2n) > span { background: var(--if-mint); }
.if-icon-grid svg { height: 27px; width: 27px; }
.if-icon-grid h3 { color: white; font-size: 19px; margin-bottom: 7px; }
.if-icon-grid p { color: #bfc8c3; font-size: 13px; margin: 0; }

.if-why h2,
.if-why-statement h2 { color: #ffffff !important; }
.if-why-copy > p { color: #e0e6e2 !important; }
.if-why-copy li { color: #ffffff !important; }
.if-why-copy ul,
.if-why-copy li { border-color: #505a55; }

@media (max-width: 900px) {
  .if-hero.if-hero-photo { height: 740px; min-height: 740px; padding: 0; }
  .if-hero-photo .if-hero-copy { left: 30px; top: 108px; width: min(620px, calc(100% - 60px)); }
  .if-hero-photo h1 { font-size: 50px; }
  .if-hero-chip-left { left: 8%; }
  .if-hero-chip-right { right: 8%; }
  .if-hero-console { grid-template-columns: repeat(3, 1fr) 64px; width: calc(100% - 60px); }
  .if-hero-console > div { padding: 14px; }
  .if-carousel-section .if-section { padding-left: 30px; }
  .if-icon-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .if-header:not(.is-scrolled) { background: rgba(255, 255, 255, .18); }
  .if-hero.if-hero-photo { height: 760px; min-height: 760px; padding: 0; }
  .if-hero-image { height: 790px; object-position: 50% bottom; }
  .if-hero-photo .if-hero-copy { left: 20px; top: 92px; width: calc(100% - 40px); }
  .if-hero-photo h1 { font-size: 42px; line-height: 1.03; margin-bottom: 18px; }
  .if-hero-photo .if-lead { color: #26332d; font-size: 15px; margin-bottom: 20px; max-width: 350px; }
  .if-hero-photo .if-actions { gap: 12px; }
  .if-hero-photo .if-button { width: auto; }
  .if-hero-chip { display: none; }
  .if-hero-console { bottom: 14px; grid-template-columns: 1fr 1fr 50px; min-height: 72px; width: calc(100% - 24px); }
  .if-hero-console > div { grid-template-columns: 22px 1fr; padding: 11px 10px; }
  .if-hero-console > div:nth-child(3) { display: none; }
  .if-hero-console > div > svg { height: 19px; width: 19px; }
  .if-hero-console > div > span { font-size: 7px; }
  .if-hero-console strong { font-size: 9px; }
  .if-carousel-section .if-section { padding-left: 20px; padding-right: 0; }
  .if-carousel-head { align-items: start; gap: 26px; padding-right: 20px; }
  .if-carousel-head h2,
  .if-capabilities-head h2 { font-size: 34px; }
  .if-carousel-controls { margin-top: 34px; }
  .if-carousel-controls button { height: 40px; width: 40px; }
  .if-carousel { gap: 14px; margin-top: 38px; padding-right: 20px; }
  .if-carousel-card { flex-basis: 82vw; }
  .if-carousel-card > div { min-height: 230px; padding: 24px; }
  .if-carousel-progress { max-width: calc(100% - 20px); }
  .if-capabilities .if-section { padding-bottom: 76px; padding-top: 76px; }
  .if-icon-grid { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  .if-icon-grid article { min-height: 205px; padding: 22px 16px; }
  .if-icon-grid article > span { height: 44px; margin-bottom: 30px; width: 44px; }
  .if-icon-grid h3 { font-size: 15px; }
  .if-icon-grid p { font-size: 11px; line-height: 1.5; }
  .if-why-copy > p { font-size: 16px; }
}
