: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%;
}
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}

.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;
  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);
}
.header-inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  position:relative;
}
.brand{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
}
.brand-logo{width:140px;height:auto}

.site-nav{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  letter-spacing:.1em;
}
.site-nav a{
  display:inline-flex;
  align-items:center;
  height:32px;
  padding:0 2px;
}
.site-nav a.site-nav-active,
.site-nav a[aria-current="page"]{
  position:relative;
}
.site-nav a.site-nav-active::after,
.site-nav a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-4px;
  height:1px;
  background:#000;
}
.header-cta{height:40px;padding:12px 30px}

.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-bg{
  position:absolute;
  inset:0;
}
.hero-bg__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.42);
  z-index:3;
}
.hero-slider{
  position:absolute;
  inset:0;
  z-index:1;
}
.hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .55s ease;
  filter:saturate(1.02) contrast(1.02);
}
.hero-slide.is-active{opacity:1}
.hero-content{
  position:relative;
  z-index:4;
  text-align:center;
  padding:92px 0 110px 0;
}
.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:5;
  display:flex;
  gap:16px;
}
.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 0;
  position:relative;
}
.what-we-do-corner{
  position:absolute;
  left:72px;
  bottom:44px;
  width:64px;
  height:auto;
  opacity:.95;
  pointer-events:none;
}
.what-we-do-inner{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:54px;
  align-items:start;
}
.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:257px;
}
.what-we-do-accordion{
  display:flex;
  flex-direction:column;
  gap:0;
}
.accordion-row{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background:transparent;
  border:0;
  padding:22px 0;
  color:#fff;
  cursor:pointer;
  text-align:left;
}
.accordion-row::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(255,255,255,.2);
}
.accordion-row:last-of-type::after{
  left:140px;
  right:0;
}
.accordion-left{
  display:flex;
  align-items:baseline;
  gap:18px;
}
.accordion-row:hover{
  background:rgba(255,255,255,.05);
}
.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;
}
.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;
}
.accordion-chevron{
  width:24px;height:24px;
  display:inline-block;
  opacity:.95;
  position:relative;
}
.accordion-chevron{
  background:url("./assets/icons/Icon-Chevron-Down.svg") center/24px 24px no-repeat;
  transform:rotate(0deg);
  transition:transform .2s ease;
}
.accordion-row.is-active .accordion-chevron{
  transform:rotate(180deg);
}
.accordion-panel{
  padding:16px 0 6px;
}
.accordion-panel[hidden]{display:block}
.accordion-panel[hidden]{
  max-height:0;
  opacity:0;
  overflow:hidden;
  padding:0;
  transition:max-height .24s ease, opacity .16s ease, padding .24s ease;
}
.accordion-row.is-active + .accordion-panel{
  max-height:520px;
  opacity:1;
  padding:16px 0 6px;
}
.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;
}
.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.02);
}
.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:hover,
.thumb-badge:focus-visible{
  color:#fff;
  opacity:.92;
}
.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 76px;
}
.featured-inner{
  display:grid;
  grid-template-columns: minmax(0, 497px) minmax(0, 728px);
  gap:56px;
  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--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: 64px !important;
  height: 32px !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;
}
.featured-arrow img{
  width:99px;
  height:16px;
  display:block;
}
.featured-arrow:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:6px;
  border-radius:6px;
}

.featured-view-all{
  position:absolute;
  right:34px;
  bottom:28px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-size:24px;
  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:77px;
  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;
  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{
  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-label{
  font-size:16px;
  line-height:1.4;
  font-weight:400;
  color:#fff;
}

/* Process */
.process{
  background:var(--brand);
  padding:86px 0 94px;
  position:relative;
}
.process-mark{
  position:absolute;
  width:64px;
  height:auto;
  opacity:.92;
  pointer-events:none;
}
.process-mark--bl{
  left:72px;
  bottom:44px;
}
.process-wrap{position:relative}
.process-corner{
  position:static;
  width:64px;
  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:1px solid rgba(255,255,255,.9);
}
.process-item{
  display:grid;
  grid-template-columns: 41px 1fr;
  gap:22px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.9);
  align-items:start;
}
.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:36px;
  line-height:24px;
  font-weight:200;
}
.process-desc{
  margin-top:14px;
  color:#fff;
  font-size:14px;
  line-height:37px;
  font-weight:300;
  letter-spacing:.42px;
}

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

/* Footer */
.footer{
  background:#000;
  color:#fff;
  padding:56px 32px;
}
.footer-container{
  max-width:1440px;
  margin:0 auto;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.55fr;
  column-gap:72px;
  row-gap:40px;
  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:24px}
.footer-section a{
  font-weight:300;
  font-size:14px;
  color:rgba(255,255,255,.78);
  text-decoration:none;
  transition:color .3s;
  opacity:1;
}
.footer-section a:hover{color:var(--brand)}
.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}
.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; column-gap:0}
}

/* 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%;
  }
  .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{height:40px}

  .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}
  .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:26px; 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{width:calc(100% - 32px) !important;}
  .container.center.mini{
    width:calc(100% - 32px) !important;
    max-width:100%;
  }
  .site-header .container{width:100% !important; padding-inline:16px !important;}

  /* Hero — Figma 4269:252 */
  .hero{min-height:406px}
  .hero-content{padding:64px 0 88px}
  .hero-title{
    font-size:30px;
    line-height:32px;
    max-width:221px;
    margin-inline:auto;
  }
  .hero-subtitle{
    max-width:314px;
    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{display:none}

  .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 48px}
  .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}
  .metrics-card .kicker{
    font-size:12px;
    letter-spacing:.36em;
  }
  .metric-value{font-size:52px}
  .metric-label{font-size:14px}

  .process{padding:48px 0}
  .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;}
}

/* Project detail page — Figma 4065:228 */
.project-detail-page .header-cta{
  height:40px;
  padding:12px 30px;
}
.project-detail{
  position:relative;
  padding-top:72px;
  overflow:hidden;
  background:#fff;
}
.project-detail-bg{
  position:absolute;
  top:-242px;
  left:50%;
  width:min(1447px, 100vw);
  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:20px;
  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{
  width:100%;
  height:100%;
  object-fit:cover;
}
.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:64px;
  height:35px;
  transform:rotate(180deg);
}
/* Figma 4070:615 — light mark on right (wide) image */
.project-detail-mark--light{
  right:52px;
  bottom:54px;
  width:64px;
  height:42px;
}

.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-page .header-cta{
  height:40px;
  padding:12px 30px;
}
.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{
  width:100%;
  height:100%;
  max-width:none;
  min-width:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.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:500;
  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:600;
}
.about-tab:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:4px;
}

.about-heading{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:24px;
}
.about-pane[data-about-pane="discover"] .about-heading{
  margin-bottom:39px;
}
.about-pane[data-about-pane="about"] .about-heading{
  margin-bottom:85px;
}
.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:60px;
  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:64px;
  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:26px;
  line-height:47px;
  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 + 157px / 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;
  /* 33px aligns rule center with timeline dot (~138.5px from step top vs tag block end ~105px) */
  margin:33px 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:157px minmax(0, 791px);
  column-gap:66px;
  justify-content:start;
  align-items:start;
  width:max-content;
  max-width:100%;
}
.discover-icon{
  position:relative;
  width:157px;
  height:157px;
  flex-shrink:0;
  justify-self:start;
  align-self:start;
  margin-top:60px;
}
.discover-icon__ring{
  width:157px;
  height:157px;
  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:81px;height:76px}
.discover-icon__art--02{width:81px;height:76px}
.discover-icon__art--03{width:81px;height:76px}
.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:35px;
  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:16px;
  line-height:37px;
  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;
  border-top:1px solid rgba(0,0,0,.18);
  width:100%;
}
.discover-constant::before,
.discover-constant::after{
  content:"";
  position:absolute;
  top:calc(56px + 157px / 2);
  height:1px;
  transform:translateY(-50%);
  background:rgba(0,0,0,.18);
  pointer-events:none;
}
.discover-constant::before{
  left:0;
  width:calc(50% - 102.5px);
}
.discover-constant::after{
  right:0;
  width:calc(50% - 102.5px);
}
.discover-constant__badge{
  position:relative;
  width:157px;
  height:157px;
  margin:0 auto 24px;
}
.discover-constant__badge-ring{
  display:block;
  width:157px;
  height:157px;
}
.discover-constant__badge-mark{
  position:absolute;
  left:50%;
  top:50%;
  width:90px;
  height:51px;
  object-fit:contain;
  transform:translate(-50%, -50%);
  pointer-events:none;
}
.discover-constant-mark{
  width:64px;
  height:34px;
}
.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:758px;
  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:64px;
  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:37px;
  font-weight:400;
  letter-spacing:.16px;
  color:#000;
}
.about-copy p{margin:0 0 14px}
.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){
  .discover-step{
    grid-template-columns:18px 140px minmax(0, 1fr);
  }
  .discover-meta{width:140px}
  .discover-step__main{
    grid-template-columns:120px minmax(0, 1fr);
    column-gap:28px;
    width:100%;
  }
  .discover-icon,
  .discover-icon__ring{
    width:120px;
    height:120px;
  }
  .discover-rail{
    padding-top:calc(60px + 120px / 2 - 9px);
  }
  /* Rule center aligns with dot: 105px to tag block end + … = 120px (icon centre) */
  .discover-meta__hline{margin-top:calc(60px + 120px / 2 - (22px + 39px + 20px + 24px + 0.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:44px; 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:18px 1fr;
    column-gap:16px;
    row-gap:0;
    padding-bottom:56px;
  }
  .discover-rail{padding-top:8px}
  .discover-meta{
    grid-column:2;
    text-align:left;
    display:grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto auto;
    column-gap:16px;
    
    align-items:anchor-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:12px 0 0;
    max-width:none;
    position:static;
    left:auto;
    width:100%;
  }
  .discover-step__main{
    grid-column:1 / -1;
    grid-template-columns:1fr;
    row-gap:24px;
    margin-top:20px;
    width:100%;
  }
  .discover-icon{
    justify-self:center;
    margin-top:0;
  }
  .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-page .header-cta{
  height:40px;
  padding:12px 30px;
}
.projects-main{
  position:relative;
  padding-top:72px;
  overflow:hidden;
  background:#fff;
}
.projects-hero-bg{
  position:absolute;
  top:-242px;
  left:50%;
  width:min(1447px, 100vw);
  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;
}
.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);
}
.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:2;
  width:64px;
  height:auto;
  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:64px;
  height:35px;
  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);
}
.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;
}
.projects-view-detail{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:24px;
  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:100px 0 92px;
  text-align:center;
}
.projects-cta .container{
  width:min(868px, calc(100% - 48px));
}
.projects-cta__title{
  margin:0 0 24px;
  font-size:64px;
  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:44px;
    line-height:50px;
  }
  .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:16px;
    line-height:24px;
    gap:8px;
  }
  .projects-view-detail img{
    width:20px;
    height:20px;
  }
}

/* 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{
  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 0 36px;
  background:#fff;
}
.contact-heading{
  display:flex;
  align-items:flex-start;
  gap:24px;
  margin:0 0 28px;
  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:clamp(40px, 4.2vw, 60px);
  line-height:1.12;
}
.contact-title-mark{
  width:64px;
  height:auto;
  opacity:.9;
  flex:0 0 auto;
  margin-top:8px;
}
.contact-page-subtitle{
  margin:0 0 36px;
  max-width:839px;
  font-size:clamp(18px, 1.7vw, 24px);
  line-height:40px;
  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;
}
.contact-info-value a:hover{color:var(--brand)}

/* Response commitment + inquiry form panels (Figma) */
.contact-panels{
  padding:0 0 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;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
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 16px;
}
.contact-panel-copy{
  margin:0 auto;
  text-align:center;
  font-size:clamp(16px, 1.4vw, 20px);
  line-height:35px;
  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:hover{filter:brightness(.97)}
.inquiry-submit: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 0 28px}
  .contact-heading{flex-wrap:wrap}
  .contact-page-title{white-space:normal}
  .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 0;
  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-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 .site-header{
  background:rgba(255,255,255,.8);
  border-bottom-color:rgba(0,0,0,.04);
}
.collection-page img.collection-mark{
  width:64px;
  height:auto;
  max-width:64px;
  max-height:34px;
  object-fit:contain;
  flex-shrink:0;
}
.collection-approach-mark{
  width:64px;
  height:35px;
  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-hero{
  position:relative;
  min-height:682px;
  overflow:hidden;
}
.collection-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
}
.collection-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
}
.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.7;
  letter-spacing:0;
}
.collection-hero-lead{
  margin:0;
  font-family:Inter, Poppins, system-ui, sans-serif;
  font-size:18px;
  font-weight:500;
  line-height:29px;
  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 0 52px;
  text-align:left;
}
.collection-intro-inner{
  width:100%;
  max-width:1181px;
  text-align:left;
}
.collection-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  min-width:316px;
  padding:8px 16px;
  border-radius:48px;
  background:#dbdcdd;
  color:#282828;
  font-size:16px;
  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 48px;
}
.collection-prototype{
  padding:0 0 64px;
  text-align:left;
}
.collection-prototype-inner{
  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 0 72px;
}
.collection-gallery-inner{
  max-width:100%;
}
.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:#d9d9d9;
}
.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-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);
}
.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-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;
}
.collection-gallery-mark{
  position:absolute;
  right:22px;
  bottom:18px;
  opacity:.92;
  pointer-events:none;
}
.collection-availability{
  padding:0 0 72px;
}
.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:18px;
}
.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(855px, 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 0 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-pill{
    min-width:0;
    width:100%;
    max-width:316px;
  }
  .collection-hero{min-height:520px}
  .collection-hero-inner{
    min-height:520px;
    justify-content:flex-end;
    padding:calc(72px + 24px) 0 40px;
  }
  .collection-hero-mark{left:24px; bottom:24px}
  .collection-page img.collection-mark{max-width:48px; max-height:26px}
  .collection-hero-copy{max-width:100%; text-align:left}
  .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-card-photo{
    aspect-ratio:16/11;
    border-radius:var(--radius);
  }
  .collection-availability-box{
    padding:32px 24px 36px;
    border-radius:24px;
  }
  .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;
  }
}

/* Blog listing */
.blog-page .header-cta{
  height:40px;
  padding:12px 30px;
}
.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{
  width:100%;
  height:100%;
  object-fit:cover;
}
.blog-hero-inner{
  position:relative;
  z-index:1;
  text-align:center;
  padding:120px 24px 80px;
}
.blog-hero-title{
  margin:0 0 24px;
  font-family:Inter, Poppins, sans-serif;
  font-size:70px;
  line-height:102px;
  font-weight:200;
  color:#fff;
}
.blog-hero-title span{
  display:block;
}
.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 0 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-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:20px;
  line-height:37px;
  font-weight:400;
}
.blog-card-title a:hover{
  color:var(--brand);
}
.blog-card-tag{
  margin:0;
  font-size:14px;
  line-height:37px;
  font-weight:400;
  color:#878787;
}

/* Blog detail */
.blog-detail-page .header-cta{
  height:40px;
  padding:12px 30px;
}
.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;
  transform:rotate(180deg);
}
.blog-detail-back-icon img{
  width:100%;
  height:auto;
  display:block;
}
.blog-detail-hero{
  margin:0 0 62px;
  border-radius:40px 40px 0 40px;
  overflow:hidden;
  aspect-ratio:1297 / 684;
}
.blog-detail-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.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-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:480px}
  .blog-hero-title{
    font-size:42px;
    line-height:1.15;
  }
  .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-pill{
    min-width:0;
    width:100%;
    font-size:14px;
    letter-spacing:3.2px;
  }
  .blog-detail-heading{
    font-size:22px;
    line-height:34px;
  }
}

