:root {
  --deep: #0f1538;
  --navy: #141946;
  --navy-2: #1b2454;
  --sand: #f4efe3;
  --panel: #e7e4dc;
  --brass: #d4a247;
  --clay: #965044;
  --ink: #0f1538;
  --muted: #5f6875;
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, Avenir, system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.proposal-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 54px);
  background: var(--navy);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: none;
}

.proposal-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.proposal-brand span {
  font-family: Fraunces, serif;
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  letter-spacing: .1em;
  line-height: 1.08;
  text-transform: uppercase;
  white-space: nowrap;
}

.proposal-header nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.6vw, 32px);
}

.proposal-header nav a {
  color: rgba(255, 255, 255, .86);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.proposal-header nav a:hover {
  color: var(--brass);
}

.proposal-hero {
  position: relative;
  min-height: 84svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--navy);
  padding: 128px clamp(22px, 6vw, 82px) 72px;
  background: #fff;
}

.proposal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 25, 70, .08), transparent 22%, transparent 72%, rgba(20, 25, 70, .06));
}

.proposal-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
  text-align: center;
}

.proposal-cover-logo {
  width: clamp(118px, 16vw, 190px);
  height: clamp(118px, 16vw, 190px);
  object-fit: contain;
  margin: 0 auto 30px;
  display: block;
  filter: drop-shadow(0 18px 24px rgba(15, 21, 56, .18));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brass);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.06;
}

h1,
h2 {
  font-family: Fraunces, serif;
  font-weight: 650;
  letter-spacing: .02em;
}

h1 {
  max-width: 920px;
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  text-transform: uppercase;
}

.proposal-hero-copy > p:last-child {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: rgba(15, 21, 56, .72);
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  font-weight: 700;
  line-height: 1.7;
}

.feature-section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
  background: #fff;
  border-top: 1px solid rgba(15, 21, 56, .1);
}

.feature-section-dark {
  background: var(--navy);
  color: white;
}

.section-copy {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-copy h2 {
  margin-bottom: 14px;
  color: inherit;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.section-copy p:last-child {
  margin-bottom: 0;
  color: rgba(15, 21, 56, .7);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.75;
}

.feature-section-dark .section-copy p:last-child {
  color: rgba(255, 255, 255, .74);
}

.design-section {
  background: linear-gradient(180deg, #fff, rgba(20, 25, 70, .04));
}

.design-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: stretch;
}

.homepage-preview,
.implementation-preview,
.design-phases article {
  border: 1px solid rgba(15, 21, 56, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(15, 21, 56, .14);
}

.homepage-preview {
  overflow: hidden;
}

.homepage-preview-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  color: white;
}

.homepage-preview-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-preview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 21, 56, .58), rgba(15, 21, 56, .16) 48%, rgba(15, 21, 56, .72));
}

.homepage-preview-nav,
.homepage-preview-title {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
}

.homepage-preview-nav {
  top: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, .84);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.homepage-preview-nav span:first-child {
  margin-right: auto;
  color: #fff;
  font-family: Fraunces, serif;
  font-size: 1.1rem;
  letter-spacing: .08em;
}

.homepage-preview-title {
  bottom: 28px;
  max-width: 720px;
}

.homepage-preview-title span,
.page-mock-list span,
.design-phases span {
  display: block;
  color: var(--brass);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.homepage-preview-title strong {
  display: block;
  margin-top: 8px;
  font-family: Fraunces, serif;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: .96;
}

.homepage-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.homepage-feature-grid div {
  min-height: 126px;
  padding: 22px;
  border-right: 1px solid rgba(15, 21, 56, .1);
  background: #fff;
}

.homepage-feature-grid div:last-child {
  border-right: 0;
}

.homepage-feature-grid span {
  display: block;
  color: var(--brass);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.homepage-feature-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.35;
}

.implementation-preview {
  padding: clamp(24px, 4vw, 38px);
  background: var(--navy);
  color: white;
}

.implementation-preview h3 {
  margin: 0 0 24px;
  font-family: Fraunces, serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.page-mock-list {
  display: grid;
  gap: 14px;
}

.page-mock-list article {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  background: rgba(255, 255, 255, .07);
}

.page-mock-list strong {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .86);
  font-size: .95rem;
  line-height: 1.5;
}

.design-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.6vw, 26px);
  margin-top: clamp(20px, 4vw, 42px);
}

.design-phases article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 30px);
}

.design-phases h3 {
  margin: 14px 0 12px;
  color: var(--navy);
  font-family: Fraunces, serif;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

.design-phases p {
  margin-bottom: 0;
  color: rgba(15, 21, 56, .68);
  font-weight: 650;
  line-height: 1.65;
}

.weather-showcase,
.camera-showcase,
.reservation-showcase {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: stretch;
}

.phone-frame,
.dashboard-mock,
.weather-map-module,
.camera-frame,
.privacy-panel,
.reservation-panel,
.phase-panel {
  border: 1px solid rgba(15, 21, 56, .14);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(15, 21, 56, .14);
}

.phone-frame {
  min-height: 610px;
  padding: 18px;
  background: linear-gradient(180deg, #111735, #1b2454);
  color: white;
}

.phone-topbar,
.dashboard-head,
.camera-overlay,
.reservation-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.phone-topbar {
  padding-bottom: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.live-dot,
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.live-dot::before,
.live-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #41e58f;
  box-shadow: 0 0 0 6px rgba(65, 229, 143, .16);
}

.weather-main {
  min-height: 210px;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(212, 162, 71, .26), rgba(255, 255, 255, .08));
}

.weather-main strong {
  display: block;
  font-size: 5rem;
  line-height: .9;
}

.weather-main span {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
}

.weather-icon {
  position: relative;
  height: 150px;
}

.weather-icon::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 22px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 45px rgba(212, 162, 71, .7);
}

.weather-icon span {
  position: absolute;
  right: 4px;
  bottom: 28px;
  width: 116px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
}

.weather-icon span::before,
.weather-icon span::after {
  content: "";
  position: absolute;
  bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
}

.weather-icon span::before {
  left: 20px;
  width: 52px;
  height: 52px;
}

.weather-icon span::after {
  right: 18px;
  width: 42px;
  height: 42px;
}

.weather-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.weather-stat-grid div,
.wind-card,
.friend-list,
.staff-feed,
.alert-rules {
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}

.weather-stat-grid div {
  padding: 18px;
}

.weather-stat-grid span,
.friend-list span,
.staff-feed span,
.alert-rules span {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weather-stat-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 1.16rem;
}

.wind-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
}

.wind-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.5;
}

.wind-compass {
  position: relative;
  width: 82px;
  height: 82px;
  border: 2px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
}

.wind-compass span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 4px;
  height: 44px;
  background: var(--brass);
  transform: translateX(-50%) rotate(42deg);
  transform-origin: bottom;
}

.wind-compass span::before {
  content: "";
  position: absolute;
  left: -7px;
  top: -2px;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid var(--brass);
}

.dashboard-mock,
.weather-map-module {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 610px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--white);
}

.dashboard-head h3,
.privacy-panel h3,
.reservation-card h3,
.phase-panel h3 {
  margin: 0;
  font-family: Fraunces, serif;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.demo-refresh,
.reservation-card button {
  border: 0;
  border-radius: 5px;
  background: var(--brass);
  color: #172035;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.demo-refresh {
  min-height: 42px;
  padding: 0 16px;
}

.dashboard-head a,
.embed-label {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--brass);
  color: #172035;
  padding: 0 16px;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.proposal-wind-map {
  position: relative;
  min-height: 390px;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 70, .18);
  border-radius: 8px;
  background: rgba(20, 25, 70, .08);
}

.live-windy-layer {
  position: absolute;
  inset: 0;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.proposal-wind-map.windy-ready .live-windy-layer {
  opacity: 1;
  pointer-events: auto;
}

.proposal-wind-map.windy-ready .instant-weather-map {
  opacity: 0;
  pointer-events: none;
}

.live-windy-layer iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  border: 0;
  background: #e9f2f6;
}

.windy-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .92);
  color: rgba(15, 21, 56, .68);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.proposal-wind-map.windy-ready .windy-loading {
  display: none;
}

.instant-weather-map {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(35, 105, 160, .22), rgba(212, 162, 71, .08)),
    #e9f2f6;
}

.instant-weather-map::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, .34) 45% 46%, transparent 47%),
    linear-gradient(115deg, transparent 0 54%, rgba(255, 255, 255, .24) 55% 56%, transparent 57%),
    linear-gradient(115deg, transparent 0 64%, rgba(255, 255, 255, .18) 65% 66%, transparent 67%);
  animation: mapWind 6s linear infinite;
}

.instant-weather-map.weather-layer {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 204, 91, .7), transparent 0 16%, transparent 17%),
    radial-gradient(circle at 28% 64%, rgba(80, 161, 211, .38), transparent 0 24%, transparent 25%),
    linear-gradient(135deg, rgba(255, 245, 214, .95), rgba(226, 239, 247, .95));
}

.instant-weather-map.radar-layer {
  background:
    radial-gradient(circle at 48% 48%, rgba(57, 198, 117, .52), transparent 0 17%, transparent 18%),
    radial-gradient(circle at 58% 42%, rgba(239, 206, 70, .42), transparent 0 15%, transparent 16%),
    radial-gradient(circle at 63% 38%, rgba(207, 84, 89, .34), transparent 0 10%, transparent 11%),
    linear-gradient(135deg, rgba(221, 233, 241, .98), rgba(211, 224, 232, .98));
}

.weather-map-canvas {
  position: absolute;
  inset: 0;
  transform: scale(var(--map-zoom, 1));
  transform-origin: center;
  transition: transform .24s ease;
}

.map-toolbar,
.map-zoom-controls {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(15, 21, 56, .14);
}

.map-toolbar {
  top: 16px;
  left: 16px;
}

.map-zoom-controls {
  top: 16px;
  right: 16px;
  flex-direction: column;
}

.map-toolbar button,
.map-zoom-controls button {
  min-height: 34px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: rgba(15, 21, 56, .66);
  cursor: pointer;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.map-toolbar button {
  padding: 0 12px;
}

.map-zoom-controls button {
  width: 34px;
  padding: 0;
  font-size: 1.15rem;
  line-height: 1;
}

.map-toolbar button.active,
.map-zoom-controls button:hover {
  background: var(--navy);
  color: white;
}

.map-lake-shape {
  position: absolute;
  left: 13%;
  top: 39%;
  width: 72%;
  height: 28%;
  border-radius: 58% 42% 55% 45% / 44% 50% 48% 56%;
  background: linear-gradient(135deg, #3f96bf, #2d729e);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, .34), 0 18px 40px rgba(43, 96, 130, .18);
  transform: rotate(-7deg);
}

.map-town-label,
.map-pin {
  position: absolute;
  z-index: 3;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.map-town-label {
  right: 11%;
  top: 33%;
  font-size: .74rem;
}

.map-pin {
  left: 45%;
  top: 47%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 4px solid white;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 16px 28px rgba(15, 21, 56, .22);
  font-size: .7rem;
}

.wind-stream {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 42px 18px 0 rgba(255, 255, 255, .64), 86px -12px 0 rgba(255, 255, 255, .54);
  animation: streamDrift 3.8s ease-in-out infinite;
}

.stream-1 { left: 10%; top: 28%; }
.stream-2 { left: 32%; top: 36%; animation-delay: -.7s; }
.stream-3 { left: 18%; top: 68%; animation-delay: -1.4s; }
.stream-4 { left: 58%; top: 61%; animation-delay: -2.1s; }

.weather-popover {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  width: min(270px, calc(100% - 36px));
  padding: 18px;
  border-radius: 8px;
  background: rgba(15, 21, 56, .92);
  color: white;
  box-shadow: 0 18px 38px rgba(15, 21, 56, .24);
}

.weather-popover span,
.weather-popover small {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.weather-popover strong {
  display: block;
  margin: 6px 0;
  font-size: 1.6rem;
}

.weather-popover small {
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.45;
  text-transform: none;
}

@keyframes mapWind {
  from { transform: translateX(-8%); }
  to { transform: translateX(8%); }
}

@keyframes streamDrift {
  0%, 100% { transform: translateX(-10px); opacity: .45; }
  50% { transform: translateX(18px); opacity: .95; }
}

.weather-ticker {
  display: grid;
  gap: 10px;
  color: rgba(15, 21, 56, .72);
  font-weight: 800;
}

.weather-ticker span {
  padding: 14px 18px;
  border-left: 4px solid var(--brass);
  background: rgba(20, 25, 70, .06);
}

.camera-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #000;
}

.camera-frame img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.camera-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .46), transparent 42%, rgba(0, 0, 0, .62));
}

.camera-overlay,
.camera-controls {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
}

.camera-overlay {
  top: 20px;
  color: white;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.camera-controls {
  bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.camera-controls button,
.reservation-tabs button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 5px;
  background: rgba(255, 255, 255, .12);
  color: white;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.camera-controls button {
  padding: 0 18px;
}

.camera-controls button.is-active,
.reservation-tabs button.active {
  background: var(--brass);
  color: #152035;
  border-color: var(--brass);
}

.privacy-panel {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 44px);
  background: rgba(255, 255, 255, .08);
}

.privacy-panel p {
  color: rgba(255, 255, 255, .74);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.7;
}

.privacy-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.privacy-options span {
  padding: 16px;
  border: 1px solid rgba(212, 162, 71, .32);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .86);
  font-weight: 800;
}

.reservation-showcase {
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, .68fr);
}

.reservation-panel {
  overflow: hidden;
  background: var(--white);
}

.reservation-tabs {
  justify-content: flex-start;
  padding: 14px;
  background: var(--navy);
}

.reservation-tabs button {
  padding: 0 16px;
}

.reservation-demo {
  display: none;
  min-height: 510px;
  padding: clamp(22px, 4vw, 36px);
}

.reservation-demo.active {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: stretch;
}

.reservation-card,
.friend-list,
.staff-feed,
.alert-rules,
.text-message {
  border-radius: 8px;
  background: rgba(20, 25, 70, .06);
  padding: 24px;
}

.reservation-form-visual {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.reservation-form-visual span {
  padding: 15px;
  border: 1px solid rgba(20, 25, 70, .14);
  border-radius: 6px;
  background: white;
  color: rgba(15, 21, 56, .74);
  font-weight: 800;
}

.reservation-card button {
  min-height: 46px;
  width: 100%;
}

.friend-list,
.staff-feed,
.alert-rules {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.friend-list span,
.staff-feed span,
.alert-rules span {
  color: rgba(15, 21, 56, .62);
}

.floor-plan {
  min-height: 380px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 22px;
  border: 2px solid rgba(20, 25, 70, .12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(212, 162, 71, .16), rgba(20, 25, 70, .06));
}

.table {
  display: grid;
  place-items: center;
  min-height: 82px;
  background: #fff;
  border: 2px solid rgba(20, 25, 70, .18);
  color: var(--navy);
  font-weight: 900;
}

.table-round {
  border-radius: 50%;
}

.table-wide {
  border-radius: 10px;
}

.table.booked {
  background: var(--brass);
  border-color: var(--brass);
}

.text-message {
  align-self: center;
  background: #e8f0ff;
}

.text-message span {
  display: block;
  margin-bottom: 8px;
  color: rgba(15, 21, 56, .56);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.text-message p {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.45;
}

.phase-panel {
  padding: clamp(24px, 4vw, 38px);
  background: var(--navy);
  color: white;
}

.phase-panel ol {
  margin: 22px 0 0;
  padding-left: 22px;
}

.phase-panel li {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .76);
  font-weight: 600;
  line-height: 1.6;
}

.phase-panel strong {
  color: white;
}

.proposal-footer {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 30px 22px;
  background: var(--navy);
  color: rgba(255, 255, 255, .78);
  text-align: center;
}

.proposal-footer img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.proposal-footer p {
  max-width: 620px;
  margin: 0;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .proposal-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .proposal-header nav {
    width: 100%;
    justify-content: space-between;
  }

  .weather-showcase,
  .camera-showcase,
  .design-showcase,
  .design-phases,
  .reservation-showcase,
  .reservation-demo.active {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .proposal-brand span {
    white-space: normal;
  }

  .proposal-header nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .proposal-hero {
    padding-top: 170px;
  }

  .weather-main {
    grid-template-columns: 1fr;
  }

  .weather-main strong {
    font-size: 4rem;
  }

  .weather-stat-grid,
  .homepage-feature-grid,
  .floor-plan {
    grid-template-columns: 1fr;
  }

  .homepage-preview-nav {
    flex-wrap: wrap;
  }
}
