.hero-section{isolation:isolate;background:#fffefb;padding-top:4.75rem}@media (min-width:768px){.hero-section{padding-top:4.5rem}}.hero-banner{position:relative;width:100%;overflow:hidden;height:42vh;min-height:320px;max-height:420px}.hero-banner-img{object-fit:cover;object-position:left top}@media (min-width:640px){.hero-banner{height:50vh;min-height:400px;max-height:480px}}@media (min-width:900px){.hero-banner{height:64vh;min-height:520px;max-height:620px}.hero-banner-img{object-position:center 65%}}@media (min-width:1200px){.hero-banner{height:68vh;min-height:560px;max-height:660px}}.hero-plots{--hp-gold:#d4a537;--hp-ink:#14110c;--hp-panel:#232a19;--hp-card:#2c3520;position:relative;isolation:isolate;background:var(--hp-panel);padding:0 clamp(1rem,4vw,3rem) clamp(1.5rem,2.5vw,2.5rem);margin-top:clamp(-2.25rem,-3.5vw,-1.5rem);box-shadow:0 -14px 32px rgba(0,0,0,.16)}.hero-plots-corner{position:absolute;left:0;bottom:0;width:min(22rem,40%);height:60%;background:#1a2012;clip-path:polygon(0 100%,0 0,100% 100%);pointer-events:none}.hero-plots-inner{position:relative;z-index:1;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,2vw,1.75rem);align-items:space-between;padding-top:clamp(1rem,1.5vw,1.5rem)}.hero-plots-card{display:flex;flex-direction:column;border-radius:18px;flex:1;overflow:hidden;background:var(--hp-card);border:1px solid rgba(212,165,55,.28);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}@media (hover:hover) and (pointer:fine){.hero-plots-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.28);border-color:rgba(212,165,55,.5)}}@media (min-width:640px){.hero-plots-card{flex-direction:row}}.hero-plots-card-media{position:relative;flex-shrink:0;aspect-ratio:4/3}@media (min-width:640px){.hero-plots-card-media{width:34%;aspect-ratio:auto}}.hero-plots-card-body{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.85rem 1rem 1.05rem;flex:1;min-width:0}.hero-plots-card-head{display:flex;align-items:center;gap:.55rem}.hero-plots-card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid rgba(212,165,55,.55);color:var(--hp-gold);background:rgba(212,165,55,.08)}.hero-plots-card-icon svg{width:1rem;height:1rem}.hero-plots-card-title{margin:0;display:flex;flex-direction:column;font-family:var(--font-display,"Playfair Display",Georgia,serif);font-size:clamp(.8rem,1.1vw,.95rem);font-weight:600;letter-spacing:.03em;text-transform:uppercase;line-height:1.25;color:var(--hp-gold)}.hero-plots-card-desc{margin:0;font-size:.8125rem;line-height:1.45;color:rgba(255,255,255,.78)}.hero-plots-card-link{margin-top:auto;padding-top:.25rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:var(--hp-gold);text-decoration:none;transition:gap .25s ease,color .25s ease}.hero-plots-card-link:hover{gap:.55rem;color:#e8c05a}@media (max-width:899px){.hero-plots-inner{grid-template-columns:1fr}.hero-plots{margin-top:-1.5rem}}@media (prefers-reduced-motion:reduce){.hero-plots-card,.hero-plots-card-link{transition:none}}