:root {
  --ink:#171111;
  --wine:#3b1518;
  --gold:#bf8d59;
  --cream:#f4e7d9;
  --line:#745238
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--ink);
  color:var(--cream);
  font:16px/1.55 Manrope,Arial,sans-serif
}
a {
  color:inherit;
  text-decoration:none
}
h1,h2 {
  font-family:"Cormorant Garamond",serif;
  text-transform:uppercase;
  font-weight:500;
  margin:0;
  line-height:.92
}
.nav {
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:100%;
  height:92px;
  padding:18px clamp(22px,5vw,76px);
  display:flex;
  align-items:center;
  gap:38px;
  border-bottom:1px solid #ffffff22
}
.brand {
  display:flex;
  align-items:center;
  gap:12px
}
.brand>span {
  font:500 30px/1 "Cormorant Garamond";
  border:1px solid var(--gold);
  border-radius:50%;
  width:48px;
  height:48px;
  display:grid;
  place-items:center
}
.brand small {
  font-size:10px;
  line-height:1.25;
  color:#dbc6ae
}
.nav nav {
  display:flex;
  gap:32px;
  margin-left:auto;
  text-transform:uppercase;
  font-size:12px
}
.pill,.cta {
  display:inline-flex;
  align-items:center;
  gap:28px;
  border:1px solid var(--gold);
  border-radius:99px;
  padding:12px 22px;
  font-size:12px;
  text-transform:uppercase
}
.pill {
  background:var(--wine)
}
.menu {
  display:none;
  background:none;
  border:0;
  color:white;
  font-size:25px
}
.hero {
  height:min(850px,100vh);
  min-height:700px;
  background:url(assets/hero.jpg) center/cover;
  position:relative;
  padding:150px clamp(22px,7vw,105px) 35px;
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#100b0bd9 0%,#100b0b75 42%,transparent 75%),linear-gradient(0deg,#120c0c99,transparent 50%)
}
.hero-copy,.stats {
  position:relative
}
.eyebrow,.section header p,.head-row p {
  color:#d4aa7e;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px
}
.hero h1 {
  font-size:clamp(58px,8vw,118px);
  margin:15px 0 22px
}
.lead {
  font:500 clamp(20px,2.2vw,31px)/1.05 "Cormorant Garamond";
  text-transform:uppercase
}
.hero-copy>p:last-of-type {
  color:#d3c8bd;
  font-size:14px
}
.hero .cta {
  margin-top:14px;
  background:var(--wine)
}
.stats {
  width:min(700px,100%);
  padding:23px 30px;
  background:#1b1212d9;
  border:1px solid #ffffff18;
  border-radius:18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  backdrop-filter:blur(10px)
}
.stats div {
  display:flex;
  flex-direction:column;
  padding:0 24px;
  border-right:1px solid #ffffff22
}
.stats div:last-child {
  border:0
}
.stats strong {
  font:500 24px "Cormorant Garamond";
  color:#e2ba8c
}
.stats span {
  font-size:11px;
  color:#cabdaf
}
.mentor {
  min-height:260px;
  padding:48px clamp(22px,7vw,105px);
  background:linear-gradient(90deg,#191013 0 48%,#06172a 100%),url(assets/mentor.jpg) center/cover;
  background-blend-mode:screen;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.mentor>div {
  max-width:560px
}
.mentor span {
  font:600 13px "Cormorant Garamond";
  text-transform:uppercase
}
.mentor h2 {
  font-size:48px;
  color:#d4aa7e;
  margin:8px 0
}
.mentor p {
  font-size:13px
}
.section {
  padding:90px clamp(22px,5vw,76px);
  border-top:1px solid var(--line);
  background:#211718
}
.section header {
  text-align:center;
  margin-bottom:55px
}
.section h2,.head-row h2,.feature h2 {
  font-size:clamp(38px,5vw,66px)
}
.steps {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--line)
}
.step {
  background:#211718;
  padding:28px;
  min-height:235px
}
.num {
  font:500 46px "Cormorant Garamond";
  color:var(--gold)
}
.step h3,.benefit h3 {
  font:500 19px "Cormorant Garamond";
  text-transform:uppercase
}
.step p,.benefit p {
  font-size:12px;
  color:#bcaea5
}
.head-row {
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:38px
}
.head-row>a {
  font-size:12px;
  text-transform:uppercase
}
.project-image img {
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:16px;
  display:block
}
.dark {
  background:#160f10
}
.benefits {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
.benefit {
  border:1px solid var(--line);
  border-radius:12px;
  padding:25px;
  min-height:170px
}
.benefit .num {
  font-size:24px
}
.feature {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:530px;
  background:#241719
}
.feature>div:first-child {
  padding:90px clamp(30px,7vw,110px)
}
.feature p {
  color:#cbbeb5
}
.feature li {
  margin:12px 0
}
.ghost {
  margin-top:20px
}
.feature-art {
  background:linear-gradient(135deg,transparent 35%,#3a1720aa),url(assets/hero.jpg) 72% center/cover;
  clip-path:polygon(12% 0,100% 0,100% 100%,0 100%)
}
.contact {
  background:var(--wine);
  padding:55px clamp(22px,5vw,76px);
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:50px;
  align-items:center
}
.contact>div p {
  font:500 28px/1.1 "Cormorant Garamond";
  text-transform:uppercase;
  margin:0 0 12px
}
.contact>div span {
  font-size:12px;
  color:#cfb9ad
}
.contact form {
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:14px;
  background:#eee4dd;
  padding:18px;
  border-radius:16px
}
.contact label span {
  position:absolute;
  opacity:0
}
.contact input {
  width:100%;
  height:44px;
  border:1px solid #b6a9a2;
  border-radius:99px;
  padding:0 16px;
  background:transparent;
  font:14px Manrope
}
.contact button {
  border:0;
  border-radius:99px;
  background:var(--wine);
  color:white;
  padding:0 25px;
  text-transform:uppercase;
  font-size:11px
}
footer {
  padding:35px clamp(22px,5vw,76px);
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#aa9990;
  font-size:12px
}
@media(max-width:800px) {
  .nav {
    height:74px;
    padding:12px 18px
  }
  .nav nav,.nav>.pill {
    display:none
  }
  .menu {
    display:block;
    margin-left:auto
  }
  .brand>span {
    width:42px;
    height:42px;
    font-size:25px
  }
  .hero {
    height:auto;
    min-height:760px;
    padding:125px 22px 24px;
    background-position:64% center
  }
  .shade {
    background:linear-gradient(90deg,#100b0bed 0%,#100b0b9e 60%,transparent),linear-gradient(0deg,#100b0bdd 0,transparent 45%)
  }
  .hero h1 {
    font-size:60px
  }
  .stats {
    grid-template-columns:1fr 1fr;
    padding:18px 12px
  }
  .stats div {
    padding:12px;
    border-right:0;
    border-bottom:1px solid #ffffff22
  }
  .stats div:nth-last-child(-n+2) {
    border-bottom:0
  }
  .mentor {
    padding:42px 22px;
    display:block
  }
  .mentor h2 {
    font-size:39px
  }
  .mentor a {
    display:inline-block;
    margin-top:20px
  }
  .section {
    padding:68px 18px
  }
  .steps,.benefits {
    grid-template-columns:1fr 1fr
  }
  .step {
    min-height:210px;
    padding:20px
  }
  .head-row {
    display:block
  }
  .head-row>a {
    display:inline-block;
    margin-top:20px
  }
  .project-image img {
    height:420px;
    object-position:center
  }
  .feature {
    grid-template-columns:1fr
  }
  .feature>div:first-child {
    padding:65px 22px
  }
  .feature-art {
    height:380px;
    clip-path:polygon(0 10%,100% 0,100% 100%,0 100%)
  }
  .contact {
    grid-template-columns:1fr;
    padding:50px 18px
  }
  .contact form {
    grid-template-columns:1fr
  }
  .contact button {
    height:44px
  }
  footer {
    align-items:flex-start;
    gap:25px;
    flex-wrap:wrap
  }
}
@media(max-width:460px) {
  .hero h1 {
    font-size:52px
  }
  .steps,.benefits {
    grid-template-columns:1fr
  }
  .step {
    min-height:auto
  }
  .section header {
    margin-bottom:35px
  }
  .project-image img {
    height:290px
  }
  .contact>div p {
    font-size:24px
  }
  footer>small {
    width:100%
  }
}
.header-brand img {
  display:block;
  width:250px;
  height:auto;
  max-height:58px;
  object-fit:contain;
  object-position:left center
}
@media(max-width:800px) {
  .header-brand img {
    width:205px;
    max-height:52px
  }
}
@media(min-width:801px) {
  .hero h1 {
    font-size:clamp(88px,8vw,118px)
  }
}
@media(max-width:800px) {
  .hero {
    background-image:url(assets/hero-mobile.jpg);
    background-size:cover;
    background-position:right top;
    background-repeat:no-repeat;
    background-color:#100b0b
  }
  .hero h1 {
    font-size:52px
  }
}
@media(max-width:460px) {
  .hero h1 {
    font-size:46px
  }
}
.stats {
  transform:translateY(-22px)
}
.stats>div {
  display:grid;
  grid-template-columns:36px 1fr;
  align-items:center;
  column-gap:14px
}
.stats img {
  width:34px;
  height:34px;
  object-fit:contain
}
.stat-copy {
  display:flex;
  flex-direction:column
}
.stats .stat-copy>span {
  font-size:11px;
  color:#cabdaf;
  line-height:1.35
}
@media(max-width:800px) {
  .hero {
    display:block;
    padding-bottom:28px
  }
  .stats {
    margin-top:32px;
    transform:none
  }
  .stats>div {
    grid-template-columns:32px 1fr;
    column-gap:10px;
    padding:14px 12px
  }
  .stats img {
    width:29px;
    height:29px
  }
  .stats>div:nth-child(odd) {
    border-right:1px solid #ffffff22
  }
  .stats>div:nth-last-child(-n+2) {
    border-bottom:0
  }
}
@media(max-width:460px) {
  .stats {
    margin-top:24px;
    padding:10px 8px
  }
  .stats>div {
    padding:13px 8px
  }
  .stats strong {
    font-size:21px
  }
  .stats .stat-copy>span {
    font-size:10px
  }
}
.hero {
  display:block
}
.hero-content {
  position:relative;
  z-index:1;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start
}
.hero-copy {
  width:min(520px,100%)
}
.hero h1 {
  font-size:clamp(64px,6.6vw,100px);
  line-height:.88;
  margin:12px 0 18px
}
.hero .lead {
  font-size:clamp(18px,1.7vw,25px);
  line-height:1.08;
  margin:18px 0
}
.hero-copy>p:last-of-type {
  font-size:13px;
  line-height:1.55
}
.hero .cta {
  padding:10px 20px
}
.stats {
  width:min(675px,100%);
  transform:none;
  margin-top:30px;
  padding:18px 22px;
  background:rgba(24,19,19,.82);
  border-color:rgba(191,141,89,.82);
  border-radius:16px
}
.stats>div {
  padding:0 16px
}
.stats strong {
  font:600 21px/1.1 Manrope,Arial,sans-serif;
  color:#fff
}
.stats .stat-copy>span {
  font:400 13px/1.35 Manrope,Arial,sans-serif;
  color:#f0e9e3
}
.stats img {
  opacity:.9
}
@media(min-width:801px) {
  .hero h1 {
    font-size:clamp(72px,6.8vw,104px)
  }
  .hero-content {
    padding-top:0
  }
  .stats {
    margin-top:26px
  }
}
@media(max-width:800px) {
  .hero {
    padding-top:118px
  }
  .hero-content {
    height:auto;
    display:block
  }
  .hero h1 {
    font-size:44px;
    margin:12px 0 16px
  }
  .hero .lead {
    font-size:18px;
    margin:16px 0
  }
  .hero-copy>p:last-of-type {
    font-size:13px
  }
  .hero .cta {
    margin-top:10px
  }
  .stats {
    margin-top:28px;
    padding:12px 10px
  }
  .stats>div {
    padding:14px 10px
  }
  .stats strong {
    font-size:19px
  }
  .stats .stat-copy>span {
    font-size:11px
  }
}
@media(max-width:460px) {
  .hero {
    padding-top:110px
  }
  .hero h1 {
    font-size:40px
  }
  .stats {
    margin-top:22px
  }
  .stats>div {
    grid-template-columns:28px 1fr;
    padding:12px 7px
  }
  .stats img {
    width:26px;
    height:26px
  }
  .stats strong {
    font-size:18px
  }
  .stats .stat-copy>span {
    font-size:10px
  }
}
@media(min-width:801px) {
  .hero {
    height:auto;
    min-height:850px;
    padding-top:100px;
    padding-bottom:55px
  }
  .hero-content {
    min-height:695px;
    height:auto
  }
}
@media(min-width:801px) {
  .hero {
    min-height:max(760px,100svh);
    padding-top:92px;
    padding-bottom:clamp(34px,5vh,54px)
  }
  .hero-content {
    height:auto;
    min-height:calc(max(760px,100svh) - 92px - clamp(34px,5vh,54px));
    display:grid;
    grid-template-rows:minmax(0,1fr) auto;
    gap:clamp(18px,3vh,32px)
  }
  .hero-copy {
    align-self:center
  }
  .hero h1 {
    font-size:clamp(68px,min(6.2vw,12vh),104px);
    margin:clamp(10px,1.5vh,16px) 0
  }
  .hero .lead {
    font-size:clamp(18px,1.55vw,24px);
    margin:clamp(14px,2vh,20px) 0
  }
  .hero-copy>p:last-of-type {
    font-size:clamp(13px,.85vw,15px);
    margin:clamp(12px,1.7vh,18px) 0
  }
  .hero .cta {
    margin-top:clamp(8px,1.2vh,14px)
  }
  .stats {
    align-self:end;
    margin-top:0
  }
}
.stats .stat-copy>span {
  font-weight:300
}
@media(min-width:801px) {
  .stats {
    width:min(925px,100%);
    min-height:180px;
    padding:30px 28px
  }
  .stats>div {
    grid-template-columns:47px 1fr;
    column-gap:18px;
    padding:0 24px
  }
  .stats img {
    width:44px;
    height:44px
  }
  .stats .stat-copy>span {
    font-size:14px;
    font-weight:300;
    line-height:1.4
  }
}
.stats {
  background:rgba(24,19,19,.5)
}
@media(min-width:801px) {
  .stats {
    width:min(895px,100%)
  }
  .stats>div {
    grid-template-columns:58px 1fr;
    column-gap:18px
  }
  .stats img {
    width:54px;
    height:54px
  }
}
@media(min-width:801px) {
  .stats {
    width:min(865px,100%)
  }
  .stats>div {
    align-items:start
  }
  .stats .stat-copy {
    align-self:start
  }
  .stats strong {
    display:block;
    min-height:1.1em
  }
}
@media(min-width:801px) {
  .stats>div {
    padding-top:18px
  }
}
@media(max-width:800px) {
  .stats {
    margin-top:48px
  }
}
.hero .lead {
  color:#d5a97a
}
@media(max-width:800px) {
  .hero .eyebrow {
    font-size:11px
  }
}
.mentor {
  background:#020b17 url(assets/collaboration.jpg) center/cover no-repeat;
  background-blend-mode:normal
}
@media(max-width:800px) {
  .mentor {
    background-position:center center
  }
}
@media(min-width:801px) {
  .mentor {
    min-height:318px;
    padding:48px 3vw 42px 27.5vw
  }
  .mentor>div {
    max-width:620px
  }
  .mentor>div>span {
    display:none
  }
  .mentor h2 {
    font-size:clamp(42px,3.4vw,58px)
  }
  .mentor p {
    max-width:520px;
    font-size:16px
  }
  .mentor>a {
    margin-left:auto;
    white-space:nowrap
  }
}
@media(max-width:800px) {
  .mentor {
    min-height:490px;
    padding:245px 32px 28px;
    display:block;
    background-image:linear-gradient(180deg,transparent 28%,rgba(1,8,16,.28) 48%,rgba(1,8,16,.92) 100%),url(assets/collaboration.jpg);
    background-position:left center;
    background-size:auto 100%;
    background-repeat:no-repeat
  }
  .mentor>div {
    max-width:350px
  }
  .mentor span {
    font-size:11px;
    line-height:1.2
  }
  .mentor h2 {
    font-size:22px;
    line-height:1;
    margin:6px 0 16px
  }
  .mentor p {
    font-size:11px;
    line-height:1.55;
    margin:0;
    max-width:330px
  }
  .mentor a {
    font-size:10px;
    margin-top:22px
  }
}
@media(min-width:801px) {
  .mentor {
    height:250px;
    min-height:250px;
    padding:34px 3vw 30px 27.5vw
  }
  .mentor h2 {
    font-size:clamp(36px,3vw,48px)
  }
  .mentor p {
    margin:12px 0
  }
}
@media(max-width:800px) {
  .mentor {
    height:250px;
    min-height:250px;
    padding:66px 20px 16px
  }
  .mentor h2 {
    margin:5px 0 12px
  }
  .mentor a {
    margin-top:14px
  }
}
@media(min-width:801px) {
  .mentor>div>span {
    display:block;
    width:240px;
    font:600 24px/1.15 "Cormorant Garamond",serif;
    color:#f4e7d9
  }
  .mentor h2 {
    margin-top:10px
  }
}
@media(max-width:800px) {
  .mentor {
    position:relative;
    padding:0 20px 10px
  }
  .mentor>div {
    position:absolute;
    left:20px;
    right:20px;
    bottom:42px
  }
  .mentor span {
    display:block;
    max-width:190px
  }
  .mentor h2 {
    font-size:18px;
    margin:4px 0 8px
  }
  .mentor p {
    font-size:9px;
    line-height:1.4;
    max-width:285px
  }
  .mentor a {
    position:absolute;
    left:20px;
    bottom:10px;
    margin:0;
    font-size:9px
  }
  .stats {
    margin-top:88px
  }
}
@media(max-width:800px) {
  .mentor::after {
    content:"";
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    bottom:0;
    height:2px;
    background:#171111;
    pointer-events:none
  }
}
#process {
  padding:28px clamp(12px,2vw,36px) 42px;
  background:#191313;
  border-top:1px solid #745238
}
#process header {
  margin-bottom:14px
}
#process h2 {
  font-size:clamp(38px,3.8vw,58px);
  color:#a9a2a1
}
.process-divider {
  display:block;
  width:min(355px,40vw);
  height:auto;
  margin:12px auto 0
}
.steps {
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:0;
  background:transparent
}
.step {
  min-height:0;
  padding:0 clamp(8px,1vw,18px) 12px;
  text-align:center;
  background:transparent;
  border-right:1px solid rgba(191,141,89,.45)
}
.step:last-child {
  border-right:0
}
.step-icon {
  display:block;
  width:clamp(98px,8.4vw,140px);
  height:auto;
  margin:0 auto 12px
}
.step .num {
  font:400 clamp(32px,2.7vw,44px)/1 "Cormorant Garamond",serif;
  color:#d5a97a
}
.step h3 {
  min-height:58px;
  margin:16px 0 0;
  font:500 clamp(16px,1.28vw,23px)/1.2 "Cormorant Garamond",serif;
  color:#d5a97a;
  text-transform:uppercase
}
.step-rule {
  display:block;
  width:24px;
  height:1px;
  margin:15px auto;
  background:#d5a97a
}
.step p {
  margin:0 auto 14px;
  font:400 clamp(12px,.9vw,16px)/1.45 "Cormorant Garamond",serif;
  color:#f4e7d9
}
.step .step-lead {
  font-weight:600
}
@media(max-width:1100px) {
  .steps {
    grid-template-columns:repeat(4,1fr)
  }
  .step {
    padding-top:14px
  }
  .step:nth-child(4) {
    border-right:0
  }
  .step:nth-child(-n+4) {
    border-bottom:1px solid rgba(191,141,89,.35)
  }
}
@media(max-width:600px) {
  #process {
    padding:22px 12px 28px
  }
  #process header {
    margin-bottom:8px
  }
  #process h2 {
    font-size:32px
  }
  .process-divider {
    width:220px;
    margin-top:8px
  }
  .steps {
    grid-template-columns:repeat(2,1fr)
  }
  .step {
    padding:10px 10px 14px
  }
  .step:nth-child(even) {
    border-right:0
  }
  .step:nth-child(-n+6) {
    border-bottom:1px solid rgba(191,141,89,.35)
  }
  .step-icon {
    width:96px;
    margin-bottom:8px
  }
  .step .num {
    font-size:30px
  }
  .step h3 {
    min-height:44px;
    margin-top:10px;
    font-size:16px
  }
  .step-rule {
    margin:10px auto
  }
  .step p {
    font-size:12px;
    line-height:1.35;
    margin-bottom:10px
  }
}
@media(min-width:1101px) {
  .step:nth-child(2) h3,.step:nth-child(4) h3 {
    padding:0 8px;
    font-size:clamp(15px,1.12vw,20px);
    transform:translateX(-5px)
  }
}
@media(max-width:600px) {
  #process {
    padding:20px 12px 24px
  }
  #process header {
    margin-bottom:12px
  }
  #process h2 {
    font-size:28px
  }
  .process-divider {
    display:none
  }
  .steps {
    grid-template-columns:repeat(6,1fr);
    row-gap:18px
  }
  .step {
    grid-column:span 2;
    padding:0 4px;
    border:0!important
  }
  .step:nth-child(7) {
    grid-column:2/span 2
  }
  .step:nth-child(8) {
    grid-column:4/span 2
  }
  .step-icon {
    width:74px;
    margin:0 auto 8px
  }
  .step .num,.step-rule,.step p {
    display:none
  }
  .step h3 {
    min-height:0;
    margin:0;
    font:500 12px/1.25 Manrope,Arial,sans-serif;
    color:#eee4dd;
    text-transform:uppercase
  }
  .step:nth-child(2) h3,.step:nth-child(4) h3 {
    padding:0;
    transform:none
  }
}
@media(max-width:600px) {
  #process header {
    margin-bottom:22px
  }
  .process-divider {
    display:block;
    width:220px;
    max-width:72vw;
    margin:10px auto 0
  }
}
.projects {
  padding:42px clamp(24px,4.2vw,76px) 68px;
  background:#191313
}
.projects .head-row {
  align-items:center;
  margin-bottom:40px
}
.projects .head-row h2 {
  font-size:clamp(34px,2.8vw,48px);
  line-height:1;
  color:#d5a97a
}
.projects .head-row>a {
  display:flex;
  align-items:center;
  gap:18px;
  font:400 14px/1 Manrope,Arial,sans-serif
}
.projects .head-row>a span {
  padding:15px 24px;
  border:1px solid #d5a97a;
  border-radius:99px
}
.projects .head-row>a b {
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:1px solid #d5a97a;
  border-radius:50%;
  font-size:28px;
  font-weight:300;
  color:#d5a97a
}
.project-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:32px
}
.project-grid article {
  position:relative;
  aspect-ratio:1/1;
  border-radius:22px;
  overflow:hidden;
  background:#100d0d
}
.project-grid img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover
}
.project-grid article::after {
  content:"";
  position:absolute;
  inset:42% 0 0;
  background:linear-gradient(transparent,rgba(8,6,6,.88))
}
.project-grid h3 {
  position:absolute;
  z-index:1;
  left:20px;
  right:16px;
  bottom:18px;
  margin:0;
  font:400 clamp(15px,1.2vw,21px)/1.18 Manrope,Arial,sans-serif;
  color:#fff;
  text-transform:uppercase
}
@media(max-width:1000px) {
  .project-grid {
    grid-template-columns:repeat(3,1fr);
    gap:18px
  }
  .project-grid article:nth-child(n+4) {
    aspect-ratio:1.25/1
  }
  .project-grid article:nth-child(4) {
    grid-column:1/2
  }
  .project-grid article:nth-child(5) {
    grid-column:2/3
  }
}
@media(max-width:600px) {
  .projects {
    padding:28px 14px 34px
  }
  .projects .head-row {
    display:block;
    margin-bottom:22px
  }
  .projects .head-row h2 {
    font-size:28px
  }
  .projects .head-row>a {
    margin-top:18px;
    gap:10px;
    font-size:10px
  }
  .projects .head-row>a span {
    padding:11px 16px
  }
  .projects .head-row>a b {
    width:39px;
    height:39px;
    font-size:20px
  }
  .project-grid {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .project-grid article,.project-grid article:nth-child(n+4) {
    aspect-ratio:1/1
  }
  .project-grid article:nth-child(4) {
    grid-column:auto
  }
  .project-grid article:nth-child(5) {
    grid-column:1/-1;
    aspect-ratio:2.08/1
  }
  .project-grid h3 {
    left:12px;
    bottom:12px;
    font-size:12px
  }
}
.projects .head-row h2 {
  font-size:clamp(30px,2.35vw,40px)
}
.projects .head-row h2>span {
  display:block
}
.project-dots {
  display:none
}
@media(max-width:600px) {
  .projects .head-row h2 {
    font-size:24px;
    line-height:1.02
  }
  .projects .head-row h2>span {
    white-space:nowrap
  }
  .project-grid {
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding:0 8vw 4px 0;
    scrollbar-width:none
  }
  .project-grid::-webkit-scrollbar {
    display:none
  }
  .project-grid article,.project-grid article:nth-child(n+4),.project-grid article:nth-child(5) {
    flex:0 0 82vw;
    grid-column:auto;
    aspect-ratio:1/1;
    scroll-snap-align:start
  }
  .project-dots {
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:16px
  }
  .project-dots button {
    width:7px;
    height:7px;
    padding:0;
    border:1px solid #d5a97a;
    border-radius:50%;
    background:transparent
  }
  .project-dots button.active {
    background:#d5a97a;
    transform:scale(1.25)
  }
}
@media(max-width:600px) {
  .projects {
    padding-left:24px;
    padding-right:24px
  }
  .project-grid {
    padding-right:24px
  }
  .project-grid article,.project-grid article:nth-child(n+4),.project-grid article:nth-child(5) {
    flex-basis:calc(100vw - 72px)
  }
  .projects .head-row>a b {
    line-height:1;
    padding-bottom:4px
  }
}
@media(max-width:600px) {
  .projects .head-row h2 {
    max-width:100%;
    font-size:clamp(18px,5.8vw,24px);
    letter-spacing:-.015em
  }
  .projects .head-row h2>span {
    display:block;
    max-width:100%;
    white-space:nowrap
  }
}
.contact[hidden] {
  display:none
}
footer {
  display:block;
  padding:28px clamp(24px,4vw,48px) 30px;
  border-top:1px solid #745238;
  background:#171111;
  color:#f4e7d9
}
.footer-main {
  display:grid;
  grid-template-columns:300px 1fr auto;
  align-items:center;
  gap:44px
}
.footer-brand img {
  display:block;
  width:250px;
  height:auto
}
.footer-main nav {
  display:flex;
  justify-content:center;
  gap:34px;
  font-size:12px
}
.footer-contacts {
  display:flex;
  align-items:center;
  gap:34px
}
.footer-socials {
  display:flex;
  align-items:center;
  gap:12px
}
.footer-socials a {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(213,169,122,.75);
  border-radius:50%;
  font:500 10px/1 Manrope,Arial,sans-serif;
  color:#f4e7d9
}
.footer-socials a:first-child {
  font-size:20px;
  transform:rotate(-25deg)
}
.footer-phone {
  font:400 14px/1 "Cormorant Garamond",serif;
  text-decoration:underline;
  text-underline-offset:3px;
  white-space:nowrap
}
footer>small {
  display:block;
  margin:24px 0 0 26px;
  color:#887c77;
  font-size:10px
}
@media(max-width:800px) {
  footer {
    padding:28px 24px
  }
  .footer-main {
    grid-template-columns:1fr;
    justify-items:start;
    gap:24px
  }
  .footer-brand img {
    width:220px
  }
  .footer-main nav {
    display:grid;
    grid-template-columns:repeat(2,auto);
    justify-content:start;
    gap:12px 30px
  }
  .footer-contacts {
    width:100%;
    justify-content:space-between;
    gap:18px
  }
  .footer-socials a {
    width:36px;
    height:36px
  }
  .footer-phone {
    font-size:15px
  }
  footer>small {
    margin:22px 0 0;
    font-size:9px
  }
}
.footer-socials a {
  border:0;
  border-radius:0
}
.footer-socials a:first-child {
  font-size:inherit;
  transform:none
}
.footer-socials img {
  display:block;
  width:26px;
  height:26px;
  object-fit:contain
}
.footer-socials a:first-child img {
  width:28px;
  height:28px
}
.footer-phone {
  font:400 14px/1.2 Manrope,Arial,sans-serif;
  letter-spacing:.02em
}
@media(max-width:800px) {
  .footer-socials img {
    width:28px;
    height:28px
  }
  .footer-socials a:first-child img {
    width:30px;
    height:30px
  }
  .footer-phone {
    font-size:14px
  }
}
.workflow {
  padding:20px clamp(18px,3.4vw,54px) 32px;
  background:#171111;
  border-top:1px solid #745238
}
.workflow header {
  margin-bottom:22px
}
.workflow header h2 {
  font-size:clamp(27px,2.25vw,38px);
  line-height:1.05;
  color:#f4e7d9
}
.workflow header h2 span {
  display:block;
  font-size:.72em;
  color:#d5a97a;
  margin-bottom:7px
}
.workflow-divider {
  display:block;
  width:min(355px,40vw);
  height:auto;
  margin:12px auto 0
}
.workflow-track {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:0
}
.workflow-step {
  min-width:0;
  text-align:center
}
.workflow-step>img {
  display:block;
  width:calc(100% - 8px);
  /* Let the card width control height instead of the intrinsic HTML height. */
  height:auto;
  aspect-ratio:182/222;
  margin:0 4px 13px;
  border:0;
  border-radius:17px;
  object-fit:cover
}
.workflow-copy {
  min-height:175px;
  padding:0 11px;
  border-right:1px solid rgba(191,141,89,.45)
}
.workflow-step:last-child .workflow-copy {
  border-right:0
}
.workflow-num {
  font:400 23px/1 Manrope,Arial,sans-serif;
  color:#d5a97a
}
.workflow-step h3 {
  min-height:44px;
  margin:9px 0 8px;
  font:500 clamp(12px,1vw,16px)/1.12 "Cormorant Garamond",serif;
  color:#d5a97a;
  text-transform:uppercase
}
.workflow-step p {
  max-width:175px;
  margin:0 auto;
  font:400 clamp(12px,.9vw,16px)/1.4 "Cormorant Garamond",serif;
  color:#f4e7d9
}
@media(max-width:900px) {
  .workflow {
    padding-left:24px;
    padding-right:24px
  }
  .workflow-track {
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:0 18vw 8px 0;
    scrollbar-width:none
  }
  .workflow-track::-webkit-scrollbar {
    display:none
  }
  .workflow-step {
    flex:0 0 min(36vw,210px);
    scroll-snap-align:start
  }
  .workflow-copy {
    border-right:0;
    padding:0 5px
  }
  .workflow-step>img {
    width:100%;
    margin:0 0 12px
  }
  .workflow-step h3 {
    font-size:15px
  }
  .workflow-step p {
    font-size:12px
  }
}
@media(max-width:600px) {
  .workflow {
    padding:24px 24px 28px
  }
  .workflow header {
    margin-bottom:20px
  }
  .workflow header h2 {
    font-size:clamp(23px,7vw,29px);
    line-height:1
  }
  .workflow header h2 span {
    font-size:.68em;
    margin-bottom:6px
  }
  .workflow-divider {
    width:220px;
    max-width:72vw;
    margin-top:10px
  }
  .workflow-track {
    gap:12px;
    padding-right:22vw
  }
  .workflow-step {
    flex-basis:calc((100vw - 60px)/2)
  }
  .workflow-step>img {
    border-radius:15px
  }
  .workflow-copy {
    min-height:166px
  }
  .workflow-num {
    font-size:22px
  }
  .workflow-step h3 {
    min-height:40px;
    margin:8px 0 7px;
    font-size:13px;
    line-height:1.15
  }
  .workflow-step p {
    font-size:13px;
    line-height:1.35
  }
}
.expertise {
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid #8b603d;
  border-bottom:1px solid #8b603d;
  background:#1d1314
}
.expertise-card {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-width:0;
  min-height:355px
}
.expertise-card:first-child {
  border-right:1px solid #5e4130
}
.expertise-copy {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:30px clamp(22px,3vw,48px) 27px
}
.expertise-copy h2 {
  margin:0 0 13px;
  font:500 clamp(23px,1.65vw,32px)/1.05 "Cormorant Garamond",serif;
  color:#f4e7d9;
  text-transform:uppercase
}
.expertise-copy>p {
  max-width:300px;
  margin:0 0 16px;
  font:400 13px/1.45 "Cormorant Garamond",serif;
  color:#f4e7d9
}
.expertise-copy ul {
  display:grid;
  gap:9px;
  margin:0 0 18px;
  padding:0;
  list-style:none
}
.expertise-copy li {
  position:relative;
  padding-left:28px;
  font:400 12px/1.25 "Cormorant Garamond",serif;
  color:#e5d8cd
}
.expertise-copy li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  border:1px solid #d5a97a;
  border-radius:50%;
  color:#d5a97a;
  font:400 9px/1 Manrope,Arial,sans-serif
}
.expertise-copy>a {
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:auto;
  padding:10px 16px;
  border:1px solid #d5a97a;
  border-radius:99px;
  font:400 11px/1 Manrope,Arial,sans-serif;
  text-transform:uppercase
}
.expertise-copy>a span {
  font-size:7px;
  color:#fff
}
.expertise-image {
  position:relative;
  min-width:0;
  overflow:hidden
}
.expertise-image img {
  display:block;
  width:100%;
  height:100%
}
.investment-image {
  background:#1d1314
}
.investment-image img {
  object-fit:cover;
  object-position:center
}
.smart-image {
  background:#e5e5e1
}
.smart-image img {
  object-fit:cover;
  object-position:center
}
.expertise-smart .expertise-copy {
  padding-left:clamp(24px,3.2vw,52px)
}
@media(max-width:1100px) {
  .expertise {
    grid-template-columns:1fr
  }
  .expertise-card:first-child {
    border-right:0;
    border-bottom:1px solid #5e4130
  }
  .expertise-card {
    min-height:390px
  }
  .expertise-copy h2 {
    font-size:30px
  }
  .expertise-copy>p {
    font-size:14px
  }
  .expertise-copy li {
    font-size:13px
  }
}
@media(max-width:600px) {
  .expertise {
    display:block
  }
  .expertise-card {
    display:flex;
    flex-direction:column;
    min-height:0
  }
  .expertise-copy,.expertise-smart .expertise-copy {
    padding:30px 24px 26px
  }
  .expertise-copy h2 {
    font-size:26px;
    margin-bottom:12px
  }
  .expertise-copy>p {
    max-width:340px;
    font-size:14px;
    margin-bottom:18px
  }
  .expertise-copy ul {
    gap:11px;
    margin-bottom:24px
  }
  .expertise-copy li {
    font-size:13px;
    padding-left:29px
  }
  .expertise-copy>a {
    margin-top:0;
    padding:11px 18px
  }
  .expertise-image {
    height:300px
  }
  .investment-image img {
    object-fit:contain;
    object-position:center bottom
  }
  .smart-image img {
    object-position:center 48%
  }
  .expertise-smart {
    border-bottom:0
  }
}
.expertise-image picture {
  display:block;
  width:100%;
  height:100%
}
.furniture {
  display:grid;
  grid-template-columns:41% 59%;
  min-height:420px;
  background:#1b1513;
  border-bottom:1px solid #8b603d
}
.furniture-copy {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:40px clamp(24px,4vw,60px)
}
.furniture-copy h2 {
  margin:0 0 14px;
  color:#d5a97a;
  font:500 clamp(24px,1.7vw,32px)/1.15 "Cormorant Garamond",serif;
  text-transform:uppercase
}
.furniture-copy>p {
  margin:0 0 30px;
  color:#f4e7d9;
  font:400 16px/1.45 "Cormorant Garamond",serif
}
.furniture-copy ul {
  display:grid;
  gap:12px;
  margin:0 0 30px;
  padding:0;
  list-style:none
}
.furniture-copy li {
  position:relative;
  padding-left:33px;
  color:#f4e7d9;
  font:400 16px/1.3 "Cormorant Garamond",serif
}
.furniture-copy li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  border:1px solid #d5a97a;
  border-radius:50%;
  color:#d5a97a;
  font:400 12px/1 Arial,sans-serif
}
.furniture-copy button {
  margin-top:auto;
  padding:13px 22px;
  border:1px solid #d5a97a;
  border-radius:99px;
  background:transparent;
  color:#f4e7d9;
  font:400 14px/1.2 Manrope,Arial,sans-serif;
  text-transform:uppercase;
  opacity:1
}
.furniture-image {
  position:relative;
  min-width:0;
  min-height:0;
  overflow:hidden
}
.furniture-copy button {
  display:none
}
.furniture-image img {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
@media(max-width:900px) {
  .furniture {
    grid-template-columns:1fr
  }
  .furniture-copy {
    padding:32px 24px
  }
  .furniture-copy h2 {
    font-size:26px
  }
  .furniture-copy>p br {
    display:none
  }
  .furniture-image {
    aspect-ratio:1275/633
  }
  .furniture-image img {
    object-fit:contain
  }
  .furniture-copy button {
    margin-top:0
  }
}
@media(max-width:600px) {
  .expertise-image img {
    object-fit:cover;
    object-position:center
  }
}
@media(min-width:1101px) {
  .expertise {
    height:420px;
    grid-template-rows:minmax(0,1fr)
  }
  .expertise-card {
    height:100%;
    min-height:0;
    grid-template-rows:minmax(0,1fr)
  }
  .expertise-smart {
    grid-template-columns:minmax(0,65%) minmax(0,35%)
  }
  .expertise-copy {
    min-width:0;
    min-height:0
  }
  .expertise-copy>p {
    font-size:16px
  }
  .expertise-copy li {
    font-size:15px
  }
  .expertise-image {
    min-height:0
  }
  .expertise-image img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover
  }
}
.project-category-link {
  display:block;
  width:100%;
  height:100%
}
.project-grid article::after {
  pointer-events:none
}
.project-category-link:focus-visible {
  outline:2px solid #e8bf8f;
  outline-offset:-4px
}
img,picture,.marked {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none
}
img {
  -webkit-user-drag:none
}
.back-to-top {
  position:fixed;
  right:max(20px,env(safe-area-inset-right));
  bottom:max(20px,env(safe-area-inset-bottom));
  z-index:50;
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  padding:0;
  border:1px solid #d5a97a;
  border-radius:50%;
  background:#211718ed;
  color:#e5bd8f;
  box-shadow:0 4px 20px #0005;
  cursor:pointer;
  transition:background .2s,transform .2s
}
.back-to-top[hidden] {
  display:none
}
.back-to-top:hover {
  background:#452a24;
  transform:translateY(-3px)
}
.back-to-top:focus-visible {
  outline:2px solid #f4e7d9;
  outline-offset:4px
}
#furniture {
  scroll-margin-top:0
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .back-to-top {
    transition:none
  }
}
.menu {
  cursor:pointer;
  min-width:44px;
  min-height:44px;
  flex-shrink:0
}
.menu:focus-visible {
  outline:2px solid #d5a97a;
  outline-offset:3px
}
@media(max-width:800px) {
  .nav nav.open {
    display:flex;
    position:absolute;
    top:100%;
    left:18px;
    right:18px;
    margin:0;
    padding:12px;
    gap:0;
    flex-direction:column;
    background:#211718;
    border:1px solid #bf8d59;
    border-radius:12px;
    box-shadow:0 12px 32px #0006;
    max-height:calc(100dvh - 100px);
    overflow-y:auto
  }
  .nav nav.open a {
    display:block;
    padding:14px 16px;
    font-size:16px;
    line-height:1.4;
    border-radius:6px
  }
  .nav nav.open a:hover,.nav nav.open a:focus-visible {
    background:#3b2522;
    color:#e5bd8f
  }
}
.music-toggle {
  position:fixed;
  left:max(20px,env(safe-area-inset-left));
  bottom:max(20px,env(safe-area-inset-bottom));
  z-index:50;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:10px 16px;
  border:1px solid #d5a97a;
  border-radius:30px;
  background:#211718ed;
  color:#e5bd8f;
  font:400 14px/1.3 Manrope,Arial,sans-serif;
  box-shadow:0 4px 20px #0005;
  cursor:pointer
}
.music-toggle>span:first-child {
  font-size:20px;
  width:20px;
  text-align:center
}
.music-toggle:hover {
  background:#452a24
}
.music-toggle:focus-visible {
  outline:2px solid #f4e7d9;
  outline-offset:4px
}
/* Academy benefits — supplied gold icons and four-column reference layout. */
#academy {
  background:#1b1513;
  padding:38px clamp(24px,2.2vw,44px) 52px;
  border-top:0;
  border-bottom:1px solid #ac875b
}
#academy>header {
  margin-bottom:38px
}
#academy>header p {
  margin:0 0 28px;
  color:#d5a97a;
  font:500 .875rem/1.5 "Cormorant Garamond",serif;
  letter-spacing:.22em
}
#academy h2 {
  font-size:clamp(28px,2.7vw,46px);
  line-height:1.15;
  text-wrap:balance
}
#academy .benefits-divider {
  display:block;
  width:min(356px,60%);
  height:auto;
  margin:22px auto 0
}
#academy .benefits {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}
#academy .benefit {
  display:grid;
  grid-template-columns:minmax(64px,29%) minmax(0,1fr);
  align-items:start;
  gap:12px;
  min-height:240px;
  padding:22px 16px;
  border:1px solid #b38b5c;
  border-radius:12px;
  background:transparent
}
#academy .benefit-icon {
  display:block;
  width:100%;
  max-width:120px;
  height:100px;
  object-fit:contain;
  margin:12px auto 0
}
#academy .benefit-copy {
  min-width:0
}
#academy .benefit-number {
  display:block;
  margin:0 0 6px;
  color:#d5a97a;
  font:400 .875rem/1.25 Manrope,Arial,sans-serif;
  font-variant-numeric:tabular-nums
}
#academy .benefit h3 {
  margin:0 0 14px;
  color:#d5a97a;
  font:500 clamp(20px,1.35vw,24px)/1.25 "Cormorant Garamond",serif;
  text-transform:none
}
#academy .benefit p {
  margin:0;
  color:#f4e7d9;
  font:500 1rem/1.45 "Cormorant Garamond",serif
}
@media(max-width:1199px) {
  #academy .benefits {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  #academy .benefit {
    min-height:220px;
    padding:22px;
    gap:18px
  }
}
@media(max-width:600px) {
  #academy {
    padding:32px 24px 38px
  }
  #academy>header {
    margin-bottom:26px
  }
  #academy>header p {
    font-size:.75rem;
    letter-spacing:.17em;
    margin-bottom:18px
  }
  #academy h2 {
    font-size:30px
  }
  #academy .benefits-divider {
    margin-top:16px;
    width:min(280px,85%)
  }
  #academy .benefits {
    grid-template-columns:minmax(0,1fr);
    gap:12px
  }
  #academy .benefit {
    grid-template-columns:72px minmax(0,1fr);
    min-height:0;
    padding:20px 16px;
    gap:14px
  }
  #academy .benefit-icon {
    height:80px;
    margin-top:14px
  }
  #academy .benefit h3 {
    font-size:22px;
    margin-bottom:12px
  }
}
.expertise .expertise-copy>a span {
  font-size:14px;
  line-height:1
}
.workflow-scroll-control {
  display:none
}
@media(max-width:800px) {
  .discuss-arrow {
    display:none
  }
}
@media(max-width:900px) {
  .workflow-scroll-control {
    display:flex;
    justify-content:flex-end;
    margin:-6px 0 16px
  }
  .workflow-next {
    display:inline-flex;
    align-items:center;
    gap:16px;
    min-height:44px;
    padding:8px 0 8px 14px;
    border:0;
    background:transparent;
    color:#d5a97a;
    font:400 14px/1.3 Manrope,Arial,sans-serif;
    cursor:pointer
  }
  .workflow-next:disabled {
    opacity:.5;
    cursor:default
  }
  .workflow-next:focus-visible,.workflow-track:focus-visible {
    outline:1px solid #d5a97a;
    outline-offset:4px
  }
  .workflow .workflow-track {
    scrollbar-width:thin;
    scrollbar-color:#d5a97a #382820;
    padding-bottom:18px
  }
  .workflow .workflow-track::-webkit-scrollbar {
    display:block;
    height:4px
  }
  .workflow .workflow-track::-webkit-scrollbar-track {
    background:#382820;
    border-radius:4px
  }
  .workflow .workflow-track::-webkit-scrollbar-thumb {
    background:#d5a97a;
    border-radius:4px
  }
}
/* Shared interaction feedback for project cards and rounded controls. */
.projects .project-category-link {
  position:relative;
  cursor:pointer
}
.projects .project-category-link::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  border:2px solid #e5bd8f;
  border-radius:inherit;
  box-shadow:inset 0 0 24px #d5a97a22;
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease
}
.projects .project-category-link {
  border-radius:inherit
}
.projects .project-category-link img {
  transition:transform .6s cubic-bezier(.2,.65,.3,1),filter .4s ease
}
.projects .project-category-link h3 {
  transition:transform .35s ease,color .35s ease
}
.projects .project-category-link:focus-visible::after {
  opacity:1
}
.projects .project-category-link:focus-visible h3 {
  color:#f0c999
}
body :is(.pill,.cta,.ghost,.contact-link,.expertise-copy>a,.gallery-controls>button,.dialog-controls button,.library-heading button,#dialog-close,.music-toggle,.back-to-top,.footer-socials a,.project-dots button,#gallery-dots button,.contact button,.furniture-copy button):not(:disabled):not([aria-disabled="true"]) {
  cursor:pointer;
  transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease
}
body :is(.pill,.cta,.ghost,.contact-link,.expertise-copy>a,.gallery-controls>button,.dialog-controls button,.library-heading button,#dialog-close,.music-toggle,.back-to-top,.footer-socials a,.project-dots button,#gallery-dots button,.contact button,.furniture-copy button):focus-visible {
  outline:2px solid #f0c999;
  outline-offset:4px;
  box-shadow:0 0 0 4px #d5a97a20
}
@media(hover:hover) and (pointer:fine) {
  .projects .project-category-link:hover img {
    transform:scale(1.055);
    filter:brightness(1.08)
  }
  .projects .project-category-link:hover::after {
    opacity:1
  }
  .projects .project-category-link:hover h3 {
    transform:translateY(-4px);
    color:#f0c999
  }
  body :is(.pill,.cta,.ghost,.contact-link,.expertise-copy>a,.gallery-controls>button,.dialog-controls button,.library-heading button,#dialog-close,.music-toggle,.back-to-top,.footer-socials a,.contact button,.furniture-copy button):not(:disabled):not([aria-disabled="true"]):hover {
    background-color:#51372b;
    border-color:#f0c999;
    color:#fff1df;
    box-shadow:0 6px 20px #0005,0 0 15px #d5a97a25;
    transform:translateY(-2px)
  }
  body :is(.project-dots button,#gallery-dots button):not(:disabled):hover {
    background-color:#f0c999;
    box-shadow:0 0 0 4px #d5a97a25;
    transform:scale(1.25)
  }
}
body :is(.pill,.cta,.ghost,.contact-link,.expertise-copy>a,.gallery-controls>button,.dialog-controls button,.library-heading button,#dialog-close,.music-toggle,.back-to-top,.footer-socials a,.project-dots button,#gallery-dots button,.contact button,.furniture-copy button):not(:disabled):not([aria-disabled="true"]):active {
  transform:scale(.97);
  background-color:#674630
}
.projects .project-category-link:active::after {
  opacity:1
}
@media(prefers-reduced-motion:reduce) {
  .projects .project-category-link img,.projects .project-category-link h3,.projects .project-category-link::after,body :is(.pill,.cta,.ghost,.contact-link,.expertise-copy>a,.gallery-controls>button,.dialog-controls button,.library-heading button,#dialog-close,.music-toggle,.back-to-top,.footer-socials a,.project-dots button,#gallery-dots button,.contact button,.furniture-copy button):not(:disabled) {
    transition:none;
    transform:none
  }
  .projects .project-category-link:hover img,.projects .project-category-link:hover h3,body :is(.pill,.cta,.ghost,.contact-link,.expertise-copy>a,.gallery-controls>button,.dialog-controls button,.library-heading button,#dialog-close,.music-toggle,.back-to-top,.footer-socials a,.project-dots button,#gallery-dots button,.contact button,.furniture-copy button):not(:disabled):is(:hover,:active) {
    transform:none
  }
}
.projects .portfolio-label {
  display:block;
  flex-shrink:0;
  margin-left:auto;
  padding-left:24px;
  color:#d5a97a;
  font:400 16px/1.4 Manrope,Arial,sans-serif;
  letter-spacing:.035em;
  text-align:right
}
.projects .project-grid .project-category-link {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%
}
.projects .project-category-link>img,.projects .project-category-link>h3 {
  pointer-events:none
}
.nav nav a,.footer-main nav a,.portfolio-nav>a:not(:first-child):not(.contact-link) {
  transition:color .2s ease
}
@media(hover:hover) {
  .nav nav a:hover,.footer-main nav a:hover,.portfolio-nav>a:not(:first-child):not(.contact-link):hover {
    color:#f0c999
  }
}
.nav nav a:focus-visible,.footer-main nav a:focus-visible,.portfolio-nav>a:not(:first-child):not(.contact-link):focus-visible {
  color:#f0c999;
  outline:1px solid #d5a97a;
  outline-offset:5px
}
@media(max-width:800px) {
  .projects .portfolio-label {
    margin-top:16px;
    padding-left:0;
    font-size:14px
  }
}
@media(prefers-reduced-motion:reduce) {
  .nav nav a,.footer-main nav a,.portfolio-nav>a:not(:first-child):not(.contact-link) {
    transition:none
  }
}
