/* Home restaurant: original SS, uncropped photograph, native Media & Text. */
.essence-restaurant.wp-block-media-text {
 --restaurant-inset:clamp(48px,13vw,300px);
 display:grid;grid-template-columns:50% 50%;align-items:center;
 min-height:0;margin:0;padding:80px 0;overflow:hidden;
 background:var(--wp--preset--color--essence-navy,#003459);
 color:var(--wp--preset--color--white,#fff);
}
.essence-restaurant .wp-block-media-text__content {
 position:relative;isolation:isolate;grid-column:1;grid-row:1;
 padding:0 clamp(40px,6.5vw,150px) 0 var(--restaurant-inset);
}
.essence-restaurant .wp-block-media-text__content:before {
 content:'';position:absolute;inset:auto;
 top:-78px;left:calc(var(--restaurant-inset) - 115px);
 width:clamp(280px,16vw,360px);aspect-ratio:1375/852;
 background:url('../img/brand/essence-ss-white.png') center/contain no-repeat;
 opacity:.15;transform:none;z-index:-1;pointer-events:none;
}
.essence-restaurant h2 {
 max-width:none;margin:0 0 43px;
 font-size:64px;line-height:68px;
 color:var(--wp--preset--color--white,#fff)!important;
 text-align:left;text-wrap:normal;
}
.essence-restaurant p {
 font-family:var(--font-body);font-size:18px;line-height:23px;
 font-weight:300;margin:0 0 20px;text-align:left;
 color:var(--wp--preset--color--white,#fff);
}
.essence-restaurant p strong {font-weight:inherit}
.essence-restaurant .essence-eyebrow {
 margin:0 0 13px;font-size:14px;line-height:18px;
 letter-spacing:2.5px;color:var(--wp--preset--color--essence-teal,#1c7783);
}
.essence-restaurant .wp-block-media-text__media {
 grid-column:2;grid-row:1;width:100%;margin:0;
 padding:0 0 0 clamp(24px,3.9vw,80px);align-self:center;
}
.essence-restaurant .wp-block-media-text__media img {
 display:block;width:100%;height:auto;aspect-ratio:2048/1366;
 object-fit:contain;object-position:center;
}
.essence-restaurant .wp-block-buttons {justify-content:center;margin:0}
.essence-restaurant .wp-block-button__link {
 display:inline-flex;align-items:center;justify-content:center;
 min-height:48px;padding:14px 26px!important;
 font:400 14px/18px var(--font-body);letter-spacing:2px;
 border:1px solid currentColor;background:transparent;
 color:var(--wp--preset--color--white,#fff);
 transition:background-color .5s ease,color .5s ease,border-color .5s ease;
}
.essence-restaurant .wp-block-button__link:is(:hover,:focus-visible) {
 background:var(--wp--preset--color--essence-peach,#f0b482);
 border-color:var(--wp--preset--color--essence-peach,#f0b482);
 color:var(--wp--preset--color--essence-navy,#003459);
}
.essence-restaurant .wp-block-button__link:focus-visible {outline:2px solid var(--wp--preset--color--white,#fff);outline-offset:5px}
@media(min-width:768px) and (max-width:1199px) {
 .essence-restaurant.wp-block-media-text {--restaurant-inset:40px;padding:80px 0}
 .essence-restaurant .wp-block-media-text__content {padding-right:30px}
 .essence-restaurant h2 {font-size:48px;line-height:52px;margin-bottom:30px}
 .essence-restaurant .wp-block-media-text__content:before {left:8px;top:-48px;width:280px}
}
@media(max-width:767px) {
 .essence-restaurant.wp-block-media-text {display:flex;flex-direction:column;padding:76px 0 0;gap:0}
 .essence-restaurant .wp-block-media-text__content {width:100%;padding:0 24px 56px}
 .essence-restaurant .wp-block-media-text__content:before {
  top:-44px;left:50%;width:min(300px,84vw);transform:translateX(-50%);
 }
 .essence-restaurant h2 {max-width:440px;margin:0 auto 30px;font-size:44px;line-height:48px;text-align:center;text-wrap:balance}
 .essence-restaurant .essence-eyebrow {text-align:center;font-size:12px;line-height:20px;letter-spacing:2px;margin-bottom:18px}
 .essence-restaurant p {font-size:18px;line-height:25px}
 .essence-restaurant .wp-block-media-text__media {padding:0;width:100%}
 .essence-restaurant .wp-block-media-text__media img {height:auto;width:100%}
 .essence-restaurant .wp-block-buttons {margin-top:28px}
}
@media(prefers-reduced-motion:reduce) {.essence-restaurant .wp-block-button__link {transition:none}}
