.st-hero{position:relative;min-height:min(100svh,860px);display:flex;align-items:flex-end;overflow:hidden}.st-hero__bg{position:absolute;inset:0;z-index:0}.st-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.st-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(26,26,24,.45) 0,rgba(26,26,24,.65) 55%,rgba(26,26,24,.92) 100%)}.st-hero__content{position:relative;z-index:1;padding-block:6rem 5rem;max-width:800px;text-align:center;margin-inline:auto;color:var(--white)}.st-hero__title{font-family:var(--serif);font-size:clamp(3rem,8vw,6rem);font-weight:300;line-height:1.05;color:var(--white);margin-block:1rem 1.5rem}.st-hero__title em{font-style:italic;color:var(--teal-light)}.st-hero__sub{font-family:var(--sans);font-weight:300;font-size:1rem;color:rgba(255,255,255,.75);max-width:560px;margin-inline:auto;line-height:1.7;margin-top:1.5rem}.st-rule{display:block;width:2.5rem;height:1px;background:var(--teal-light);margin-inline:auto;margin-block:.5rem}.st-rule--sand{background:#C9B99A;margin-block:1.5rem 2.5rem}.st-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.st-split--rev .st-split__visual{order:1}.st-split--rev .st-split__text{order:2}@media(max-width:767px){.st-split,.st-split--rev{grid-template-columns:1fr}.st-split--rev .st-split__visual,.st-split--rev .st-split__text{order:initial}}.st-photo-frame{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5}.st-photo-frame img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.st-photo-frame:hover img{transform:scale(1.04)}.st-photo-frame::before{content:'';position:absolute;inset:-1rem -1rem auto auto;width:4rem;height:4rem;border:1px solid var(--teal-light);opacity:.4;z-index:-1;pointer-events:none}.st-photo-frame--focus-left img{object-position:left center}.st-photo-frame--clickable{cursor:zoom-in}.st-photo-frame--clickable::after{content:'';position:absolute;inset:0;background:rgba(26,26,24,0);transition:background .25s ease;pointer-events:none}.st-photo-frame--clickable:hover::after{background:rgba(26,26,24,.08)}.st-prose{display:flex;flex-direction:column;gap:1.1rem;font-family:var(--sans);font-weight:300;font-size:.95rem;color:var(--ink-mid);line-height:1.75;margin-top:1.5rem}.st-prose strong{font-weight:500;color:var(--ink)}.st-prose--light{color:rgba(245,240,232,.75);max-width:600px}.st-prose--light strong{color:#C9B99A}.st-prose--center{align-items:center;text-align:center;margin-inline:auto}.st-section-dark{background:var(--ink);color:var(--white);padding-block:clamp(4rem,8vw,8rem)}.st-centered{max-width:720px;margin-inline:auto;text-align:center}.st-dark-title{font-family:var(--serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:300;color:var(--white);line-height:1.15;margin-block:.5rem 1.5rem}.st-dark-title em{font-style:italic;color:var(--teal-light)}.st-highlight{color:#C9B99A;font-weight:500}.st-timeline{position:relative;padding-block:1rem}.st-timeline__line{position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0,var(--teal-light) 8%,var(--teal-light) 92%,transparent 100%);transform:translateX(-50%)}.st-tl-item{display:grid;grid-template-columns:1fr 24px 1fr;align-items:start;gap:0 1.5rem;margin-bottom:3rem}.st-tl-item--left .st-tl-item__content{grid-column:1;grid-row:1;text-align:right;padding-right:1.5rem}.st-tl-item--left .st-tl-dot{grid-column:2;grid-row:1;justify-self:center;margin-top:.35rem}.st-tl-item--right .st-tl-dot{grid-column:2;grid-row:1;justify-self:center;margin-top:.35rem}.st-tl-item--right .st-tl-item__content{grid-column:3;grid-row:1;text-align:left;padding-left:1.5rem}.st-tl-dot{width:12px;height:12px;border-radius:50%;background:var(--teal-light);border:2px solid var(--white);box-shadow:0 0 0 1px var(--teal-light);flex-shrink:0}.st-tl-dot--today{background:var(--ink);border-color:#C9B99A;box-shadow:0 0 0 1px #C9B99A}.st-tl-year{display:block;font-family:var(--serif);font-size:2.8rem;font-weight:300;color:rgba(29,158,117,.35);line-height:1;margin-bottom:.25rem}.st-tl-year--today{color:rgba(26,26,24,.25)}.st-tl-heading{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--ink);margin-block:.25rem .5rem;line-height:1.3}.st-tl-text{font-family:var(--sans);font-weight:300;font-size:.875rem;color:var(--ink-mid);line-height:1.7}@media(max-width:767px){.st-timeline__line{left:5px;transform:none}.st-tl-item{grid-template-columns:24px 1fr;gap:0 1rem;margin-bottom:2rem}.st-tl-item--left .st-tl-item__content,.st-tl-item--right .st-tl-item__content{grid-column:2;grid-row:1;text-align:left;padding-right:0;padding-left:0}.st-tl-item--left .st-tl-dot,.st-tl-item--right .st-tl-dot{grid-column:1;grid-row:1;margin-top:.45rem}}.st-quote-band{position:relative;padding-block:clamp(5rem,10vw,10rem);background:url('/img/jesolo-tramonto.webp') center/cover fixed no-repeat}.st-quote-band__overlay{position:absolute;inset:0;background:rgba(26,26,24,.82)}@media(prefers-reduced-motion:reduce){.st-quote-band{background-attachment:scroll}}.st-quote-mark{display:block;font-family:var(--serif);font-size:5rem;color:rgba(201,185,154,.25);line-height:1;margin-bottom:-.75rem}.st-blockquote{font-family:var(--serif);font-size:clamp(1.4rem,3.5vw,2.25rem);font-weight:300;font-style:italic;color:rgba(245,240,232,.95);line-height:1.5;margin:0}.st-quote-attr{font-family:var(--sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:rgba(201,185,154,.6);margin-top:2rem}.st-cta .section-title em{font-style:italic;color:var(--teal)}.st-cta__btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.st-btn-outline{display:inline-block;font-family:var(--sans);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;border:1.5px solid var(--ink);color:var(--ink);padding:.85rem 2rem;border-radius:var(--radius);text-decoration:none;transition:background .25s,color .25s}.st-btn-outline:hover{background:var(--ink);color:var(--white)}.st-video-block{margin-top:3rem;text-align:center}.st-rule--small{margin-bottom:1.5rem}.st-video-caption{color:#C9B99A;font-size:.95rem;margin-bottom:1.5rem}.st-video-embed{position:relative;width:100%;max-width:720px;margin:0 auto;aspect-ratio:720 / 576;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--ink-mid)}.st-video-embed img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}.st-video-embed:hover img{opacity:.85}.st-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.st-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:rgba(26,26,24,.55);border:1.5px solid rgba(245,240,232,.85);display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;pointer-events:none}.st-video-embed:hover .st-video-play{background:var(--teal);transform:translate(-50%,-50%) scale(1.06)}.st-video-play svg{width:18px;height:18px;fill:var(--white);margin-left:2px}.st-video-full-link{display:inline-block;margin-top:1.25rem;color:#C9B99A;text-decoration:underline;font-size:.9rem;transition:opacity .2s ease}.st-video-full-link:hover{opacity:.7}