.stoneart-closing{position:relative;min-height:850px;height:100svh;max-height:1000px;overflow:hidden;background:#171613;color:var(--stoneart-ivory)}
.stoneart-closing__image{position:absolute;inset:0;background-image:url("/static/images/home/closing.jpg");background-size:cover;background-position:center;transform:scale(1.03)}
.stoneart-closing__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,15,13,.92) 0%,rgba(16,15,13,.7) 42%,rgba(16,15,13,.22) 100%),linear-gradient(0deg,rgba(16,15,13,.92) 0%,transparent 45%,rgba(16,15,13,.3) 100%)}
.stoneart-closing__content{position:relative;width:min(1440px,calc(100% - 100px));height:100%;min-height:850px;margin:0 auto;padding:105px 0 30px;display:flex;flex-direction:column}
.stoneart-closing__top{display:grid;grid-template-columns:50px auto 1fr;align-items:center;gap:20px;color:rgba(242,239,232,.45);font-family:var(--stoneart-sans);font-size:8px;letter-spacing:.19em;text-transform:uppercase}
.stoneart-closing__number{font-family:var(--stoneart-serif);font-size:17px;color:rgba(242,239,232,.65);letter-spacing:0}
.stoneart-closing__line{height:1px;background:rgba(242,239,232,.2);margin-left:25px}
.stoneart-closing__main{margin:auto 0;padding:50px 0 70px;max-width:800px}
.stoneart-closing__eyebrow{display:block;margin-bottom:27px;color:rgba(242,239,232,.48);font-family:var(--stoneart-sans);font-size:8px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.stoneart-closing__main h2{margin:0 0 30px;font-family:var(--stoneart-serif);font-size:clamp(76px,9vw,138px);font-weight:300;line-height:.79;letter-spacing:-.06em}
.stoneart-closing__main h2 em{padding-left:clamp(45px,7vw,105px);color:#d2c9bc;font-style:italic}
.stoneart-closing__main p{max-width:390px;margin:0 0 30px;color:rgba(242,239,232,.58);font-family:var(--stoneart-sans);font-size:10px;line-height:1.9}
.stoneart-closing__button{display:inline-flex;align-items:center;justify-content:space-between;gap:70px;padding:17px 18px;width:235px;border:1px solid rgba(242,239,232,.45);color:var(--stoneart-ivory);text-decoration:none;font-family:var(--stoneart-sans);font-size:8px;font-weight:600;letter-spacing:.17em;text-transform:uppercase;transition:background .4s ease,color .4s ease}
.stoneart-closing__button span:last-child{font-size:16px;font-weight:300;transition:transform .35s cubic-bezier(.16,1,.3,1)}
.stoneart-closing__button:hover{background:var(--stoneart-ivory);color:var(--stoneart-charcoal)}
.stoneart-closing__button:hover span:last-child{transform:translate(5px,-5px)}
.stoneart-closing__details{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;border-top:1px solid rgba(242,239,232,.18);padding-top:20px;max-width:800px}
.stoneart-closing__detail{display:flex;flex-direction:column;gap:7px}
.stoneart-closing__detail span{color:rgba(242,239,232,.35);font-family:var(--stoneart-sans);font-size:6px;font-weight:500;letter-spacing:.16em;text-transform:uppercase}
.stoneart-closing__detail strong{color:rgba(242,239,232,.8);font-family:var(--stoneart-serif);font-size:16px;font-weight:400}
.stoneart-closing__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:30px;margin-top:auto;color:rgba(242,239,232,.32);font-family:var(--stoneart-sans);font-size:7px;letter-spacing:.15em;text-transform:uppercase}
.stoneart-closing__bottom a{color:rgba(242,239,232,.72);text-decoration:none;padding-bottom:7px;border-bottom:1px solid rgba(242,239,232,.35)}
.stoneart-closing__bottom a span{margin-left:20px;font-size:13px}
.stoneart-closing__bottom>span:last-child{text-align:right}
@media(max-width:1100px){
.stoneart-closing__content{width:calc(100% - 80px)}
.stoneart-closing__main h2{font-size:clamp(68px,8.5vw,108px)}
}
@media(max-width:900px){
.stoneart-closing{height:auto;min-height:0;max-height:none}
.stoneart-closing__content{height:auto;min-height:900px;padding:105px 0 35px}
.stoneart-closing__main{margin:130px 0 100px}
.stoneart-closing__details{max-width:none}
}
@media(max-width:600px){
.stoneart-closing__content{width:calc(100% - 40px);min-height:850px;padding:85px 0 25px}
.stoneart-closing__top{grid-template-columns:30px auto 1fr;gap:10px;font-size:6px;letter-spacing:.14em}
.stoneart-closing__number{font-size:14px}
.stoneart-closing__line{margin-left:8px}
.stoneart-closing__main{margin:100px 0 75px;padding:0}
.stoneart-closing__eyebrow{font-size:6px;letter-spacing:.16em;margin-bottom:20px}
.stoneart-closing__main h2{font-size:clamp(57px,15vw,80px);line-height:.84;margin-bottom:24px}
.stoneart-closing__main h2 em{padding-left:9vw}
.stoneart-closing__main p{font-size:9px;line-height:1.8;margin-bottom:24px}
.stoneart-closing__button{width:100%;padding:15px;gap:20px}
.stoneart-closing__details{grid-template-columns:1fr;gap:0}
.stoneart-closing__detail{padding:17px 0;border-top:1px solid rgba(242,239,232,.14)}
.stoneart-closing__detail strong{font-size:15px}
.stoneart-closing__bottom{grid-template-columns:1fr;gap:18px;margin-top:45px;font-size:6px}
.stoneart-closing__bottom a{width:max-content}
.stoneart-closing__bottom>span:last-child{text-align:left}
}
@media(prefers-reduced-motion:reduce){
.stoneart-closing__image{transform:none}
}