:root{
  --bg:#ffffff;
  --text:#0e0d0b;
  --muted:#5e5a55;
  --black:#000000;
  --white:#ffffff;
  --brand:#8E8172;
  --container:1440px;
  --radius:40px;
}

*{box-sizing:border-box}
html{
  height:100%;
  overflow-x:hidden;
  max-width:100%;
  color-scheme:light only;
}
body{
  height:100%;
  margin:0;
  overflow-x:hidden;
  width:100%;
  max-width:100%;
  font-family:Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}


.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

.container{
  width:min(var(--container), calc(100% - 48px));
  margin-inline:auto;
}
.container.center.mini{
  width:min(868px, calc(100% - 48px));
}
.center{text-align:center}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:52px;
  padding:12px 30px;
  border-radius:4px;
  font-size:14px;
  line-height:24px;
  font-weight:400;
  gap:8px;
  border:1px solid transparent;
  user-select:none;
  white-space:nowrap;
}
.btn-primary{background:var(--brand); color:var(--white)}
.btn-outline{background:var(--white); color:var(--black); border-color:rgba(0,0,0,.35)}
.btn-sm{height:38px; font-size:12px; padding:10px 22px}
.btn-lg{height:52px; padding:12px 30px}

/* Uniform hovers — buttons, CTAs, links (all site pages) */
@media (prefers-reduced-motion: no-preference){
  .btn,
  .inquiry-submit{
    transition:
      background-color .45s cubic-bezier(.22,1,.36,1),
      color .45s cubic-bezier(.22,1,.36,1),
      border-color .45s cubic-bezier(.22,1,.36,1),
      transform .45s cubic-bezier(.22,1,.36,1),
      box-shadow .45s cubic-bezier(.22,1,.36,1),
      filter .45s cubic-bezier(.22,1,.36,1),
      opacity .45s cubic-bezier(.22,1,.36,1);
  }
  .btn:hover,
  .btn:focus-visible,
  .inquiry-submit:hover,
  .inquiry-submit:focus-visible{
    transform:translateY(-2px);
    box-shadow:0 10px 28px rgba(0,0,0,.12);
  }
  .btn:active,
  .inquiry-submit:active{
    transform:translateY(0);
    box-shadow:0 4px 14px rgba(0,0,0,.1);
  }
  .btn-primary:hover:not(.btn-view-details),
  .btn-primary:focus-visible:not(.btn-view-details),
  .inquiry-submit:hover,
  .inquiry-submit:focus-visible{
    filter:brightness(1.06);
  }
  .btn-outline:hover,
  .btn-outline:focus-visible{
    background:#fff;
    border-color:var(--brand);
    color:var(--text);
    filter:none;
  }
  .site-header .header-cta{
    border:1px solid transparent;
  }
  .site-header .header-cta:hover,
  .site-header .header-cta:focus-visible{
    background-color:transparent;
    color:var(--brand);
    border-color:var(--brand);
    filter:none;
  }
  .thumb-badge{
    transition:
      transform .45s cubic-bezier(.22,1,.36,1),
      opacity .45s cubic-bezier(.22,1,.36,1),
      box-shadow .45s cubic-bezier(.22,1,.36,1);
  }
  .thumb-badge:hover,
  .thumb-badge:focus-visible{
    transform:translateY(-2px);
    opacity:1;
    box-shadow:0 8px 20px rgba(0,0,0,.28);
  }
  .about-tab:not(.is-active):hover,
  .about-tab:not(.is-active):focus-visible{
    background:rgba(6,8,8,.05);
    border-color:var(--brand);
  }
  .brand:hover .brand-logo,
  .brand:focus-visible .brand-logo{
    opacity:.82;
  }
  .nav-toggle:hover .nav-toggle-icon,
  .nav-toggle:focus-visible .nav-toggle-icon{
    opacity:.72;
  }
  .projects-filter:not(.is-active):hover,
  .projects-filter:not(.is-active):focus-visible{
    background:rgba(6,8,8,.06);
    border-color:var(--brand);
  }
  .featured-view-all{
    transition:opacity .45s ease, gap .45s cubic-bezier(.22,1,.36,1);
  }
  .featured-view-all > span:first-child{
    position:relative;
  }
  .featured-view-all > span:first-child::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-3px;
    height:1px;
    background:currentColor;
    transform:scaleX(0);
    transform-origin:left center;
    transition:transform .5s cubic-bezier(.22,1,.36,1);
  }
  .featured-view-all:hover > span:first-child::after,
  .featured-view-all:focus-visible > span:first-child::after{
    transform:scaleX(1);
  }
  .featured-view-all-arrow{
    transition:transform .5s cubic-bezier(.22,1,.36,1);
  }
  .featured-view-all:hover .featured-view-all-arrow,
  .featured-view-all:focus-visible .featured-view-all-arrow{
    transform:translateX(8px);
  }
  .featured-arrow{
    transition:transform .45s cubic-bezier(.22,1,.36,1), opacity .45s ease;
  }
  .featured-arrow:hover,
  .featured-arrow:focus-visible{
    transform:scale(1.05);
    opacity:.72;
  }
  .featured-arrow:active{
    transform:scale(.98);
  }
  .social-icons a{
    transition:transform .45s cubic-bezier(.22,1,.36,1), opacity .45s ease;
  }
  .social-icons a:hover,
  .social-icons a:focus-visible{
    transform:scale(1.08);
  }
  .hero-nav-btn{
    transition:
      background .45s cubic-bezier(.22,1,.36,1),
      transform .45s cubic-bezier(.22,1,.36,1);
  }
  .hero-nav-btn:hover,
  .hero-nav-btn:focus-visible{
    background:rgba(255,255,255,.88);
    transform:scale(1.08);
  }
  .hero-nav-btn:active{
    transform:scale(.96);
  }
}

.kicker{
  margin:0 0 14px 0;
  font-size:14px;
  font-weight:300;
  letter-spacing:12.6px;
  text-transform:uppercase;
}
.kicker--light{color:rgba(255,255,255,.92)}
.lead{
  margin:0;
  font-size:24px;
  line-height:37px;
  font-weight:400;
}
.lead--left{text-align:left}

/* Header — Figma mobile 4158:5455 */
.site-header{
  position:fixed;
  top:0;left:0;right:0;
  width:100%;
  z-index:50;
  color:var(--text);
  background:rgba(255,255,255,.9);
  backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:6px 4px 2px rgba(43,56,70,.08);
  overflow:visible;
  transition:
    background .55s cubic-bezier(.22,1,.36,1),
    border-color .55s cubic-bezier(.22,1,.36,1),
    box-shadow .55s cubic-bezier(.22,1,.36,1),
    backdrop-filter .55s cubic-bezier(.22,1,.36,1);
}
.site-header .site-nav a{
  color:var(--text);
}
.site-header .brand-logo,
.site-header .nav-toggle-icon{
  filter:none;
}
.site-header .btn.btn-primary.header-cta{
  background-color:var(--brand);
  color:#fff;
  border:1px solid transparent;
  margin-right: 180px; 
}
.site-header.is-scrolled,
.site-header.is-menu-open,
.site-header:has(.site-nav--open){
  background:#fff;
  border-bottom-color:rgba(0,0,0,.08);
  box-shadow:0 4px 16px rgba(43,56,70,.1);
  backdrop-filter:none;
}
.site-header.is-scrolled .site-nav a,
.site-header.is-menu-open .site-nav a,
.site-header:has(.site-nav--open) .site-nav a{
  color:var(--text);
}
.site-header.is-scrolled .brand-logo,
.site-header.is-menu-open .brand-logo,
.site-header:has(.site-nav--open) .brand-logo,
.site-header.is-scrolled .nav-toggle-icon,
.site-header.is-menu-open .nav-toggle-icon,
.site-header:has(.site-nav--open) .nav-toggle-icon{
  filter:none;
}
.header-inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  position:relative;
  margin-inline: 120px;
  overflow:visible;
}
.brand{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
}
.brand-logo{
  width:140px;
  height:auto;
  transition:filter .55s cubic-bezier(.22,1,.36,1), opacity .55s cubic-bezier(.22,1,.36,1);
}

.site-nav{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  letter-spacing:.1em;
  overflow:visible;
}
.site-nav a{
  --site-nav-label-h:24px;
  position:relative;
  display:inline-flex;
  align-items:center;
  padding:0 2px;
  color:inherit;
  text-decoration:none;
}
.site-nav-label{
  display:block;
  height:var(--site-nav-label-h);
  overflow:hidden;
  line-height:var(--site-nav-label-h);
}
.site-nav-label-stack{
  display:flex;
  flex-direction:column;
  transition:transform .4s cubic-bezier(.22,1,.36,1);
  will-change:transform;
}
.site-nav-label-text{
  display:flex;
  align-items:center;
  height:var(--site-nav-label-h);
  font-size:14px;
  letter-spacing:.1em;
  font-weight:300;
  white-space:nowrap;
}
.site-nav-label-text--bold{
  font-weight:500;
}
.site-nav a:hover .site-nav-label-stack,
.site-nav a:focus-visible .site-nav-label-stack{
  transform:translateY(calc(-1 * var(--site-nav-label-h)));
}
.site-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-4px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.site-nav-active::after,
.site-nav a[aria-current="page"]::after{
  transform:scaleX(1);
}
.site-nav-dropdown{
  position:relative;
  display:inline-flex;
  align-items:center;
  z-index:90;
}
.site-nav-dropdown-trigger{
  --site-nav-label-h:24px;
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 2px;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  letter-spacing:.1em;
  cursor:pointer;
}
.site-nav-dropdown-trigger::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-6px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}
.site-nav-dropdown-trigger:hover::after,
.site-nav-dropdown-trigger:focus-visible::after,
.site-nav-dropdown.is-active .site-nav-dropdown-trigger::after,
.site-nav-dropdown.is-open .site-nav-dropdown-trigger::after{
  transform:scaleX(1);
}
.site-nav-dropdown-caret{
  flex-shrink:0;
  transition:transform .35s cubic-bezier(.22,1,.36,1);
}
.site-nav-dropdown.is-open .site-nav-dropdown-caret{
  transform:rotate(180deg);
}
.site-nav-submenu{
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  min-width:240px;
  margin:0;
  padding:12px 0 10px;
  list-style:none;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 32px rgba(0,0,0,.08);
  z-index:100;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, visibility .2s ease;
}
.site-nav-submenu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:12px;
}
.site-nav-dropdown.is-open .site-nav-submenu,
.site-nav-dropdown:focus-within .site-nav-submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
@media (hover:hover) and (pointer:fine){
  .site-nav-dropdown:hover .site-nav-submenu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .site-nav-dropdown:hover .site-nav-dropdown-caret,
  .site-nav-dropdown:focus-within .site-nav-dropdown-caret{
    transform:rotate(180deg);
  }
  .site-nav-dropdown:hover .site-nav-dropdown-trigger::after,
  .site-nav-dropdown:focus-within .site-nav-dropdown-trigger::after{
    transform:scaleX(1);
  }
}
.site-nav-submenu[hidden]{
  display:none !important;
}
.site-nav-submenu a{
  position:relative;
  z-index:1;
  display:block;
  padding:10px 18px;
  color:inherit;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.08em;
  font-weight:300;
  white-space:nowrap;
  cursor:pointer;
  transition:background .25s ease, color .25s ease;
}
.site-nav-submenu a:hover,
.site-nav-submenu a:focus-visible,
.site-nav-submenu a.is-active{
  background:rgba(0,0,0,.04);
  font-weight:500;
}
.site-nav-submenu a::after{
  display:none;
}
.header-cta{
  height:40px;
  padding:12px 30px;
  transition:
    background .55s cubic-bezier(.22,1,.36,1),
    color .55s cubic-bezier(.22,1,.36,1),
    border-color .55s cubic-bezier(.22,1,.36,1);
}
.nav-toggle-icon{
  transition:filter .55s cubic-bezier(.22,1,.36,1);
}

.nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  cursor:pointer;
  flex-shrink:0;
}
.nav-toggle:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:4px;
  border-radius:4px;
}
.nav-toggle-icon{
  display:block;
  width:24px;
  height:24px;
  object-fit:contain;
  flex-shrink:0;
}

/* Hero */
.hero{
  position:relative;
  min-height:831px;
  display:grid;
  align-items:center;
  padding-top:72px;
  overflow:hidden;
  background:#000;
}
.hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  z-index:6;
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(142,129,114,.55) 18%,
    rgba(142,129,114,.9) 50%,
    rgba(142,129,114,.55) 82%,
    transparent 100%
  );
  pointer-events:none;
}
.hero-bg{
  position:absolute;
  inset:0;
}
.hero-slider{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
}
.hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  transform:scale(1.04);
  transition:opacity 1.15s cubic-bezier(.4,0,.2,1);
  filter:saturate(1.05) contrast(1.04) brightness(.94);
  will-change:opacity, transform;
}
.hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hero-slide.is-active{
  opacity:1;
  filter:saturate(1.08) contrast(1.05) brightness(1);
}
.site-banner-picture{
  display:block;
  width:100%;
  height:100%;
}
.site-banner-picture img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hero-bg__vignette{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:radial-gradient(
    ellipse 85% 75% at 50% 42%,
    transparent 32%,
    rgba(0,0,0,.38) 72%,
    rgba(0,0,0,.62) 100%
  );
}
.hero-bg__overlay{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.38) 0%,
      rgba(0,0,0,.12) 38%,
      rgba(0,0,0,.22) 62%,
      rgba(0,0,0,.58) 100%
    ),
    linear-gradient(
      105deg,
      rgba(142,129,114,.14) 0%,
      transparent 42%,
      rgba(0,0,0,.18) 100%
    );
}
.hero-bg__grain{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  opacity:.04;
  mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:180px 180px;
}
.hero-content{
  position:relative;
  z-index:5;
  text-align:center;
  padding:0px 0 60px 0;
  max-width: 600px;
}
.hero-title{
  margin:0 0 18px 0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight:100;
  font-size:clamp(48px, 7vw, 80px);
  line-height:1.275;
  color:#fff;
}
.hero-subtitle{
  margin:0 0 48px 0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size:clamp(13px, 1.25vw, 18px);
  line-height:1.6;
  letter-spacing:.16em;
  color:#fff;
}
.hero-actions{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}

.hero-nav{
  position:absolute;
  right:40px;
  bottom:92px;
  z-index:6;
  display:flex;
  gap:16px;
}

@media (prefers-reduced-motion: no-preference){
  .hero-slide:not(.is-active){
    animation:none;
    transform:scale(1.04);
  }
  .hero-slide.is-active{
    animation:heroKenBurns 16s cubic-bezier(.25,.46,.45,.94) forwards;
  }
  @keyframes heroKenBurns{
    from{transform:scale(1)}
    to{transform:scale(1.07)}
  }
  .hero-content .hero-actions{
    opacity:0;
    transform:translateY(22px);
    animation:heroContentIn 1s cubic-bezier(.22,1,.36,1) forwards;
  }
  .hero-content .hero-actions{animation-delay:.5s}
  @keyframes heroContentIn{
    to{
      opacity:1;
      transform:none;
    }
  }
}
@media (prefers-reduced-motion: reduce){
  .hero-slide{
    transform:none;
    transition:opacity .35s ease;
  }
  .hero-bg__grain{display:none}
  .hero-content .hero-actions{
    opacity:1;
    transform:none;
    animation:none;
  }
}
.hero-nav-btn{
  width:32px;
  height:32px;
  padding:0;
  border:0;
  border-radius:0;
  background:rgba(255,255,255,.60);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.hero-nav-btn img{
  width:20px;
  height:20px;
}
.hero-nav-btn:focus-visible{
  outline:2px solid rgba(255,255,255,.7);
  outline-offset:3px;
}

.section{padding:72px 0}
.section--tight{padding:64px 0 54px}

/* What we do */
.what-we-do{
  background:#000;
  padding:72px 100px;
  position:relative;
  overflow:visible;
}
.what-we-do-inner{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:54px;
  align-items:start;
}
.what-we-do-corner{
  position:absolute;
 
  bottom:44px;
  width:44px;
  height:auto;
  opacity:.95;
  pointer-events:none;
}
.what-we-do-copy .kicker{
  letter-spacing:.9em;
}
.what-we-do-title{
  margin:0;
  color:#fff;
  font-size:24px;
  line-height:37px;
  font-weight:400;
  max-width:560px;
}
.what-we-do-panel{
  position:relative;
  border:0;
  padding:0;
  min-height:0;
  overflow:hidden;
}
.what-we-do-panel__inner{
  overflow:hidden;
}
.what-we-do-accordion{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:0;
  min-height:0;
  overflow:hidden;
}
.accordion-row{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  width:100%;
  background:transparent;
  border:0;
  padding:22px 0;
  color:#fff;
  cursor:pointer;
  text-align:left;
  overflow:hidden;
  border-radius:4px;
  transition:background-color .85s cubic-bezier(.22,1,.36,1);
}

.accordion-row.is-active{
  z-index:2;
 
}
.accordion-row::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(255,255,255,.2);
  pointer-events:none;
}
.accordion-left{
  display:flex;
  align-items:baseline;
  gap:18px;
  transition:transform .85s cubic-bezier(.22,1,.36,1);
}
.accordion-row.is-active .accordion-left{
  transform:translateX(10px);
}
.accordion-row.is-active .accordion-num{
  color:#fff;
}
.accordion-row.is-active .accordion-title{
  font-weight:200;
}
.accordion-row:focus-visible{
  outline:2px solid rgba(255,255,255,.65);
  outline-offset:6px;
  border-radius:6px;
}
.accordion-num{
  color:rgba(255,255,255,.44);
  font-size:21px;
  line-height:24px;
  font-weight:300;
  transition:color .85s cubic-bezier(.22,1,.36,1);
}
.accordion-num span{font-size:26px;
font-family: inter;
}
.accordion-title{
  font-size:clamp(32px, 3.4vw, 49px);
  line-height:1;
  font-weight:100;
  font-family: 'Poppins';
  text-transform:lowercase;
  transition:font-weight .85s cubic-bezier(.22,1,.36,1);
}
.accordion-chevron{
  width:24px;height:24px;
  display:inline-block;
  opacity:.95;
  position:relative;
  flex-shrink:0;
  background:url("assets/icons/Icon-Chevron-Down.svg") center/24px 24px no-repeat;
  transform:rotate(0deg);
  transition:transform .85s cubic-bezier(.22,1,.36,1);
}
.accordion-row.is-active .accordion-chevron{
  transform:rotate(180deg);
}
.what-we-do-accordion .accordion-panel{
  position:relative;
  top:auto !important;
  left:auto !important;
  right:auto !important;
}
.accordion-panel{
  position:relative;
  z-index:1;
  margin:0;
  padding:0;
  background:#000;
  max-height:0;
  opacity:0;
  overflow:hidden;
  pointer-events:none;
  transition:
    max-height .9s cubic-bezier(.22,1,.36,1),
    opacity .75s cubic-bezier(.22,1,.36,1),
    padding .9s cubic-bezier(.22,1,.36,1);
}
.accordion-panel[hidden]{
  display:block !important;
}
.accordion-row.is-active + .accordion-panel{
  max-height:560px;
  opacity:1;
  padding:8px 0 20px;
  pointer-events:auto;
}
.accordion-panel-title{
  margin:0 0 14px 0;
  color:#fff;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:0;
  max-width:520px;
}
.what-we-do .accordion-panel-actions .btn-view-details{
  color:#000;
  min-width:142px;
  background-color:var(--brand);
  border:1px solid transparent;
  transition:
    background-color .45s cubic-bezier(.22,1,.36,1),
    color .45s cubic-bezier(.22,1,.36,1),
    border-color .45s cubic-bezier(.22,1,.36,1);
}
.what-we-do .accordion-panel-actions .btn-view-details:hover,
.what-we-do .accordion-panel-actions .btn-view-details:focus-visible{
  background-color:transparent;
  color:#fff;
  border-color:var(--brand);
}
.accordion-thumbs-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
  align-items:stretch;
  max-width:380px;
}
.accordion-panel-actions{
  margin-top:14px;
}
.what-we-do-thumbs{
  display:grid;
  grid-template-columns: repeat(3, 170px);
  gap:20px;
}
.service-thumb{
  margin:0;
  position:relative;
  width:170px;height:101px;
  border-radius:20px 20px 0 20px;
  overflow:hidden;
  background:#d9d9d9;
}
.service-thumb.service-thumb--flat{
  width:100%;
  height:101px;
  border-radius:20px 20px 0 20px;
  border:1px solid rgba(255,255,255,.25);
}
.service-thumb__bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  border-radius:inherit;
}
.service-thumb__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1);
  transition:transform .65s cubic-bezier(.22,1,.36,1);
}
.service-thumb:hover .service-thumb__bg img{
  transform:scale(1.08);
}
.service-thumb .thumb-badge{
  position:absolute;
  right:10px;
  bottom:10px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:21px;
  min-width:68px;
  padding:0 12px;
  border-radius:4px;
  background:#000;
  color:#fff;
  font-size:10px;
  font-weight:400;
  line-height:21px;
  letter-spacing:0;
  white-space:nowrap;
  text-transform:none;
  text-decoration:none;
  border:0;
  cursor:pointer;
  font-family:inherit;
}
.thumb-badge:focus-visible{
  outline:2px solid rgba(255,255,255,.65);
  outline-offset:2px;
}
.thumb-badge--interior{background:#040404}
.thumb-badge--wide{min-width:77px}
.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:21px;
  padding:0 12px;
  border-radius:4px;
  font-size:10px;
  line-height:24px;
  color:#fff;
  background:#000;
}
.pill--dark{background:#000}
.what-we-do-thumbs{
  max-width:560px;
}

/* Featured */
.featured{
  padding:84px 0 0px;
  margin-bottom: 40px;
}
.featured-inner{
  display:grid;
  grid-template-columns: minmax(0, 497px) minmax(0, 728px);
  gap:56px;
  margin-inline: 45px;
  max-width:100%;
  /* Make left column match right image height */
  align-items:stretch;
  justify-content:center;
}
.featured-left{
  display:flex;
  flex-direction:column;
  gap:32px;
  height:100%;
  justify-content:space-between;
}
.feature-card{
  margin:0;
  position:relative;
  border-radius:var(--radius) var(--radius) 0 var(--radius);
  overflow:hidden;
  background:#d9d9d9;
}
.feature-card__frame{
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
}
.feature-card img{width:100%;height:100%;object-fit:cover}
.feature-card__media{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#d9d9d9;
}
.feature-card--small .feature-card__media{
  flex:1;
  min-height:0;
}
.feature-card--small{
  display:flex;
  flex-direction:column;
}
.feature-card__slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  filter:blur(14px);
  transform:scale(1.045);
  transition:
    opacity .9s cubic-bezier(.4,0,.2,1),
    filter .9s cubic-bezier(.4,0,.2,1),
    transform .9s cubic-bezier(.4,0,.2,1);
  will-change:opacity,filter,transform;
  z-index:0;
}
.feature-card__slide.is-active{
  opacity:1;
  filter:blur(0);
  transform:scale(1);
  z-index:1;
}
.feature-card__slide.is-leaving{
  opacity:0;
  filter:blur(12px);
  transform:scale(1.02);
  z-index:0;
}
@media (prefers-reduced-motion: reduce){
  .feature-card__slide{
    filter:none;
    transform:none;
    transition:opacity .25s ease;
  }
  .feature-card__slide.is-leaving{
    filter:none;
    transform:none;
  }
}
.featured-arrow:disabled{
  opacity:.35;
  cursor:default;
  pointer-events:none;
}
.feature-card--big{width:100%; aspect-ratio:728/787}
.feature-card--small{
  width:100%;
  /* Fill remaining height so left column equals right image */
  flex:1;
  min-height:0;
  aspect-ratio:auto;
}

.feature-corner-icon{
  position:absolute;
  left:22px;
  bottom:18px;
  width: 44px !important;
  height: 22px !important;
  opacity:.9;
  pointer-events:none;
  z-index:2;
}

.featured-controls{
  display:flex;
  align-items:center;
  gap:28px;
  padding-left:6px;
  margin-top:-6px;
  justify-content:flex-start;
}
.featured-arrow{
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  opacity:1;
  transition:opacity .2s ease, transform .2s ease;
}
.featured-arrow img{
  width:99px;
  height:16px;
  display:block;
  transition:filter .2s ease, opacity .2s ease;
}
.featured-arrow:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:6px;
  border-radius:6px;
}
.featured-arrow.is-clicked{
  opacity:.4;
  transform:scale(.96);
}
.featured-arrow.is-clicked img{
  filter:invert(.55) brightness(1.4);
  opacity:.85;
}

.featured-view-all{
  position:absolute;
  right:34px;
  bottom:28px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-size:18px;
  line-height:37px;
  font-weight:400;
  text-decoration:none;
}
.featured-view-all-arrow{
  width:24px;
  height:24px;
  display:inline-block;
  background:url("assets/icons/Icon-Arrow-Right.svg") center/24px 24px no-repeat;
}

/* Metrics */
.metrics{
  position:relative;
  padding:0;
  min-height:1029px;
  overflow:hidden;
  background:#1f1f1f;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.metrics-inner{
  position:relative;
  width:100%;
  padding-bottom:120px;
}
.metrics-corner{
  position:absolute;
  right:82px;
  top:70px;
  width:44px;
  height:auto;
  opacity:.9;
  pointer-events:none;
  z-index:2;
}
.metrics-bg{
  position:absolute;
  inset:0;
  z-index:0;
}
.metrics-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: top;
  transform:scale(1.01);
}
.metrics-card{
  position:relative;
  z-index:1;
  width:1133px;
  height:275px;
  margin:0 auto;
  padding:26px 32px 32px;
  background:rgba(142,129,114,.90);
}
.metrics-rule{
  height:1px;
  background:rgba(255,255,255,.40);
  width:min(774px, 100%);
  margin:16px auto 56px;
}
.metrics-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:48px;
  align-items:end;
  text-align:center;
  padding:0 56px;
}
.metric-value{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:0;
  font-size:clamp(52px, 5.56vw, 80px);
  line-height:1;
  font-weight:100;
  color:#fff;
  font-family:Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  margin-bottom:12px;
}
.metric-counter{
  font-variant-numeric:tabular-nums;
}
.metric-counter-suffix{
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  color:inherit;
}
.metric-label{
  font-size:16px;
  line-height:1.4;
  font-weight:400;
  color:#fff;
}

/* Process */
.process{
  --process-line-opacity:.22;
  background:var(--brand);
  padding:86px 0 94px;
  position:relative;
}
.process-mark{
  position:absolute;
  width:44px;
  height:auto;
  opacity:.92;
  pointer-events:none;
}
.process-mark--bl{
  left:72px;
  bottom:44px;
}
.process-wrap{position:relative}
.process-corner{
  position:static;
  width:44px;
  height:auto;
  opacity:.9;
  pointer-events:none;
}
.process-inner{
  display:grid;
  grid-template-columns: 1fr 1.15fr;
  gap:54px;
  /* Make left column match right list height */
  align-items:stretch;
}
.process-left{
  height:100%;
  display:grid;
  grid-template-rows: 1fr auto; /* copy centered, icon pinned bottom */
  align-items:center;
  justify-items:start;
  justify-content: center;
}
.process-copy{
  max-width:529px;
  padding-top:0;
  height:auto;
 
  margin-inline:auto;
}
.process-title{
  margin:0;
  color:#fff;
  font-size:24px;
  line-height:37px;
  font-weight:400;
}
.process-list{
  margin:0;
  padding:0;
  list-style:none;
  border-top:none;
  position:relative;
}
.process-list::before{
  display:none;
}
.process-item{
  display:grid;
  grid-template-columns: 41px 1fr;
  gap:0px;
  padding:18px 0 0 0;
  border-bottom:1px solid rgb(255 255 255 / 26%);
  position:relative;
  align-items:baseline;
}
.process-item::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:#fff;
  opacity:var(--process-line-opacity);
  pointer-events:none;
}
.process-item:last-child{
  border-bottom:none;
}
.process-item:last-child::after{
  display:none;
}
.process-num{
  color:rgba(255,255,255,.44);
  font-size:18px;
  line-height:24px;
  font-weight:400;
  margin-top:4px;
  text-align:center;
}
.process-body{min-width:0}
.process-name{
  color:#fff;
  font-size:28px;
  line-height:08px;
  font-weight:200;
}
.process-desc{
  margin-top:7px;
  color:#fff;
  font-size:12px;
  line-height:37px;
  font-weight:300;
  letter-spacing:.42px;
}

/* CTA */
.cta{
  padding:84px 0 92px;
}
.cta-title{
  margin:0 0 24px 0;
  font-size:54px;
  line-height:72px;
  font-weight:300;
}
.cta-subtitle{
  margin:0 auto 34px;
  max-width:980px;
  font-size:24px;
  line-height:37px;
  font-weight:300;
}

/* Projects page only — text hover (letter-spacing + opacity) */
@media (prefers-reduced-motion: no-preference){
  .projects-page main :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    .projects-kicker,
    .projects-lead,
    .projects-cta__title,
    .projects-cta__lead,
    .projects-copy__title,
    .projects-copy__location
  ):not(:where(.btn, .btn *, .projects-filter)){
    transition:
      letter-spacing .55s cubic-bezier(.22,1,.36,1),
      opacity .55s cubic-bezier(.22,1,.36,1);
  }

  .projects-page main :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    
    .projects-lead,
    .projects-cta__title,
    .projects-cta__lead,
    .projects-copy__title,
    .projects-copy__location
  ):not(:where(.btn, .btn *, .projects-filter)):hover{
    letter-spacing:.02em;
    opacity:.92;
  }
}

/* Footer */
.footer{
  background:#000;
  color:#fff;
  padding:56px 32px;
}
.footer-container{
  max-width:1440px;
  margin:0 100px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.55fr 1fr 1fr 1.55fr;
  column-gap:30px;
  row-gap:14px;
  align-items:start;
}
.footer-section h3{
  font-size:16px;
  font-weight:600;
  color:#fff;
  margin-bottom:32px;
}
.footer-section ul{list-style:none;padding: inherit;}
.footer-section li{margin-bottom:14px}
.footer-section li:not(.footer-contact-item) > a{
  position:relative;
  display:inline-block;
  font-weight:300;
  font-size:14px;
  color:rgba(255,255,255,.78);
  text-decoration:none;
  transition:
    opacity .45s cubic-bezier(.22,1,.36,1),
    transform .45s cubic-bezier(.22,1,.36,1);
  opacity:.88;
}
.footer-section li:not(.footer-contact-item) > a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-3px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}
.footer-section li:not(.footer-contact-item) > a:hover,
.footer-section li:not(.footer-contact-item) > a:focus-visible{
  color:rgba(255,255,255,.78);
  opacity:1;
  transform:translateX(4px);
}
.footer-section li:not(.footer-contact-item) > a:hover::after,
.footer-section li:not(.footer-contact-item) > a:focus-visible::after{
  transform:scaleX(1);
}
.footer-contact-item a{
  font-weight:300;
  font-size:14px;
  color:rgba(255,255,255,.78);
  text-decoration:none;
  transition:opacity .3s;
}
.footer-contact-item a:hover,
.footer-contact-item a:focus-visible{
  opacity:1;
}
.footer-brand p{
  font-weight:300;
  font-size:14px;
  line-height:24px;
  letter-spacing:.1em;
  color:#fff;
  margin-bottom:24px;
  max-width:381px;
  opacity:.9;
}
.footer-logo{
  display:inline-block;
  margin-bottom:24px;
  text-decoration:none;
}
.footer-logo img{
  display:block;
  width:146px;
  max-width:100%;
  height:auto;
}
.footer-logo img.footer-logo-img--invert{
  filter:brightness(0) invert(1);
}
.social-icons{
  display:flex;
  gap:20px;
  margin-top:24px;
}
.social-icons svg{
  width:30px;
  height:30px;
  fill:#fff;
  transition:opacity .3s;
}
.social-icons img{
  width:30px;
  height:30px;
  display:block;
  transition:opacity .3s;
}
.social-icons a:hover svg{opacity:.7}
.social-icons a:hover img{opacity:.7}

.footer-contact-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  line-height:29px;
  font-weight:300;
  font-size:14px;
  color:rgba(255,255,255,.78);
}
.footer-contact-icon{
  width:20px;
  height:20px;
  margin-top:4px;
  flex:0 0 auto;
}
.footer-contact-item span{opacity:.9}

.footer-bottom{
  display:none;
}

@media (max-width: 768px){
  .footer-grid{
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .footer-grid > .footer-section.footer-brand{
    grid-column: 1 / -1;
  }
  .footer-grid > .footer-section:nth-child(4){
    grid-column: 1 / -1;
  }
  .footer-section li{margin-bottom: 06px;}
  .container.featured-inner,
  .container.process-wrap,
  .container.metrics-inner{
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-inline: auto !important;
  }
}

/* Responsive */
@media (max-width: 1024px){
  .what-we-do-inner{grid-template-columns:1fr; gap:34px}
  .what-we-do-thumbs{grid-template-columns: repeat(3, minmax(0, 1fr))}
  .service-thumb{width:100%; height:112px}
  .featured-inner{grid-template-columns:1fr; gap:34px}
  .process-inner{grid-template-columns:1fr; gap:34px}
  .process-left{
    grid-template-rows:auto auto;
    align-items:start;
    row-gap:22px;
    justify-items:center;
  }
  .footer-inner{grid-template-columns:1fr; gap:34px}
}

@media (max-width: 860px){
  .container,
  .container.center.mini{
    width:calc(100% - 32px) !important;
    max-width:100%;
  }
  main,
  .hero,
  .hero-bg,
  .hero-slider{
    width:100%;
    max-width:100%;
  }

  .header-inner
  {
    margin-inline: auto !important;
  }
  .site-header .btn.btn-primary.header-cta
  {
    margin-right: 0px !important;
  }
  .footer-container {
   
    margin: 0 auto !important;
}
  .what-we-do-thumbs{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    max-width:100%;
  }
  .service-thumb,
  .service-thumb.service-thumb--flat{
    width:100%;
    max-width:none;
  }
  .featured-inner,
  .what-we-do-inner{
    width:100%;
    max-width:100%;
  }
  .site-header .container{
    width:100%;
    max-width:none;
    padding-inline:16px;
  }
  .header-inner{
    display:grid;
    grid-template-columns:44px minmax(0, 1fr) auto;
    grid-template-areas:"toggle brand cta";
    align-items:center;
    column-gap:12px;
    height:73px;
  }
  .nav-toggle{
    display:inline-flex;
    grid-area:toggle;
    justify-self:start;
  }
  .brand{
    grid-area:brand;
    justify-self:start;
    min-width:0;
  }
  .brand-logo{
    width:116px;
    max-width:100%;
  }
  .header-cta{
    grid-area:cta;
    display:inline-flex;
    justify-self:end;
    height:31px;
    min-height:31px;
    padding:6px 12px;
    font-size:12px;
    line-height:18px;
    white-space:nowrap;
  }
  .site-nav{display:none}
  .site-nav--open{
    display:flex;
    grid-column:1 / -1;
    position:absolute;
    top:73px;
    left:0;
    right:0;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid rgba(0,0,0,.06);
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    padding:14px 16px 18px;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    z-index:60;
  }
  .site-nav--open a{--site-nav-label-h:40px}
  .site-nav--open .site-nav-dropdown{
    width:100%;
  }
  .site-nav--open .site-nav-dropdown:not(.is-open) .site-nav-submenu{
    display:none;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .site-nav--open .site-nav-dropdown.is-open .site-nav-submenu{
    display:block;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .site-nav--open .site-nav-dropdown-trigger{
    --site-nav-label-h:40px;
    width:100%;
    justify-content:space-between;
  }
  .site-nav--open .site-nav-submenu{
    position:static;
    transform:none;
    width:100%;
    margin-top:4px;
    box-shadow:none;
    border:0;
    padding:0 0 0 12px;
    background:transparent;
  }
  .site-nav--open .site-nav-submenu a{
    padding:8px 0;
  }

  .hero{min-height:760px}
  .hero-content{padding:84px 0 96px}
  .hero-title{font-size:56px; line-height:66px}
  .hero-subtitle{font-size:16px; line-height:26px; letter-spacing:2.2px;margin: 0 0 25px 0;}
  .kicker{letter-spacing:9px}
  .lead{font-size:20px; line-height:32px}
  .metrics{min-height:auto; padding:80px 0}
  .metrics-inner{padding-bottom:0}
  .metrics-corner{display:none}
  .metrics-card{width:100%; height:auto; padding:56px 24px}
  .metrics-grid{grid-template-columns:1fr; gap:28px; padding:0}
  .cta-title{font-size:44px; line-height:50px}
  .cta-subtitle{font-size:18px; line-height:29px}
  .footer-cols{grid-template-columns:1fr; gap:26px}
  .hero-nav{right:18px; bottom:56px}

  .hero,
  .about,
  .project-detail,
  .blog-main,
  .blog-detail,
  .contact-page,
  .projects-page > main{
    padding-top:73px;
  }
  .collection-page{
    padding-top:0;
  }
  .featured-inner{
    display:flex;
    flex-direction:column;
    gap:28px;
  }
  .featured-left{display:contents}
  .featured-copy{order:1}
  .feature-card--big{order:2; width:100%}
  .feature-card--small{order:3; width:100%; min-height:220px}
  .featured-controls{order:4}
}

@media (max-width: 520px){
  .container,
  .container.center.mini{
    width:calc(100% - 32px) !important;
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-inline:auto !important;
  }
  .site-header .container{width:100% !important; padding-inline:16px !important;}

  /* Hero — Figma 4269:252 */
  .hero{min-height:406px}
  .hero-content{padding:64px 0 64px}
  .hero-title{
    font-size:30px;
    line-height:32px;
    max-width:221px;
    margin-inline:auto;
  }
  .hero-subtitle{
    max-width:315px;
    margin-inline:auto;
    font-size:12px;
    line-height:18px;
    letter-spacing:.09em;
  }
  .hero-actions{
    gap:0;
    justify-content:center;
    margin-inline:auto;
  }
  .hero-actions .btn-primary{display:none}
  .hero-actions .btn-outline{
    min-width:122px;
    height:35px;
    padding:8px 20px;
    font-size:12px;
    line-height:24px;
  }
  .hero-nav{
    right:16px;
    bottom:24px;
    gap:6px;
  }
  .hero-nav-btn{
    width:28px;
    height:28px;
  }
  .hero-nav-btn img{
    width:14px;
    height:14px;
  }

  .section--tight{padding:32px 0 !important}
  .section--tight .lead{
    font-size:14px;
    line-height:24px;
    text-align:center;
  }
  .section--tight .kicker{
    font-size:12px;
    letter-spacing:.8em;
    text-align:center !important;
  }

  .what-we-do{padding:40px 0 48px}
  .what-we-do-inner{gap:20px}
  .what-we-do-corner{display:none}
  .what-we-do-title{
    font-size:14px;
    line-height:24px;
    text-align:center;
    max-width:none;
  }
  .what-we-do-copy .kicker{
    font-size:12px;
    letter-spacing:.8em;
    text-align:center;
  }
  .accordion-title{font-size:30px}
  .accordion-num{font-size:14px}
  .accordion-num span{font-size:14px}
  .what-we-do-thumbs{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    max-width:none;
    gap:10px;
  }
  .service-thumb,
  .service-thumb.service-thumb--flat{
    width:100%;
    height:93px;
    border-radius:0;
  }
  .accordion-thumbs-2{max-width:none; gap:10px}

  .featured{padding:40px 0 0px}
  .featured-inner{gap:24px}
  .featured-left{display:contents}
  .featured-copy{order:1; text-align:center}
  .featured-copy .kicker{
    font-size:12px;
    letter-spacing:.8em;
  }
  .featured-copy .lead{
    font-size:14px;
    line-height:24px;
    text-align:center;
  }
  .feature-card--big{
    order:2;
    aspect-ratio:328/420;
    border-radius:20px 20px 0 20px;
  }
  .feature-card--small{
    order:3;
    aspect-ratio:328/200;
    min-height:200px;
  }
  .featured-controls{
    order:4;
    justify-content:center;
    margin-top:8px;
  }
  .featured-view-all{
    font-size:16px;
    line-height:24px;
    right:20px;
    bottom:20px;
  }

  .metrics{padding:0; min-height:520px}
  .metrics-card{padding:40px 20px;margin-bottom: 20px;}
  .metrics-card .kicker{
    font-size:12px;
    letter-spacing:9.6px;
    line-height: 27px;
  }
  .metric
  {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    column-gap: 24px;
    padding: 0 8px;
  }
  .metric-value{color: #FFF;
    text-align: right;
    justify-content: flex-end;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 275;
    line-height: 1;
    margin-bottom: 0;}
    .process-desc {
      margin-top: 2px !important;
    }
  .metric-label{font-size:14px;margin-top: 0;text-align:left;}
  .about-pane[data-about-pane="discover"] .about-heading{margin-bottom: 24px !important;}
  .process{padding:48px 0;margin-top: 20px;}
  .process-copy{text-align:center}
  .process-copy .kicker{
    font-size:12px;
    letter-spacing:.8em;
    text-align:center;
  }
  .process-title{
    font-size:14px;
    line-height:24px;
    text-align:center;
  }
  .process-corner{margin:16px auto 0}
  .process-name{font-size:24px; line-height:1.2}
  .process-desc{line-height:24px; font-size:12px}
  .process-num{font-size:12px}

  .cta{padding:48px 0}
  .cta-title{font-size:30px; line-height:37px}
  .cta-subtitle{
    font-size:14px;
    line-height:24px;
    max-width:346px;
  }
  .cta .btn{
    height:40px;
    min-width:184px;
    font-size:14px;
  }

  .what-we-do-panel__meta{flex-direction:column; align-items:flex-start}
}

/* Force desktop header when wide enough (for pixel match) */
@media (min-width: 861px){
  .site-nav{display:flex !important;}
  .nav-toggle{display:none !important;}
  .metrics-grid .metric:nth-child(2) .metric-label {
    margin-left: -65px !important;
}
}

/* Project detail page — Figma 4065:228 */

.project-detail{
  position:relative;
  padding-top:72px;
  overflow:hidden;
  background:#fff;
}
.project-detail-bg{
  position:absolute;
  top:-242px;
  left:50%;
  width:100%;
  height:734px;
  background:linear-gradient(180deg, #8e8172 0%, #fff 84.135%);
  transform:translateX(-50%);
  pointer-events:none;
  z-index:0;
}
.project-detail-inner{
  position:relative;
  z-index:1;
  width:min(1297px, calc(100% - 144px));
  margin-inline:auto;
  padding:46px 0 84px;
}
.project-detail-back{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:18px;
  line-height:37px;
  font-weight:400;
  margin:8px 0 22px;
  color:#000;
}
.project-detail-back-icon{
  width:40px;
  height:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.project-detail-back-icon img{
  width:100%;
  height:auto;
  display:block;
}

.project-detail-media{
  margin:0 0 28px;
  position:relative;
}
.project-detail-hero{
  margin:0;
  border-radius:var(--radius);
  overflow:hidden;
  background:#d9d9d9;
  aspect-ratio:1297/787;
}
.project-detail-hero img,
.project-detail-hero .site-banner-picture,
.project-detail-hero .site-banner-picture img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.project-detail-hero .site-banner-picture{
  display:block;
}
.project-detail-mark{
  position:absolute;
  z-index:2;
  display:block;
  object-fit:contain;
  pointer-events:none;
}
.project-detail-gallery{
  display:grid;
  grid-template-columns:minmax(0, 497fr) minmax(0, 728fr);
  column-gap:28px;
  row-gap:28px;
  margin-top:40px;
  align-items:stretch;
}
.project-detail-card{
  margin:0;
  overflow:hidden;
  background:#d9d9d9;
  position:relative;
  width:100%;
}
.project-detail-card--tall{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  align-self:stretch;
  overflow:visible;
  background:transparent;
}
.project-detail-card--tall .project-detail-card-photo{
  display:block;
  width:100%;
  height:auto;
  margin-top:auto;
  aspect-ratio:497/658;
  object-fit:cover;
  border-radius:var(--radius) var(--radius) 0 var(--radius);
  overflow:hidden;
}
.project-detail-card--tall .project-detail-mark--dark{
  position:static;
  flex:none;
  margin:0;
  z-index:2;
}
.project-detail-card--wide{
  aspect-ratio:728/787;
  border-radius: 0 40px 40px 40px;
  align-self:stretch;
}
.project-detail-card-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
/* Figma 4065:335 — dark mark on left (tall) image */
.project-detail-mark--dark{
  width:44px;
  height:auto !important;
  
}
/* Figma 4070:615 — light mark on right (wide) image */
.project-detail-mark--light{
  right:52px;
  bottom:54px;
  width:44px;
  height:auto !important;
}

.project-detail-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 16px;
  border-radius:48px;
  background:#dbdcdd;
  color:#282828;
  font-size:16px;
  font-weight:500;
  letter-spacing:4.8px;
  margin:18px 0 18px;
}
.project-detail-intro{
  margin:0 0 28px;
}
.project-detail-title{
  margin:0 0 8px;
  font-size:45px;
  line-height:1.1;
  font-weight:300;
  color:#000;
}
.project-detail-location{
  margin:0;
  font-size:16px;
  line-height:27px;
  font-weight:300;
  letter-spacing:3.2px;
  color:#000;
}
.project-detail-content{
  max-width:1181px;
  padding-bottom:0;
}
.project-detail-block{
  margin:0 0 26px;
}
.project-detail-label{
  font-size:16px;
  line-height:24px;
  font-weight:500;
  letter-spacing:4.8px;
  margin-bottom:10px;
  color:#282828;
}
.project-detail-body{
  margin:0;
  max-width:1181px;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.project-detail-body--long{
  font-weight:400;
}
.project-detail-cta{
  margin-top:16px;
  width:191px;
}

@media (max-width: 1024px){
  .project-detail-inner{
    width:min(1297px, calc(100% - 48px));
  }
  .project-detail-gallery{
    grid-template-columns:1fr;
    gap:18px;
  }
  .project-detail-hero{aspect-ratio:16/10}
  .project-detail-card--tall,
  .project-detail-card--wide{aspect-ratio:16/11}
  .project-detail-card--tall{
    aspect-ratio:auto;
    overflow:visible;
    background:transparent;
  }
  .project-detail-card--tall .project-detail-card-photo{
    aspect-ratio:16/11;
    border-radius:var(--radius);
  }
  .project-detail-mark--light{
    right:22px;
    bottom:18px;
  }
}

@media (max-width: 520px){
  .project-detail-inner{
    width:min(1297px, calc(100% - 32px));
    padding:32px 0 70px;
  }
  .project-detail-title{font-size:34px}
  .project-detail-pill{
    font-size:12px;
    letter-spacing:3.6px;
  }
  .project-detail-cta{width:100%}
}

/* About page — Figma 4345:255 (Discover) + 4151:671 (About Soralith) */

.about{
  padding-top:72px;
}
@media (max-width: 860px){
  .about-page .about{padding-top:73px}
}
.about-page .about-container{
  width:min(1298px, calc(100% - 142px));
  margin-inline:auto;
  padding:0;
}
.about-hero{
  position:relative;
  height:480px;
  min-height:480px;
  overflow:visible;
}
.about-hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.about-hero-bg img,
.about-hero-bg .site-banner-picture,
.about-hero-bg .site-banner-picture img{
  width:100%;
  height:100%;
  max-width:none;
  min-width:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.about-hero-bg .site-banner-picture{
  display:block;
}
.about-tabs-bar{
  position:relative;
  left:0;
  right:0;
  bottom:0;
  z-index:5;
  padding:40px 0 40px;
 
  pointer-events:none;
}
.about-tabs-bar .about-container,
.about-tabs-bar .about-tabs{
  pointer-events:auto;
}
.about-shell{
  position:relative;
  z-index:2;
  margin-top: -28px;
  padding:0px 0 96px;
  background:#fff;
}
.about-pane[hidden]{display:none}

.about-tabs{
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  width:100%;
}
.about-tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  height:40px;
  padding:8px 16px;
  border-radius:28px;
  border:1px solid #060808;
  background:#fff;
  color:#060808;
  font-family:Poppins, system-ui, sans-serif;
  font-size:16px;
  line-height:24px;
  font-weight:400;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:none;
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.about-tab[data-about-tab="discover"]{
  width:199px;
}
.about-tab[data-about-tab="about"]{
  width:195px;
}
.about-tab.is-active{
  background:#060808;
  color:#fff;
  border-color:#060808;
  font-weight:400;
}
.about-tab:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:4px;
}

.about-heading{
  display:flex;
  align-items:baseline;
  gap:18px;
  margin-bottom:24px;
}
.about-pane[data-about-pane="discover"]{
  --discover-ring:132px;
  --discover-art-w:68px;
  --discover-art-h:64px;
  --discover-badge-mark-w:76px;
  --discover-badge-mark-h:43px;
  --discover-constant-flank:calc(var(--discover-ring) / 2 + 24px);
}
.about-pane[data-about-pane="discover"] .about-heading{
  margin-bottom:-10px;
}
.about-pane[data-about-pane="about"] .about-heading{
  margin-bottom:40px;
}
.about-title{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight:200;
  color:#271c16;
  font-size:50px;
  line-height:102px;
  white-space:nowrap;
}
.about-title-rule{
  height:1px;
  background:rgba(39,28,22,.55);
  flex:1;
  min-width:60px;
}
.about-title-mark{
  width:44px;
  height:auto;
  opacity:.95;
  flex-shrink:0;
}

/* Discover tab */
.discover-lead{
  margin:0 0 61px;
  max-width:none;
  font-family:Poppins, system-ui, sans-serif;
  font-size:22px;
  line-height:39px;
  font-weight:400;
  letter-spacing:.26px;
  color:#000;
}
.discover-timeline{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:0;
  width:100%;
}
.discover-timeline__rail{
  position:absolute;
  left:0;
  /* Starts just above “01” (meta padding-top 22 − small offset) */
  top:max(4px, calc(22px - 14px));
  bottom:0;
  width:18px;
  pointer-events:none;
  z-index:0;
}
.discover-timeline__vline{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:1px;
  transform:translateX(-50%);
  background:rgba(0,0,0,.18);
}
.discover-step{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:18px 197px minmax(0, 1fr);
  column-gap:48px;
  align-items:start;
  padding-bottom:72px;
  width:100%;
}
.discover-step:last-child{padding-bottom:0}
.discover-rail{
  grid-column:1;
  display:flex;
  justify-content:center;
  /* Dot center = circle icon center (Figma: node sits on the vertical rail through ring) */
  padding-top:calc(60px + var(--discover-ring) / 2 - 9px);
}
.discover-dot{
  width:18px;
  height:18px;
  display:block;
}
.discover-meta{
  grid-column:2;
  text-align:center;
  padding-top:22px;
  position:relative;
  width:197px;
}
.discover-meta__hline{
  display:block;
  position:relative;
  /* Bridge column gap ↔ dot (~48px + 9px) and gap + ring (~48px + ~69px toward circle centre) */
  left:-57px;
  width:calc(100% + 106px);
  height:1px;
  /* Align rule center with timeline dot (icon centre vs tag block end ~105px) */
  margin:calc(60px + var(--discover-ring) / 2 - 105.5px) 0 0;
  background:rgba(0,0,0,.18);
}
.discover-num{
  font-family:Poppins, system-ui, sans-serif;
  font-size:39px;
  line-height:1;
  font-weight:300;
  color:#848484;
}
.discover-tag{
  margin-top:20px;
  font-family:Poppins, system-ui, sans-serif;
  font-size:16px;
  line-height:24px;
  font-weight:500;
  letter-spacing:4.8px;
  text-transform:uppercase;
  color:#282828;
}
.discover-step__main{
  grid-column:3;
  display:grid;
  grid-template-columns:var(--discover-ring) minmax(0, 791px);
  column-gap:66px;
  justify-content:start;
  align-items:start;
  width:max-content;
  max-width:100%;
}
.discover-icon{
  position:relative;
  width:var(--discover-ring);
  height:var(--discover-ring);
  flex-shrink:0;
  justify-self:start;
  align-self:start;
  margin-top:60px;
}
.discover-icon__ring{
  width:var(--discover-ring);
  height:var(--discover-ring);
  display:block;
}
.discover-icon__art{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  object-fit:contain;
  pointer-events:none;
}
.discover-icon__art--01{width:var(--discover-art-w);height:var(--discover-art-h)}
.discover-icon__art--02{width:var(--discover-art-w);height:var(--discover-art-h)}
.discover-icon__art--03{width:var(--discover-art-w);height:var(--discover-art-h)}
.discover-body{
  min-width:0;
  max-width:791px;
  width:100%;
}
.discover-title{
  margin:0 0 12px;
  font-family:Poppins, system-ui, sans-serif;
  font-size:30px;
  line-height:1.2;
  font-weight:300;
  color:#000;
}
.discover-copy{
  display:flex;
  flex-direction:column;
  gap:0;
}
.discover-copy p{
  margin:0;
  font-family:Poppins, system-ui, sans-serif;
  font-size:14px;
  line-height:33px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.discover-copy p + p{
  margin-top:0;
}
.discover-bullets{
  margin:8px 0 0;
  padding-left:24px;
  font-family:Poppins, system-ui, sans-serif;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.discover-bullets li{margin:0}
.discover-emphasis{
  margin:12px 0 0;
  font-family:Poppins, system-ui, sans-serif;
  font-size:16px;
  line-height:37px;
  font-weight:600;
  letter-spacing:.16px;
  color:#000;
}

.discover-constant{
  position:relative;
  margin-top:72px;
  padding-top:56px;
 
  width:100%;
}
.discover-constant::before,
.discover-constant::after{
  content:"";
  position:absolute;
  top:calc(56px + var(--discover-ring) / 2);
  height:1px;
  transform:translateY(-50%);
  background:rgba(0,0,0,.18);
  pointer-events:none;
}
.discover-constant::before{
  left:0;
  width:calc(50% - var(--discover-constant-flank));
}
.discover-constant::after{
  right:0;
  width:calc(50% - var(--discover-constant-flank));
}
.discover-constant__badge{
  position:relative;
  width:var(--discover-ring);
  height:var(--discover-ring);
  margin:0 auto 24px;
}
.discover-constant__badge-ring{
  display:block;
  width:var(--discover-ring);
  height:var(--discover-ring);
}
.discover-constant__badge-mark{
  position:absolute;
  left:50%;
  top:50%;
  width:var(--discover-badge-mark-w);
  height:var(--discover-badge-mark-h);
  object-fit:contain;
  transform:translate(-50%, -50%);
  pointer-events:none;
}
.discover-constant-mark{
  width:44px;
  height:auto !important;
}
.discover-constant__label{
  position:relative;
  margin:0 0 48px;
  text-align:center;
  font-family:Poppins, system-ui, sans-serif;
  font-size:16px;
  line-height:24px;
  font-weight:500;
  letter-spacing:4.8px;
  text-transform:uppercase;
  color:#282828;
}
.discover-constant__blocks{
  display:flex;
  flex-direction:column;
  gap:48px;
  align-items:flex-start;
  width:100%;
  max-width:1259px;
}
.discover-constant-block{
  width:100%;
  max-width:1259px;
}
.discover-constant-heading{
  margin:0 0 8px;
  font-family:Poppins, system-ui, sans-serif;
  font-size:26px;
  line-height:47px;
  font-weight:500;
  letter-spacing:.26px;
  color:#000;
}
.discover-constant-copy{
  margin:0;
  max-width:100%;
  font-family:Poppins, system-ui, sans-serif;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.discover-constant-block--with-mark{
  position:relative;
  padding-right:88px;
  max-width:1259px;
}
.discover-constant-mark{
  position:absolute;
  right:0;
  bottom:0;
  width:44px;
  height:auto;
}

.about-section{padding:0}
.about-pane[data-about-pane="about"] .about-section + .about-section{
  padding-top:0;
}
.about-kicker{
  margin:0 0 20px 0;
  font-size:24px;
  line-height:24px;
  font-weight:500;
  letter-spacing:7.2px;
  text-transform:uppercase;
  color:#282828;
}
.about-copy{
  font-size:16px;
  line-height:32px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.about-copy p{margin:0 0 6px}
.about-copy p:last-child{margin-bottom:0}
.about-divider{
  height:1px;
  background:rgba(0,0,0,.18);
  margin:30px 0;
}
.about-pane[data-about-pane="about"] .about-section + .about-divider{
  margin-top:30px;
}

@media (max-width: 1100px){
  .about-pane[data-about-pane="discover"]{
    --discover-ring:100px;
    --discover-art-w:52px;
    --discover-art-h:48px;
    --discover-badge-mark-w:58px;
    --discover-badge-mark-h:33px;
  }
  .discover-step{
    grid-template-columns:18px 140px minmax(0, 1fr);
  }
  .discover-meta{width:140px}
  .discover-step__main{
    grid-template-columns:var(--discover-ring) minmax(0, 1fr);
    column-gap:28px;
    width:100%;
  }
  .discover-icon,
  .discover-icon__ring{
    width:var(--discover-ring);
    height:var(--discover-ring);
  }
  .discover-rail{
    padding-top:calc(60px + var(--discover-ring) / 2 - 9px);
  }
  .discover-meta__hline{margin-top:calc(60px + var(--discover-ring) / 2 - 105.5px)}
  .discover-title{font-size:28px}
  .discover-constant::before,
  .discover-constant::after{display:none}
}

@media (max-width: 860px){
  .about-page .about-container{width:calc(100% - 48px)}
  .about-hero{
    min-height:min(60vh, 420px);
    overflow:hidden;
  }
  .about-hero-bg img{
    object-position:center 40%;
  }
  .about-tabs-bar{
    padding:20px 0 20px;
    
  }
  .about-shell{margin-top: 0px !important;padding:0px 0 72px}
  .about-title{font-size:34px; line-height:56px; white-space:normal}
  .about-heading{flex-wrap:wrap}
  .about-title-mark{display:none}
  .discover-lead{font-size:20px; line-height:32px; margin-bottom:40px}
  .discover-step{
    grid-template-columns:minmax(0, 1fr) auto;
    column-gap:0;
    row-gap:0;
    padding-bottom:56px;
    align-items:start;
  }
  .discover-rail{display:none}
  .discover-meta{
    grid-column:1;
    grid-row:1;
    width:auto;
    max-width:none;
    text-align:left;
    display:grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto auto;
    column-gap:16px;
    row-gap:12px;
    align-items:center;
    padding-top:0;
  }
  .discover-num{grid-column:1; grid-row:1}
  .discover-tag{
    margin-top:0;
    grid-column:2;
    grid-row:1;
    letter-spacing:3.2px;
  }
  .discover-meta__hline{
    grid-column:1 / -1;
    grid-row:2;
    margin:0;
    max-width:none;
    position:relative;
    z-index:0;
    left:auto;
    /* Bridge to circle edge so the rule "connects" */
    width:calc(100% + 1px);
  }
  .discover-step__main{
    display:contents;
    margin-top:0;
    width:100%;
  }
  .discover-icon{
    grid-column:2;
    grid-row:1;
    justify-self:end;
    align-self:start;
    position:relative;
    z-index:1;
    margin-top:0;
  }
  .discover-body{
    grid-column:1 / -1;
    grid-row:2;
    margin-top:20px;
  }
  .discover-timeline__rail{display:none}
  .about-kicker{font-size:18px; letter-spacing:5.4px}
}

@media (max-width: 520px){
  .about-tabs{
    flex-wrap:nowrap;
    justify-content:space-between;
    gap:12px;
    width:100%;
  }
  .about-tab[data-about-tab="discover"],
  .about-tab[data-about-tab="about"]{
    flex:1 1 0;
    min-width:0;
    width:auto;
    padding:8px 12px;
    font-size:14px;
    line-height:20px;
  }
  .about-hero{min-height:min(52vh, 420px)}
  .discover-constant-block--with-mark{padding-right:0}
  .discover-constant-mark{position:static; margin-top:16px}
}

/* Projects page — Figma node 4466:226 (pixel canvas) */
.projects-page{
  background:var(--bg);
  color:#060808;
}

.projects-main{
  position:relative;
  padding-top:72px;
  overflow:hidden;
  background:#fff;
}
.projects-hero-bg{
  position:absolute;
  top:-242px;
  left:50%;
  width:100%;
  height:734px;
  background:linear-gradient(180deg, #8e8172 0%, #fff 84.135%);
  transform:translateX(-50%);
  pointer-events:none;
  z-index:0;
}
.projects-hero{
  position:relative;
  z-index:1;
  padding:61px 0 0;
}
.projects-hero-inner{
  width:min(1296px, calc(100% - 48px));
  margin-inline:auto;
  text-align:center;
  padding-bottom:108px;
}
.projects-kicker{
  margin:0 0 22px;
  font-size:14px;
  font-weight:300;
  line-height:27px;
  letter-spacing:12.6px;
  text-transform:uppercase;
  color:#060808;
}
.projects-lead{
  margin:0 auto 94px;
  max-width:868px;
  font-size:24px;
  font-weight:400;
  line-height:37px;
  color:#060808;
}
.projects-filters{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
  gap:24px;
}
.projects-filter{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:8px 16px;
  border-radius:28px;
  border:1px solid #060808;
  background:#fff;
  font-family:inherit;
  font-size:16px;
  font-weight:500;
  line-height:24px;
  color:#060808;
  cursor:pointer;
  transition:background .2s ease, color .2s ease;
  white-space:nowrap;
}
.projects-filter.is-active{
  width:164px;
  background:#060808;
  color:#fff;
  font-weight:600;
  border-color:#060808;
}
.projects-filter:not(.is-active){
  width:195px;
}
.projects-filter:not(.is-active):hover{
  background:rgba(6,8,8,.04);
}
.projects-showcase{
  position:relative;
  z-index:1;
  padding:0 0 48px;
}
.projects-canvas-wrap{
  position:relative;
  width:min(1296px, calc(100% - 48px));
  margin-inline:auto;
  overflow:hidden;
  display:flex;
  justify-content:center;
}
.projects-canvas{
  --canvas-scale:1;
  position:relative;
  width:1296px;
  height:3410px;
  flex:none;
  transform:scale(var(--canvas-scale));
  transform-origin:top center;
}
.projects-item{
  position:absolute;
  left:0;
  top:var(--row-top);
  width:1296px;
  height:787px;
  opacity:0;
  transform:translate3d(0,50px,0);
  transition:opacity .8s ease;
  will-change:transform;
}
.projects-item-link{
  display:block;
  width:100%;
  height:100%;
  color:inherit;
  text-decoration:none;
}
.projects-page:not(.projects-reduced-motion) .projects-item.in-view{
  opacity:1;
}
.projects-page.projects-parallax-on .projects-item{
  transition:opacity .8s ease;
}
.projects-copy-frame{
  position:absolute;
  z-index:1;
  pointer-events:none;
  display:block;
}
.projects-copy-frame--left{
  left:0;
  top:0;
  width:390px;
  height:184px;
}
.projects-copy-frame--right{
  right: 181px;
  top:0;
  width:316px;
  height:186px;
}
.projects-copy{
  position:absolute;
  z-index:2;
  width:413px;
}
.projects-copy--left{
  left:35px;
  top:31px;
}
.projects-copy--right{
  right:35px;
  top:33px;
}
.projects-copy__location{
  margin:0 0 15px;
  font-size:14px;
  font-weight:300;
  line-height:27px;
  letter-spacing:2.8px;
  color:rgba(0,0,0,.55);
}
.projects-copy__title{
  margin:0;
  font-size:24px;
  font-weight:400;
  line-height:37px;
  color:#060808;
}
.projects-thumb{
  position:absolute;
  left:0;
  top:255px;
  width:497px;
  height:521px;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.22);
  border-radius:0 40px 40px 40px;
  background:#d9d9d9;
}
.projects-thumb--row2,
.projects-thumb--row4{
  left:auto;
  right:0;
  top:266px;
}
.projects-thumb > img:first-child{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
  transition:transform .35s ease, opacity .35s ease;
  will-change:transform, opacity;
}
.projects-page:not(.projects-reduced-motion) .projects-thumb:hover > img:first-child,
.projects-page:not(.projects-reduced-motion) .projects-thumb:focus-within > img:first-child{
  transform:scale(1.04);
}
.projects-media-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background-image:linear-gradient(-45deg, rgba(0,0,0,.24) 0%, transparent 40%, rgba(255,255,255,.55));
  opacity:0;
  transition:opacity .4s ease;
}
.projects-media-curl{
  position:absolute;
  right:0;
  bottom:0;
  z-index:3;
  width:0;
  height:0;
  pointer-events:none;
  background:linear-gradient(
    135deg,
    #fff 0%,
    #f3f3f3 20%,
    #bbb 38%,
    #aaa 44%,
    #888 50%,
    rgba(0,0,0,.7) 50%,
    rgba(0,0,0,.4) 60%,
    rgba(0,0,0,.3) 100%
  );
  box-shadow:rgba(0,0,0,.35) 0 0 10px;
  transition:width .4s ease, height .4s ease;
}
.projects-thumb:hover .projects-media-overlay,
.projects-thumb:focus-within .projects-media-overlay,
.projects-hero-img:hover .projects-media-overlay,
.projects-hero-img:focus-within .projects-media-overlay{
  opacity:1;
}
.projects-thumb:hover .projects-media-curl,
.projects-thumb:focus-within .projects-media-curl,
.projects-hero-img:hover .projects-media-curl,
.projects-hero-img:focus-within .projects-media-curl{
  width:90px;
  height:90px;
}
.projects-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.38) 100%);
  opacity:.55;
}
.projects-thumb__mark{
  position:absolute;
  z-index:4;
  width:44px;
  height:auto !important;
  object-fit:contain;
  pointer-events:none;
}
/* Row 1 — white mark, bottom-left of small image */
.projects-thumb__mark--bl{
  left:22px;
  bottom:22px;
  top:auto;
  right:auto;
}
/* Row 3 — white mark, top-left of small image */
.projects-thumb__mark--tl{
  left:22px;
  top:22px;
  bottom:auto;
  right:auto;
}
/* Row 4 — white mark, bottom-right of small image */
.projects-thumb__mark--br{
  right:22px;
  bottom:22px;
  left:auto;
  top:auto;
}
.projects-copy__title-row{
  display:flex;
  align-items:flex-end;
  gap:20px;
}
.projects-copy__title-row .projects-copy__title{
  flex:1;
  min-width:0;
}
.projects-copy__mark{
  flex-shrink:0;
  width:44px;
  height:auto !important;
  object-fit:contain;
  pointer-events:none;
}
.projects-hero-img{
  position:absolute;
  top:0;
  width:728px;
  height:787px;
  margin:0;
  overflow:hidden;
  background:#d9d9d9;
}
.projects-hero-img--tr{
  right:0;
  border-radius:0 40px 40px 40px;
}
.projects-hero-img--tl{
  left:0;
  border-radius:40px 0 40px 40px;
}
.projects-hero-img > img:first-child{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
  transition:transform .35s ease, opacity .35s ease;
  will-change:transform, opacity;
}
.projects-page:not(.projects-reduced-motion) .projects-hero-img:hover > img:first-child,
.projects-page:not(.projects-reduced-motion) .projects-hero-img:focus-within > img:first-child{
  transform:scale(1.04);
}
.projects-hero-img::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.38) 100%);
  opacity:.9;
}
@media (prefers-reduced-motion: reduce){
  .projects-item{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .projects-thumb > img:first-child,
  .projects-hero-img > img:first-child{
    transition:none;
    transform:scale(1.01);
  }
  .projects-media-overlay,
  .projects-media-curl{
    display:none;
  }
}
/* Touch devices: prevent sticky hover/focus effects (keeps borders stable) */
@media (hover: none), (pointer: coarse){
  .projects-thumb > img:first-child,
  .projects-hero-img > img:first-child{
    transition:none !important;
    transform:none !important;
    will-change:auto;
  }
  .projects-media-overlay,
  .projects-media-curl{
    opacity:0 !important;
    transition:none !important;
  }
  .projects-thumb:hover .projects-media-curl,
  .projects-thumb:focus-within .projects-media-curl,
  .projects-hero-img:hover .projects-media-curl,
  .projects-hero-img:focus-within .projects-media-curl{
    width:0 !important;
    height:0 !important;
  }
}
.projects-view-detail{
  position:absolute;
  z-index:5;
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:16px;
  font-weight:400;
  line-height:37px;
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
.projects-view-detail img{
  width:24px;
  height:24px;
  flex:none;
  filter:brightness(0) invert(1);
  object-fit:contain;
}
.projects-view-detail--br{
  right:18px;
  bottom:18px;
}
.projects-view-detail--bl{
  left:18px;
  bottom:18px;
}
.projects-cta{
  position:relative;
  z-index:1;
  padding:84px 0 92px;
  text-align:center;
}
.projects-cta .container{
  width:min(868px, calc(100% - 48px));
}
.projects-cta__title{
  margin:0 0 24px;
  font-size:54px;
  font-weight:300;
  line-height:72px;
  color:#060808;
}
.projects-cta__lead{
  margin:0 auto 34px;
  max-width:868px;
  font-size:24px;
  font-weight:300;
  line-height:37px;
  color:#060808;
}
@media (max-width: 860px){
  .projects-kicker{
    letter-spacing:8px;
    font-size:12px;
  }
  .projects-lead{
    margin-bottom:48px;
    font-size:18px;
    line-height:29px;
  }
  .projects-hero-inner{
    width:min(1296px, calc(100% - 32px));
    padding-bottom:56px;
  }
  .projects-cta__lead{
    font-size:18px;
    line-height:29px;
  }
  .projects-cta__title{
    font-size:30px;
    line-height:32px;
  }
  .projects-filter{
    width:auto !important;
    font-size:14px;
    height:40px;
    padding:6px 14px;
  }
  .projects-filters{
    justify-content:center;
    gap:12px;
  }
  .projects-view-detail{
    font-size:30px;
    line-height:70px;
    gap:30px;
  }
  .projects-view-detail img{
    width:20px;
    height:20px;
  }
  .projects-copy__title{
    font-size:34px;
    line-height:40px;
  }

}

@media (max-width: 520px){
  .projects-copy__location{
    font-size:26px;
    line-height:16px;
    letter-spacing:1.6px;
    font-weight: 400;
  }
}

/* Contact page */
.contact-page{
  background:var(--bg);
}
.contact-banner{
  position:relative;
  padding-top:72px; /* fixed header */
  min-height:590px;
  display:block;
  overflow:hidden;
  background:#f5f3f0;
}
.contact-banner-bg{
  position:absolute;
  inset:0;
  z-index:0;
}
.contact-banner-bg img,
.contact-banner-bg .site-banner-picture,
.contact-banner-bg .site-banner-picture img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.contact-banner-content{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  z-index:1;
  text-align:center;
  width:min(766px, calc(100% - 48px));
}
.contact-banner-title{
  margin:0 0 18px;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight:200;
  font-size:clamp(40px, 4.2vw, 60px);
  line-height:1.12;
  color:#271c16;
}
.contact-banner-subtitle{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size:clamp(15px, 1.25vw, 18px);
  line-height:29px;
  font-weight:500;
  letter-spacing:2.88px;
  color:#271c16;
}

.breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  line-height:24px;
  color:rgba(255,255,255,.88);
  letter-spacing:.08em;
}
.breadcrumb-link{
  color:rgba(255,255,255,.88);
}
.breadcrumb-link:hover{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:4px;
}
.breadcrumb-sep{
  color:rgba(255,255,255,.55);
}
.breadcrumb-current{
  color:#fff;
}
.breadcrumbs--dark{
  color:rgba(0,0,0,.62);
}
.breadcrumbs--dark .breadcrumb-link{
  color:rgba(0,0,0,.62);
}
.breadcrumbs--dark .breadcrumb-link:hover{
  color:#000;
}
.breadcrumbs--dark .breadcrumb-sep{
  color:rgba(0,0,0,.35);
}
.breadcrumbs--dark .breadcrumb-current{
  color:#000;
}

.contact-intro{
  padding:72px 80px 36px;
  background:#fff;
}
.contact-heading{
  display:flex;
  align-items:flex-start;
  gap:24px;
  margin:0 0 15px;
  justify-content:space-between;
}
.contact-page-title{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight:200;
  color:#271c16;
  font-size:50px;
  line-height:1.12;
}
.contact-title-mark{
  width:44px;
  height:auto;
  opacity:.9;
  flex:0 0 auto;
  margin-top:8px;
}
.contact-page-subtitle{
  margin:0 0 36px;
  max-width:839px;
  font-size:clamp(16px, 1.3vw, 24px);
  line-height:30px;
  font-weight:400;
  letter-spacing:.24px;
  color:#000;
}

/* Contact details rows (Figma) */
.contact-rule{
  height:1px;
  background:rgba(0,0,0,.12);
  margin:0 0 40px;
}
.contact-info{
  display:flex;
  flex-direction:column;
  gap:40px;
  padding-bottom:12px;
}
.contact-info-row{
  display:flex;
  align-items:flex-start;
  gap:26px;
}
.contact-info-icon{
  width:60px;
  height:60px;
  border-radius:4px;
  border:1px solid #9f9f9f;
  background:var(--brand);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.contact-info-icon img{
  width:30px;
  height:30px;
  display:block;
}
.contact-info-body{
  min-width:0;
  padding-top:4px;
}
.contact-info-label{
  font-size:clamp(16px, 1.4vw, 20px);
  line-height:1.3;
  font-weight:500;
  color:#000;
  margin-bottom:6px;
}
.contact-info-value{
  font-size:clamp(16px, 1.4vw, 20px);
  line-height:1.35;
  font-weight:300;
  color:#000;
}

/* Response commitment + inquiry form panels (Figma) */
.contact-panels{
  padding:0 80px 0;
  background:#fff;
}
.contact-panels-inner{
  width:min(var(--container), calc(100% - 48px));
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  gap:0;
  padding-bottom:56px;
}
.contact-panel{
  border:1px solid #9f9f9f;
  background:#f7f7f7;
}
.contact-panel--commitment{
  padding:36px 48px 32px;
  border-radius: 40px 40px 0 40px;
border: 1px solid #9F9F9F;
background: #F7F7F7;

margin-bottom: 40px;
}
.contact-panel--form{
  padding:36px 48px 48px;
  border-radius: 0 40px 40px 40px;
border: 1px solid #9F9F9F;
background: #F7F7F7;
}
.contact-panel-title{
  text-align:center;
  font-size:clamp(18px, 1.7vw, 24px);
  line-height:24px;
  letter-spacing:.3em;
  font-weight:500;
  color:#282828;
  text-transform:uppercase;
  margin:0 0 18px;
}
.contact-panel-copy{
  margin:0 auto;
  text-align:center;
  font-size:clamp(16px, 1.4vw, 20px);
  line-height:30px;
  font-weight:400;
  letter-spacing:.2px;
  color:#000;
  max-width:911px;
}
.contact-panel-rule{
  height:1px;
  background:rgba(0,0,0,.12);
  margin:0 0 32px;
  width:100%;
}
.inquiry-form{margin:0}
.inquiry-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:32px 24px;
}
.inquiry-field{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.inquiry-field--full{grid-column:1 / -1}
.inquiry-label{
  font-size:14px;
  line-height:20px;
  font-weight:400;
  color:#292a2a;
}
.inquiry-select-wrap{
  position:relative;
  display:block;
}
.inquiry-select-wrap::after{
  content:"";
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  width:16px;
  height:16px;
  pointer-events:none;
  background:url("assets/icons/dropdown-chevron.svg") center / contain no-repeat;
}
.inquiry-input{
  width:100%;
  height:46px;
  padding:0 12px;
  border-radius:8px;
  border:1px solid #dbdcdd;
  background:#fff;
  font:400 14px/20px Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:#292a2a;
  outline:none;
  appearance:none;
}
.inquiry-input--select{
  padding-right:40px;
  cursor:pointer;
}
.inquiry-input::placeholder{color:#a0a3a2}
.inquiry-input:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 3px rgba(142,129,114,.18);
}
.inquiry-textarea{
  height:auto;
  min-height:249px;
  padding:14px 12px;
  line-height:20px;
  resize:vertical;
}
.inquiry-actions{
  display:flex;
  justify-content:center;
  margin-top:40px;
}
.inquiry-submit{
  min-width:222px;
  height:52px;
  padding:12px 30px;
  border-radius:4px;
  border:none;
  background:var(--brand);
  color:#fff;
  font:400 14px/24px Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  cursor:pointer;
}
.inquiry-submit:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:3px;
}
.inquiry-submit:disabled{
  opacity:.72;
  cursor:wait;
}
.inquiry-form-status{
  margin:0 0 20px;
  padding:12px 16px;
  border-radius:10px;
  font:500 14px/22px Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  text-align:center;
}
.inquiry-form-status.is-success{
  color:#282828;
  background:#f6f4f1;
  border:1px solid rgba(142,129,114,.35);
}
.inquiry-form-status.is-error{
  color:#282828;
  background:#f3f3f3;
  border:1px solid rgba(0,0,0,.12);
}
body.contact-alert-open{overflow:hidden}
.contact-alert-root{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  pointer-events:none;
}
.contact-alert-root.is-visible{
  display:block;
  pointer-events:auto;
}
.contact-alert-overlay{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(20,18,16,.55);
  backdrop-filter:blur(4px);
}
.contact-alert{
  position:relative;
  z-index:1;
  width:min(100%, 460px);
  margin:0 auto;
  padding:36px 28px 28px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.22);
  text-align:center;
  animation:contact-alert-in .28s ease-out;
}
@keyframes contact-alert-in{
  from{opacity:0; transform:translateY(12px) scale(.98)}
  to{opacity:1; transform:translateY(0) scale(1)}
}
.contact-alert-close{
  position:absolute;
  top:12px;
  right:14px;
  width:36px;
  height:36px;
  border:none;
  border-radius:999px;
  background:transparent;
  color:#666;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.contact-alert-close:hover{background:rgba(0,0,0,.06)}
.contact-alert-icon{
  width:64px;
  height:64px;
  margin:0 auto 16px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font:600 30px/1 Poppins, system-ui, sans-serif;
}
.contact-alert-overlay.is-success .contact-alert-icon{
  color:#fff;
  background:var(--brand);
}
.contact-alert-overlay.is-error .contact-alert-icon{
  color:#fff;
  background:#282828;
}
.contact-alert-title{
  margin:0 0 10px;
  font:600 clamp(20px, 2.4vw, 26px)/1.25 Poppins, system-ui, sans-serif;
  color:#282828;
}
.contact-alert-message{
  margin:0 0 24px;
  font:400 15px/24px Poppins, system-ui, sans-serif;
  color:#4a4a4a;
}
.contact-alert-action{
  min-width:180px;
  height:48px;
  padding:0 28px;
  border:none;
  border-radius:8px;
  background:var(--brand);
  color:#fff;
  font:500 14px/24px Poppins, system-ui, sans-serif;
  cursor:pointer;
}
.contact-alert-action:hover{filter:brightness(.95)}
.contact-alert-action:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:3px;
}

@media (max-width: 900px){
  .contact-panels-inner{gap:18px}
  .contact-panel--commitment{
    border-radius:24px;
    border-bottom:1px solid #9f9f9f;
  }
  .contact-panel--form{border-radius:24px}
}
@media (max-width: 720px){
  .contact-banner{min-height:480px}
  .contact-intro{padding:48px 04px 28px}
  .contact-heading{flex-wrap:wrap}
  .contact-page-title{white-space:normal;font-size: 40px !important;line-height: 40px !important;}
  .contact-panels-inner{width:calc(100% - 32px)}
  .contact-panel--commitment,
  .contact-panel--form{padding:28px 24px}
  .inquiry-grid{grid-template-columns:1fr}
  .contact-info{gap:28px}
  .contact-info-icon{width:52px;height:52px}
  .contact-info-icon img{width:26px;height:26px}
}

/* Contact page — Our Process (Figma 4154:1589) */
.contact-page .process{
  padding:94px 80px;
  min-height:453px;
  box-sizing:border-box;
}
.contact-page .process-inner{
  align-items:start;
  grid-template-columns:minmax(0,559px) minmax(0,1fr);
  gap:clamp(40px,6.5vw,96px);
}
.contact-page .process-copy{max-width:559px}
.contact-page .process .kicker{text-align:left !important}
.contact-page .process-title{text-align:left}
.contact-page .process-left{
  padding-top:48px;
  min-height:265px;
}
.contact-page .process-list{
  border-top:none;
  max-width:651px;
  width:100%;
  margin-left:auto;
}
.contact-page .process-list::before{
  display:none;
}
.contact-page .process-item{
  padding:20px 0;
  align-items:start;
}
@media (max-width: 1024px){
  .contact-page .process{
    min-height:0;
    padding:72px 0;
  }
  /* Match .process-inner mobile layout: two-column grid from Figma would collapse
     the first track to ~0 width here (minmax(0,559px) vs 1fr), hiding the left copy */
  .contact-page .process-inner{
    grid-template-columns:1fr;
    gap:34px;
  }
  .contact-page .process-left{
    padding-top:0;
    min-height:0;
  }
  .contact-page .process-list{margin-left:0; max-width:none}
}

/* Collection page — Ethereal Nordic Twilight (4173:1194) */
.collection-page img.collection-mark{
  width:44px;
  height:auto;
  max-width:44px;
 
  object-fit:contain;
  flex-shrink:0;
}
.collection-approach-mark{
  width:44px;
  
  flex-shrink:0;
  display:block;
  color:#fff;
  opacity:.92;
}
.collection-page .collection-availability-lock{
  width:18px !important;
  height:20px !important;
  max-width:18px !important;
  max-height:20px !important;
  object-fit:contain;
}
.collection{
  padding-top:0;
}
.collection-page{
  padding-top:0;
}
.collection-page .container{
  width:min(1297px, calc(100% - 48px));
  
}
.collection-page [data-reveal]{
  opacity:0;
  transform:translate3d(0,40px,0);
  transition:opacity .8s ease, transform .8s ease;
  will-change:opacity, transform;
}
.collection-page [data-reveal].in-view{
  opacity:1;
  transform:translate3d(0,0,0);
}
.collection-page.collection-reduced-motion [data-reveal],
.collection-page.collection-reduced-motion [data-reveal].in-view{
  opacity:1;
  transform:none;
  transition:none;
}
@media (prefers-reduced-motion: reduce){
  .collection-page [data-reveal],
  .collection-page [data-reveal].in-view{
    opacity:1;
    transform:none;
    transition:none;
  }
}
.collection-hero{
  position:relative;
  min-height:682px;
  overflow:hidden;
}
.collection-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
}
.collection-hero-media img,
.collection-hero-media .site-banner-picture,
.collection-hero-media .site-banner-picture img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
}
.collection-hero-media .site-banner-picture{
  display:block;
}
.collection-hero-inner{
  position:relative;
  z-index:1;
  min-height:682px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-end;
  padding:calc(72px + 51px) 0 56px;
}
.collection-hero-copy{
  max-width:662px;
  text-align:right;
  color:#271c16;
}
.collection-hero-title{
  margin:0 0 20px;
  font-family:Inter, Poppins, system-ui, sans-serif;
  font-size:clamp(36px, 4.2vw, 60px);
  font-weight:200;
  line-height:1.4;
  letter-spacing:0;
}
.collection-hero-lead{
  margin:0;
  font-family:Inter, Poppins, system-ui, sans-serif;
  font-size:14px;
  font-weight:500;
  line-height:26px;
  letter-spacing:2.88px;
}
.collection-hero-mark{
  position:absolute;
  left:0;
  bottom:0;
  z-index:2;
  opacity:.92;
  pointer-events:none;
}
.collection-intro{
  padding:56px 80px 28px;
  text-align:left;
}
.collection-intro-inner{
  width:100%;
 
  text-align:left;
}
.collection-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  min-width:270px;
  padding:8px 16px;
  border-radius:48px;
  background:#dbdcdd;
  color:#282828;
  font-size:14px;
  font-weight:500;
  letter-spacing:4.8px;
  margin:0 0 24px;
}
.collection-pill--center{
  display:flex;
  width:min(316px, 100%);
  margin-inline:auto;
  margin-bottom:20px;
}
.collection-intro-title{
  margin:0 0 12px;
  font-size:clamp(34px, 3.2vw, 45px);
  line-height:1.12;
  font-weight:300;
  color:#000;
}
.collection-section-title{
  margin:0 0 16px;
  font-size:clamp(34px, 3.2vw, 45px);
  line-height:1.12;
  font-weight:300;
  color:#000;
  text-align:left;
}
.collection-intro-kicker{
  margin:0 0 28px;
  font-size:16px;
  line-height:27px;
  font-weight:300;
  letter-spacing:3.2px;
  color:#000;
}
.collection-intro-body{
  width:100%;
  max-width:1181px;
  margin:0 0 32px;
  text-align:left;
}
.collection-intro-body p{
  margin:0 0 0;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.collection-intro-body p + p{margin-top:18px}
.collection-intro-cta{
  min-width:229px;
  height:40px;
  padding:8px 30px;
}
.collection-rule{
  height:1px;
  background:rgba(0,0,0,.12);
  width:min(1298px, calc(100% - 48px));
  margin:0 auto 28px;
}
.collection-prototype{
  padding:0 80px 64px;
  text-align:left;
}
.collection-prototype-inner{
  width: 100%;
  
  text-align: left;
}
.collection-prototype-inner .collection-section-title{
  margin-bottom:28px;
}
.collection-moodboard{
  margin:0;
  position:relative;
  border-radius:var(--radius) var(--radius) 0 var(--radius);
  overflow:hidden;
  background:#ebe6df;
  aspect-ratio:1298/868;
}
.collection-moodboard img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.collection-moodboard-cta{
  position:absolute;
  right:40px;
  bottom:36px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
  font-size:24px;
  line-height:37px;
  font-weight:400;
  pointer-events:none;
}
.collection-moodboard-cta img{
  width:24px;
  height:24px;
  max-width:24px;
  flex-shrink:0;
  filter:brightness(0) invert(1);
}
.collection-gallery{
  padding:0 80px 28px;
}

.collection-gallery-section-mark{
  display:block;
  position:static;
  flex:none;
  margin:0;
}
.collection-gallery-row{
  display:grid;
  grid-template-columns:497fr 728fr;
  gap:28px;
  align-items:stretch;
}
.collection-gallery-row + .collection-gallery-row{
  margin-top:28px;
}
.collection-gallery-row--reverse{
  grid-template-columns:728fr 497fr;
  align-items:end;
}
.collection-gallery-row--reverse .collection-gallery-card--wide{
  border-radius:var(--radius) var(--radius) 0 var(--radius);
}
.collection-gallery-row--reverse .collection-gallery-card--tall{
  border-radius:0 var(--radius) var(--radius) var(--radius);
  aspect-ratio:497/776;
}
.collection-gallery-card{
  margin:0;
  position:relative;
  overflow:hidden;
  background:transparent;
}
.collection-gallery-card--tall{
  border-radius:var(--radius) var(--radius) 0 var(--radius);
  aspect-ratio:497/658;
}
.collection-gallery-card--stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  align-self:stretch;
  height:100%;
  min-height:0;
  aspect-ratio:auto;
  overflow:visible;
  background:transparent;
}
.collection-gallery-card--stack .collection-gallery-media{
  width:100%;
  margin-top:auto;
  border-radius:var(--radius) var(--radius) 0 var(--radius);
}
.collection-gallery-card--stack .collection-gallery-card-photo{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:497/658;
  object-fit:cover;
}
.collection-gallery-card--wide{
  border-radius:0 var(--radius) var(--radius) var(--radius);
  aspect-ratio:728/787;
  align-self:stretch;
}
.collection-gallery-card--wide .collection-gallery-media,
.collection-gallery-card--tall:not(.collection-gallery-card--stack) .collection-gallery-media{
  position:absolute;
  inset:0;
  border-radius:inherit;
}
.collection-gallery-card--wide .collection-gallery-card-photo,
.collection-gallery-card--wide > img:not(.collection-mark){
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.collection-gallery-card--tall:not(.collection-gallery-card--stack) .collection-gallery-card-photo,
.collection-gallery-card--tall:not(.collection-gallery-card--stack) > img:not(.collection-mark){
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  object-position:bottom;
}
.collection-gallery-media{
  position:relative;
  overflow:hidden;
  will-change:transform;
}
.collection-gallery-card-photo{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
  transition:transform .35s ease, opacity .35s ease;
  will-change:transform, opacity;
}
.collection-page:not(.collection-reduced-motion)
  .collection-gallery-card:hover .collection-gallery-card-photo,
.collection-page:not(.collection-reduced-motion)
  .collection-gallery-card:focus-within .collection-gallery-card-photo{
  transform:scale(1.04);
}
.collection-media-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background-image:linear-gradient(-45deg, rgba(0,0,0,.24) 0%, transparent 40%, rgba(255,255,255,.55));
  opacity:0;
  transition:opacity .4s ease;
}
.collection-gallery-card:hover .collection-media-overlay,
.collection-gallery-card:focus-within .collection-media-overlay{
  opacity:1;
}
.collection-gallery-card[data-collection-parallax]{
  opacity:0;
  transition:opacity .8s ease;
}
.collection-page:not(.collection-reduced-motion)
  .collection-gallery-card[data-collection-parallax].in-view{
  opacity:1;
}
.collection-page.collection-parallax-on
  .collection-gallery-card[data-collection-parallax]{
  transition:opacity .8s ease;
}
.collection-page.collection-reduced-motion .collection-gallery-card[data-collection-parallax],
.collection-page.collection-reduced-motion .collection-gallery-card[data-collection-parallax].in-view{
  opacity:1;
  transition:none;
}
.collection-page.collection-reduced-motion .collection-gallery-media{
  transform:none !important;
}
.collection-page.collection-reduced-motion .collection-gallery-card-photo{
  transition:none;
  transform:scale(1.01);
}
.collection-page.collection-reduced-motion .collection-media-overlay{
  display:none;
}
@media (prefers-reduced-motion: reduce){
  .collection-page .collection-gallery-card[data-collection-parallax],
  .collection-page .collection-gallery-card[data-collection-parallax].in-view{
    opacity:1 !important;
    transition:none !important;
  }
  .collection-page .collection-gallery-media{
    transform:none !important;
  }
  .collection-page .collection-gallery-card-photo{
    transition:none;
    transform:scale(1.01);
  }
  .collection-page .collection-media-overlay{
    display:none;
  }
}
.collection-gallery-mark{
  position:absolute;
  right:22px;
  bottom:18px;
  z-index:4;
  opacity:.92;
  pointer-events:none;
}
.collection-availability{
  padding:0 80px 28px;
}
.collection-availability-box{
  border:1px solid #9f9f9f;
  border-radius:var(--radius) var(--radius) 0 var(--radius);
  background:#f7f7f7;
  padding:44px 56px 52px;
}
.collection-availability-head{
  text-align:center;
}
.collection-availability-head .collection-pill--center{
  margin-bottom:25px;
}
.collection-availability-heading{
  margin:0 0 24px;
  font-size:24px;
  line-height:24px;
  font-weight:500;
  letter-spacing:7.2px;
  text-transform:uppercase;
  color:#282828;
}
.collection-availability-rule{
  height:1px;
  background:rgba(0,0,0,.12);
  margin:0 auto;
  max-width:1088px;
}
.collection-availability-body{
  width:min(1080px, 100%);
  margin:28px auto 0;
  text-align:left;
}
.collection-availability-status{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  margin:0 0 24px;
}
.collection-availability-lock{
  flex-shrink:0;
}
.collection-availability-label{
  font-size:24px;
  line-height:35px;
  font-weight:400;
  letter-spacing:.24px;
  color:#000;
}
.collection-availability-lead{
  margin:0 0 20px;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.collection-availability-list{
  margin:0;
  padding:0 0 0 1.25em;
  list-style:disc;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.collection-availability-list li{
  margin:0;
  padding:0;
}
.collection-availability-list li + li{
  margin-top:0;
}
.collection-approach{
  background:var(--brand);
  color:#fff;
  padding:72px 40px 80px;
}
.collection-approach-layout{
  display:grid;
  grid-template-columns:322px minmax(0, 1fr);
  gap:80px;
  align-items:stretch;
}
.collection-approach-intro{
  display:grid;
  grid-template-rows:minmax(0, 1fr) auto;
 
  align-self:stretch;
  min-height:422px;
  height:100%;
  text-align:left;
}
.collection-approach-heading-wrap{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:0;
  padding-bottom:24px;
}
.collection-approach-heading{
  width:100%;
}
.collection-approach-eyebrow{
  margin:0 0 8px;
  font-size:14px;
  line-height:27px;
  font-weight:300;
  letter-spacing:12.6px;
  text-transform:uppercase;
  color:#fff;
}
.collection-approach-title{
  margin:0;
  font-size:24px;
  line-height:37px;
  font-weight:400;
  color:#fff;
  max-width:322px;
}
.collection-approach-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 382px));
  gap:24px;
  max-width:788px;
  width:100%;
  justify-self:end;
  align-self:center;
  text-align:left;
}
.collection-approach-card{
  border:1px solid rgba(255,255,255,.5);
  border-radius:12px;
  padding:22px 24px 26px;
  min-height:199px;
  text-align:left;
}
.collection-approach-num{
  margin:0 0 8px;
  font-size:18px;
  line-height:24px;
  font-weight:400;
  opacity:.44;
  color:#fff;
}
.collection-approach-num span{font-size:18px}
.collection-approach-name{
  margin:0 0 12px;
  font-size:24px;
  line-height:24px;
  font-weight:300;
  color:#fff;
}
.collection-approach-copy{
  margin:0;
  font-size:14px;
  line-height:30px;
  font-weight:400;
  letter-spacing:.14px;
  color:#fff;
}

@media (max-width: 1100px){
  .collection-gallery-row{
    grid-template-columns:1fr 1fr;
  }
  .collection-approach-layout{
    grid-template-columns:1fr;
    gap:40px;
  }
  .collection-approach-grid{
    max-width:none;
    justify-self:stretch;
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .collection-approach-intro{
    display:flex;
    flex-direction:column;
    min-height:0;
    height:auto;
    gap:32px;
  }
  .collection-approach-heading-wrap{
    padding-bottom:0;
    flex:0 0 auto;
  }
  .collection-approach-mark{
    margin-top:0;
  }
  .collection-availability-body{
    width:100%;
  }
}
@media (max-width: 768px){
  .collection-intro-body p{
    font-size:16px;
    line-height:30px;
  }
  .collection-pill{
    min-width:0;
    font-size: 12px;
    width:100%;
    max-width:316px;
  }
  .collection-availability-heading{font-size: 14px;}
  .collection-hero{min-height:520px;}
  .collection-hero-inner{
    min-height:520px;
    justify-content:flex-start;
    padding:calc(72px + 24px) 0 40px;
  }
  .collection-hero-mark{left:24px; bottom:24px}
  .collection-page img.collection-mark{display: none;}
  .collection-hero-copy{max-width:100%; text-align:right;}
  .collection-gallery-row,
  .collection-gallery-row--reverse{
    grid-template-columns:1fr;
  }
  .collection-gallery-card--tall,
  .collection-gallery-card--wide{aspect-ratio:16/11}
  .collection-gallery-card--stack{
    aspect-ratio:auto;
    overflow:visible;
    background:transparent;
  }
  .collection-gallery-card--stack .collection-gallery-media{
    border-radius:var(--radius);
  }
  .collection-gallery-card--stack .collection-gallery-card-photo{
    aspect-ratio:16/11;
  }
  .collection-section-title{font-size: 28px !important;line-height: 32px !important;}
  .collection-availability-box{
    padding:32px 24px 36px;
    border-radius:24px;
  }
  .collection-prototype {
    padding: 0 0 30px;}
  .collection-availability-body{
    width:100%;
    margin-top:24px;
  }
  .collection-approach-grid{grid-template-columns:1fr}
  .collection-moodboard-cta{
    right:20px;
    bottom:20px;
    font-size:18px;
  }
  .collection-approach{
    padding: 56px 20px 80px;
  }
}

/* Blog listing */

.blog-main{
  padding-top:72px;
  background:#fff;
}
.blog-hero{
  position:relative;
  min-height:590px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.blog-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
}
.blog-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.08);
}
.blog-hero-media img,
.blog-hero-media .site-banner-picture,
.blog-hero-media .site-banner-picture img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.blog-hero-media .site-banner-picture{
  display:block;
}
.blog-hero-inner{
  position:relative;
  z-index:1;
  text-align:center;
  padding:80px 80px 80px;
  max-width: 900px;
}
.blog-hero-title{
  margin:0 0 24px;
  font-family:Inter, Poppins, sans-serif;
  font-size:70px;
  line-height:90px;
  font-weight:200;
  color:#fff;
}
.blog-hero-title span{
  display:block;
}
.blog-filters{
  margin-top:28px;
  justify-content:center;
}
.blog-hero-lead{
  margin:0 auto;
  max-width:766px;
  font-family:Inter, Poppins, sans-serif;
  font-size:18px;
  line-height:29px;
  font-weight:500;
  letter-spacing:2.88px;
  color:#fff;
}
.blog-grid-section{
  padding:51px 80px 96px;
}
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  column-gap:49px;
  row-gap:70px;
}
.blog-card-media{
  display:block;
  aspect-ratio:400 / 432.417;
  overflow:hidden;
  border-radius:0 30px 30px 30px;
}
.blog-grid .blog-card:nth-child(3n + 2) .blog-card-media {
  border-radius:30px 30px 30px 0px;
}
.blog-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.blog-card-media:hover img{
  transform:scale(1.03);
}
.blog-card-body{
  padding-top:22px;
}
.blog-card-title{
  margin:0 0 6px;
  font-size:18px;
  line-height:12px;
  font-weight:400;
}
.blog-card-tag{
  margin:0;
  font-size:14px;
  line-height:37px;
  font-weight:400;
  color:#878787;
}

/* Blog detail */

.blog-detail{
  position:relative;
  padding-top:72px;
  overflow:hidden;
  background:#fff;
}
.blog-detail-bg{
  position:absolute;
  top:-145px;
  left:50%;
  width:min(1447px, 100vw);
  height:268px;
  background:linear-gradient(180deg, #8e8172 0%, #fff 84.135%);
  transform:translateX(-50%);
  pointer-events:none;
  z-index:0;
}
.blog-detail-inner{
  position:relative;
  z-index:1;
  width:min(1297px, calc(100% - 144px));
  margin-inline:auto;
  padding:46px 0 84px;
}
.blog-detail-back{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:18px;
  line-height:37px;
  font-weight:400;
  margin:8px 0 22px;
  color:#000;
}
.blog-detail-back-icon{
  width:20px;
  height:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  
}
.blog-detail-back-icon img{
  width:100%;
  height:auto;
  display:block;
}
.blog-detail-hero{
  margin:0 0 30px;
  border-radius:40px 40px 0 40px;
  overflow:hidden;
  aspect-ratio:1297 / 684;
}
.blog-detail-hero img,
.blog-detail-hero .site-banner-picture,
.blog-detail-hero .site-banner-picture img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.blog-detail-hero .site-banner-picture{
  display:block;
}
.blog-detail-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:256px;
  padding:8px 16px;
  margin-bottom:28px;
  border-radius:48px;
  background:#dbdcdd;
  font-size:16px;
  line-height:24px;
  font-weight:500;
  letter-spacing:4.8px;
  text-transform:uppercase;
  color:#282828;
}
.blog-detail-intro{
  margin-bottom:36px;
}
.blog-detail-title{
  margin:0 0 8px;
  max-width:647px;
  font-size:45px;
  line-height:1.1;
  font-weight:300;
  color:#000;
}
.blog-detail-date{
  margin:0;
  font-size:16px;
  line-height:27px;
  font-weight:300;
  letter-spacing:3.2px;
  color:#000;
}
.blog-detail-meta{
  list-style:none;
  margin:14px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 28px;
}
.blog-detail-meta-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  line-height:20px;
  font-weight:400;
  color:#1a1a1a;
}
.blog-detail-meta-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  color:#1a1a1a;
  flex-shrink:0;
}
.blog-detail-meta-icon svg{
  width:100%;
  height:100%;
  display:block;
}
.blog-detail-meta-text{
  display:inline-block;
}
.blog-detail-article{
  max-width:1292px;
}
.blog-detail-heading{
  margin:0 0 18px;
  font-size:26px;
  line-height:47px;
  font-weight:500;
  letter-spacing:.26px;
  color:#000;
}
.blog-detail-heading:not(:first-child){
  margin-top:38px;
}
.blog-detail-body{
  margin:0 0 24px;
}
.blog-detail-body p{
  margin:0 0 18px;
  font-size:16px;
  line-height:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.blog-detail-body p:last-child{
  margin-bottom:0;
}

@media (max-width: 1200px){
  .blog-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:32px;
  }
  .blog-detail-inner{
    width:min(1297px, calc(100% - 48px));
  }
}
@media (max-width: 768px){
  .blog-hero{min-height:380px}
  .blog-hero-title{
    font-size:44px;
    line-height:1.35;
  }
  .blog-hero-lead{
    font-size:16px;
    line-height:26px;
    letter-spacing:1.6px;
  }
  .blog-grid{
    grid-template-columns:1fr;
    row-gap:48px;
  }
  .blog-detail-inner{
    width:calc(100% - 32px);
    padding-bottom:56px;
  }
  .blog-detail-title{font-size:34px}
  .blog-detail-meta{gap:6px 20px}
  .blog-detail-meta-item{font-size:13px}
  .blog-detail-pill{
    min-width:0;
    width:100%;
    font-size:14px;
    letter-spacing:3.2px;
  }
  .blog-detail-heading{
    font-size:22px;
    line-height:34px;
  }
  .blog-detail-body p{
    font-size:16px;
    line-height:30px;
  }
}

/* =========================================================
   Mobile alignment normalizer
   Ensures every page wrapper has equal left & right gutter
   so content is perfectly centered on mobile devices.
   ========================================================= */
@media (max-width: 860px){
  .container,
  .container.center.mini,
  .container.featured-inner,
  .container.process-wrap,
  .container.metrics-inner,
  .about-page .about-container,
  .about-tabs-bar .about-container,
  .collection-page .container,
  .contact-panels-inner,
  .projects-hero-inner,
  .blog-detail-inner,
  .project-detail-inner,
  .blog-hero-inner,
  .collection-hero-inner,
  .collection-intro-inner,
  .collection-prototype-inner,
  .collection-gallery-inner,
  .collection-availability-inner,
  .collection-approach-inner{
    width: min(1440px, calc(100% - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-inline: auto !important;
    box-sizing: border-box;
  }
}
@media (max-width: 520px){
  .container,
  .container.center.mini,
  .container.featured-inner,
  .container.process-wrap,
  .container.metrics-inner,
  .about-page .about-container,
  .about-tabs-bar .about-container,
  .collection-page .container,
  .contact-panels-inner,
  .projects-hero-inner,
  .blog-detail-inner,
  .project-detail-inner,
  .blog-hero-inner,
  .collection-hero-inner,
  .collection-intro-inner,
  .collection-prototype-inner,
  .collection-gallery-inner,
  .collection-availability-inner,
  .collection-approach-inner{
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-inline: auto !important;
    box-sizing: border-box;
  }
  /* Header keeps its own full-width + 16px padding behavior */
  .site-header .container{
    width: 100% !important;
    padding-inline: 16px !important;
  }
}
/* =========================
   MOBILE CSS
========================= */
@media (max-width: 767px) {

  .blog-detail,
  .project-detail {
      position: relative;
      padding: 40px 10px 0;
  }

  .blog-grid-section {
      padding: 51px 16px 96px;
  }

  .project-detail-gallery {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      margin-top: 20px;
  }

  .project-detail-mark--dark {
      width: 44px;
      display: none;
  }

  .contact-page .process {
      min-height: 0;
      padding: 72px 16px;
  }

  .contact-panels {
      padding: 0 4px;
  }

  .about-shell {
      margin-top: 0 !important;
      padding: 0 16px 72px;
  }

  .collection-availability {
      padding: 0 10px 28px;
  }

  .collection-prototype {
      padding: 0 10px 30px;
  }

  .collection-gallery {
      padding: 0 16px 28px;
  }

  .collection-intro {
      padding: 56px 16px 28px;
  }
  .projects-cta {
    padding: 0 0 48px;
  }

  .btn.btn-primary {
    height: 40px;
  }
  .inquiry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
}
.blog-hero-inner
{
  padding: 20px 16px 20px;
}
  .project-detail-back-icon{
  width:20px;
  height:16px;}
}

/* Force light theme — site has no dark mode; prevents OS/browser auto-darkening */
@media (prefers-color-scheme: dark){
  :root{
    --bg:#ffffff;
    --text:#0e0d0b;
    --muted:#5e5a55;
    --black:#000000;
    --white:#ffffff;
  }
  html{color-scheme:light only}
  body{
    background:var(--bg);
    color:var(--text);
  }
}