/* The theme lifts the following section by 100px / 250px. Reserve that space. */
.loni-home-hero {
 position: relative;
 isolation: isolate;
 background: #8a7563;
 padding: 290px 3% 140px;
}
.loni-home-background {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 0;
 z-index: -2;
}
.loni-home-hero::before {
 content: '';
 position: absolute;
 inset: 0;
 background: rgba(11,11,12,.4);
 z-index: -1;
}
.loni-home-content {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 32px;
 text-align: center;
}
#loni-home-message {
 width: 100%;
 color: var(--message-color, #fff);
 font-family: 'Playfair Display', serif;
 font-size: var(--message-size, 36px);
 font-weight: 700;
 line-height: 1.3;
 overflow-wrap: anywhere;
 text-shadow: 0 2px 5px rgba(0,0,0,.45);
}
.loni-home-content h1 {
 margin: 0;
 color: #fff;
 font-family: 'Playfair Display', serif;
 font-size: clamp(32px,4.2vw,55px);
 line-height: 1.2;
}
.loni-home-start {
 display: inline-block;
 padding: 18px 58px;
 background: #c99d68;
 color: #fff;
 font-weight: 700;
 text-decoration: none;
}
.loni-home-start:hover, .loni-home-start:focus { color: #fff; background: #ad8150; }
.wt-product-image figure > a { display: block; height: 100%; }
@media (min-width:1024px) {
 .loni-home-hero { padding-bottom: 290px; }
}
