/* VERSION E18 — CONSOLIDATED
   Isolated final refinements layered on the working E18 baseline. */

/* A common, restrained gold cue for the section-title rhythm. */
.concept-e18-consolidated .section-reveal-line {
  display: block;
  width: 54px;
  height: 1px;
  margin: 0 0 .72rem;
  background: rgba(169, 133, 69, .78);
  transform-origin: left center;
}

.concept-e18-consolidated .process .section-reveal-line {
  width: 66px;
}

.concept-e18-consolidated .about .section-reveal-line {
  width: 52px;
}

.concept-e18-consolidated .final-cta .section-reveal-line {
  width: 62px;
}

.concept-e18-consolidated :is(.differentiator, .final-cta) .section-reveal-line {
  background: rgba(213, 179, 111, .82);
}

/* Progressive enhancement: the page is fully visible until JS arms each group. */
.concept-e18-consolidated .e18-reveal-pending [data-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition:
    opacity 660ms cubic-bezier(.22, 1, .36, 1),
    transform 660ms cubic-bezier(.22, 1, .36, 1);
}

.concept-e18-consolidated .e18-reveal-pending [data-reveal="section-line"] {
  transition-duration: 520ms;
  transition-delay: 0ms;
}

.concept-e18-consolidated .e18-reveal-pending [data-reveal="section-label"] {
  transition-delay: 100ms;
}

.concept-e18-consolidated .e18-reveal-pending [data-reveal="section-title"] {
  transition-delay: 200ms;
}

.concept-e18-consolidated .e18-reveal-pending:not(.is-revealed) [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.concept-e18-consolidated .e18-reveal-pending:not(.is-revealed) [data-reveal="section-line"] {
  transform: scaleX(0);
}

/* Only the photographic layer moves; the Hero layout remains spatially stable. */
.concept-e18-consolidated .hero-media img {
  transform: translate3d(-4px, -2px, 0) scale(1.02);
  transform-origin: 54% 44%;
  animation: e18-hero-breath 15s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  will-change: transform;
}

.concept-e18-consolidated .hero-scrim {
  overflow: hidden;
}

.concept-e18-consolidated .hero-scrim::after {
  content: "";
  position: absolute;
  inset: -10%;
  background: linear-gradient(112deg, transparent 24%, rgba(235, 220, 187, .075) 49%, transparent 70%);
  opacity: .24;
  transform: translate3d(-4%, 0, 0);
  animation: e18-hero-light 18s ease-in-out infinite alternate;
}

@keyframes e18-hero-breath {
  from { transform: translate3d(-4px, -2px, 0) scale(1.02); }
  to { transform: translate3d(4px, 2px, 0) scale(1.045); }
}

@keyframes e18-hero-light {
  from { opacity: .17; transform: translate3d(-4%, 0, 0); }
  to { opacity: .28; transform: translate3d(4%, 0, 0); }
}

/* One-time Hero entrance: line, eyebrow, title, subheadline, copy, actions. */
.concept-e18-consolidated .concept-kicker::before,
.concept-e18-consolidated .concept-kicker::after {
  transform-origin: center;
  animation: e18-hero-line-in 480ms cubic-bezier(.22, 1, .36, 1) 80ms both;
}

.concept-e18-consolidated .concept-kicker > span,
.concept-e18-consolidated .hero-final h1,
.concept-e18-consolidated .hero-subheadline,
.concept-e18-consolidated .hero-supporting,
.concept-e18-consolidated .hero-booking-action,
.concept-e18-consolidated .hero-trust-proof,
.concept-e18-consolidated .hero-mini-teaser {
  animation: e18-hero-item-in 560ms cubic-bezier(.22, 1, .36, 1) both;
}

.concept-e18-consolidated .concept-kicker > span { animation-delay: 180ms; }
.concept-e18-consolidated .hero-final h1 { animation-delay: 280ms; }
.concept-e18-consolidated .hero-subheadline { animation-delay: 390ms; }
.concept-e18-consolidated .hero-supporting { animation-delay: 500ms; }
.concept-e18-consolidated .hero-booking-action { animation-delay: 610ms; }
.concept-e18-consolidated .hero-trust-proof { animation-delay: 700ms; }
.concept-e18-consolidated .hero-mini-teaser { animation-delay: 780ms; }

.concept-e18-consolidated .hero-lead .hero-supporting {
  display: block;
  margin: 0;
  color: rgba(250, 248, 242, .82);
  font-family: var(--font-body);
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.64;
}

@keyframes e18-hero-line-in {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes e18-hero-item-in {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Layered editorial / floating frames About composition from the supplied reference. */
@media (min-width: 1024px) {
  .concept-e18-consolidated .about {
    padding-block: clamp(88px, 7vw, 108px);
  }

  .concept-e18-consolidated .about-editorial {
    grid-template-columns: minmax(0, 1.22fr) minmax(380px, .86fr);
    gap: clamp(50px, 4.5vw, 72px);
    align-items: center;
  }

  .concept-e18-consolidated .about-gallery {
    position: relative;
    display: block;
    isolation: isolate;
    aspect-ratio: 1.32 / 1;
    min-height: 0;
    overflow: visible;
  }

  .concept-e18-consolidated .about-gallery::before {
    content: "";
    position: absolute;
    top: 7%;
    left: 65%;
    z-index: 0;
    width: 21%;
    height: 22%;
    border-top: 1px solid rgba(169, 133, 69, .62);
    border-right: 1px solid rgba(169, 133, 69, .62);
    pointer-events: none;
  }

  .concept-e18-consolidated .about-gallery::after {
    content: "";
    position: absolute;
    top: 43%;
    left: -18px;
    z-index: 0;
    width: 60px;
    height: 66px;
    background-image: radial-gradient(circle, rgba(169, 133, 69, .56) 1px, transparent 1.2px);
    background-size: 11px 11px;
    pointer-events: none;
  }

  .concept-e18-consolidated .about-portrait {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 7px;
    backface-visibility: hidden;
  }

  .concept-e18-consolidated .about-portrait-main {
    top: 2%;
    bottom: auto;
    left: 3%;
    z-index: 1;
    width: 71%;
    height: 91%;
    grid-row: auto;
    transform: translate3d(0, calc(var(--e18-about-primary-y, 0px) + var(--e18-about-primary-enter, 0px)), 0);
    box-shadow: 0 16px 42px rgba(25, 42, 35, .10);
  }

  .concept-e18-consolidated .about-portrait-playing {
    right: 0;
    top: 30%;
    bottom: auto;
    z-index: 3;
    width: 42%;
    aspect-ratio: .88 / 1;
    align-self: auto;
    transform: translate3d(0, calc(var(--e18-about-secondary-y, 0px) + var(--e18-about-secondary-enter, 0px)), 0);
    border: 1px solid rgba(197, 162, 99, .36);
    box-shadow: 0 18px 42px rgba(22, 37, 31, .16);
  }

  .concept-e18-consolidated .about-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .concept-e18-consolidated .about-portrait-main img {
    object-position: center 29%;
  }

  .concept-e18-consolidated .about-portrait-playing img {
    object-position: center 49%;
  }

  .concept-e18-consolidated .about-copy {
    width: 100%;
    max-width: 520px;
    justify-self: end;
    transform: translateY(-2px);
  }

  .concept-e18-consolidated .about-copy .section-reveal-line {
    margin-bottom: .78rem;
  }

  .concept-e18-consolidated .about .about-copy .eyebrow {
    margin-bottom: .88rem;
  }

  .concept-e18-consolidated .e18-about-pending [data-e18-about-layer] {
    opacity: 1;
    transition:
      opacity 660ms cubic-bezier(.22, 1, .36, 1),
      transform 780ms cubic-bezier(.22, 1, .36, 1);
  }

  .concept-e18-consolidated .e18-about-pending:not(.is-about-revealed) [data-e18-about-layer="primary"] {
    --e18-about-primary-enter: 16px;
    opacity: 0;
  }

  .concept-e18-consolidated .e18-about-pending:not(.is-about-revealed) [data-e18-about-layer="secondary"] {
    --e18-about-secondary-enter: 24px;
    opacity: 0;
  }

  .concept-e18-consolidated .e18-about-pending.is-about-revealed [data-e18-about-layer="secondary"] {
    transition-delay: 170ms;
  }

  .concept-e18-consolidated .about.is-parallax-active .about-portrait {
    will-change: transform;
  }

  /* The four-card structure stays intact; only surface depth and attribution improve. */
  .concept-e18-consolidated .review-grid blockquote {
    display: flex;
    flex-direction: column;
    border-color: rgba(29, 51, 42, .19);
    background: #f8f3e9;
    box-shadow: 0 8px 22px rgba(29, 51, 42, .045);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .concept-e18-consolidated .review-grid blockquote > span:first-child {
    color: #b58d48;
    letter-spacing: .12em;
  }

  .concept-e18-consolidated .review-grid cite {
    display: grid;
    gap: .18rem;
    margin-top: auto;
    color: rgba(29, 51, 42, .66);
    font-size: .79rem;
    font-weight: 400;
    line-height: 1.35;
  }

  .concept-e18-consolidated .review-grid cite strong {
    color: rgba(29, 51, 42, .82);
    font-size: .86rem;
    font-weight: 600;
  }

  .concept-e18-consolidated .review-grid cite span {
    display: block;
    margin: 0;
    color: inherit;
    font-size: inherit;
    letter-spacing: 0;
  }

  .concept-e18-consolidated .reviews-link {
    border-color: rgba(145, 108, 50, .52);
    background: rgba(250, 248, 243, .44);
  }
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .concept-e18-consolidated .review-grid blockquote:hover {
    transform: translateY(-4px);
    border-color: rgba(29, 51, 42, .27);
    box-shadow: 0 12px 28px rgba(29, 51, 42, .075);
  }

  .concept-e18-consolidated .hero-booking-cta:hover,
  .concept-e18-consolidated .hero-booking-cta:focus-visible {
    transform: translateY(-3px);
  }
}

/* The result stays primary; sending it is an optional, secondary action. */
.concept-e18-consolidated .mini-check-result-actions {
  margin-top: 1.1rem;
}

.concept-e18-consolidated [data-mini-check-focus]:focus {
  outline: none;
}

.concept-e18-consolidated .mini-check-contact {
  margin-top: 1.45rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(137, 112, 68, .28);
}

.concept-e18-consolidated .mini-check-contact h4 {
  margin: 0 0 .48rem;
  color: var(--green);
  font-size: 1.08rem;
  line-height: 1.25;
}

.concept-e18-consolidated .mini-check-contact-intro {
  margin: 0 0 1rem;
  font-size: .9rem;
  line-height: 1.55;
}

.concept-e18-consolidated .mini-check-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .78rem;
}

.concept-e18-consolidated .mini-check-field,
.concept-e18-consolidated .mini-check-field > span {
  display: grid;
  gap: .38rem;
}

.concept-e18-consolidated .mini-check-field {
  color: var(--green);
  font-size: .82rem;
  font-weight: 600;
}

.concept-e18-consolidated .mini-check-field-wide {
  grid-column: 1 / -1;
}

.concept-e18-consolidated .mini-check-field input,
.concept-e18-consolidated .mini-check-field textarea {
  width: 100%;
  padding: .78rem .82rem;
  border: 1px solid rgba(29, 51, 42, .24);
  border-radius: 9px;
  background: rgba(250, 248, 243, .8);
  color: var(--charcoal);
  font: inherit;
  font-weight: 400;
}

.concept-e18-consolidated .mini-check-field textarea {
  min-height: 104px;
  resize: vertical;
}

.concept-e18-consolidated .mini-check-field input:focus,
.concept-e18-consolidated .mini-check-field textarea:focus {
  outline: 2px solid rgba(183, 146, 79, .72);
  outline-offset: 2px;
  border-color: #916c32;
}

.concept-e18-consolidated .mini-check-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.concept-e18-consolidated .mini-check-send {
  margin-top: .85rem;
}

.concept-e18-consolidated .mini-check-send[aria-busy="true"] {
  cursor: wait;
}

.concept-e18-consolidated .mini-check-form-status {
  min-height: 1.35rem;
  margin: .6rem 0 0;
  color: #8a3f32;
  font-size: .84rem;
  line-height: 1.45;
}

.concept-e18-consolidated .mini-check-privacy {
  margin: .48rem 0 0;
  color: rgba(68, 76, 71, .78);
  font-size: .74rem;
  line-height: 1.45;
}

.concept-e18-consolidated .mini-check-privacy a {
  color: inherit;
  text-underline-offset: 2px;
}

.concept-e18-consolidated .mini-check-send-success {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(29, 51, 42, .25);
  border-radius: 10px;
  background: rgba(29, 51, 42, .065);
}

.concept-e18-consolidated .mini-check-send-success p {
  margin: 0 0 .8rem;
  color: var(--green);
}

/* Booking polish: stronger phone action, quieter Viber and compact reassurance. */
.concept-e18-consolidated .booking-reassurance {
  display: grid;
  gap: .38rem;
  margin-top: 1rem;
  color: rgba(246, 240, 224, .70);
  font-size: .79rem;
  line-height: 1.45;
}

.concept-e18-consolidated .booking-reassurance span {
  display: flex;
  gap: .5rem;
  align-items: baseline;
}

.concept-e18-consolidated .booking-reassurance b {
  color: rgba(213, 179, 111, .92);
  font-weight: 700;
}

.concept-e18-consolidated .final-cta .contact-row .button-light {
  border-color: rgba(208, 173, 104, .88);
  background: rgba(197, 162, 99, .10);
  color: #e1bc73;
}

.concept-e18-consolidated .final-cta .contact-row .button-outline {
  border-color: rgba(226, 205, 164, .36);
  background: rgba(246, 240, 224, .02);
  color: rgba(246, 240, 224, .82);
}

@media (min-width: 1280px) {
  .concept-e18-consolidated .final-grid > :first-child {
    align-self: center;
    max-width: 540px;
    transform: translateY(-30px);
  }

  .concept-e18-consolidated .final-cta .contact-row .button-light {
    border-color: #c9a765;
    background: #c9a765;
    color: #173027;
    box-shadow: 0 10px 26px rgba(7, 18, 13, .16);
  }

  .concept-e18-consolidated .final-cta .contact-row .button-light:hover,
  .concept-e18-consolidated .final-cta .contact-row .button-light:focus-visible {
    border-color: #d5b36f;
    background: #d5b36f;
    color: #13271f;
  }

  .concept-e18-consolidated .google-booking-box {
    box-shadow: 0 22px 54px rgba(6, 17, 12, .14);
  }
}

@media (max-width: 767px) {
  .concept-e18-consolidated .section-reveal-line {
    width: 40px;
    margin-bottom: .58rem;
  }

  .concept-e18-consolidated .process .section-reveal-line {
    width: 50px;
  }

  .concept-e18-consolidated .about .section-reveal-line {
    width: 38px;
  }

  .concept-e18-consolidated .final-cta .section-reveal-line {
    width: 48px;
  }

  .concept-e18-consolidated .e18-reveal-pending [data-reveal] {
    transition-duration: 560ms;
  }

  .concept-e18-consolidated .e18-reveal-pending [data-reveal="section-line"] {
    transition-duration: 460ms;
  }

  .concept-e18-consolidated .e18-reveal-pending [data-reveal="section-label"] {
    transition-delay: 90ms;
  }

  .concept-e18-consolidated .e18-reveal-pending [data-reveal="section-title"] {
    transition-delay: 230ms;
  }

  .concept-e18-consolidated .e18-reveal-pending:not(.is-revealed) [data-reveal] {
    transform: translate3d(0, 14px, 0);
    filter: none;
  }

  .concept-e18-consolidated .e18-reveal-pending:not(.is-revealed) [data-reveal="section-line"] {
    transform: scaleX(0);
  }

  .concept-e18-consolidated .hero-media img {
    transform-origin: 52% 35%;
    animation: e18-hero-breath-mobile 16s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  }

  .concept-e18-consolidated .hero-scrim::after {
    opacity: .26;
  }

  .concept-e18-consolidated .booking-reassurance {
    margin-top: .9rem;
    font-size: .75rem;
  }

  .concept-e18-consolidated .hero-lead .hero-supporting {
    font-size: .91rem;
    line-height: 1.55;
  }

  .concept-e18-consolidated .concept-kicker > span,
  .concept-e18-consolidated .hero-final h1,
  .concept-e18-consolidated .hero-subheadline,
  .concept-e18-consolidated .hero-supporting,
  .concept-e18-consolidated .hero-booking-action,
  .concept-e18-consolidated .hero-trust-proof,
  .concept-e18-consolidated .hero-mini-teaser {
    animation-name: e18-hero-item-in-mobile;
  }

  .concept-e18-consolidated .mini-check-contact-fields {
    grid-template-columns: 1fr;
  }

  .concept-e18-consolidated .mini-check-field-wide {
    grid-column: auto;
  }
}

@keyframes e18-hero-breath-mobile {
  from { transform: translate3d(-2px, -1px, 0) scale(1.015); }
  to { transform: translate3d(2px, 1px, 0) scale(1.03); }
}

@keyframes e18-hero-item-in-mobile {
  from { opacity: 0; transform: translate3d(0, 10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .concept-e18-consolidated [data-reveal],
  .concept-e18-consolidated [data-e18-about-layer] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .concept-e18-consolidated .hero-media img,
  .concept-e18-consolidated .hero-scrim::after,
  .concept-e18-consolidated .concept-kicker::before,
  .concept-e18-consolidated .concept-kicker::after,
  .concept-e18-consolidated .concept-kicker > span,
  .concept-e18-consolidated .hero-final h1,
  .concept-e18-consolidated .hero-subheadline,
  .concept-e18-consolidated .hero-supporting,
  .concept-e18-consolidated .hero-booking-action,
  .concept-e18-consolidated .hero-trust-proof,
  .concept-e18-consolidated .hero-mini-teaser {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .concept-e18-consolidated .hero-media img {
    transform: none !important;
  }

  .concept-e18-consolidated .about-portrait-main,
  .concept-e18-consolidated .about-portrait-playing {
    transform: none !important;
    will-change: auto !important;
  }
}
