html{scroll-behavior:smooth;scroll-padding-top:76px}
.home-page{width:100%;min-width:0;max-width:1336px;margin:auto;padding:26px 28px 0;color:#795666}
.home-slider{position:relative;overflow:hidden;border:1px solid #edd3dd;border-radius:18px;background:linear-gradient(115deg,#fff7f9 20%,#f9dce7 70%,#efadc5)}
.home-slide{min-height:465px;display:grid;grid-template-columns:1.25fr 1fr;align-items:center;padding:56px 52px 80px;gap:16px;animation:homeSlideIn .5s ease both}
.home-slide[hidden]{display:none}
.home-script{font:italic 24px/1.4 Georgia,serif;color:#9b1647;margin:0 0 16px}
.home-slide h1,.home-slide h2{font:600 clamp(34px,3.8vw,54px)/1.12 Georgia,serif;color:#821039;letter-spacing:-.025em;margin:0 0 24px;text-wrap:balance}
.home-slide-copy>p:not(.home-script){font-size:16px;line-height:1.8;max-width:480px}
.home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:26px}
.home-actions .btn{padding:13px 21px;text-decoration:none}
.home-text-link{font-size:14px;font-weight:650;color:#9b1647;text-decoration:none;display:inline-block;padding-block:10px}
.home-text-link:hover{text-decoration:underline;text-underline-offset:5px}
.home-metal-art{position:relative;min-height:320px;isolation:isolate}
.home-metal-art::before{content:"";position:absolute;inset:25px 0 0;border:1px solid #d99aaf;border-radius:50%;transform:rotate(-20deg);z-index:-1}
.home-metal-art img{position:absolute;width:70%;max-height:320px;object-fit:contain;left:-6%;top:2%;transform:rotate(-12deg);filter:drop-shadow(0 22px 15px #85244625)}
.home-metal-art img+img{width:66%;left:37%;top:28%;transform:rotate(13deg)}
.home-slider-controls{position:absolute;bottom:20px;left:52px;display:flex;align-items:center;gap:17px;color:#9b1647;font-size:13px}
.home-slider-controls button{width:42px;height:42px;border:1px solid #d998b0;background:#fff8fa;border-radius:50%;color:#9b1647;font-size:20px;cursor:pointer}
.home-slider-controls button:hover{background:#9b1647;color:white}
.home-slide-hint{margin-left:16px}
.home-section-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:center;gap:30px;padding:18px 12px;background:#fff8faf5;border-bottom:1px solid #edd3dd}
.home-section-nav a{color:#795666;text-decoration:none;font-size:13px;white-space:nowrap;padding:4px 0}
.home-section-nav a[aria-current=true]{color:#9b1647;box-shadow:0 2px #9b1647}
.home-section{padding:88px 24px;scroll-margin-top:20px}
.home-section h2{font:500 clamp(29px,3vw,42px)/1.2 Georgia,serif;color:#821039;margin:0 0 24px;letter-spacing:-.02em}
.home-section p{line-height:1.85;font-size:15px;max-width:550px}
.home-section .home-script{font-size:23px}
.home-about,.home-services,.home-visit{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:start}
.home-about .home-lead{font-size:21px;line-height:1.6;margin-top:0}
.home-facts{display:flex;gap:40px;border-top:1px solid #edd3dd;padding-top:24px;margin-top:28px}
.home-facts dt{font-size:12px}.home-facts dd{font-size:14px;color:#821039;margin:5px 0 0}
.home-bullion{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;background:#fbeaf0;border-radius:16px;padding-inline:50px}
.home-bullion-art{position:relative;min-height:300px}
.home-bullion-art img{width:65%;position:absolute;left:0;top:0;transform:translateY(var(--home-drift,0px)) rotate(-9deg)}
.home-bullion-art img+img{left:35%;top:70px;transform:translateY(calc(var(--home-drift,0px)*-.6)) rotate(12deg)}
.home-section-heading{max-width:620px;margin-bottom:45px}
.home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;padding:0;list-style:none;margin:0}
.home-steps li{border-top:2px solid #dda4b9;padding-top:26px}
.home-steps h3{font-size:21px;color:#821039;margin:0 0 15px}
.home-steps a{color:#9b1647;font-size:14px;font-weight:600}
.home-services{border-top:1px solid #edd3dd}
.home-service-links>a{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;border-bottom:1px solid #edd3dd;color:#9b1647;text-decoration:none}
.home-service-links>a:first-child{padding-top:0}
.home-service-links strong{display:block;font-size:19px;margin-bottom:8px}
.home-service-links small{display:block;color:#795666;font-size:14px;line-height:1.6}
.home-service-links>a:hover strong{text-decoration:underline;text-underline-offset:5px}
.home-visit{background:#f8dce7;border-radius:16px;margin-bottom:44px;padding-inline:50px}
.home-visit address{font-style:normal;font-size:17px;line-height:1.9}
.home-page a:focus-visible,.home-page button:focus-visible{outline:2px solid #9b1647;outline-offset:4px}
.home-motion [data-home-reveal]{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.home-motion [data-home-reveal].is-visible{opacity:1;transform:none}
@keyframes homeSlideIn{from{opacity:.2;transform:translateX(18px)}to{opacity:1;transform:none}}
@media(max-width:900px){.home-section-nav{top:68px;gap:20px;justify-content:flex-start;overflow-x:auto}.home-slide{padding:36px 30px 78px;grid-template-columns:1.3fr 1fr;min-height:430px}.home-metal-art{min-height:240px}.home-slider-controls{left:30px}.home-section{padding:60px 20px}.home-about,.home-services,.home-visit,.home-bullion{gap:32px}.home-steps{gap:22px}.home-facts{gap:20px}}
@media(max-width:600px){.home-page{padding:14px 14px 0}.home-slide{grid-template-columns:1fr;gap:4px;padding:30px 24px 80px;min-height:655px;align-content:start}.home-slide h1,.home-slide h2{font-size:35px;margin-bottom:16px}.home-script{font-size:21px}.home-metal-art{min-height:210px;width:75%;margin:10px auto 0}.home-metal-art img{max-height:220px}.home-slider-controls{left:24px;gap:12px}.home-slide-hint{font-size:11px;margin-left:4px}.home-actions{gap:12px;margin-top:18px}.home-section-nav{gap:22px;margin-inline:-14px;padding-inline:20px}.home-about,.home-services,.home-visit,.home-bullion{grid-template-columns:1fr}.home-section{padding:50px 16px}.home-section h2{font-size:32px}.home-bullion-art{min-height:230px;max-width:300px;width:100%;margin:auto}.home-steps{grid-template-columns:1fr;gap:32px}.home-facts{flex-wrap:wrap}.home-visit{margin-bottom:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.home-slide{animation:none}.home-motion [data-home-reveal]{opacity:1;transform:none;transition:none}.home-bullion-art img{translate:none}}
