:root {
  --navy: #103050;
  --navy-deep: #0a2840;
  --bay-blue: #30a0c0;
  --sky: #5cb8d6;
  --wave: #2080a8;
  --mist: #f5f8fa;
  --white: #ffffff;
  --ink: #0b2134;
  --muted: #526477;
  --sand: #dfd5c4;
  --shadow: 0 18px 42px rgba(10, 43, 64, 0.14);
  --radius: 8px;
  --content: 856px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--sky) 0%, var(--mist) 58%, var(--white) 100%);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.125;
}

.site-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 42%, rgba(255, 255, 255, 0.12) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='220' viewBox='0 0 260 220'%3E%3Cg stroke='rgba(255,255,255,0.72)' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='translate(34 34) rotate(-16)'%3E%3Cpath d='M0 22L18 8L36 22'/%3E%3Crect x='4' y='22' width='28' height='20' rx='2'/%3E%3Cpath d='M16 42V30h4v12'/%3E%3C/g%3E%3Cg transform='translate(150 44) rotate(12)'%3E%3Cpath d='M0 18L15 6L30 18'/%3E%3Crect x='3' y='18' width='24' height='18' rx='2'/%3E%3Cpath d='M13 36V27h4v9'/%3E%3C/g%3E%3Cg transform='translate(98 136) rotate(-9)'%3E%3Cpath d='M0 20L16 7L32 20'/%3E%3Crect x='4' y='20' width='25' height='18' rx='2'/%3E%3Cpath d='M14 38V28h4v10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='260' viewBox='0 0 320 260'%3E%3Cg stroke='rgba(255,255,255,0.48)' stroke-width='1.9' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='translate(52 62) rotate(18)'%3E%3Cpath d='M0 16L13 5L26 16'/%3E%3Crect x='2' y='16' width='22' height='16' rx='2'/%3E%3Cpath d='M10 32V24h4v8'/%3E%3C/g%3E%3Cg transform='translate(206 112) rotate(-21)'%3E%3Cpath d='M0 17L14 6L28 17'/%3E%3Crect x='3' y='17' width='23' height='17' rx='2'/%3E%3Cpath d='M11 34V25h4v9'/%3E%3C/g%3E%3Cg transform='translate(130 184) rotate(9)'%3E%3Cpath d='M0 14L12 4L24 14'/%3E%3Crect x='2' y='14' width='20' height='14' rx='2'/%3E%3Cpath d='M9 28V21h4v7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 87% 16%, rgba(255, 255, 255, 0.13) 0 2px, transparent 3px);
  background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  background-size: auto, 280px 240px, 340px 300px, 96px 96px, 78px 78px;
  background-position: 0 0, 0 0, 90px 60px, 0 0, 18px 10px;
}

.site-header,
main,
.site-footer,
.error-page {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10, 43, 64, 0.98);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.header-inner {
  width: min(100% - 48px, 1080px);
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 28px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.brand-lockup img {
  width: 68px;
  height: auto;
  flex: 0 0 auto;
}

.brand-lockup span {
  display: grid;
  gap: 1px;
}

.brand-lockup strong {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.9;
}

.brand-lockup small {
  color: var(--sky);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  color: var(--white);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.site-nav a {
  padding: 10px 0;
  opacity: 0.93;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--sky);
}

.site-nav .login-link {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--navy-deep);
  background: var(--sky);
  opacity: 1;
}

.site-nav .login-link:hover,
.site-nav .login-link:focus-visible {
  color: var(--white);
  background: var(--bay-blue);
}

.split-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.split-cta-blue a:hover,
.split-cta-blue a:focus-visible {
  background: var(--sky);
  color: var(--navy-deep);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: transparent;
  place-items: center;
  gap: 4px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero::before {
  content: none;
}

.hero-content {
  width: min(100% - 48px, 940px);
  padding: 56px 0 78px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-mark {
  width: clamp(110px, 14vw, 172px);
  margin: 0 auto 12px;
  filter: drop-shadow(0 8px 18px rgba(10, 43, 64, 0.2));
}

.hero-brand {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(72px, 11vw, 126px);
  font-weight: 800;
  line-height: 0.86;
}

.hero h1 {
  margin: 4px 0 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(40px, 5.3vw, 68px);
  font-weight: 700;
  line-height: 0.95;
}

.hero-copy {
  max-width: 760px;
  margin: 22px auto 24px;
  color: #111827;
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 600;
  line-height: 1.18;
}

.hero-actions {
  margin: 0 0 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero-actions a {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(10, 43, 64, 0.14);
}

.hero-actions a:first-child {
  background: var(--bay-blue);
}

.hero-actions a:hover,
.hero-actions a:focus-visible {
  background: var(--sky);
  color: var(--navy-deep);
}

.service-cta-section {
  background: transparent;
  padding: 48px 0 72px;
}

.home-overview {
  padding: 56px 0 16px;
  background: transparent;
}

.section-inner {
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.split-cta h2 {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

.local-team-panel,
.service-grid article {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.local-team-panel {
  padding: 28px;
}

.local-team-panel h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 0.98;
}

.local-team-panel p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.service-grid {
  display: grid;
  gap: 16px;
}

.service-grid article {
  padding: 22px;
}

.service-grid h3 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.service-grid p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

.landlord-detail {
  padding: 40px 0 16px;
  background: transparent;
}

.landlord-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.landlord-detail h2 {
  max-width: 12ch;
  margin: 0 0 18px;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 0.96;
}

.landlord-detail p:not(.eyebrow) {
  max-width: 68ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.landlord-points {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.landlord-points li {
  min-height: 46px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(92, 184, 214, 0.22);
  border-left: 4px solid rgba(48, 160, 192, 0.66);
  border-radius: 6px;
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 22px rgba(10, 43, 64, 0.055);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.split-cta-navy a:hover,
.split-cta-navy a:focus-visible {
  background: var(--bay-blue);
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.split-cta {
  min-height: 168px;
  padding: 36px 36px 32px;
  border-radius: var(--radius);
  color: var(--white);
}

.split-cta-blue {
  background: linear-gradient(135deg, var(--bay-blue), var(--sky));
}

.split-cta-navy {
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
}

.split-cta h2 {
  font-size: clamp(32px, 4vw, 44px);
}

.split-cta p {
  margin: 10px 0 24px;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.split-cta a {
  min-height: 40px;
  padding: 0 18px;
  color: var(--white);
  background: var(--navy-deep);
}

.split-cta-navy a {
  background: var(--bay-blue);
}

.site-footer {
  background: var(--navy-deep);
  color: var(--white);
}

.footer-inner {
  width: min(100% - 48px, var(--content));
  min-height: 152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 80px;
}

.footer-brand.brand-lockup img {
  width: 78px;
}

.footer-brand.brand-lockup strong {
  font-size: 36px;
}

.footer-brand.brand-lockup small {
  font-size: 11px;
}

address {
  display: grid;
  gap: 2px;
  font-style: normal;
  line-height: 1.45;
}

address strong {
  margin-bottom: 4px;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 20px;
}

address a:hover,
address a:focus-visible {
  color: var(--sky);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-links a {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--sky);
}

:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}

.error-page {
  min-height: 100vh;
  padding: 48px 24px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(10, 43, 64, 0.88), rgba(10, 43, 64, 0.95)),
    url("assets/hero-coast.jpg") center / cover;
}

.error-page .brand-lockup {
  margin-bottom: 18px;
}

.error-page h1 {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(44px, 8vw, 84px);
  font-weight: 700;
  line-height: 0.95;
}

.error-page p {
  margin: 0;
  color: var(--mist);
  font-size: 20px;
}

.error-home {
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--white);
  background: var(--bay-blue);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
}

.error-home:hover,
.error-home:focus-visible {
  background: var(--sky);
  color: var(--navy-deep);
}

.page-main {
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.tenant-intro {
  width: 100%;
  margin-bottom: 28px;
  padding: 34px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.tenant-intro h1,
.admin-login h1,
.admin-toolbar h1 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 0.98;
}

.tenant-intro p:not(.eyebrow),
.admin-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.contact-page {
  display: grid;
  gap: 28px;
}

.contact-intro {
  width: 100%;
  padding: 34px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.contact-intro h1 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 0.98;
}

.contact-intro p:not(.eyebrow) {
  max-width: 58ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: 24px;
  align-items: start;
}

.contact-form,
.contact-card {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.contact-form {
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd9e2;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
}

.contact-form label[for="contactMessage"],
.contact-form textarea,
.contact-form .captcha-row,
.contact-form .consent-line,
.contact-form button,
.contact-form .form-message {
  grid-column: 1 / -1;
}

.captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.captcha-refresh {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  color: var(--navy-deep);
  background: #e7eef4;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.captcha-refresh:hover,
.captcha-refresh:focus-visible {
  background: var(--sky);
}

.contact-form button {
  width: max-content;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  background: var(--bay-blue);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.9;
}

.button-spinner {
  width: 16px;
  height: 16px;
  display: none;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: var(--white);
  border-radius: 50%;
}

.contact-form.is-submitting .button-spinner {
  display: inline-block;
  animation: spin 0.75s linear infinite;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--sky);
  color: var(--navy-deep);
}

.contact-form.is-submitting button:hover,
.contact-form.is-submitting button:focus-visible {
  color: var(--white);
  background: var(--bay-blue);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.contact-card {
  padding: 26px;
}

.contact-card h2 {
  margin: 0 0 18px;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.contact-card address {
  gap: 8px;
  margin-bottom: 20px;
}

.contact-card address a,
.contact-card address span {
  color: var(--navy-deep);
  font-weight: 600;
}

.contact-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.contact-map {
  position: relative;
  height: 260px;
  margin-top: 22px;
  overflow: hidden;
  border: 3px solid var(--sky);
  border-radius: var(--radius);
  background: var(--mist);
  box-shadow: inset 0 0 0 1px rgba(10, 43, 64, 0.08);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(0.85) contrast(1.03);
  pointer-events: none;
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 0;
  background: var(--bay-blue);
  box-shadow: 0 8px 18px rgba(10, 43, 64, 0.32);
  transform: translate(-50%, -100%) rotate(-45deg);
  pointer-events: none;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--sky);
}

.map-click-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  cursor: pointer;
}

.map-click-link:focus-visible {
  outline: 3px solid var(--navy-deep);
  outline-offset: -6px;
}

.map-button {
  min-height: 44px;
  margin-top: 14px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--white);
  background: var(--bay-blue);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
}

.map-button:hover,
.map-button:focus-visible {
  background: var(--sky);
  color: var(--navy-deep);
}

.landlord-page {
  display: grid;
  gap: 28px;
}

.landlord-hero,
.landlord-content-grid article,
.landlord-process,
.landlord-local-note {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.landlord-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
}

.landlord-hero h1,
.landlord-process h2,
.landlord-local-note h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  line-height: 0.98;
}

.landlord-hero h1 {
  max-width: 13ch;
  font-size: clamp(42px, 6vw, 72px);
}

.landlord-hero p:not(.eyebrow),
.landlord-content-grid p:not(.eyebrow),
.landlord-process span,
.landlord-local-note p {
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.landlord-hero p:not(.eyebrow) {
  max-width: 62ch;
  margin: 18px 0 0;
}

.landlord-actions {
  justify-content: flex-start;
  margin: 24px 0 0;
}

.landlord-rate-card {
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 10px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(145deg, var(--navy), var(--navy-deep));
}

.landlord-rate-card .eyebrow {
  color: var(--sky);
}

.landlord-rate-card strong {
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(38px, 4.4vw, 52px);
  font-weight: 800;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.landlord-rate-card span {
  min-height: 42px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.landlord-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landlord-content-grid article {
  padding: 24px;
}

.landlord-content-grid h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.landlord-content-grid p:not(.eyebrow) {
  margin: 14px 0 0;
}

.landlord-process {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  padding: 30px;
}

.landlord-process h2,
.landlord-local-note h2 {
  font-size: clamp(34px, 4.5vw, 54px);
}

.landlord-process ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
  counter-reset: landlord-steps;
}

.landlord-process li {
  position: relative;
  min-height: 78px;
  padding: 16px 16px 16px 62px;
  border-radius: 6px;
  background: var(--mist);
  counter-increment: landlord-steps;
}

.landlord-process li::before {
  content: counter(landlord-steps);
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--bay-blue);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 800;
}

.landlord-process strong {
  display: block;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.landlord-process span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}

.landlord-local-note {
  padding: 30px;
}

.landlord-local-note p {
  max-width: 70ch;
  margin: 14px 0 22px;
}

.landlord-local-note a {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--white);
  background: var(--bay-blue);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
}

.landlord-local-note a:hover,
.landlord-local-note a:focus-visible {
  background: var(--sky);
  color: var(--navy-deep);
}

.area-page .landlord-hero h1 {
  max-width: 15ch;
}

.area-hero-simple {
  grid-template-columns: 1fr;
}

.area-hero-simple h1 {
  max-width: 18ch;
}

.area-hero-simple p:not(.eyebrow) {
  max-width: 76ch;
}

.area-service-panel,
.area-grid-section {
  padding: 30px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.area-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.area-service-panel h2,
.area-grid-section h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 0.98;
}

.area-service-panel p:not(.eyebrow),
.area-grid-section p:not(.eyebrow),
.area-grid p {
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.area-service-panel p:not(.eyebrow),
.area-grid-section p:not(.eyebrow) {
  max-width: 72ch;
  margin: 16px 0 0;
}

.area-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.area-grid article {
  min-height: 160px;
  padding: 20px;
  border-radius: 6px;
  background: var(--mist);
}

.area-grid h3 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.area-grid p {
  margin: 12px 0 0;
  font-size: 16px;
}

.form-panel,
.admin-login,
.admin-dashboard {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-panel {
  padding: 24px;
}

.tenant-form {
  display: grid;
  gap: 18px;
}

.tenant-form fieldset {
  margin: 0;
  padding: 22px 18px;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.2fr);
  column-gap: 22px;
  row-gap: 14px;
  align-items: center;
  border: 1px solid #d9e0e8;
  border-radius: var(--radius);
}

.tenant-form legend {
  padding: 0 8px;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.tenant-form label,
.admin-login-form label {
  color: var(--ink);
  font-weight: 600;
}

.tenant-form label {
  align-self: center;
}

.admin-login-form label {
  display: grid;
  gap: 6px;
}

.tenant-form input,
.tenant-form select,
.tenant-form textarea,
.admin-login-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd9e2;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
}

.tenant-form textarea {
  min-height: 118px;
  resize: vertical;
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  line-height: 1.4;
}

.consent-line input {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
}

.tenant-form .consent-line {
  grid-column: 1 / -1;
}

.tenant-form .field-help {
  grid-column: 2;
  margin-top: -10px;
  color: var(--muted);
  line-height: 1.4;
}

.tenant-form button,
.admin-login-form button,
.admin-actions button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  color: var(--white);
  background: var(--bay-blue);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.tenant-form button {
  justify-self: start;
}

.tenant-form button:hover,
.tenant-form button:focus-visible,
.admin-login-form button:hover,
.admin-login-form button:focus-visible,
.admin-actions button:hover,
.admin-actions button:focus-visible {
  background: var(--sky);
  color: var(--navy-deep);
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--navy-deep);
  font-weight: 600;
}

.admin-main {
  max-width: 1100px;
}

.admin-login {
  max-width: 520px;
  padding: 24px;
}

.admin-login-form {
  display: grid;
  gap: 14px;
}

.admin-dashboard {
  padding: 24px;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-actions .secondary-action {
  color: var(--navy-deep);
  background: #e7eef4;
}

.admin-note {
  padding: 12px 14px;
  border: 1px solid #d9e0e8;
  border-radius: 6px;
  background: var(--mist);
  font-size: 15px;
}

.admin-count {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.entries-grid {
  margin-top: 20px;
  display: grid;
  gap: 16px;
}

.empty-state {
  margin: 0;
  padding: 20px;
  border: 1px solid #d9e0e8;
  border-radius: 6px;
  color: var(--muted);
  background: var(--mist);
}

.entry-card {
  padding: 18px;
  border: 1px solid #d9e0e8;
  border-radius: var(--radius);
  background: var(--white);
}

.entry-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e0e8;
}

.entry-card h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.entry-card p {
  margin: 5px 0 0;
  color: var(--muted);
}

.entry-card-header strong {
  white-space: nowrap;
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.entry-card dl {
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.entry-card dl div {
  min-width: 0;
}

.entry-card dl .wide {
  grid-column: 1 / -1;
}

.entry-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.entry-card dd {
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}

.shortlist-table {
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: var(--radius);
  background: var(--white);
}

.shortlist-row {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr 1.25fr 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-top: 1px solid #d9e0e8;
}

.shortlist-row:first-child {
  border-top: 0;
}

.shortlist-head {
  color: var(--navy-deep);
  background: var(--mist);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shortlist-row time,
.shortlist-row span,
.shortlist-row a {
  color: var(--muted);
}

.shortlist-row strong,
.shortlist-row a {
  display: block;
}

.shortlist-row strong {
  color: var(--navy-deep);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.shortlist-row a:hover,
.shortlist-row a:focus-visible {
  color: var(--bay-blue);
}

@media (max-width: 900px) {
  .header-inner {
    width: min(100% - 32px, var(--content));
    min-height: 82px;
    grid-template-columns: 178px 1fr 44px;
    gap: 12px;
  }

  .brand-lockup img {
    width: 58px;
  }

  .brand-lockup strong {
    font-size: 28px;
  }

  .brand-lockup small {
    font-size: 9px;
  }

  .menu-toggle {
    display: grid;
    grid-column: 3;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    padding: 14px 24px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--navy-deep);
    box-shadow: 0 18px 26px rgba(10, 43, 64, 0.24);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .site-nav .login-link {
    min-height: 42px;
    margin-top: 8px;
    padding: 0 16px;
    align-self: flex-start;
  }

  .hero {
    min-height: 600px;
  }

  .cta-grid,
  .overview-grid,
  .landlord-detail-inner,
  .landlord-hero,
  .landlord-process,
  .area-service-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .landlord-content-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    min-height: auto;
    padding: 34px 0;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .admin-toolbar {
    grid-template-columns: 1fr;
  }

  .admin-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .hero-content {
    width: min(100% - 28px, var(--content));
  }

  .header-inner {
    grid-template-columns: 1fr 44px;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-lockup img {
    width: 48px;
  }

  .brand-lockup strong {
    font-size: 23px;
  }

  .brand-lockup small {
    font-size: 8px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .hero-copy {
    margin-bottom: 34px;
  }

  .hero-actions {
    margin-bottom: 24px;
  }

  .hero-actions a {
    width: 100%;
  }

  .service-cta-section {
    padding-top: 32px;
  }

  .home-overview {
    padding-top: 38px;
  }

  .landlord-detail {
    padding-top: 28px;
  }

  .landlord-detail-inner {
    padding: 20px;
  }

  .cta-grid {
    margin-top: 38px;
  }

  .split-cta {
    min-height: 156px;
    padding: 28px 24px;
  }

  .page-main {
    width: min(100% - 28px, var(--content));
    padding-top: 34px;
  }

  .form-panel,
  .admin-login,
  .admin-dashboard {
    padding: 16px;
  }

  .tenant-form fieldset,
  .contact-form,
  .entry-card dl {
    grid-template-columns: 1fr;
  }

  .tenant-form .field-help {
    grid-column: 1;
  }

  .tenant-form textarea,
  .contact-form label[for="contactMessage"],
  .contact-form textarea,
  .contact-form .captcha-row,
  .contact-form .consent-line,
  .contact-form button,
  .contact-form .form-message,
  .entry-card dl .wide {
    grid-column: auto;
  }

  .entry-card-header {
    display: grid;
  }

  .entry-card-header strong {
    white-space: normal;
  }

  .captcha-row {
    grid-template-columns: 1fr;
  }

  .shortlist-head {
    display: none;
  }

  .shortlist-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

}

@media (max-width: 420px) {
  .header-inner {
    grid-template-columns: 1fr 44px;
  }

  .menu-toggle {
    grid-column: 2;
  }

}
