@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-symbols-outlined.ttf") format("truetype");
}

:root {
  color-scheme: dark;
  --page: #040807;
  --surface: #08100f;
  --surface-raised: #0d1715;
  --surface-soft: #111d1a;
  --panel: var(--surface);
  --bg: var(--page);
  --ink: #f3f6f3;
  --text: var(--ink);
  --muted: #a7b2ad;
  --line: rgba(221, 235, 226, 0.17);
  --line-strong: rgba(221, 235, 226, 0.3);
  --brand: #35a33d;
  --brand-strong: #23832d;
  --brand-soft: #76c943;
  --accent: var(--brand-soft);
  --danger: #d85e56;
  --header-height: 82px;
  --shell: 1480px;
  --page-shell: 1160px;
}

:root[data-theme="light"] {
  color-scheme: light;
  --page: #f3f5f1;
  --surface: #ffffff;
  --surface-raised: #f8faf6;
  --surface-soft: #ecf1e9;
  --panel: var(--surface);
  --bg: var(--page);
  --ink: #101813;
  --text: var(--ink);
  --muted: #56615b;
  --line: rgba(27, 55, 37, 0.16);
  --line-strong: rgba(27, 55, 37, 0.3);
  --brand: #247c2d;
  --brand-strong: #185f22;
  --brand-soft: #3f9638;
  --accent: var(--brand-soft);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

.material-symbols-outlined {
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

button,
input,
select,
textarea { font: inherit; }

button,
summary,
a { -webkit-tap-highlight-color: transparent; }

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  text-decoration: none;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: rgba(4, 8, 7, 0.94);
  backdrop-filter: blur(18px);
}

:root[data-theme="light"] .site-header { background: rgba(255, 255, 255, 0.94); }

.site-nav {
  width: min(100% - 40px, var(--shell));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 32px;
}

.site-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  text-decoration: none;
}

.site-brand img,
.footer-brand img {
  display: block;
  width: auto;
  max-width: 224px;
  object-fit: contain;
}

.site-brand img { height: 50px; }

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 52px);
}

.primary-nav a,
.nav-login,
.nav-signup,
.theme-toggle {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.primary-nav a,
.nav-login { color: var(--ink); }

.primary-nav a:hover,
.nav-login:hover { color: var(--brand-soft); }

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.theme-toggle,
.nav-menu-button {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.theme-toggle {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.theme-toggle .material-symbols-outlined { font-size: 20px; }

.nav-signup {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  color: var(--ink);
}

.nav-signup:hover { border-color: var(--brand-soft); }

.nav-menu-button { display: none; }

.site-main:not(.landing-main) {
  width: min(100% - 40px, var(--page-shell));
  min-height: 62vh;
  margin: 0 auto;
  padding: 54px 0 80px;
}

.site-main:not(.landing-main) h1 {
  margin: 0 0 24px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.site-main:not(.landing-main) h2 {
  margin: 36px 0 12px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

:where(.site-main:not(.landing-main)) :where(p, li) { color: var(--muted); }

.site-main:not(.landing-main) .hero,
.site-main:not(.landing-main) .band,
.site-main:not(.landing-main) .item {
  border-color: var(--line);
  background: transparent;
}

.button,
.property-view-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}

.landing-main { min-height: 0; }

.landing-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - var(--header-height));
  background: #030807;
  color: #f5f7f5;
}

.landing-visual,
.landing-overlay {
  position: absolute;
  inset: 0 0 auto;
  height: 790px;
  z-index: -2;
}

.landing-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
}

.landing-overlay {
  z-index: -1;
  background: rgba(1, 7, 6, 0.52);
}

.landing-shell {
  width: min(100% - 56px, var(--shell));
  margin: 0 auto;
  padding: 68px 0 48px;
}

.hero-copy { max-width: 760px; }

.hero-copy h1 {
  margin: 0;
  font-size: clamp(64px, 7.4vw, 122px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  font-weight: 800;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.22);
}

.hero-word { display: block; }
.hero-copy h1 em { color: #42b44a; font-style: normal; }

.hero-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #f0f4f0;
  font-size: clamp(17px, 1.4vw, 22px);
}

.property-explorer {
  position: relative;
  z-index: 10;
  width: min(100%, 970px);
  min-height: 76px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
  align-items: stretch;
  padding: 8px;
  border: 1px solid rgba(229, 239, 231, 0.28);
  background: rgba(3, 12, 11, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(115%);
}

.property-choice { position: relative; min-width: 0; }

.property-choice + .property-choice { border-left: 1px solid rgba(229, 239, 231, 0.18); }

.property-choice summary {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px 1fr 24px;
  align-items: center;
  gap: 10px;
  padding: 6px 18px;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: background-color 180ms ease, color 180ms ease;
}

.property-choice summary::-webkit-details-marker { display: none; }

.choice-icon { color: #43a83f; font-size: 24px; }
.choice-state { color: #a9b3ae; font-size: 20px; transition: transform 150ms ease; }
.property-choice[open] .choice-state { transform: rotate(180deg); }
.choice-copy { display: flex; flex-direction: column; min-width: 0; }

.choice-label {
  color: #a9b3ae;
  font-size: 12px;
  font-weight: 600;
}

.property-choice summary strong { font-size: 16px; font-weight: 600; }

.choice-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(300px, calc(100vw - 48px));
  display: grid;
  padding: 8px;
  border: 1px solid rgba(229, 239, 231, 0.25);
  background: #091210;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.choice-menu :is(a, button) {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 11px 12px;
  color: #f3f6f3;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.choice-menu :is(a, button):hover,
.choice-menu :is(a, button):focus-visible,
.choice-menu :is(a, button)[aria-pressed="true"] { background: #13241e; color: #75cd51; }

.property-submit {
  min-width: 205px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  background: #268932;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.property-submit:hover { background: #1f752a; }

.intent-rail {
  width: min(100%, 1070px);
  min-height: 92px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(229, 239, 231, 0.23);
  background: rgba(3, 12, 11, 0.68);
  backdrop-filter: blur(14px) saturate(115%);
}

.intent-rail a {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-content: center;
  align-items: center;
  gap: 0 12px;
  padding: 16px 26px;
  text-decoration: none;
}

.intent-rail a + a { border-left: 1px solid rgba(229, 239, 231, 0.17); }

.intent-rail a:hover { background: rgba(35, 131, 45, 0.22); }

.intent-icon { grid-row: 1; color: #45a43e; font-size: 30px; }
.intent-copy { display: flex; flex-direction: column; min-width: 0; }
.intent-rail strong { font-size: 18px; }

.intent-rail span { color: #aeb8b3; font-size: 13px; }

.landing-featured {
  position: relative;
  margin-top: 38px;
}

.featured-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.featured-heading h2 {
  margin: 0 0 3px;
  color: #f5f7f5;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.featured-heading p {
  margin: 0;
  color: #aeb8b3;
  font-size: 14px;
}

.featured-heading > a { color: #7dce57; font-weight: 700; }

.featured-controls { display: flex; gap: 8px; }

.featured-controls button {
  width: 42px;
  min-height: 40px;
  border: 1px solid rgba(229, 239, 231, 0.28);
  background: transparent;
  color: #f5f7f5;
  cursor: pointer;
}

.featured-controls button:hover { border-color: #63bf46; color: #78d259; }

.featured-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  grid-template-rows: 1fr;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #2d8037 #0a1311;
  padding-bottom: 10px;
}

.featured-card {
  scroll-snap-align: start;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(229, 239, 231, 0.16);
  background: #0a1311;
  color: #f5f7f5;
  text-decoration: none;
}

.featured-card:hover { border-color: #3c9844; }

.featured-media {
  position: relative;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #15201c;
}

.featured-media img { width: 100%; height: 100%; display: block; object-fit: cover; }

.featured-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  background: #207d2a;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-price-overlay {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  background: rgba(3, 12, 11, 0.82);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.featured-placeholder { color: #72c950; font-weight: 800; }

.featured-body {
  min-height: 105px;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 14px;
}

.featured-body strong { font-size: 16px; line-height: 1.25; }
.featured-body span { color: #aab4af; font-size: 13px; }
.featured-body small { color: #68bd4a; font-size: 12px; font-weight: 700; }

.featured-empty {
  min-height: 150px;
  padding: 30px;
  border: 1px solid rgba(229, 239, 231, 0.17);
  background: #08100f;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--page);
  color: var(--muted);
}

.footer-shell {
  width: min(100% - 56px, var(--shell));
  margin: 0 auto;
  padding: 48px 0 28px;
}

.footer-primary {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(150px, 1fr));
  gap: 44px;
}

.footer-brand img { height: 44px; margin-bottom: 16px; }
.footer-brand p { max-width: 420px; margin: 6px 0; font-size: 13px; }

.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column strong { color: var(--ink); margin-bottom: 12px; }
.footer-column a { margin: 5px 0; font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: var(--brand-soft); }

.footer-apps {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.footer-apps-title { color: var(--ink); font-weight: 700; margin-right: 4px; }
.footer-store-button {
  min-width: 158px;
  min-height: 54px;
  display: inline-grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  text-decoration: none;
}
.footer-store-button > span:last-child { display: grid; line-height: 1.05; }
.footer-store-button small { color: var(--muted); font-size: 9px; font-weight: 600; }
.footer-store-button strong { color: var(--ink); font-size: 14px; }
.footer-store-button .material-symbols-outlined { color: var(--brand-soft); font-size: 24px; }
.footer-app-disabled { border-color: var(--line); color: var(--muted); }

@media (hover: hover) and (pointer: fine) {
  .primary-nav a,
  .nav-login,
  .nav-signup,
  .theme-toggle,
  .button,
  .property-submit,
  .property-choice summary,
  .intent-rail a,
  .featured-card,
  .featured-controls button,
  .footer-column a,
  .footer-store-button,
  .property-card,
  .property-view-button {
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .nav-signup:hover,
  .theme-toggle:hover,
  .footer-store-button:hover { border-color: var(--brand-soft); transform: translateY(-2px); }
  .button:hover,
  .property-submit:hover,
  .property-view-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(25, 116, 36, 0.3); }
  .property-choice summary:hover { background: rgba(255, 255, 255, 0.07); }
  .intent-rail a:hover { transform: translateY(-2px); }
  .featured-card:hover,
  .property-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2); }
}

/* Shared editorial system for About, Help, legal, enterprise, and support pages. */
.public-content-page .site-main {
  position: relative;
}

.public-content-page :is(.about-hero, .contact-hero, .faq-hero, .policy-hero, .legal-hero, .agent-hero, .delete-hero, .ent-hero, .catalogue-head) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 8px;
  padding: clamp(36px, 6vw, 72px) clamp(24px, 5vw, 64px) !important;
  border: 1px solid var(--line) !important;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(75, 174, 74, 0.2), transparent 34%),
    linear-gradient(135deg, var(--surface), var(--surface-raised));
}

.public-content-page :is(.about-hero, .contact-hero, .faq-hero, .policy-hero, .legal-hero, .agent-hero, .delete-hero, .ent-hero)::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(91, 184, 81, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(72, 164, 66, 0.04), 0 0 0 88px rgba(72, 164, 66, 0.025);
}

.public-content-page :is(.about-kicker, .contact-kicker, .faq-kicker, .policy-kicker, .legal-kicker, .agent-kicker, .delete-kicker, .ent-kicker, .eyebrow) {
  border: 1px solid rgba(77, 178, 70, 0.25);
  border-radius: 999px;
  background: rgba(71, 170, 64, 0.1);
  color: var(--brand-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.public-content-page :is(.about-summary, .contact-summary, .faq-summary, .policy-summary, .legal-summary, .agent-summary, .delete-summary, .ent-summary) {
  max-width: 760px;
  line-height: 1.75;
}

.public-content-page :is(.about-card, .contact-card, .faq-card, .policy-section, .legal-section, .agent-section, .delete-section, .ent-card, .band, .item) {
  border-color: var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--surface), var(--surface-raised));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
}

.public-content-page :is(.about-card, .contact-card, .faq-card, .policy-section, .legal-section, .agent-section, .delete-section, .ent-card) {
  position: relative;
  overflow: hidden;
}

.public-content-page :is(.about-card, .contact-card, .faq-card, .policy-section, .legal-section, .agent-section, .delete-section, .ent-card)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(var(--brand-soft), transparent);
  opacity: 0.7;
}

.public-content-page :is(.mission-card, .highlight-card, .faq-contact, .contact-panel) {
  background: linear-gradient(135deg, #155c25, #2b8d34);
  box-shadow: 0 20px 50px rgba(18, 99, 34, 0.2);
}

.public-content-page :is(.mission-card, .highlight-card, .faq-contact, .contact-panel) :is(h2, h3, p, li, strong, a, span) {
  color: #ffffff;
}

.public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) {
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--surface), var(--surface-raised));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}

.public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) a {
  border-color: var(--line);
  transition: color 160ms ease, padding-left 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) a:hover { padding-left: 5px; }
  .public-content-page :is(.about-card, .contact-card, .faq-card, .policy-section, .legal-section, .agent-section, .delete-section, .ent-card):hover {
    border-color: var(--line-strong);
    transform: translateY(-2px);
    transition: transform 180ms ease, border-color 180ms ease;
  }
}

.public-content-page .about-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
.public-content-page .about-card { grid-column: span 6; }
.public-content-page .about-card:nth-child(1) { grid-column: span 7; }
.public-content-page .about-card:nth-child(2) { grid-column: span 5; }
.public-content-page .about-card:last-child { grid-column: 1 / -1; }

.public-content-page .feature-box,
.public-content-page .community-list span,
.public-content-page .contact-method,
.public-content-page .level-card,
.public-content-page .fact {
  border-radius: 12px;
}

.public-content-page .catalogue-head h1 { max-width: 800px; }
.public-content-page .property-card { border-radius: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07); }
.public-content-page .property-media { aspect-ratio: 16 / 11; }
.public-content-page .detail-summary { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.public-content-page .detail-summary h1 {
  margin-bottom: 14px;
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}
.public-content-page .detail-primary-image { border-radius: 18px; }

.public-content-page > .site-main > .hero {
  padding: clamp(36px, 6vw, 68px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: radial-gradient(circle at 90% 10%, rgba(75, 174, 74, 0.2), transparent 35%), var(--surface);
}
.public-content-page > .site-main > .band { margin-top: 18px; padding: 28px; border: 1px solid var(--line); }

.footer-bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
}

@media (max-width: 1040px) {
  .site-nav { grid-template-columns: auto 1fr auto; }
  .primary-nav { gap: 22px; }
  .nav-login { display: none; }
  .landing-visual, .landing-overlay { height: 730px; }
  .footer-primary { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 820px) {
  :root { --header-height: 72px; }
  .site-nav { width: min(100% - 28px, var(--shell)); grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-menu-button { display: inline-flex; min-height: 40px; align-items: center; padding: 0 12px; }
  .nav-menu-button .material-symbols-outlined { font-size: 22px; }
  .site-brand { justify-self: center; }
  .site-brand img { height: 42px; max-width: 174px; }
  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: none;
    padding: 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 12px; }
  .nav-actions { gap: 8px; }
  .theme-toggle { min-height: 40px; padding: 0 10px; font-size: 12px; }
  .nav-signup { display: none; }
  .landing-shell { width: min(100% - 30px, var(--shell)); padding-top: 50px; }
  .hero-copy h1 { font-size: clamp(58px, 15vw, 92px); }
  .property-explorer { grid-template-columns: 1fr 1fr; }
  .property-submit { min-height: 52px; grid-column: 1 / -1; }
  .intent-rail a { padding: 15px; }
  .intent-copy > span { display: none; }
  .featured-carousel { grid-auto-columns: minmax(270px, 72%); }
  .footer-primary { grid-template-columns: 1fr 1fr; }
  .public-content-page .site-main:not(.landing-main) { padding-top: 24px; }
  .public-content-page :is(.about-hero, .contact-hero, .faq-hero, .policy-hero, .legal-hero, .agent-hero, .delete-hero, .ent-hero, .catalogue-head) {
    padding: 34px 24px !important;
    border-radius: 20px;
  }
  .public-content-page :is(.about-hero, .contact-hero, .faq-hero, .policy-hero, .legal-hero, .agent-hero, .delete-hero, .ent-hero) h1 {
    max-width: 620px;
    font-size: clamp(36px, 9vw, 58px);
  }
  .public-content-page .about-card { grid-column: 1 / -1; }
  .public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding: 10px;
    border-radius: 14px;
    scrollbar-width: none;
  }
  .public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc)::-webkit-scrollbar { display: none; }
  .public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) :is(strong, h2) {
    flex: 0 0 auto;
    margin: 0 6px 0 2px;
    font-size: 12px;
    white-space: nowrap;
  }
  .public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) ul { display: contents; }
  .public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) li { display: contents; }
  .public-content-page :is(.faq-toc, .policy-toc, .legal-toc, .agent-toc, .delete-toc, .ent-toc) a {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface-raised);
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .site-nav { width: calc(100% - 20px); }
  .nav-menu-button { min-height: 38px; padding: 0 9px; font-size: 12px; }
  .site-brand img { height: 38px; max-width: 145px; }
  .theme-toggle { padding: 0 8px; }
  .theme-toggle [data-theme-label] { display: none; }
  .theme-toggle .material-symbols-outlined { font-size: 22px; }
  .site-main:not(.landing-main) { width: calc(100% - 24px); padding-top: 18px; padding-bottom: 48px; }
  .landing-stage { min-height: auto; }
  .landing-visual, .landing-overlay { height: 730px; }
  .landing-visual img { object-position: 50% center; }
  .landing-overlay {
    background:
      linear-gradient(90deg, rgba(1, 7, 6, 0.52), rgba(1, 7, 6, 0.14)),
      linear-gradient(to bottom, rgba(1, 7, 6, 0.06) 48%, #030807 100%);
  }
  .landing-shell { width: calc(100% - 24px); padding: 34px 0 30px; }
  .hero-copy { max-width: 350px; }
  .hero-copy h1 { max-width: 340px; font-size: clamp(42px, 11.8vw, 50px); line-height: 0.98; letter-spacing: -0.055em; }
  .hero-copy h1 .hero-word { display: inline; }
  .hero-copy h1 .hero-word:not(:last-child) { margin-right: 0.15em; }
  .hero-copy h1 .hero-word:last-child { display: block; margin-top: 3px; }
  .hero-copy p { max-width: 310px; margin-top: 16px; font-size: 14px; line-height: 1.55; }
  .property-explorer { grid-template-columns: 1fr; margin-top: 20px; background: rgba(3, 12, 11, 0.54); }
  .property-choice + .property-choice { border-left: 0; border-top: 1px solid rgba(229, 239, 231, 0.18); }
  .property-choice summary { min-height: 54px; padding: 5px 13px; }
  .property-submit { min-height: 50px; grid-column: auto; }
  .choice-menu { position: relative; top: 0; width: 100%; margin-bottom: 8px; box-shadow: none; }
  .intent-rail { min-height: 68px; margin-top: 10px; background: rgba(3, 12, 11, 0.5); }
  .intent-rail a { grid-template-columns: 1fr; justify-items: center; gap: 4px; padding: 8px 6px; }
  .intent-icon { grid-row: auto; font-size: 22px; }
  .intent-rail strong { font-size: 12px; }
  .landing-featured { margin-top: 24px; }
  .featured-heading { align-items: flex-start; }
  .featured-heading h2 { font-size: 18px; }
  .featured-heading p { max-width: 230px; }
  .featured-controls button { width: 38px; min-height: 38px; }
  .featured-carousel { grid-auto-columns: 86%; }
  .featured-empty { padding: 22px 18px; background: rgba(8, 16, 15, 0.68); }
  .footer-shell { width: calc(100% - 24px); padding: 28px 0 20px; }
  .footer-primary { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 12px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { height: 38px; margin-bottom: 10px; }
  .footer-brand p { max-width: 330px; font-size: 11px; }
  .footer-column strong { margin-bottom: 7px; font-size: 12px; }
  .footer-column a { margin: 4px 0; font-size: 10px; line-height: 1.35; overflow-wrap: anywhere; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-apps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
  .footer-apps-title { grid-column: 1 / -1; margin: 0 0 2px; }
  .footer-store-button { width: 100%; min-width: 0; min-height: 52px; grid-template-columns: 22px 1fr; gap: 7px; padding: 7px 8px; }
  .footer-store-button .material-symbols-outlined { font-size: 20px; }
  .footer-store-button strong { font-size: 12px; }
  .footer-store-button small { font-size: 8px; }
  .public-content-page :is(.about-hero, .contact-hero, .faq-hero, .policy-hero, .legal-hero, .agent-hero, .delete-hero, .ent-hero, .catalogue-head) {
    padding: 28px 20px !important;
    border-radius: 16px;
  }
  .public-content-page :is(.about-hero, .contact-hero, .faq-hero, .policy-hero, .legal-hero, .agent-hero, .delete-hero, .ent-hero) h1 {
    margin-bottom: 16px;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.02;
  }
  .public-content-page :is(.about-summary, .contact-summary, .faq-summary, .policy-summary, .legal-summary, .agent-summary, .delete-summary, .ent-summary) {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.65;
  }
  .public-content-page :is(.about-layout, .contact-layout, .faq-layout, .policy-layout, .legal-layout, .agent-layout, .delete-layout, .ent-layout) {
    gap: 14px;
    padding: 16px 0 28px;
  }
  .public-content-page .about-layout > .about-card { grid-column: 1 / -1; }
  .public-content-page :is(.about-card, .contact-card, .faq-card, .policy-section, .legal-section, .agent-section, .delete-section, .ent-card) {
    padding: 20px;
    border-radius: 15px;
  }
  .public-content-page :is(.about-card, .contact-card, .faq-card, .policy-section, .legal-section, .agent-section, .delete-section, .ent-card)::before { top: 18px; bottom: 18px; }
  .public-content-page .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .public-content-page .feature-box { padding: 14px; }
  .public-content-page .feature-box strong { font-size: 13px; }
  .public-content-page .feature-box p { font-size: 12px; }
  .public-content-page .community-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .public-content-page .community-list span { padding: 10px; font-size: 12px; }
  .public-content-page > .site-main > .hero { padding: 28px 20px; border-radius: 16px; }
  .public-content-page > .site-main > .band { margin-top: 12px; padding: 20px; border-radius: 15px; }
  .public-content-page .property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .public-content-page .property-card { border-radius: 12px; }
  .public-content-page .property-body { gap: 5px; padding: 11px; }
  .public-content-page .property-title { font-size: 14px; }
  .public-content-page .property-price { font-size: 15px; }
  .public-content-page .property-description { display: none; }
  .public-content-page .property-card-footer { padding: 0 11px 11px; }
  .public-content-page .property-view-button { width: 100%; min-width: 0; padding: 8px 10px; }
  .public-content-page .detail-summary { padding: 20px; border-radius: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; }
}
