@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;450;500;550;600;650;700;750&display=swap');
:root{--ink:#173b39;--accent:#03978e;--blue:#037d76;--action-hover:#026b65;--muted:#526b68;--line:#d4e2de;--paper:#f6f8f6;--pale:#e4f1ee}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.button:hover{background:var(--action-hover);transform:translateY(-2px)}.wrap{width:min(1328px,calc(100% - 112px));margin-inline:auto}.header{height:112px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{width:190px;height:auto;display:block}.header nav{display:flex;gap:32px;font-size:14px;font-weight:500}.header nav a:hover{color:var(--blue)}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:36px;padding:17px 25px;background:var(--blue);color:white;border:0;border-radius:7px;line-height:1.4;font-weight:500;transition:background .2s,transform .2s;cursor:pointer}.arrow-icon{display:inline-block;width:1em;height:1em;flex:0 0 1em;vertical-align:-.12em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}.button .arrow-icon{font-size:23px;line-height:1}.button.small{font-size:14px;padding:13px 18px;gap:25px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;padding:44px 0 54px;align-items:stretch}.hero-copy{padding:10px 0 14px}.eyebrow{font-size:12px;font-weight:650;letter-spacing:.12em;margin:0 0 30px;line-height:1.6}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(46px,4.65vw,70px);line-height:1.12;font-weight:450;letter-spacing:-.055em;margin-bottom:28px}h1 span{color:var(--accent)}.lead{font-size:20px;line-height:1.55;margin-bottom:14px;letter-spacing:-.02em}.hero-description{max-width:420px;color:var(--muted);margin-bottom:29px;font-size:16px;line-height:1.7}.micro{font-size:12px;color:var(--muted);margin:14px 0 0}.hero-visual{position:relative;min-height:530px;overflow:hidden;background:#c7e3dd url("assets/calm-water.jpg");border-radius:10px;background-size:cover;background-position:center}.visual-word{position:absolute;left:35px;top:35px;font-family:'Manrope',sans-serif;font-size:29px;font-weight:450;line-height:1.3;letter-spacing:-.035em}.visual-caption{position:absolute;left:30px;right:30px;bottom:24px;color:white;border-top:1px solid #ffffff60;padding-top:14px;display:flex;justify-content:space-between;gap:10px;font-size:12px}.foundation{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:26px;color:var(--muted)}.foundation p{font-size:14px;line-height:1.5;margin:0}.foundation strong{font-weight:500;color:var(--ink)}.foundation>span{font-size:16px;letter-spacing:-.02em}.foundation>span:before{content:'+';color:var(--blue);margin-right:16px}.footer{display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid var(--line);padding-block:32px;font-size:12px;color:var(--muted)}.footer .logo{width:150px}.skip{position:absolute;top:-100px;left:10px;z-index:10;background:white;padding:10px}.skip:focus{top:10px}
@media(min-width:1600px){.hero{padding-top:65px}.hero-visual{min-height:600px}}@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.hero{gap:32px;grid-template-columns:1.08fr 1fr}.header nav{gap:18px}.logo{width:165px}h1{font-size:51px}.visual-word{font-size:24px;left:25px}.foundation{gap:15px}.foundation>span{font-size:14px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{height:86px;gap:15px}.header nav{display:none}.logo{width:149px}.button.small{font-size:12px;gap:12px;padding:12px}.hero{grid-template-columns:1fr;padding:28px 0 32px;gap:30px}.hero-copy{padding:0}h1{font-size:clamp(42px,9.6vw,65px)}.eyebrow{font-size:12px;margin-bottom:23px}.lead{font-size:19px}.hero-description{max-width:100%}.hero-visual{min-height:380px;background-position:center 57%}.visual-word{font-size:27px}.foundation{display:grid;grid-template-columns:1fr 1fr;gap:22px 15px;padding-block:25px}.foundation>span{font-size:14px}.foundation>span:before{margin-right:7px}.footer{flex-wrap:wrap;gap:20px}.footer span{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.section{padding-block:108px}h2{font-weight:450;font-size:clamp(32px,3.2vw,48px);letter-spacing:-.045em;line-height:1.23;margin-bottom:28px}h2 span{color:#607a76}.approach{display:grid;grid-template-columns:1fr 1fr;gap:100px}.approach-body{color:var(--muted);max-width:510px}.intro{font-size:23px;line-height:1.45;color:var(--ink);letter-spacing:-.025em}.promise{display:flex;gap:17px;padding-top:22px}.promise h3{font-size:17px;font-weight:600;margin:0 0 3px}.promise p{font-size:16px;margin:0}.check{background:#dceee9;color:var(--blue);width:26px;height:26px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;font-size:14px}.measurement{background:#153f3b;color:#f6f8f6;padding:85px 0}.measurement-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:100px;align-items:center}.measurement .eyebrow{color:#b9d7d2}.measure-lead{font-size:22px;line-height:1.5}.measure-copy{max-width:490px;color:#c7d9d6;margin-bottom:30px}.text-link{display:inline-flex;align-items:center;gap:24px;font-size:14px;font-weight:500;border-bottom:1px solid;padding-bottom:5px}.text-link:hover{opacity:.75}.measurement-panel{border:1px solid #668d88;background:#204f4a;border-radius:10px;padding:30px}.panel-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.12em;color:#c9deda}.panel-top>span:last-child{font-size:25px}.measurement-steps{margin:25px 0;padding:0;list-style:none}.measurement-steps li{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid #ffffff24}.measurement-steps li:last-child{border:0}.measurement-steps li>span{font-size:14px;color:#b8d4cf;padding-top:4px}.measurement-steps h3{font-size:22px;font-weight:450;margin-bottom:3px;letter-spacing:-.025em}.measurement-steps p{margin:0;color:#c5dbd7;font-size:14px}.panel-bottom{background:#356a64;border-radius:4px;padding:14px;text-align:center;color:#e1f0ed;font-size:14px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:45px}.section-head h2{margin-bottom:0}.section-head>p{margin:0 0 5px;color:var(--muted);font-size:16px}.services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.services article{padding:32px 32px 34px;border-right:1px solid var(--line);display:flex;flex-direction:column}.services article:first-child{padding-left:0}.services article:last-child{padding-right:0;border:0}.service-number{font-size:12px;letter-spacing:.08em;color:var(--muted)}.services h3{font-weight:500;font-size:28px;letter-spacing:-.035em;margin:35px 0 20px}.services p{color:var(--muted);font-size:16px;line-height:1.8;flex:1;margin-bottom:30px}.service-goal{font-size:14px;color:var(--blue)}.service-base{padding:24px 30px;background:#e2eeeb;border-radius:7px;display:flex;gap:26px;align-items:center}.service-base>span{font-size:32px;color:var(--blue)}.service-base p{margin:0;color:var(--muted);font-size:14px}.service-base strong{color:var(--ink);font-weight:550}.process-section{padding:80px 0;background:#e9f0ee}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:65px;padding-top:15px}.process article{border-top:1px solid #b9cfcb;padding-top:22px}.process article>span{color:var(--blue);font-size:14px}.process h3{font-size:22px;font-weight:500;margin:25px 0 14px;letter-spacing:-.025em}.process p{color:var(--muted);font-size:16px;margin:0}.about{display:grid;grid-template-columns: .9fr 1.1fr;gap:110px;align-items:center}.portrait-wrap{position:relative;padding:0 0 28px}.portrait{display:block;width:100%;height:520px;object-fit:cover;object-position:center;border-radius:8px}.experience{display:flex;align-items:center;gap:20px;background:#dfece9;border:8px solid var(--paper);padding:20px 30px;position:absolute;right:-30px;bottom:0;border-radius:8px}.experience strong{font-family:'Manrope',sans-serif;font-weight:450;font-size:53px;line-height:1;letter-spacing:-.055em}.experience span{font-size:14px;line-height:1.5}.about-copy>p:not(.eyebrow){color:var(--muted)}.about-copy strong{font-weight:550;color:var(--ink)}.signature{margin:28px 0 32px;display:flex;flex-direction:column}.signature span{font-size:12px;color:var(--muted);margin-top:3px}.contact-section{background:#e3eeeb;padding:90px 0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.contact-copy h2{font-size:clamp(44px,4.5vw,64px);letter-spacing:-.05em;margin-bottom:27px}.contact-copy>p:not(.eyebrow){max-width:360px;color:var(--muted)}.meeting-info{display:flex;gap:16px;align-items:center;margin:30px 0 40px}.time-tag{padding:8px 12px;background:#d4e6e2;border-radius:5px;font-size:14px;white-space:nowrap}.meeting-info strong{font-size:14px;font-weight:550;display:block}.meeting-info div>span{font-size:12px;color:var(--muted)}.office{border-top:1px solid #bad0cc;padding-top:28px;max-width:360px}.office .eyebrow{font-size:12px}.office h3{font-size:21px;font-weight:500;margin:10px 0}.office p{font-size:14px;color:var(--muted);margin-bottom:13px}.office a{font-size:14px;text-decoration:underline;text-underline-offset:4px}.contact-form{background:#fff;padding:36px;border-radius:10px;align-self:start}.contact-form>h3{font-size:26px;letter-spacing:-.035em;font-weight:500;margin-bottom:7px}.form-intro{font-size:14px;color:var(--muted);margin-bottom:28px}.contact-form label{font-size:14px;font-weight:500;display:block}.contact-form input:not([type=radio]),.contact-form textarea{width:100%;min-width:0;border:1px solid #ceddd9;border-radius:4px;background:#fcfdfe;padding:12px 14px;margin:8px 0 19px;color:var(--ink);font-size:14px;line-height:1.5}.contact-form textarea{resize:vertical;min-height:100px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#718784}.optional{font-weight:400;color:var(--muted);font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}fieldset{border:0;padding:0;margin:0 0 22px;min-width:0}legend{font-size:14px;font-weight:500;padding:0;margin-bottom:10px}.meeting-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.meeting-options label{position:relative;border:1px solid #cddcd8;padding:12px 12px 12px 34px;border-radius:5px;cursor:pointer}.meeting-options input{position:absolute;left:9px;top:15px;margin:0;accent-color:var(--blue)}.meeting-options label:has(input:checked){border-color:var(--blue);background:#edf7f5}.meeting-options small{font-size:12px;display:block;color:var(--muted);font-weight:400;line-height:1.7}.privacy-note{font-size:12px;color:var(--muted);line-height:1.6;margin:0 0 22px}.privacy-note a{text-decoration:underline}.contact-form .button{width:100%;font-size:14px}.demo-note{font-size:12px;color:#607773;margin:14px 0 0;text-align:center}.form-status{background:#e2efec;font-size:14px;padding:18px;border-radius:5px;margin-top:20px}.knowledge{padding-block:48px;display:flex;align-items:center;justify-content:space-between;gap:35px}.knowledge .eyebrow{margin:0;font-size:12px}.knowledge>a{font-size:17px;letter-spacing:-.02em}.knowledge>a span{margin-left:20px;color:var(--blue)}
@media(max-width:1050px){.approach,.measurement-grid,.contact-grid{gap:50px}.about{gap:60px}.section{padding-block:80px}.portrait{height:470px}.measurement-panel{padding:24px}.contact-form{padding:26px}.form-row{gap:12px}.services article{padding-inline:23px}.meeting-options{grid-template-columns:1fr}.process{gap:30px}.knowledge{align-items:flex-start;flex-direction:column;gap:12px}}@media(max-width:760px){.section{padding-block:62px}.approach,.measurement-grid,.about,.contact-grid{grid-template-columns:1fr;gap:32px}h2{font-size:35px}.approach-body{max-width:none}.approach h2{margin-bottom:0}.intro{font-size:21px}.measurement{padding:60px 0}.measure-lead{font-size:20px}.measurement-panel{padding:23px}.measurement-steps{margin:14px 0}.section-head{display:block;margin-bottom:30px}.section-head>p{margin-top:20px}.services{grid-template-columns:1fr}.services article,.services article:first-child,.services article:last-child{padding:28px 0;border-right:0;border-bottom:1px solid var(--line)}.services h3{margin:20px 0 14px}.services p{margin-bottom:18px}.service-base{margin-top:25px;padding:20px;gap:18px}.process-section{padding:60px 0}.process{grid-template-columns:1fr;gap:28px;padding:0}.process h3{margin:14px 0 10px}.portrait-wrap{max-width:420px}.portrait{height:440px}.experience{right:-8px;padding:16px 22px}.about-copy{margin-top:10px}.contact-section{padding:60px 0}.contact-copy h2{font-size:49px}.contact-copy>p:not(.eyebrow),.office{max-width:none}.contact-form{padding:25px 20px}.form-row{grid-template-columns:1fr;gap:0}.meeting-options{grid-template-columns:1fr 1fr;gap:8px}.meeting-options label{font-size:12px;padding-left:30px}.meeting-options small{font-size:12px}.contact-form .button{gap:12px;padding-inline:18px}.knowledge{padding-block:35px}.knowledge>a{font-size:16px}}@media(max-width:360px){.meeting-options{grid-template-columns:1fr}.header .button.small{padding:10px 8px;gap:5px}.logo{width:135px}.wrap{width:calc(100% - 32px)}}

.hero-copy{align-self:center}.visual-message{display:block;margin-top:12px;font-family:"DM Sans",sans-serif;font-size:20px;line-height:1.5;letter-spacing:-.02em}.visual-word{right:25px}
@media(max-width:900px){.header nav{display:none}}

.order-visual{background:transparent;border-radius:0;min-height:530px;display:grid;place-items:center;overflow:hidden;isolation:isolate}.order-visual>svg{display:block;width:100%;height:auto;overflow:visible}.motion-toggle{position:absolute;bottom:14px;right:14px;width:38px;height:38px;border:1px solid #cbdcd8;border-radius:50%;background:#f6f8f6a6;color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:background .2s}.motion-toggle:hover{background:#dfece9}.motion-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}.motion-toggle[hidden]{display:none}@media(max-width:760px){.order-visual{min-height:330px;margin:-10px -10px 0}.order-visual>svg{width:100%}.motion-toggle{bottom:0;right:12px}}

.menu-toggle,.mobile-nav-cta{display:none}
@media(max-width:900px){
  .header{position:relative;z-index:30}
  .header .header-cta{display:none}
  .menu-toggle{display:flex;width:44px;height:44px;margin-left:auto;padding:0;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;-webkit-appearance:none;appearance:none}
  .menu-toggle span{display:block;width:20px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s,opacity .2s}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .header nav{display:none;position:absolute;top:calc(100% - 4px);left:0;right:0;padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 45px #173b3924;flex-direction:column;gap:0}
  .header nav.is-open{display:flex}
  .header nav>a{padding:11px 12px;border-bottom:1px solid #e5eeeb;font-size:16px}
  .header nav .mobile-nav-cta{display:flex;margin-top:8px;padding:13px 14px;border:0;border-radius:7px;background:var(--blue);color:#fff;align-items:center;justify-content:space-between;font-weight:600}
  .header nav .mobile-nav-cta:hover{background:var(--action-hover);color:#fff}
}

.home-page{background:var(--paper)}
