
#smooth-wrapper{overflow:hidden}
#smooth-content{will-change:transform}

.v6-container{width:var(--container);margin-inline:auto}
.v6-generic{padding:160px 0 80px}
.v6-entry__title{font-family:"Cormorant Garamond",serif;font-size:64px;line-height:1.02;margin-bottom:18px}

.v6-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:200;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 28px;
  transition:transform .5s ease, background-color .35s ease, backdrop-filter .35s ease;
}
.v6-header.is-scrolled{
  background:rgba(11,17,24,.62);
  backdrop-filter:blur(12px);
}
.v6-brand{display:inline-flex;align-items:center}
.v6-brand img{width:110px;height:auto;filter:brightness(0) invert(1)}
.v6-brand span{color:#fff;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.v6-nav--desktop{margin-left:auto}
.v6-menu{list-style:none;display:flex;align-items:center;gap:24px}
.v6-menu a{font-size:13px;line-height:1.4;color:#fff;letter-spacing:.16em;text-transform:uppercase}
.v6-actions{display:flex;align-items:center;gap:12px}
.v6-burger{
  width:44px;height:44px;border-radius:50%;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.08);
  position:relative;color:#fff
}
.v6-burger span{
  position:absolute;left:12px;right:12px;height:2px;background:#fff;border-radius:999px
}
.v6-burger span:first-child{top:17px}
.v6-burger span:last-child{top:25px}
.v6-mobile-menu{
  position:fixed;inset:0;background:rgba(6,10,16,.94);z-index:199
}
.v6-mobile-menu__inner{
  min-height:100vh;display:grid;place-items:center
}
.v6-mobile-list{list-style:none;text-align:center}
.v6-mobile-list li+li{margin-top:18px}
.v6-mobile-list a{font-family:"Cormorant Garamond",serif;font-size:clamp(32px,4vw,58px);color:#fff}

.v6-loader{
  position:fixed;inset:0;background:#0c1016;z-index:999;
  display:grid;place-items:center;transition:opacity .7s ease,visibility .7s ease
}
.v6-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.v6-loader__logo{width:min(320px,56vw);filter:brightness(0) invert(1)}
.v6-loader__wordmark{font-family:"Cormorant Garamond",serif;font-size:72px;color:#fff}

.v6-home{background:var(--bg-2)}
.v6-section{position:relative;padding:120px 0}
.v6-section--light{background:var(--bg)}
.v6-section--dark{background:var(--dark);color:#fff}
.v6-section--center{padding-top:140px;padding-bottom:80px}

.v6-surtitle{
  display:inline-block;margin-bottom:18px;
  font-size:12px;line-height:1.4;text-transform:uppercase;
  letter-spacing:.22em;color:var(--muted)
}
.v6-title{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(44px,5vw,84px);
  line-height:1.02;
  font-weight:500;
  letter-spacing:-.03em;
  color:var(--ink);
}
.v6-title--hero{
  font-size:clamp(58px,8vw,118px);
  color:#fff;
  max-width:980px;
}
.v6-title--light{color:#fff}
.v6-title--small{font-size:clamp(40px,4vw,64px)}
.v6-copy{
  font-size:16px;line-height:1.95;color:var(--ink);max-width:620px
}
.v6-copy--hero{
  color:rgba(255,255,255,.88);
  text-align:center;
  max-width:720px;
  margin:18px auto 0;
}
.v6-copy--light{color:rgba(255,255,255,.85)}
.v6-copy--wide{max-width:760px;margin-inline:auto;text-align:center}

.v6-button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:56px;padding:0 30px;border-radius:999px;
  background:#fff;color:var(--ink);font-weight:700;
  letter-spacing:.04em;transition:transform .3s ease, box-shadow .3s ease;
  margin-top:28px
}
.v6-button:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(0,0,0,.18)}
.v6-button--dark{background:var(--ink);color:#fff}
.v6-button--ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.28)}

.v6-hero{
  min-height:100vh;position:relative;overflow:hidden;background:#0d1118
}
.v6-hero__split{
  position:absolute;inset:0;display:grid;grid-template-columns:1.1fr .9fr .9fr
}
.v6-hero__panel{overflow:hidden;position:relative}
.v6-hero__panel::after{
  content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0,0,0,.12), rgba(0,0,0,.38))
}
.v6-hero__panel img{
  width:100%;height:100%;object-fit:cover;transform:scale(1.08)
}
.v6-hero__overlay{
  position:absolute;inset:0;
  background:radial-gradient(circle at center, rgba(0,0,0,.08), rgba(0,0,0,.34));
  z-index:1
}
.v6-hero__content{
  min-height:100vh;position:relative;z-index:2;
  display:grid;align-content:center;justify-items:center;text-align:center;
  padding-top:86px
}

.v6-gallery{padding:24px 0}
.v6-gallery__grid{
  display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px
}
.v6-gallery__card,.v6-frame,.v6-menu-card__media{
  overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow)
}
.v6-gallery__card img,.v6-frame img,.v6-menu-card__media img,.v6-mini-grid img{
  width:100%;height:100%;object-fit:cover
}

.v6-split{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:44px;align-items:center
}
.v6-split--reverse .v6-split__copy{order:2}
.v6-split--reverse .v6-split__visual{order:1}
.v6-frame--tall{aspect-ratio:1 / 1.12}
.v6-frame--plate{aspect-ratio:1 / 1.06}
.v6-frame--wide{aspect-ratio:1 / .76}

.v6-center-block{text-align:center}
.v6-center-block .v6-title,
.v6-center-block .v6-copy{margin-inline:auto}

.v6-menu-grid{
  width:var(--container);margin:44px auto 0;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px
}
.v6-menu-card{
  background:rgba(255,255,255,.74);
  border:1px solid var(--line);
  border-radius:28px;
  padding:18px;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease
}
.v6-menu-card:hover{
  transform:translateY(-10px);
  box-shadow:var(--shadow);
  border-color:rgba(15,28,42,.16)
}
.v6-menu-card__media{aspect-ratio:4 / 4.8;margin-bottom:18px}
.v6-menu-card h3{
  font-family:"Cormorant Garamond",serif;font-size:36px;line-height:1.08;font-weight:500;
  margin-bottom:10px;color:var(--ink)
}
.v6-menu-card p{font-size:15px;line-height:1.84;color:#3b4652}

.v6-service-row{
  width:var(--container);margin:0 auto 80px;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:44px;align-items:center
}
.v6-service-row--reverse .v6-service-row__text{order:2}
.v6-service-row--reverse .v6-service-row__media{order:1}
.v6-number{
  font-family:"Cormorant Garamond",serif;
  font-size:64px;line-height:1;margin-bottom:10px;color:var(--ink)
}
.v6-mini-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:14px
}
.v6-mini-grid img{border-radius:20px;aspect-ratio:1 / 1}

.v6-footer{
  background:var(--dark);color:#efe8dc
}
.v6-footer__top{
  width:var(--container);margin-inline:auto;
  padding:120px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px
}
.v6-footer__top h3{
  margin-bottom:14px;font-size:14px;line-height:1.4;text-transform:uppercase;letter-spacing:.18em
}
.v6-footer__top p{font-size:15px;line-height:1.9;color:#efe8dc}
.v6-footer__bottom{border-top:1px solid rgba(255,255,255,.08)}
.v6-footer__bottom-inner{
  width:var(--container);margin-inline:auto;
  padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:18px
}
.v6-footer__logo{height:30px;width:auto;filter:brightness(0) invert(1)}

.v6-word,.v6-line{display:inline-block;overflow:hidden}
.v6-word{will-change:transform,opacity}

@media (max-width:1024px){
  .v6-nav--desktop{display:none}
  .v6-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .v6-menu-grid,.v6-split,.v6-service-row,.v6-footer__top{grid-template-columns:1fr}
  .v6-split--reverse .v6-split__copy,.v6-split--reverse .v6-split__visual,
  .v6-service-row--reverse .v6-service-row__text,.v6-service-row--reverse .v6-service-row__media{order:initial}
  .v6-hero__split{grid-template-columns:1fr 1fr}
}
@media (max-width:767px){
  #smooth-wrapper,#smooth-content{overflow:visible;will-change:auto}
  .v6-header{padding:16px}
  .v6-brand img{width:82px}
  .v6-button--ghost{display:none}
  .v6-container{width:min(calc(100vw - 32px), 1320px)}
  .v6-section{padding:78px 0}
  .v6-gallery{display:none}
  .v6-hero__split{grid-template-columns:1fr}
  .v6-hero__panel:nth-child(n+2){display:none}
  .v6-title--hero{font-size:46px}
  .v6-title{font-size:42px}
  .v6-menu-grid{grid-template-columns:1fr}
  .v6-footer__bottom-inner{flex-direction:column;text-align:center}
}


/* Header V2 */
.v6-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:200;
  padding:18px 22px;
  transition:transform .45s ease, background-color .35s ease, backdrop-filter .35s ease, border-color .35s ease;
}
.v6-header.is-scrolled{
  background:rgba(11,17,24,.68);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.v6-header__inner{
  width:min(calc(100vw - 16px), 1600px);
  margin:0 auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
}
.v6-brand{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
}
.v6-brand img{
  width:110px;
  height:auto;
  filter:brightness(0) invert(1);
}
.v6-nav--desktop{
  justify-self:center;
}
.v6-menu{
  list-style:none;
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  padding:0;
}
.v6-menu > li{
  position:relative;
}
.v6-menu > li > a{
  display:inline-flex;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:background-color .3s ease, color .3s ease, opacity .3s ease;
}
.v6-menu > li:hover > a,
.v6-menu > li.current-menu-item > a,
.v6-menu > li.current-menu-ancestor > a{
  background:rgba(255,255,255,.08);
}
.v6-menu .menu-item-has-children > a::after{
  content:"";
  width:7px;
  height:7px;
  border-right:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  margin-left:10px;
  opacity:.8;
  transition:transform .25s ease;
}
.v6-menu .menu-item-has-children:hover > a::after{
  transform:rotate(225deg) translateY(-1px);
}
.v6-menu .sub-menu{
  position:absolute;
  top:calc(100% + 14px);
  left:0;
  min-width:240px;
  list-style:none;
  margin:0;
  padding:12px;
  border-radius:22px;
  background:rgba(12,18,26,.94);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .28s ease, transform .28s ease, visibility .28s ease;
}
.v6-menu li:hover > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.v6-menu .sub-menu li + li{
  margin-top:4px;
}
.v6-menu .sub-menu a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  color:rgba(255,255,255,.92);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:background-color .24s ease, color .24s ease, transform .24s ease;
}
.v6-menu .sub-menu a:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
  transform:translateX(2px);
}
.v6-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.v6-button--ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
}
.v6-button--ghost:hover{
  background:rgba(255,255,255,.12);
}
.v6-burger{
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.08);
  position:relative;
  color:#fff;
  transition:background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.v6-burger:hover{
  background:rgba(255,255,255,.14);
  transform:translateY(-1px);
}
.v6-burger span{
  position:absolute;
  left:14px;
  right:14px;
  height:2px;
  background:#fff;
  border-radius:999px;
  transition:transform .25s ease, top .25s ease, opacity .25s ease;
}
.v6-burger span:first-child{top:18px}
.v6-burger span:last-child{top:28px}
.v6-burger[aria-expanded="true"] span:first-child{top:23px;transform:rotate(45deg)}
.v6-burger[aria-expanded="true"] span:last-child{top:23px;transform:rotate(-45deg)}

.v6-mobile-menu{
  position:fixed;
  inset:0;
  z-index:199;
}
.v6-mobile-menu__backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,11,16,.60);
  backdrop-filter:blur(8px);
  opacity:0;
  transition:opacity .35s ease;
}
.v6-mobile-menu__panel{
  position:absolute;
  top:0;
  right:0;
  width:min(460px, 92vw);
  height:100%;
  background:linear-gradient(180deg, rgba(12,18,26,.98), rgba(9,14,20,.98));
  border-left:1px solid rgba(255,255,255,.08);
  box-shadow:-24px 0 80px rgba(0,0,0,.28);
  transform:translateX(100%);
  transition:transform .5s cubic-bezier(.22,1,.36,1);
  display:flex;
  flex-direction:column;
  padding:22px;
}
.v6-mobile-menu.is-open .v6-mobile-menu__backdrop{
  opacity:1;
}
.v6-mobile-menu.is-open .v6-mobile-menu__panel{
  transform:translateX(0);
}
.v6-mobile-menu__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:28px;
}
.v6-mobile-menu__label{
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.v6-mobile-close{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  position:relative;
  color:#fff;
}
.v6-mobile-close span{
  position:absolute;
  left:12px;
  right:12px;
  top:20px;
  height:2px;
  background:#fff;
  border-radius:999px;
}
.v6-mobile-close span:first-child{transform:rotate(45deg)}
.v6-mobile-close span:last-child{transform:rotate(-45deg)}
.v6-mobile-menu__nav{
  flex:1;
  overflow:auto;
}
.v6-mobile-list{
  list-style:none;
  margin:0;
  padding:0;
}
.v6-mobile-list > li{
  border-bottom:1px solid rgba(255,255,255,.08);
}
.v6-mobile-list > li > a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  color:#fff;
  font-family:"Cormorant Garamond",serif;
  font-size:34px;
  line-height:1.08;
  letter-spacing:.01em;
}
.v6-mobile-list .menu-item-has-children > a::after{
  content:"+";
  font-family:inherit;
  font-size:26px;
  line-height:1;
  opacity:.7;
}
.v6-mobile-list .sub-menu{
  list-style:none;
  margin:0;
  padding:0 0 16px 10px;
}
.v6-mobile-list .sub-menu li + li{
  margin-top:8px;
}
.v6-mobile-list .sub-menu a{
  display:block;
  color:rgba(255,255,255,.74);
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  padding:6px 0;
}
.v6-mobile-menu__footer{
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}

@media (max-width: 1200px){
  .v6-nav--desktop{display:none}
}
@media (min-width: 1201px){
  .v6-burger,
  .v6-mobile-menu{display:none}
}
@media (max-width: 767px){
  .v6-header{padding:14px 14px}
  .v6-header__inner{
    width:100%;
    grid-template-columns:auto 1fr auto;
    gap:10px;
  }
  .v6-brand img{width:82px}
  .v6-actions{
    justify-self:end;
    gap:8px;
  }
  .v6-button--ghost{display:none}
  .v6-mobile-menu__panel{
    width:100vw;
    max-width:none;
    padding:18px;
  }
  .v6-mobile-list > li > a{
    font-size:30px;
    min-height:54px;
  }
}


/* Footer V2 */
.v6-footer{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(217,194,163,.10), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255,255,255,.06), transparent 24%),
    linear-gradient(180deg, #0b1118 0%, #0a0f15 100%);
  color:#efe8dc;
  border-top:1px solid rgba(255,255,255,.06);
}
.v6-footer__glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(90px);
  pointer-events:none;
  opacity:.18;
}
.v6-footer__glow--left{
  left:-120px;
  top:-80px;
  background:#d9c2a3;
}
.v6-footer__glow--right{
  right:-120px;
  bottom:-120px;
  background:#3b5d73;
}
.v6-footer__top{
  width:var(--container);
  margin-inline:auto;
  padding:120px 0 70px;
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);
  gap:54px;
  position:relative;
  z-index:1;
}
.v6-footer__intro{
  max-width:620px;
}
.v6-footer__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  font-size:12px;
  line-height:1.4;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#d9c2a3;
}
.v6-footer__title{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(40px, 4vw, 68px);
  line-height:1.02;
  font-weight:500;
  letter-spacing:-.03em;
  color:#fff;
  margin-bottom:18px;
}
.v6-footer__lead{
  max-width:560px;
  font-size:16px;
  line-height:1.9;
  color:rgba(239,232,220,.78);
}
.v6-footer__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.v6-footer__card{
  padding:24px 24px 22px;
  border-radius:24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  box-shadow:0 16px 36px rgba(0,0,0,.14);
  transition:transform .3s ease, border-color .3s ease, background-color .3s ease;
}
.v6-footer__card:hover{
  transform:translateY(-4px);
  border-color:rgba(217,194,163,.28);
  background:rgba(255,255,255,.06);
}
.v6-footer__card h3{
  margin:0 0 12px;
  font-size:12px;
  line-height:1.4;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:#d9c2a3;
}
.v6-footer__card p{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:#efe8dc;
}
.v6-footer__card p + p{
  margin-top:8px;
}
.v6-footer .v6-button{
  margin-top:28px;
}
.v6-footer .v6-button:hover{
  box-shadow:0 18px 40px rgba(0,0,0,.26);
}
.v6-footer__bottom{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(255,255,255,.08);
}
.v6-footer__bottom-inner{
  width:var(--container);
  margin-inline:auto;
  padding:22px 0 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.v6-footer__brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.v6-footer__logo{
  height:28px;
  width:auto;
  filter:brightness(0) invert(1);
  opacity:.95;
}
.v6-footer__meta{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  color:rgba(239,232,220,.68);
  font-size:12px;
  line-height:1.4;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.v6-footer__meta span{
  position:relative;
}
.v6-footer__meta span + span::before{
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(217,194,163,.7);
  margin-right:16px;
  vertical-align:middle;
}
@media (max-width: 1024px){
  .v6-footer__top{
    grid-template-columns:1fr;
    gap:34px;
    padding:90px 0 56px;
  }
}
@media (max-width: 767px){
  .v6-footer__top{
    width:min(calc(100vw - 32px), 1320px);
    padding:74px 0 44px;
    gap:26px;
  }
  .v6-footer__title{
    font-size:42px;
  }
  .v6-footer__card{
    padding:20px 18px 18px;
    border-radius:20px;
  }
  .v6-footer__bottom-inner{
    width:min(calc(100vw - 32px), 1320px);
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:18px 0 24px;
  }
  .v6-footer__meta{
    gap:10px;
  }
  .v6-footer__meta span + span::before{
    margin-right:10px;
  }
}
