/* Portal skin v3 — stable polish on top of portal.css
   Keep layouts intact; only refine color, type, and surfaces. */

:root {
  --portal-bg: #eef2ee;
  --portal-surface: #f8faf7;
  --portal-text: #0f1713;
  --portal-muted: #5a675f;
  --portal-border: #d5ddd6;
  --portal-accent: #1a4d35;
  --portal-accent-2: #2f7a52;
  --portal-accent-hover: #123828;
  --portal-lime: #8eb558;
  --portal-radius: 16px;
  --portal-radius-lg: 22px;
  --portal-shadow: 0 8px 24px rgba(10, 20, 16, 0.08);
  --portal-max: 1180px;
  --portal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --portal-font: "Manrope", "Segoe UI", sans-serif;
  --portal-display: "Syne", "Manrope", sans-serif;
}

body.portal {
  background:
    radial-gradient(900px 380px at 0% 0%, rgba(142, 181, 88, 0.1), transparent 55%),
    linear-gradient(180deg, #f3f6f3 0%, var(--portal-bg) 40%, #e8eee8 100%);
  font-family: var(--portal-font);
  color: var(--portal-text);
}

/* Nav: plain text links, no pills / badges */
.portal-nav a {
  border-radius: 0;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.portal-nav a:hover {
  color: var(--portal-text);
  background: transparent;
}

.portal-nav a.is-active {
  color: var(--portal-text);
  background: transparent;
  box-shadow: none;
  border: 0;
}

.portal-nav a.portal-nav__promo,
.portal-nav a.portal-nav__promo:hover,
.portal-nav a.portal-nav__promo.is-active {
  color: var(--portal-muted);
  background: transparent;
  box-shadow: none;
  border: 0;
  font-weight: 600;
}

.portal-nav a.portal-nav__promo.is-active {
  color: var(--portal-text);
}

.portal-nav a.portal-nav__promo::after {
  content: none;
  display: none;
}

.portal-btn {
  border-radius: 999px;
  font-family: var(--portal-font);
  font-weight: 700;
}

.portal-btn--primary {
  background: var(--portal-accent);
  box-shadow: 0 8px 18px rgba(26, 77, 53, 0.22);
}

.portal-btn--primary:hover {
  background: var(--portal-accent-hover);
}

/* Titles */
.portal-section-title,
.portal-home-hero__title-main,
.portal-hero h1,
.portal-guide-hub__card h2,
.portal-guide-card h3,
.portal-media-film__body h3,
.portal-project-card__name,
.portal-news-card__title {
  font-family: var(--portal-display);
  letter-spacing: -0.03em;
}

.portal-section-title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.1;
}

.portal-section-sub {
  max-width: 36em;
}

/* Reveal: never leave content invisible */
.portal-section--reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .portal-section--reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s var(--portal-ease), transform 0.55s var(--portal-ease);
  }

  .portal-section--reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Hero — left copy, tools aligned to same container */
.portal-home-hero {
  min-height: min(78vh, 740px);
}

.portal-home-hero__veil {
  background:
    linear-gradient(90deg, rgba(8, 16, 12, 0.78) 0%, rgba(8, 16, 12, 0.42) 42%, rgba(8, 16, 12, 0.18) 72%, rgba(8, 16, 12, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 16, 12, 0.2) 0%, transparent 40%, rgba(8, 16, 12, 0.55) 100%);
}

.portal-home-hero__layout {
  padding: 96px 0 48px;
  align-items: flex-start;
  justify-content: flex-end;
}

.portal-home-hero__copy {
  max-width: 560px;
  width: 100%;
}

.portal-home-hero__eyebrow {
  display: none !important;
}

.portal-home-hero__title-main {
  font-size: clamp(42px, 6.5vw, 72px);
  font-weight: 800;
  line-height: 0.96;
  max-width: 12ch;
  color: var(--portal-lime) !important;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.portal-home-hero__lead {
  margin-top: 14px;
  max-width: 32em;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.portal-home-hero__cta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  max-width: 640px;
}

.portal-home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--portal-font);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s, border-color 0.2s, transform 0.2s var(--portal-ease);
}

.portal-home-hero__btn--primary {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.92);
  padding-bottom: 4px;
  background: transparent;
  box-shadow: none;
}

.portal-home-hero__btn--primary i {
  font-style: normal;
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s var(--portal-ease);
}

.portal-home-hero__btn--primary:hover {
  color: var(--portal-lime);
  border-bottom-color: var(--portal-lime);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.portal-home-hero__btn--primary:hover i {
  transform: translateX(3px);
}

.portal-home-hero__btn--secondary {
  min-height: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  backdrop-filter: none;
}

.portal-home-hero__btn--secondary:hover {
  background: transparent;
  color: #fff;
  border-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.85);
  transform: none;
}

.portal-home-hero__stat-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45em;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.portal-home-hero__stat-line > span {
  display: inline-block;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.portal-home-hero__stat-sep {
  opacity: 0.55;
  font-weight: 400;
}

/* Legacy tools strip removed from under filters */
.portal-home-tools {
  display: none !important;
}

/* Filters — below hero, no overlap that cuts the view */
.portal-home-pick {
  position: relative;
  z-index: 2;
  margin-top: 28px !important;
  padding-top: 0;
  padding-bottom: 8px;
}

.portal-home-hero + .portal-home-pick {
  margin-top: 28px !important;
  padding-top: 0;
}

/* Features showcase — local rendered visuals */
.portal-features-show {
  margin-top: 8px;
  padding: 48px 0 28px;
  background:
    linear-gradient(180deg, transparent, rgba(15, 36, 25, 0.03) 10%, #e4ebe4 100%);
}

.portal-feature-hero {
  position: relative;
  display: block;
  min-height: min(52vh, 460px);
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #0f2419 center / cover no-repeat;
  text-decoration: none;
  color: #fff;
  box-shadow: var(--portal-shadow-lg);
  transition: transform 0.35s var(--portal-ease), box-shadow 0.35s var(--portal-ease);
  animation: portalKen 18s ease-in-out infinite alternate;
}

@keyframes portalKen {
  from { background-position: 42% center; }
  to { background-position: 58% center; }
}

@media (prefers-reduced-motion: reduce) {
  .portal-feature-hero { animation: none; }
}

.portal-feature-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 60px rgba(10, 20, 16, 0.22);
}

.portal-feature-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8, 16, 12, 0.82) 0%, rgba(8, 16, 12, 0.35) 55%, rgba(8, 16, 12, 0.2) 100%),
    linear-gradient(180deg, transparent 40%, rgba(8, 16, 12, 0.55));
}

.portal-feature-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 34em;
  padding: 40px 36px;
}

.portal-feature-hero__tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(142, 181, 88, 0.22);
  color: var(--portal-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-feature-hero__copy h3 {
  margin: 0;
  font-family: var(--portal-display);
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.portal-feature-hero__copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
  font-size: 16px;
}

.portal-feature-hero__go {
  display: inline-flex;
  margin-top: 20px;
  font-weight: 700;
  color: var(--portal-lime);
}

.portal-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.portal-feature-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 36, 25, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s var(--portal-ease), box-shadow 0.35s var(--portal-ease);
}

.portal-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--portal-shadow);
}

.portal-feature-card__visual {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: #163528 center / cover no-repeat;
  transform: scale(1.001);
  transition: transform 1.1s var(--portal-ease);
}

.portal-feature-card:hover .portal-feature-card__visual {
  transform: scale(1.08);
}

.portal-feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 18px;
  flex: 1;
}

.portal-feature-card__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--portal-accent-2);
}

.portal-feature-card__body h3 {
  margin: 0;
  font-family: var(--portal-display);
  font-size: 22px;
  letter-spacing: -0.03em;
}

.portal-feature-card__body p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.4;
  flex: 1;
}

.portal-feature-card__body span {
  font-weight: 700;
  color: var(--portal-accent);
}

/* Views gallery — equal slides, no native scrollbar, living motion */
.portal-views {
  margin-top: 36px;
}

.portal-views__head {
  margin-bottom: 18px;
}

.portal-views__nav {
  display: flex;
  gap: 8px;
}

.portal-views__btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(15, 36, 25, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--portal-text);
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.portal-views__btn:hover {
  background: var(--portal-accent);
  border-color: var(--portal-accent);
  color: #fff;
}

.portal-views__viewport {
  overflow: hidden;
  border-radius: 22px;
}

.portal-views__track {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
}

.portal-views__slide {
  margin: 0;
  position: relative;
  width: min(460px, 78vw);
  flex: 0 0 min(460px, 78vw);
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: #0f2419;
}

.portal-views__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portal-views__slide img.portal-views__media {
  transform: scale(1.1);
  animation: portalViewKen 16s ease-in-out infinite alternate;
}

.portal-views__slide:nth-child(2n) img.portal-views__media {
  animation-duration: 18s;
  animation-direction: alternate-reverse;
}

.portal-views__slide:nth-child(3n) img.portal-views__media {
  animation-duration: 13s;
}

.portal-views__slide--live video.portal-views__media {
  transform: scale(1.04);
  animation: portalViewLive 22s ease-in-out infinite alternate;
}

@keyframes portalViewKen {
  from { transform: scale(1.1) translate3d(-2%, 1%, 0); }
  to { transform: scale(1.18) translate3d(2%, -1%, 0); }
}

@keyframes portalViewLive {
  from { transform: scale(1.04) translate3d(-1%, 0, 0); }
  to { transform: scale(1.1) translate3d(1%, 0, 0); }
}

.portal-views__slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  padding: 36px 16px 14px;
  border-radius: 0;
  background: linear-gradient(transparent, rgba(8, 16, 12, 0.72));
  backdrop-filter: none;
  color: #fff;
  pointer-events: none;
}

.portal-views__slide figcaption strong {
  font-family: var(--portal-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.portal-views__hint {
  display: none;
}

.portal-views__tag {
  display: none;
}

.portal-views.is-paused .portal-views__media {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .portal-views__slide img.portal-views__media,
  .portal-views__slide--live video.portal-views__media {
    animation: none;
    transform: scale(1.02);
  }
  .portal-feature-card:hover .portal-feature-card__visual { transform: none; }
  .portal-views__tag::before { animation: none; }
}

.portal-feature-progress {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: #101c16;
  color: #fff;
}

.portal-feature-progress__kicker {
  margin: 0 0 8px;
  color: var(--portal-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-feature-progress__copy h3 {
  margin: 0;
  font-family: var(--portal-display);
  font-size: 28px;
  letter-spacing: -0.03em;
}

.portal-feature-progress__copy p {
  margin: 10px 0 16px;
  color: rgba(255, 255, 255, 0.7);
}

.portal-feature-progress__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
  background: #0a1410;
}

.portal-feature-progress__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.portal-guide-card--feature img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 8px;
}

@media (max-width: 980px) {
  .portal-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-feature-progress {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .portal-feature-grid {
    grid-template-columns: 1fr;
  }

  .portal-feature-hero__copy {
    padding: 28px 22px;
  }

  .portal-feature-card__visual {
    min-height: 160px;
  }
}

/* Media block leftovers keep working if used elsewhere */
.portal-media-show {
  margin-top: 8px;
  padding: 48px 0 20px;
  background:
    linear-gradient(180deg, transparent, rgba(15, 36, 25, 0.03) 10%, #e4ebe4 100%);
}

.portal-media-atmosphere {
  position: relative;
  margin-bottom: 22px;
  border-radius: 22px;
  overflow: hidden;
  min-height: 280px;
  background: #0f2419 center / cover no-repeat;
}

.portal-media-atmosphere__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 16, 12, 0.72), rgba(8, 16, 12, 0.18));
}

.portal-media-atmosphere__copy {
  position: relative;
  z-index: 1;
  padding: 36px 32px;
  max-width: 28em;
  color: #fff;
}

.portal-media-atmosphere__copy p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.portal-media-atmosphere__kicker {
  margin: 0;
  color: var(--portal-lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-media-atmosphere__copy h3 {
  margin: 10px 0 0;
  font-family: var(--portal-display);
  font-size: clamp(26px, 3.4vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.portal-media-films {
  gap: 16px;
}

.portal-media-film {
  border: 0;
  border-radius: 20px;
  background: #101c16;
  color: #fff;
  box-shadow: var(--portal-shadow);
}

.portal-media-film__body {
  color: rgba(255, 255, 255, 0.82);
}

.portal-media-film__body h3 {
  color: #fff;
}

.portal-media-film__kicker {
  color: var(--portal-lime);
}

.portal-media-film__body p {
  color: rgba(255, 255, 255, 0.68);
}

.portal-media-panorama__slide,
.portal-genplan-wrap,
.portal-project-card,
.portal-news-card,
.portal-construction-report__text,
.portal-guide-card,
.portal-guide-hub__card,
.portal-guide-doc,
.portal-guide-faq details,
.portal-amenity-card {
  border-radius: var(--portal-radius-lg);
}

.portal-project-card,
.portal-news-card,
.portal-guide-hub__card,
.portal-guide-card,
.portal-amenity-card {
  border: 1px solid rgba(15, 36, 25, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.portal-project-card:hover,
.portal-guide-hub__card:hover,
.portal-guide-card--link:hover {
  transform: translateY(-3px);
  box-shadow: var(--portal-shadow);
  border-color: rgba(142, 181, 88, 0.55);
}

/* Guide hub — cinematic stage + visual tiles */
.portal-guide-page {
  overflow: clip;
}

.portal-guide-stage {
  position: relative;
  min-height: min(42vh, 420px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
}

.portal-guide-stage__media,
.portal-guide-stage__veil {
  position: absolute;
  inset: 0;
}

.portal-guide-stage__media {
  background: #0a1410 center / cover no-repeat;
  transform: scale(1.04);
}

.portal-guide-stage__veil {
  background:
    linear-gradient(100deg, rgba(8, 16, 12, 0.88) 0%, rgba(8, 16, 12, 0.55) 48%, rgba(8, 16, 12, 0.35) 100%),
    linear-gradient(180deg, rgba(8, 16, 12, 0.2), rgba(8, 16, 12, 0.72));
}

.portal-guide-stage__copy {
  position: relative;
  z-index: 1;
  padding: 72px 0 48px;
}

.portal-guide-stage h1 {
  margin: 0;
  font-family: var(--portal-display);
  font-size: clamp(36px, 6vw, 64px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  max-width: 12ch;
}

.portal-guide-stage__lead {
  margin: 14px 0 0;
  max-width: 36em;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
}

.portal-guide-stage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.portal-guide-stage__meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.portal-guide-kicker--hero {
  margin: 0 0 12px;
  color: var(--portal-lime);
  font-family: var(--portal-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-guide--hub {
  padding-top: 28px;
  padding-bottom: 64px;
}

.portal-guide-stage--compact {
  min-height: min(34vh, 320px);
}

.portal-guide-stage--compact .portal-guide-stage__copy {
  padding: 56px 0 40px;
}

.portal-guide-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.portal-guide-tile {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 36, 25, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--portal-ease), box-shadow 0.25s var(--portal-ease);
}

.portal-guide-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--portal-shadow);
}

.portal-guide-tile__media {
  height: 168px;
  background: #163528 center / cover no-repeat;
  flex: none;
}

.portal-guide-tile__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 18px;
  flex: 1;
  min-height: 168px;
}

.portal-guide-tile__num {
  font-family: var(--portal-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--portal-accent-2);
}

.portal-guide-tile__body h2 {
  margin: 0;
  font-family: var(--portal-display);
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.15;
  min-height: 2.3em;
}

.portal-guide-tile__body p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.4;
  font-size: 14px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portal-guide-tile__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--portal-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.portal-guide-tile:hover .portal-guide-tile__btn {
  background: var(--portal-accent-hover);
}

/* Section pages keep dark hero */
.portal-hero--guide {
  background:
    radial-gradient(circle at 85% 15%, rgba(142, 181, 88, 0.22), transparent 42%),
    linear-gradient(145deg, #0a1410 0%, #163528 55%, #1f4d35 100%);
  padding: 64px 0 48px;
}

.portal-hero--guide h1 {
  font-family: var(--portal-display);
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -0.04em;
  line-height: 1.02;
  max-width: 14ch;
}

.portal-guide {
  padding-top: 28px;
  padding-bottom: 48px;
}

.portal-guide-nav a {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 36, 25, 0.08);
}

.portal-guide-nav a.is-active {
  background: var(--portal-accent);
  color: #fff;
  border-color: transparent;
}

.portal-guide-rate {
  font-family: var(--portal-display);
  font-size: clamp(48px, 8vw, 80px);
  letter-spacing: -0.05em;
}

.portal-guide-split__media {
  border-radius: 20px;
}

/* Construction / amenities */
.portal-construction-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 28px;
}

.portal-construction-stage:not(:has(.portal-construction-report__text)),
.portal-construction-stage:not(:has(.portal-construction-stage__media)) {
  grid-template-columns: 1fr;
}

.portal-construction-stage .portal-construction-report__text {
  margin: 0;
  max-height: min(62vh, 520px);
  overflow: auto;
  padding: 22px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 36, 25, 0.08);
  box-shadow: none;
}

.portal-construction-stage__media {
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
}

.portal-construction-stage .portal-construction-report__media {
  margin: 0;
  border-radius: 18px;
  border: 0;
  background: #0f172a;
  box-shadow: none;
}

.portal-construction-clips {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  display: grid;
  gap: 10px;
}

.portal-construction-clips__label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 36, 25, 0.55);
}

.portal-construction-clips__phones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.portal-construction-clips__phone {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #0f1c16;
  aspect-ratio: 9 / 16;
}

.portal-construction-clips__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .portal-construction-stage {
    grid-template-columns: 1fr;
  }

  .portal-construction-stage .portal-construction-report__text {
    max-height: 280px;
  }

  .portal-construction-clips__phones {
    max-width: 360px;
  }
}

.portal-amenities-banner {
  position: relative;
  margin-bottom: 22px;
  border-radius: 22px;
  overflow: hidden;
  min-height: 220px;
  background: #163528 center / cover no-repeat;
}

.portal-amenities-banner__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 16, 12, 0.7), rgba(8, 16, 12, 0.15));
}

.portal-amenities-banner__copy {
  position: relative;
  z-index: 1;
  padding: 28px 28px;
  color: #fff;
  max-width: 28em;
}

.portal-amenities-banner__copy strong {
  display: block;
  font-family: var(--portal-display);
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.portal-amenities-banner__copy span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.portal-footer {
  background: #0a1410;
}

@media (max-width: 980px) {
  .portal-guide-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .portal-home-hero {
    min-height: min(72vh, 640px);
  }

  .portal-home-hero__cta {
    gap: 12px 18px;
    max-width: none;
  }

  .portal-guide-stage {
    min-height: 280px;
  }

  .portal-guide-stage__copy {
    padding: 48px 0 32px;
  }

  .portal-guide-board {
    grid-template-columns: 1fr;
  }

  .portal-guide-tile__media {
    height: 160px;
  }

  .portal-guide-tile__body h2 {
    min-height: 0;
  }

  .portal-home-hero__title-main {
    font-size: clamp(40px, 12vw, 60px);
  }

  .portal-media-atmosphere__copy,
  .portal-amenities-banner__copy {
    padding: 24px 20px;
  }
}
