@font-face{
  font-family:Manrope;
  src:url('/assets/manrope.woff2') format('woff2');
  font-style:normal;
  font-weight:200 800;
  font-display:swap
}
:root{
  --navy:#122438;
  --navy-deep:#0d1c2c;
  --ink:#172d44;
  --gold:#da8826;
  --gold-dark:#b56a1d;
  --white:#fff;
  --paper:#f3f5f6;
  --muted:#546577;
  --light-muted:#bccad7;
  --line:#d4dce2;
  --dark-line:#344657;
  --radius:5px;
  --ease:cubic-bezier(.16,1,.3,1);
  --space:clamp(64px,7vw,112px)
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:30px;
  scrollbar-color:#718294 var(--navy)
}
body{
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:Manrope,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
::selection{
  background:var(--gold);
  color:var(--navy)
}
a{
  color:inherit;
  text-decoration:none;
  text-underline-offset:7px
}
button,input,select,textarea{
  font:inherit
}
button,a,input,select,textarea{
  -webkit-tap-highlight-color:transparent
}
button{
  cursor:pointer
}
button:disabled{
  cursor:wait;
  opacity:.7
}
img{
  display:block;
  max-width:100%;
  height:auto
}
figure,p,h1,h2,h3{
  margin:0
}
h1,h2,h3{
  line-height:1.14;
  letter-spacing:-.035em;
  text-wrap:balance
}
h2{
  font-size:clamp(34px,3.5vw,54px);
  font-weight:750
}
h3{
  font-weight:700
}
p{
  text-wrap:pretty
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid var(--gold-dark);
  outline-offset:5px
}
.opening :focus-visible,.why :focus-visible,.contact :focus-visible,.site-footer :focus-visible{
  outline-color:var(--gold)
}
.wrap{
  width:calc(100% - 12.3%);
  max-width:1348px;
  margin-inline:auto
}
.section{
  padding-block:var(--space)
}
.gold{
  color:var(--gold)
}
.section:not(.why):not(.contact) h2 .gold{
  color:var(--gold-dark)
}
.arrow{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  flex:none;
  transition:transform .35s var(--ease)
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:56px;
  padding:15px 29px;
  border:1px solid transparent;
  border-radius:var(--radius);
  font-weight:700;
  font-size:16px;
  line-height:1.4;
  transition:background .25s,color .25s,box-shadow .25s
}
.button:hover .arrow,.text-link:hover .arrow{
  transform:translate(2px,-2px)
}
.button-gold{
  background:var(--gold);
  color:var(--navy-deep)
}
.button-gold:hover{
  background:#e69a3f;
  box-shadow:0 7px 22px #0002
}
.button-outline{
  border-color:var(--gold);
  color:var(--gold);
  background:transparent;
  min-height:44px;
  padding:10px 27px
}
.button-outline:hover{
  background:var(--gold);
  color:var(--navy)
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:underline;
  font-weight:600
}
.text-link:hover{
  text-decoration-thickness:2px
}
.skip-link{
  position:fixed;
  left:20px;
  top:-100px;
  background:var(--gold);
  color:var(--navy);
  padding:12px 20px;
  z-index:100
}
.skip-link:focus{
  top:15px
}
.opening{
  background:var(--navy);
  color:var(--white)
}
.site-header{
  height:94px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px
}
.brand{
  display:block;
  width:200px;
  flex:none
}
.brand img{
  width:100%;
  height:auto
}
.site-header nav{
  display:flex;
  align-items:center;
  gap:38px;
  font-size:14px;
  font-weight:600
}
.site-header nav>a:not(.button){
  position:relative;
  padding-block:12px
}
.site-header nav>a:not(.button)::after{
  content:'';
  position:absolute;
  bottom:5px;
  left:0;
  width:100%;
  height:1px;
  background:var(--gold);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s var(--ease)
}
.site-header nav>a:hover::after{
  transform:scaleX(1)
}
.menu-toggle{
  display:none
}
.hero{
  display:grid;
  grid-template-columns:1fr 1.07fr;
  gap:clamp(50px,6.3vw,98px);
  padding-bottom:36px;
  align-items:start
}
.hero-copy{
  padding-top:48px
}
.hero h1{
  font-size:clamp(56px,6.15vw,94px);
  font-weight:800;
  line-height:.95;
  letter-spacing:-.04em
}
.hero h1 span{
  display:block;
  white-space:nowrap
}
.hero h1 span+span{
  margin-top:11px
}
.hero-copy>p{
  font-size:clamp(18px,1.43vw,22px);
  line-height:1.4;
  max-width:560px;
  margin-top:28px;
  color:#edf2f6
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:42px;
  margin-top:36px;
  flex-wrap:wrap
}
.hero-visual{
  min-width:0
}
.hero-image{
  overflow:hidden;
  aspect-ratio:645/494
}
.hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 47%
}
.hero-visual figcaption{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin-top:17px;
  font-size:12px;
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap
}
.hero-visual figcaption::before,.hero-visual figcaption::after{
  content:'';
  height:1px;
  flex:1;
  background:#c3ccd4
}
.hero-visual i{
  font-style:normal;
  color:#c3ccd4
}
.page-content{
  display:block
}
.services{
  display:grid;
  grid-template-columns:.97fr 1.2fr .95fr;
  gap:44px;
  padding-top:56px;
  align-items:start
}
.section-intro{
  padding-top:34px
}
.section-intro h2{
  font-size:clamp(32px,3.15vw,49px)
}
.section-intro>p{
  margin-top:26px;
  color:var(--muted);
  max-width:33ch
}
.section-intro .text-link{
  margin-top:24px;
  font-size:14px
}
.service{
  display:block;
  width:100%;
  text-align:left;
  border:0;
  border-bottom:1px solid var(--line);
  background:transparent;
  padding:22px 0;
  color:var(--ink);
  transition:color .25s
}
.service:first-child{
  padding-top:3px
}
.service-heading{
  font-size:18px;
  font-weight:750;
  line-height:1.35;
  display:flex;
  gap:12px;
  align-items:start
}
.service-heading .arrow{
  width:17px;
  height:17px;
  margin-top:3px;
  opacity:0;
  transform:translate(-5px,5px)
}
.service-description{
  display:block;
  font-size:14px;
  line-height:1.6;
  color:var(--muted);
  margin-top:9px;
  padding-right:15px
}
.service:hover .service-heading,.service[aria-pressed=true] .service-heading{
  color:var(--gold-dark)
}
.service:hover .arrow,.service[aria-pressed=true] .arrow{
  opacity:1;
  transform:none
}
.service-visual{
  position:sticky;
  top:32px
}
.service-visual img{
  width:100%;
  aspect-ratio:377/420;
  object-fit:cover
}
.service-visual figcaption{
  font-size:12px;
  line-height:1.5;
  color:var(--muted);
  margin-top:12px
}
.projects{
  background:var(--paper)
}
.section-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:50px;
  margin-bottom:65px
}
.section-heading>p{
  max-width:31ch;
  color:var(--muted);
  padding-bottom:5px
}
.project{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:8%;
  align-items:center;
  margin-top:64px
}
.project+.project{
  padding-top:64px;
  border-top:1px solid var(--line)
}
.project:nth-of-type(even) .project-image{
  order:2
}
.project:nth-of-type(even) .project-copy{
  order:1
}
.project-image{
  overflow:hidden
}
.project-image img{
  width:100%;
  aspect-ratio:1.465;
  object-fit:cover;
  transition:transform .8s var(--ease)
}
.project:hover .project-image img{
  transform:scale(1.025)
}
.categories{
  color:var(--muted);
  font-size:12px;
  letter-spacing:.07em;
  text-transform:uppercase;
  margin-bottom:17px
}
.categories span{
  color:var(--gold-dark);
  margin-inline:10px
}
.project h3{
  font-size:clamp(29px,3vw,44px);
  margin-bottom:22px
}
.project-copy>p:not(.categories){
  color:var(--muted);
  max-width:46ch;
  font-size:17px
}
.project-copy .text-link{
  font-size:14px;
  margin-top:30px
}
.why{
  background:var(--navy);
  color:var(--white)
}
.why-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12%
}
.why-intro img{
  margin-top:40px;
  width:100%;
  max-height:430px;
  aspect-ratio:1.23;
  object-fit:cover;
  object-position:center 45%
}
.principles article{
  padding:27px 0;
  border-bottom:1px solid var(--dark-line)
}
.principles article:first-child{
  padding-top:5px
}
.principles h3{
  font-size:25px;
  margin-bottom:13px
}
.principles p{
  color:var(--light-muted);
  max-width:48ch
}
.approach h2{
  margin-bottom:55px
}
.steps{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:36px;
  padding:0;
  margin:0
}
.steps li{
  position:relative;
  padding-top:21px;
  border-top:1px solid var(--line)
}
.step-number{
  color:var(--gold-dark);
  font-size:15px;
  font-weight:700;
  font-variant-numeric:tabular-nums
}
.steps h3{
  font-size:22px;
  letter-spacing:-.025em;
  line-height:1.3;
  margin:21px 0 15px
}
.steps p{
  color:var(--muted);
  font-size:15px;
  line-height:1.75
}
.contact{
  background:var(--navy);
  color:var(--white)
}
.contact-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:10%
}
.contact h2{
  font-size:clamp(43px,4.6vw,70px);
  line-height:1.08
}
.contact-copy>p{
  margin-top:26px;
  max-width:36ch;
  color:var(--light-muted)
}
.contact-email{
  display:inline-flex;
  gap:18px;
  align-items:center;
  font-size:21px;
  margin-top:37px;
  text-decoration:underline
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.field{
  margin-bottom:24px
}
.field label{
  display:block;
  font-weight:600;
  font-size:14px;
  margin-bottom:10px
}
.field label span{
  font-weight:400;
  color:var(--light-muted);
  font-size:12px
}
.field input,.field select,.field textarea{
  display:block;
  width:100%;
  border:1px solid #526477;
  border-radius:var(--radius);
  background:#172e44;
  color:var(--white);
  padding:14px 16px;
  line-height:1.5;
  min-height:52px;
  caret-color:var(--gold);
  transition:border-color .2s
}
.field textarea{
  resize:vertical;
  min-height:150px;
  max-height:500px
}
.field input::placeholder,.field textarea::placeholder{
  color:#b5c3d0;
  opacity:1
}
.field input:hover,.field select:hover,.field textarea:hover{
  border-color:#8e9caa
}
.field input:user-invalid,.field textarea:user-invalid{
  border-color:#f2a093
}
.form-bottom{
  display:flex;
  flex-direction:column;
  align-items:start;
  gap:25px
}
.form-bottom p{
  color:var(--light-muted);
  font-size:12px;
  line-height:1.7;
  max-width:60ch
}
.form-bottom p a{
  text-decoration:underline
}
.form-status{
  color:#ffe0b5;
  padding:17px 0 0;
  font-size:14px
}
.form-status a{
  text-decoration:underline
}
.site-footer{
  background:var(--navy-deep);
  color:var(--white)
}
.footer-main{
  display:flex;
  align-items:center;
  gap:70px;
  padding-block:49px
}
.footer-main p{
  font-size:14px;
  color:var(--light-muted)
}
.back-top{
  margin-left:auto;
  font-size:13px
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding-block:25px;
  border-top:1px solid var(--dark-line);
  font-size:12px;
  color:var(--light-muted)
}
.footer-bottom>div{
  display:flex;
  gap:30px
}
.footer-bottom a:hover{
  text-decoration:underline
}
.legal-header{
  background:var(--navy);
  color:var(--white)
}
.legal-content{
  max-width:850px;
  padding-block:75px 100px
}
.legal-content h1{
  font-size:clamp(36px,5vw,64px);
  margin-bottom:20px
}
.legal-content h2{
  font-size:25px;
  margin:38px 0 15px;
  letter-spacing:-.02em
}
.legal-content h3{
  font-size:21px;
  margin:30px 0 13px
}
.legal-content p,.legal-content ul{
  margin-block:15px;
  color:var(--muted)
}
.legal-content a{
  text-decoration:underline
}
.legal-content .legal-date{
  font-size:13px;
  margin-bottom:38px
}
.preview-note{
  padding:16px 20px;
  background:var(--paper);
  font-size:14px;
  line-height:1.7
}
.not-found{
  min-height:60vh;
  display:grid;
  align-content:center;
  gap:25px
}
.not-found h1{
  font-size:60px
}
@media(min-width:1600px){
  .hero-copy{
    padding-top:48px
  }
}
@media(max-width:1200px){
  .site-header nav{
    gap:25px
  }
  .hero{
    gap:45px;
    grid-template-columns:1fr 1fr
  }
  .hero h1{
    font-size:clamp(50px,6.1vw,74px)
  }
  .hero-copy{
    padding-top:22px
  }
  .hero-actions{
    gap:25px;
    margin-top:28px
  }
  .hero-actions .button{
    padding:15px 18px;
    font-size:14px
  }
  .hero-copy>p{
    font-size:18px
  }
  .hero-visual figcaption{
    gap:14px;
    font-size:10px
  }
  .services{
    gap:28px;
    grid-template-columns:.9fr 1.3fr .85fr
  }
  .service-heading{
    font-size:16px
  }
  .service-description{
    font-size:13px
  }
  .steps{
    gap:25px
  }
  .steps h3{
    font-size:19px
  }
}
@media(max-width:960px){
  .wrap{
    width:calc(100% - 64px)
  }
  .brand{
    width:165px
  }
  .site-header nav{
    gap:20px;
    font-size:12px
  }
  .site-header .button-outline{
    padding:10px 18px
  }
  .hero{
    gap:30px;
    padding-bottom:42px
  }
  .hero h1{
    font-size:5.8vw
  }
  .hero-copy{
    padding-top:15px
  }
  .hero-copy>p{
    font-size:16px;
    margin-top:22px
  }
  .hero-actions{
    gap:21px;
    align-items:start;
    flex-direction:column
  }
  .hero-actions .text-link{
    font-size:14px
  }
  .hero-visual figcaption{
    gap:10px;
    font-size:9px
  }
  .hero-image{
    aspect-ratio:1/1.17
  }
  .services{
    grid-template-columns:1fr 1.3fr
  }
  .section-intro{
    padding-top:0
  }
  .service-visual{
    position:static;
    grid-column:1;
    grid-row:2;
    margin-top:-260px;
    align-self:end
  }
  .service-visual img{
    max-height:250px;
    aspect-ratio:1.3
  }
  .service-list{
    grid-column:2;
    grid-row:1 / span 2
  }
  .section-heading{
    align-items:start;
    gap:30px
  }
  .project{
    gap:6%
  }
  .why-grid{
    gap:8%
  }
  .contact-grid{
    gap:6%
  }
  .steps{
    grid-template-columns:repeat(2,1fr);
    row-gap:40px
  }
  .footer-main{
    gap:35px
  }
  .contact-email{
    font-size:18px
  }
  .form-row{
    grid-template-columns:1fr;
    gap:0
  }
}
@media(max-width:700px){
  html{
    scroll-padding-top:16px
  }
  .wrap{
    width:calc(100% - 40px)
  }
  .site-header{
    height:82px;
    position:relative;
    z-index:10
  }
  .brand{
    width:158px
  }
  .menu-toggle{
    display:flex;
    background:transparent;
    color:white;
    border:1px solid #627383;
    border-radius:4px;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:6px
  }
  .menu-toggle span{
    height:1px;
    width:20px;
    background:currentColor;
    transition:transform .25s
  }
  .menu-toggle[aria-expanded=true] span:first-child{
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child{
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .site-header nav{
    display:none;
    position:absolute;
    top:75px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    padding:20px;
    background:var(--navy-deep);
    border:1px solid var(--dark-line);
    gap:10px;
    box-shadow:0 12px 30px #0003;
    font-size:16px
  }
  .site-header nav.is-open{
    display:flex
  }
  .site-header nav>a:not(.button){
    padding:9px 5px
  }
  .site-header nav .button{
    margin-top:5px
  }
  .hero{
    grid-template-columns:1fr;
    gap:36px;
    padding-top:22px;
    padding-bottom:32px
  }
  .hero-copy{
    padding:0
  }
  .hero h1{
    font-size:clamp(42px,10.65vw,70px);
    line-height:1.01;
    letter-spacing:-.035em
  }
  .hero h1 span+span{
    margin-top:2px
  }
  .hero-copy>p{
    font-size:16px;
    line-height:1.6;
    max-width:40ch;
    margin-top:24px
  }
  .hero-actions{
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    gap:22px;
    margin-top:25px
  }
  .hero-actions .button{
    font-size:14px;
    min-height:52px;
    padding:14px 18px
  }
  .hero-actions .text-link{
    font-size:13px
  }
  .hero-image{
    aspect-ratio:1.3
  }
  .hero-visual figcaption{
    font-size:9px;
    letter-spacing:.1em;
    gap:14px
  }
  .services{
    display:flex;
    flex-direction:column;
    gap:28px;
    padding-top:55px
  }
  .section-intro h2{
    font-size:36px;
    max-width:13ch
  }
  .section-intro>p{
    margin-top:18px;
    max-width:36ch
  }
  .section-intro .text-link{
    margin-top:17px
  }
  .service-list{
    width:100%
  }
  .service{
    padding:22px 0
  }
  .service-heading{
    font-size:17px;
    justify-content:space-between
  }
  .service-description{
    font-size:14px;
    max-width:43ch
  }
  .service-heading .arrow{
    opacity:.7
  }
  .service-visual{
    display:none
  }
  .section-heading{
    display:block;
    margin-bottom:36px
  }
  .section-heading h2{
    font-size:34px
  }
  .section-heading>p{
    margin-top:22px;
    max-width:38ch
  }
  .project,.project:nth-of-type(even){
    display:flex;
    flex-direction:column;
    gap:25px;
    margin-top:38px;
    align-items:stretch
  }
  .project:nth-of-type(even) .project-image,.project:nth-of-type(even) .project-copy{
    order:initial
  }
  .project+.project{
    padding-top:38px
  }
  .project h3{
    font-size:30px;
    margin-bottom:16px
  }
  .project-copy>p:not(.categories){
    font-size:16px
  }
  .categories{
    font-size:10px;
    margin-bottom:12px
  }
  .project-copy .text-link{
    margin-top:20px
  }
  .why-grid{
    grid-template-columns:1fr;
    gap:35px
  }
  .why h2{
    font-size:37px
  }
  .why-intro img{
    margin-top:30px;
    max-height:320px;
    aspect-ratio:1.3
  }
  .principles h3{
    font-size:23px
  }
  .principles article{
    padding:24px 0
  }
  .principles p{
    font-size:15px
  }
  .approach h2{
    font-size:34px;
    margin-bottom:37px
  }
  .steps{
    grid-template-columns:1fr;
    gap:27px
  }
  .steps li{
    display:grid;
    grid-template-columns:34px 1fr;
    column-gap:17px;
    padding-top:25px
  }
  .step-number{
    grid-column:1;
    grid-row:1 / 3;
    padding-top:2px
  }
  .steps h3{
    grid-column:2;
    margin:0 0 10px;
    font-size:22px
  }
  .steps p{
    grid-column:2;
    font-size:15px
  }
  .contact-grid{
    grid-template-columns:1fr;
    gap:44px
  }
  .contact h2{
    font-size:48px
  }
  .contact-copy>p{
    max-width:40ch;
    margin-top:22px
  }
  .contact-email{
    margin-top:24px
  }
  .field label{
    font-size:14px
  }
  .field input,.field select,.field textarea{
    font-size:16px
  }
  .form-bottom .button{
    width:100%
  }
  .footer-main{
    flex-wrap:wrap;
    gap:25px;
    padding-block:35px
  }
  .footer-main p{
    font-size:13px;
    margin-left:auto
  }
  .back-top{
    margin:4px 0 0
  }
  .footer-bottom{
    flex-direction:column;
    gap:16px;
    padding-block:25px
  }
  .footer-bottom>div{
    flex-wrap:wrap;
    gap:16px 25px
  }
  .legal-content{
    padding-block:45px 65px
  }
  .legal-content h1{
    font-size:36px
  }
}
/* Keep mobile captions readable and reveal each selected service in context. */
@media(max-width:1200px){
  .hero-visual figcaption{
    font-size:12px;
    gap:12px;
    letter-spacing:.07em
  }
}
@media(max-width:960px) and (min-width:701px){
  .hero-visual figcaption::before,.hero-visual figcaption::after{
    display:none
  }
}
@media(max-width:700px){
  .hero h1{
    font-size:clamp(34px,10.65vw,70px)
  }
  .hero-visual figcaption{
    font-size:12px;
    gap:10px;
    letter-spacing:.035em
  }
  .hero-visual figcaption::before,.hero-visual figcaption::after{
    display:none
  }
  .categories{
    font-size:12px;
    letter-spacing:.035em
  }
  .service-visual{
    display:block;
    width:100%;
    margin:20px 0 25px
  }
  .service-visual img{
    width:100%;
    max-height:290px;
    aspect-ratio:1.3
  }
  .service-visual figcaption{
    font-size:12px
  }
  .site-header nav{
    box-shadow:none
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*::before,*::after{
    animation:none!important;
    transition:none!important
  }
  .project:hover .project-image img{
    transform:none
  }
}
