@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap";
.home-container{background-color:#0000;background-image:linear-gradient(#fde8f1 0%,#fbeef3 100%),url(https://www.transparenttextures.com/patterns/marble.png);background-position:0 0,0 0;background-repeat:repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:space-between;width:100%;height:100dvh;margin:0;font-family:Inter,system-ui,sans-serif;display:flex;overflow:hidden}.action-section{z-index:20;background:0 0;flex-direction:column;flex:1;justify-content:space-evenly;align-items:stretch;width:100%;margin:0;padding:0;display:flex;position:relative}.action-buttons{box-sizing:border-box;flex-direction:column;justify-content:space-evenly;align-items:stretch;gap:0;width:100%;height:100%;display:flex}.action-button{text-align:center;cursor:pointer;width:100%;box-shadow:none;background:#fff;border:1px solid #ffc0cb80;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;text-decoration:none;transition:all .25s;animation:1s forwards fadeInButtons;display:flex}.action-button:hover{background:#fef5f7;border-color:#e88aab}.action-button h3{color:#b23561;margin:.25rem 0;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600}.action-button p{color:#555;margin:0;font-size:.95rem;line-height:1.3}@media (max-width:768px){.hero-section,.action-section{height:50dvh}.action-button h3{font-size:1.2rem}.action-button p{font-size:.85rem}}@media (max-width:480px){.hero-section{height:52dvh}.action-section{height:48dvh}.action-button h3{font-size:1.1rem}.action-button p{font-size:.8rem}}
