.home-hero{position:relative;width:100%;height:min(100vh,960px);max-height:960px;min-height:600px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}.home-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;filter:url(#jm-sketch) saturate(.35) brightness(1.05) contrast(.8) sepia(.22) blur(2px);transform:scale(1.05)}.home-hero__bg{background-blend-mode:multiply}.home-hero__bg:after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(245,242,237,.15) 40%,rgba(200,180,150,.35) 100%),linear-gradient(180deg,rgba(245,242,237,.25) 0%,rgba(245,242,237,.4) 100%);mix-blend-mode:multiply}.home-hero:before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background-image:radial-gradient(circle at 20% 30%,rgba(210,195,170,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(210,195,170,.06) 0%,transparent 50%);mix-blend-mode:multiply}.home-hero__drawing{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.home-hero__drawing img{width:85%;max-width:760px;height:100%;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply;filter:contrast(1.25) saturate(1.1);opacity:1}.home-hero__title{position:relative;z-index:2;margin-top:3.5rem;font-family:'Cinzel',serif;font-size:clamp(22px,4vw,42px);font-weight:400;letter-spacing:.2em;color:#2a2218;text-align:center;text-shadow:0 1px 20px rgba(255,255,255,.6)}.home-identity{background:#f5f2ed;padding:4rem var(--gutter,2rem);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.home-identity:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 60%,rgba(200,190,170,.12) 100%);pointer-events:none}.home-identity>*{position:relative;z-index:1}.home-identity__logo{margin-bottom:1.5rem}.home-identity__logo-img{width:auto;height:420px;max-width:520px;object-fit:contain;mix-blend-mode:multiply}.home-identity__name{font-family:'Cinzel',serif;font-size:clamp(16px,2.5vw,22px);font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:#2a2218;margin-bottom:4px}.home-identity__subtitle{font-family:'Cinzel',serif;font-size:11px;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:#9a8870;margin-bottom:0}.home-identity__tagline{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(16px,2vw,20px);font-style:italic;font-weight:300;line-height:1.7;color:#4a3f35;max-width:480px;margin:0 auto 2rem}.home-identity__ctas{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.home-grid__item{overflow:hidden;aspect-ratio:3/4}.home-grid__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease,filter .4s ease;filter:saturate(.85)}.home-grid__item:hover img{transform:scale(1.04);filter:saturate(1)}.home-selection{padding:4rem var(--gutter,2rem);background:var(--color-bg,#fff)}.home-selection__header{margin-bottom:2rem}.home-selection__footer{text-align:center;margin-top:2.5rem}@media (max-width:767px){.home-hero{height:min(70vh,600px);max-height:600px;min-height:420px}.home-hero__drawing img{width:95%}.home-hero__title{font-size:clamp(18px,6vw,28px);margin-top:2rem}.home-identity{padding:3rem var(--gutter,1.5rem)}.home-identity__logo-img{height:260px;max-width:340px}.home-grid{grid-template-columns:1fr}.home-grid__item{aspect-ratio:4/3}}@media (min-width:768px) and (max-width:1023px){.home-hero__drawing img{width:90%}}