.home-hub .hero {
  min-height: min(calc(100vh - 68px), 56.25vw);
  min-height: min(calc(100svh - 68px), 56.25vw);
  grid-template-rows: minmax(0, 1fr) auto;
  align-content: stretch;
  gap: 28px;
  padding: 92px clamp(24px, 3.5vw, 56px) 28px;
  background: #0a1b1f url("assets/livora-penang-3d-hero.webp") center / cover no-repeat;
}

.home-hub .hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 18, 21, 0.24) 0%, rgba(5, 18, 21, 0.12) 39%, rgba(5, 18, 21, 0) 64%),
    linear-gradient(180deg, rgba(5, 18, 21, 0.02) 48%, rgba(5, 18, 21, 0.62) 100%);
}

.home-hub .hero-content {
  max-width: 620px;
  align-self: start;
}

.home-hub .hero .eyebrow {
  color: #e6b56c;
}

.home-hub .hero h1 {
  max-width: 680px;
  font-size: 76px;
}

.home-hub .hero h1 span {
  display: block;
  white-space: nowrap;
}

.home-hub .hero-copy {
  max-width: 590px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.65;
}

.home-hub .hero-panel {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.home-hub .hero-panel div {
  padding: 16px 18px;
  background: rgba(7, 36, 41, 0.84);
}

@media (max-width: 1120px) {
  .home-hub .hero h1 {
    font-size: 62px;
  }

  .home-hub .hero-content {
    max-width: 540px;
  }

  .home-hub .hero-copy {
    max-width: 520px;
    font-size: 17px;
  }
}

@media (max-width: 920px) {
  .home-hub .hero {
    background-position: 68% center;
  }

  .home-hub .hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 620px) {
  .home-hub .hero {
    min-height: 720px;
    gap: 20px;
    padding: 54px 18px 22px;
    background-position: 58% center;
  }

  .home-hub .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 18, 21, 0.82) 0%, rgba(5, 18, 21, 0.46) 64%, rgba(5, 18, 21, 0.12) 100%),
      linear-gradient(180deg, rgba(5, 18, 21, 0.68) 0%, rgba(5, 18, 21, 0.28) 62%, rgba(5, 18, 21, 0.84) 100%);
  }

  .home-hub .hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .home-hub .hero h1 span {
    white-space: normal;
  }

  .home-hub .hero-copy {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .home-hub .hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hub .hero-panel div {
    min-height: 72px;
    padding: 11px 12px;
  }

  .home-hub .hero-panel strong {
    font-size: 13px;
  }
}

.home-hub .hero.lifestyle-hero {
  min-height: min(calc(100svh - 68px), 50vw);
  max-height: 760px;
  grid-template-rows: minmax(0, 1fr);
  align-content: center;
  padding-top: 110px;
  padding-bottom: 90px;
}

.home-hub .lifestyle-hero .hero-content {
  align-self: center;
}

.home-hub .lifestyle-hero .hero-copy {
  max-width: 540px;
}

.home-hub .journey-section,
.home-hub .project-journey-section,
.home-hub .buyer-guides-section {
  padding-right: max(28px, calc((100% - 1320px) / 2));
  padding-left: max(28px, calc((100% - 1320px) / 2));
  background: #fbfaf6;
}

.home-hub .journey-section {
  padding-top: 54px;
  padding-bottom: 24px;
}

.home-hub .journey-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.home-hub .journey-heading::before,
.home-hub .journey-heading::after {
  width: 54px;
  height: 1px;
  background: #d7ad6a;
  content: "";
}

.home-hub .journey-heading h2 {
  margin: 0;
  color: #102f35;
  font-size: 36px;
  line-height: 1.18;
}

.home-hub .area-story-list {
  display: grid;
  gap: 4px;
}

.home-hub .area-story {
  position: relative;
  display: flex;
  min-height: 204px;
  align-items: center;
  overflow: hidden;
  background: #102f35;
  color: #fff;
  isolation: isolate;
}

.home-hub .area-story img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.home-hub .area-story:hover img {
  transform: scale(1.035);
}

.home-hub .area-story::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(7, 22, 25, 0.42);
  content: "";
}

.home-hub .area-story-copy {
  max-width: 500px;
  padding: 28px 34px;
}

.home-hub .area-story h3 {
  margin-bottom: 6px;
  font-size: 30px;
}

.home-hub .area-story p {
  max-width: 420px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.home-hub .area-story strong {
  color: #f0c278;
  font-size: 14px;
}

.home-hub .project-journey-section {
  padding-top: 34px;
  padding-bottom: 42px;
}

.home-hub .project-group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.home-hub .project-group {
  min-width: 0;
  padding: 0 24px;
}

.home-hub .project-group + .project-group {
  border-left: 1px solid rgba(16, 47, 53, 0.13);
}

.home-hub .project-group h3 {
  margin-bottom: 20px;
  color: #155359;
  font-size: 23px;
}

.home-hub .project-row {
  display: grid;
  min-height: 104px;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.home-hub .project-row:last-child {
  margin-bottom: 0;
}

.home-hub .project-row img {
  width: 128px;
  height: 102px;
  object-fit: cover;
}

.home-hub .project-row-copy {
  min-width: 0;
}

.home-hub .project-row h4 {
  margin: 0 0 7px;
  color: #151515;
  font-size: 16px;
  line-height: 1.32;
}

.home-hub .project-row span {
  display: block;
  color: #20636b;
  font-size: 13px;
  font-weight: 800;
}

.home-hub .project-row:hover h4,
.home-hub .project-row:hover span {
  color: #b08748;
}

.home-hub .buyer-guides-section {
  padding-top: 12px;
  padding-bottom: 24px;
}

.home-hub .buyer-guide-list {
  display: grid;
  gap: 10px;
}

.home-hub .buyer-guide-row {
  display: grid;
  min-height: 94px;
  grid-template-columns: minmax(0, 1fr) 170px;
  overflow: hidden;
  background: #f0eee8;
}

.home-hub .buyer-guide-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 24px;
}

.home-hub .buyer-guide-copy h3 {
  margin: 0 0 3px;
  color: #123f43;
  font-size: 19px;
}

.home-hub .buyer-guide-copy p {
  margin: 0;
  color: #66645e;
  font-size: 14px;
}

.home-hub .buyer-guide-copy > strong {
  flex: 0 0 auto;
  color: #155359;
  font-size: 13px;
}

.home-hub .buyer-guide-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hub .about-danny-section.lifestyle-about {
  margin: 18px max(28px, calc((100% - 1320px) / 2)) 0;
  padding: 48px 60px;
  background: #102f35;
  color: #fff;
}

.home-hub .lifestyle-about .about-danny-layout {
  grid-template-columns: 224px minmax(0, 1fr);
  gap: 48px;
}

.home-hub .lifestyle-about .danny-portrait img {
  width: 210px;
  border: 2px solid #d8af69;
  box-shadow: none;
}

.home-hub .lifestyle-about .eyebrow {
  margin-bottom: 5px;
  color: #e6b56c;
}

.home-hub .lifestyle-about .about-danny-copy h2 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 36px;
}

.home-hub .lifestyle-about .about-danny-copy > p:not(.eyebrow) {
  max-width: 820px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.home-hub .lifestyle-about .about-danny-points {
  margin: 22px 0 0;
  padding-top: 18px;
  border-color: rgba(255, 255, 255, 0.15);
}

.home-hub .lifestyle-about .about-danny-points h3 {
  color: #e6b56c;
  font-size: 15px;
}

.home-hub .lifestyle-about .about-danny-points p {
  color: rgba(255, 255, 255, 0.77);
  font-size: 13px;
}

.home-hub .quick-answer-section.lifestyle-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 12px max(28px, calc((100% - 1320px) / 2)) 42px;
  padding: 42px 60px;
  background: #0c252b;
  color: #fff;
}

.home-hub .lifestyle-contact .section-head {
  margin-bottom: 0;
}

.home-hub .lifestyle-contact h2 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 34px;
}

.home-hub .lifestyle-contact .section-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 15px;
}

.home-hub .lifestyle-contact .hero-actions {
  flex: 0 0 auto;
}

.home-hub .site-footer {
  margin-top: 0;
}

@media (max-width: 1120px) {
  .home-hub .project-group {
    padding: 0 14px;
  }

  .home-hub .project-group h3 {
    font-size: 20px;
  }

  .home-hub .project-row {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 11px;
  }

  .home-hub .project-row img {
    width: 96px;
    height: 88px;
  }

  .home-hub .project-row h4 {
    font-size: 14px;
  }

  .home-hub .lifestyle-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .home-hub .hero.lifestyle-hero {
    min-height: 620px;
    max-height: none;
    padding-top: 78px;
    padding-bottom: 64px;
  }

  html[lang="en-MY"] .home-hub .lifestyle-hero h1 {
    font-size: 34px;
  }

  .home-hub .journey-section,
  .home-hub .project-journey-section,
  .home-hub .buyer-guides-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-hub .journey-section {
    padding-top: 38px;
  }

  .home-hub .journey-heading {
    gap: 10px;
    margin-bottom: 19px;
  }

  .home-hub .journey-heading::before,
  .home-hub .journey-heading::after {
    width: 20px;
    flex: 0 0 20px;
  }

  .home-hub .journey-heading h2 {
    font-size: 27px;
  }

  .home-hub .area-story {
    min-height: 170px;
  }

  .home-hub .area-story-copy {
    max-width: 330px;
    padding: 20px;
  }

  .home-hub .area-story h3 {
    font-size: 23px;
  }

  .home-hub .area-story p,
  .home-hub .area-story strong {
    font-size: 13px;
  }

  .home-hub .project-journey-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-hub .project-group-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-hub .project-group {
    padding: 0;
  }

  .home-hub .project-group + .project-group {
    padding-top: 22px;
    border-top: 1px solid rgba(16, 47, 53, 0.13);
    border-left: 0;
  }

  .home-hub .project-group h3 {
    font-size: 21px;
  }

  .home-hub .project-row {
    min-height: 100px;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 15px;
  }

  .home-hub .project-row img {
    width: 126px;
    height: 96px;
  }

  .home-hub .project-row h4 {
    font-size: 16px;
  }

  .home-hub .buyer-guides-section {
    padding-top: 5px;
  }

  .home-hub .buyer-guide-row {
    min-height: 105px;
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .home-hub .buyer-guide-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 12px;
  }

  .home-hub .buyer-guide-copy h3 {
    font-size: 15px;
  }

  .home-hub .buyer-guide-copy p {
    font-size: 12px;
  }

  .home-hub .buyer-guide-copy > strong {
    font-size: 12px;
  }

  .home-hub .about-danny-section.lifestyle-about {
    margin: 10px 18px 0;
    padding: 31px 22px;
  }

  .home-hub .lifestyle-about .about-danny-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .home-hub .lifestyle-about .danny-portrait img {
    width: 160px;
  }

  .home-hub .lifestyle-about .about-danny-copy h2 {
    font-size: 30px;
  }

  .home-hub .lifestyle-about .about-danny-points {
    gap: 15px;
  }

  .home-hub .quick-answer-section.lifestyle-contact {
    gap: 22px;
    margin: 10px 18px 95px;
    padding: 29px 22px;
  }

  .home-hub .lifestyle-contact h2 {
    font-size: 28px;
  }

  .home-hub .lifestyle-contact .hero-actions {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .home-hub .lifestyle-hero h1 {
    font-size: 37px;
  }

  html[lang="en-MY"] .home-hub .lifestyle-hero h1 {
    font-size: 31px;
  }

  .home-hub .journey-heading h2 {
    font-size: 24px;
  }
}
