/* Open editorial typography, with real image elements in the reading flow. */
.booking-editorial{position:relative;z-index:6;background:#fff;color:#123249;padding:clamp(70px,8vw,115px) 0;margin-top:-1px}
.booking-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding-bottom:35px}
.booking-intro h2{margin:0;font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#587184}
.booking-intro>p{font-size:14px;line-height:1.7;color:#617687;margin:0;width:270px}
.booking-lines{border-top:1px solid #dce5e9}
.booking-line{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:clamp(28px,4vw,65px);align-items:center;padding:37px 0;border-bottom:1px solid #dce5e9}
.booking-phrase{min-width:0}
.booking-phrase h3{display:flex;align-items:center;gap:clamp(13px,1.6vw,25px);font-family:Manrope,sans-serif;font-size:clamp(42px,5.7vw,82px);font-weight:400;letter-spacing:-.065em;line-height:1.15;margin:0;white-space:nowrap}
.booking-phrase em{font-family:'Playfair Display',Georgia,serif;font-weight:400;color:#062b60;letter-spacing:-.055em}
.booking-photo{position:relative;display:inline-block;flex:0 0 clamp(105px,12.2vw,175px);height:clamp(70px,7.5vw,106px);border-radius:100px;overflow:hidden;background:#e8f0f3;transform:rotate(-5deg);transition:transform .6s var(--ease);isolation:isolate}
.booking-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:65% center;transition:transform .9s var(--ease)}
.booking-line:nth-child(2) .booking-photo{transform:rotate(5deg)}
.booking-line:nth-child(3) .booking-photo{transform:rotate(-4deg)}
.booking-line:hover .booking-photo{transform:rotate(0)}
.booking-line:hover .booking-photo img{transform:scale(1.08)}
.booking-explanation h4{font-size:14px;line-height:1.6;font-weight:600;margin:0 0 10px;color:#123249}
.booking-explanation p{font-size:14px;line-height:1.8;color:#617687;margin:0}
.booking-outro{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-top:30px}
.booking-outro>p{font-size:13px;color:#617687;line-height:1.7;margin:0}
.editorial-link{display:inline-flex;align-items:center;gap:24px;padding:10px 0;border:0;border-bottom:1px solid #bccbd4;background:none;color:#062b60;font-size:14px;font-weight:500;text-align:left}
.editorial-link svg{width:23px;height:23px;color:#a5751b;transition:transform .25s}
.editorial-link:hover svg{transform:translate(3px,-3px)}
.booking-line.is-in-view .booking-photo{animation:booking-photo-arrive .9s var(--ease) both}
@keyframes booking-photo-arrive{from{clip-path:inset(0 100% 0 0 round 100px);translate:0 12px}to{clip-path:inset(0 0 0 0 round 100px);translate:0 0}}
@media(max-width:1100px){.booking-line{grid-template-columns:minmax(0,1fr) 230px;gap:30px}.booking-intro>p{width:230px}.booking-phrase h3{font-size:clamp(40px,5.4vw,60px);gap:14px}.booking-photo{flex-basis:115px;height:78px}.booking-explanation p{font-size:13px}.booking-explanation h4{font-size:13px}}
@media(max-width:800px){.booking-line{grid-template-columns:1fr;gap:25px;padding:30px 0}.booking-phrase h3{font-size:clamp(36px,7.5vw,61px);gap:clamp(10px,2vw,18px)}.booking-photo{flex-basis:clamp(80px,18vw,150px);height:clamp(58px,11vw,90px)}.booking-explanation{max-width:460px}.booking-explanation p,.booking-explanation h4{font-size:14px}.booking-intro{display:block;padding-bottom:28px}.booking-intro>p{width:auto;font-size:13px;margin-top:20px}.booking-intro>p br{display:none}.booking-outro{flex-direction:column;align-items:flex-start;gap:12px}.booking-editorial{padding:65px 0}.booking-intro h2{font-size:11px}}
@media(max-width:390px){.booking-phrase h3{font-size:32px;gap:9px}.booking-photo{flex-basis:72px;height:55px}}
@media(prefers-reduced-motion:reduce){.booking-editorial *{animation:none!important;transition:none!important}.booking-line:hover .booking-photo img{transform:none}}
