@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600&display=swap');

:root {
  --ink: #333333;
  --muted: #667477;
  --paper: #f7f8f9;
  --white: #ffffff;
  --accent: #58bdbf;
  --accent-deep: #3d9496;
  --navy: #14252a;
  --gold: #c2a56d;
  --line: rgba(51, 51, 51, 0.12);
  --shadow: 0 20px 60px rgba(20, 37, 42, 0.12);
  color: var(--ink);
  background: var(--paper);
  font-family: 'Open Sans', sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.app-shell { min-height: 100vh; overflow: hidden; }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; color: var(--white); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled, .site-header.light { color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.nav-wrap { width: min(1180px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: baseline; gap: 8px; }
.brand-mark { font-family: 'Playfair Display', serif; font-size: 27px; letter-spacing: -.02em; }
.brand-sub { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; opacity: .76; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.nav-links a { text-decoration: none; opacity: .86; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; color: var(--accent-deep); }
.nav-toggle { display: none; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 22px; }

.hero { min-height: 76vh; position: relative; display: grid; align-items: end; color: var(--white); background: var(--navy); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,37,42,.1) 22%, rgba(20,37,42,.76) 100%); }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); padding: 170px 0 88px; margin: auto; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { max-width: 820px; margin: 0 0 24px; font-family: 'Playfair Display', serif; font-size: clamp(48px, 7vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.hero p { max-width: 620px; margin: 0; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 22px; border: 1px solid transparent; background: var(--accent); color: var(--white); cursor: pointer; text-decoration: none; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--accent-deep); }
.button.secondary { border-color: rgba(255,255,255,.6); background: transparent; }
.button.secondary:hover { background: var(--white); color: var(--ink); }
.button.dark { background: var(--navy); }
.button.ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.button.ghost:hover { background: var(--ink); color: var(--white); }
.button:disabled { opacity: .5; cursor: not-allowed; transform: none; }

.section { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 92px 0; }
.section.compact { padding: 64px 0; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .page-heading h1 { margin: 0 0 16px; font-family: 'Playfair Display', serif; font-size: clamp(34px, 4vw, 54px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.section-heading p, .page-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 8vw, 110px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.feature-list { display: grid; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); line-height: 1.65; }
.feature-list strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 13px; letter-spacing: .04em; }
.feature-icon { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(88,189,191,.45); color: var(--accent-deep); }
.image-card { min-height: 420px; position: relative; overflow: hidden; background: #dfe7e7; box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; transition: transform .6s ease; }
.image-card:hover img { transform: scale(1.035); }
.image-caption { position: absolute; right: 20px; bottom: 18px; left: 20px; color: var(--white); text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.image-caption strong { display: block; font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 400; }
.image-caption span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { padding: 24px 18px; text-align: center; }
.fact + .fact { border-left: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 5px; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 400; }
.fact span { color: var(--muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.photo-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 220px; gap: 12px; }
.photo-grid .photo { position: relative; overflow: hidden; background: #dfe7e7; }
.photo-grid .photo:first-child { grid-row: span 2; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo:hover img { transform: scale(1.04); }
.testimonial { padding: 70px 8%; background: var(--navy); color: var(--white); text-align: center; }
.testimonial blockquote { max-width: 780px; margin: 0 auto 20px; font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 400; line-height: 1.35; }
.testimonial cite { color: var(--accent); font-size: 11px; font-style: normal; letter-spacing: .16em; text-transform: uppercase; }

.page-top { padding: 150px 0 58px; background: var(--paper); }
.page-heading { max-width: 780px; }
.page-heading .eyebrow { color: var(--accent-deep); }
.gallery-sections { display: grid; gap: 72px; }
.gallery-section { display: grid; grid-template-columns: .3fr 1fr; gap: 40px; }
.gallery-section h2 { margin: 0; font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 400; }
.gallery-section p { margin: 8px 0 0; color: var(--muted); line-height: 1.75; }
.gallery-section .photo-grid { grid-template-columns: repeat(2, 1fr); }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.amenity { padding: 20px; border: 1px solid var(--line); background: var(--white); }
.amenity strong { display: block; margin-bottom: 7px; font-size: 14px; }
.amenity span { color: var(--muted); font-size: 13px; line-height: 1.6; }

.calendar-layout { display: grid; grid-template-columns: 1fr .7fr; gap: 48px; align-items: start; }
.calendar-card { padding: 24px; background: var(--white); box-shadow: var(--shadow); }
.calendar-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.calendar-head h2 { margin: 0; font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 400; }
.calendar-nav { display: flex; gap: 7px; }
.icon-button { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.icon-button:hover { border-color: var(--accent); color: var(--accent-deep); }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.weekday { padding: 7px 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.day { min-height: 44px; border: 1px solid transparent; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 13px; }
.day:hover, .day.selected { border-color: var(--accent); }
.day.empty { visibility: hidden; cursor: default; }
.day.unavailable { background: #e7eded; color: #9aa6a8; text-decoration: line-through; cursor: not-allowed; }
.day.today { box-shadow: inset 0 -3px 0 var(--accent); }
.legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.legend-item { display: inline-flex; align-items: center; gap: 8px; }
.legend-swatch { width: 13px; height: 13px; background: var(--paper); border: 1px solid var(--line); }
.legend-swatch.blocked { background: #e7eded; }
.contact-card { padding: 34px; background: var(--white); }
.contact-card h2 { margin: 0 0 14px; font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 400; }
.contact-card p { color: var(--muted); line-height: 1.75; }
.contact-links { display: grid; gap: 10px; margin-top: 24px; }
.contact-links a { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 13px; }
.contact-links a span:last-child { color: var(--accent-deep); }

.platform-hero { min-height: 74vh; display: grid; align-items: center; background: var(--navy); color: var(--white); }
.platform-hero .hero-content { padding-top: 130px; }
.platform-hero .hero h1 { max-width: 760px; }
.platform-section { background: var(--white); }
.platform-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.platform-card { padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.platform-card h3 { margin: 0 0 12px; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 400; }
.platform-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.admin-shell { min-height: 100vh; padding: 32px; background: #eef3f2; }
.admin-bar { display: flex; justify-content: space-between; align-items: center; gap: 18px; max-width: 1180px; margin: 0 auto 24px; }
.admin-bar .brand { color: var(--navy); }
.admin-panel { max-width: 1180px; margin: auto; padding: 28px; background: var(--white); box-shadow: var(--shadow); }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.admin-tab { padding: 10px 13px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.admin-tab.active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); outline: none; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(88,189,191,.14); }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.manager-invite { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-top: 24px; padding: 16px; border: 1px solid var(--line); background: var(--paper); }
.manager-invite input { min-width: 0; padding: 10px 12px; border: 1px solid var(--line); background: var(--white); }
.manager-list { margin-top: 32px; }
.manager-list h2 { margin: 0 0 14px; font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 400; }
.manager-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.manager-row strong, .manager-row span { display: block; }
.manager-row span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.manager-row .manager-you { color: var(--accent-deep); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 760px) { .manager-invite { grid-template-columns: 1fr; } }
.admin-note { margin: 0 0 20px; padding: 15px 17px; border-left: 3px solid var(--accent); background: #edf8f8; color: var(--muted); line-height: 1.6; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat { padding: 22px; border: 1px solid var(--line); }
.stat strong { display: block; margin-bottom: 6px; font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 400; }
.stat span { color: var(--muted); font-size: 12px; }
.login-card { max-width: 520px; margin: 10vh auto; padding: 44px; background: var(--white); text-align: center; box-shadow: var(--shadow); }
.login-card h1 { margin: 0 0 12px; font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 400; }
.login-card p { color: var(--muted); line-height: 1.7; }

.empty-state { padding: 70px 24px; text-align: center; color: var(--muted); }
.empty-state h1 { margin: 0 0 14px; color: var(--ink); font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 400; }
.site-footer { padding: 44px 0; background: var(--navy); color: rgba(255,255,255,.75); }
.footer-inner { width: min(1180px, calc(100% - 48px)); margin: auto; display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.footer-inner p { max-width: 440px; margin: 12px 0 0; font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { text-decoration: none; }

@media (max-width: 760px) {
  .nav-wrap, .hero-content, .section, .footer-inner { width: min(100% - 32px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; right: 16px; left: 16px; padding: 18px; flex-direction: column; align-items: stretch; gap: 16px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero { min-height: 78vh; }
  .hero-content { padding: 130px 0 58px; }
  .hero h1 { font-size: clamp(44px, 14vw, 72px); }
  .hero p { font-size: 15px; }
  .section { padding: 66px 0; }
  .split, .calendar-layout, .gallery-section { grid-template-columns: 1fr; gap: 30px; }
  .split.reverse > :first-child { order: initial; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .photo-grid, .gallery-section .photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .photo-grid .photo:first-child { grid-row: span 2; }
  .amenity-grid, .platform-card-grid, .stat-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .page-top { padding-top: 120px; }
  .admin-shell { padding: 16px; }
  .admin-panel, .login-card { padding: 22px; }
  .footer-inner { flex-direction: column; }
}

.platform-hero { min-height: 88svh; align-items: stretch; overflow: hidden; }
.platform-hero::after { background: linear-gradient(90deg, rgba(20,37,42,.94) 0%, rgba(20,37,42,.68) 48%, rgba(20,37,42,.2) 100%), linear-gradient(180deg, rgba(20,37,42,.12) 20%, rgba(20,37,42,.76) 100%); }
.platform-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; filter: saturate(.82); }
.platform-hero-content { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); align-items: center; gap: clamp(36px, 7vw, 108px); padding-top: 130px; padding-bottom: 80px; }
.platform-hero-copy { max-width: 700px; }
.platform-hero h1 { max-width: 720px; }
.platform-hero-note { margin-top: 18px !important; color: rgba(255,255,255,.68) !important; font-size: 12px !important; letter-spacing: .03em; }
.hero-preview { width: min(100%, 430px); justify-self: end; perspective: 1100px; }
.preview-browser { overflow: hidden; border: 1px solid rgba(255,255,255,.32); background: var(--white); box-shadow: 0 32px 80px rgba(0,0,0,.28); transform: rotate(2.4deg); }
.preview-browser-bar { display: flex; align-items: center; gap: 14px; min-height: 36px; padding: 0 13px; background: #eef2f1; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.preview-dots { display: inline-flex; gap: 4px; }
.preview-dots i { width: 6px; height: 6px; border-radius: 50%; background: #b4c3c1; }
.preview-url { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview-screen { position: relative; aspect-ratio: .82; overflow: hidden; background: var(--navy); }
.preview-screen img { width: 100%; height: 100%; object-fit: cover; }
.preview-screen::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,37,42,.02) 20%, rgba(20,37,42,.86) 100%); }
.preview-screen-copy { position: absolute; right: 24px; bottom: 26px; left: 24px; z-index: 1; color: var(--white); }
.preview-screen-copy span { display: block; margin-bottom: 8px; color: var(--accent); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.preview-screen-copy strong { display: block; max-width: 270px; font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 42px); font-weight: 400; line-height: 1.03; }
.preview-screen-copy a { display: inline-block; margin-top: 18px; color: var(--white); font-size: 10px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.preview-screen-copy a::after { content: ' ↗'; color: var(--accent); }

.proof-strip { background: var(--navy); color: rgba(255,255,255,.82); }
.proof-grid { width: min(1180px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid rgba(255,255,255,.12); }
.proof-item { min-height: 116px; padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-item strong { display: block; margin-bottom: 8px; color: var(--white); font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; }
.proof-item span { display: block; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.55; }

.platform-contrast { background: var(--white); }
.platform-contrast .section-heading h2 { max-width: 960px; margin-right: auto; margin-left: auto; }
.presence-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 18px; }
.presence-card { padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.presence-card > p:last-child { margin: 20px 0 0; color: var(--muted); line-height: 1.7; }
.presence-label { margin: 0 0 18px; color: var(--accent-deep); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.mock-listing { overflow: hidden; background: var(--white); box-shadow: 0 14px 34px rgba(20,37,42,.08); }
.mock-listing-image { aspect-ratio: 1.55; overflow: hidden; }
.mock-listing-image img { width: 100%; height: 100%; object-fit: cover; }
.mock-listing-copy { display: grid; gap: 5px; padding: 17px; }
.mock-listing-copy strong { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; }
.mock-listing-copy span { color: var(--muted); font-size: 12px; }
.presence-connector { display: grid; place-items: center; align-self: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--accent-deep); font-family: 'Playfair Display', serif; font-size: 25px; }
.web-presence-card { display: flex; flex-direction: column; background: var(--navy); color: var(--white); }
.web-presence-card .presence-label { color: var(--accent); }
.web-presence-copy { flex: 1; }
.web-presence-copy > span { display: block; margin-bottom: 18px; color: var(--accent); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.web-presence-copy strong { display: block; max-width: 360px; font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.4vw, 44px); font-weight: 400; line-height: 1.06; }
.web-presence-copy p { max-width: 420px; margin: 20px 0 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.text-link { display: inline-block; margin-top: 28px; color: var(--white); font-size: 11px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--accent); }
.platform-showcase { background: var(--paper); }
.showcase-card { position: relative; min-height: 460px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.showcase-browser-bar { position: absolute; z-index: 1; top: 18px; right: 18px; left: 18px; display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.showcase-browser-bar strong { color: var(--white); font-weight: 500; }
.showcase-card > img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; opacity: .82; }
.showcase-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,37,42,.2) 16%, rgba(20,37,42,.78) 100%); }
.showcase-caption { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; color: var(--white); }
.showcase-caption strong { display: block; font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; }
.showcase-caption span { color: var(--accent); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.platform-card .card-index { display: block; margin-bottom: 34px; color: var(--accent-deep); font-size: 11px; letter-spacing: .16em; }
.platform-final { padding-top: 24px; }
.platform-final-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(30px, 5vw, 58px); background: var(--navy); color: var(--white); }
.platform-final-card h2 { max-width: 680px; margin: 0 0 14px; font-family: 'Playfair Display', serif; font-size: clamp(34px, 5vw, 60px); font-weight: 400; line-height: 1.02; }
.platform-final-card p { max-width: 570px; margin: 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.platform-final-card .eyebrow { color: var(--accent); }
@media (max-width: 760px) {
  .platform-hero { min-height: auto; }
  .platform-hero-content { grid-template-columns: 1fr; padding-top: 118px; padding-bottom: 54px; }
  .platform-hero h1 { font-size: clamp(44px, 14vw, 72px); }
  .hero-preview { justify-self: stretch; width: min(100%, 430px); margin: 4px auto 0; }
  .preview-browser { transform: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item { min-height: 0; padding: 20px 14px; }
  .proof-item strong { font-size: 17px; }
  .presence-grid { grid-template-columns: 1fr; gap: 14px; }
  .presence-connector { transform: rotate(90deg); min-height: 24px; }
  .platform-final-card { align-items: flex-start; flex-direction: column; }
  .showcase-card, .showcase-card > img { min-height: 340px; }
}@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.platform-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.platform-feature-grid .platform-card { min-height: 218px; }
.platform-dashboard { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(34px, 7vw, 96px); align-items: center; background: #edf4f2; }
.dashboard-copy h2 { max-width: 440px; margin: 0 0 14px; font-family: 'Playfair Display', serif; font-size: clamp(36px, 5vw, 62px); font-weight: 400; line-height: 1.03; }
.dashboard-copy > p:not(.eyebrow) { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.75; }
.dark-link { color: var(--ink); }
.dashboard-mock { overflow: hidden; border: 1px solid rgba(20,37,42,.14); background: var(--white); box-shadow: 0 26px 70px rgba(20,37,42,.12); }
.dashboard-top { display: flex; align-items: center; gap: 16px; min-height: 50px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.dashboard-top strong { color: var(--navy); font-size: 11px; letter-spacing: .15em; }
.dashboard-top span { color: var(--muted); font-size: 11px; }
.dashboard-top i { width: 10px; height: 10px; margin-left: auto; border-radius: 50%; background: var(--accent); }
.dashboard-body { display: grid; grid-template-columns: 150px 1fr; min-height: 290px; }
.dashboard-body aside { display: grid; align-content: start; gap: 4px; padding: 20px 12px; border-right: 1px solid var(--line); background: #f4f7f6; }
.dashboard-body aside span { padding: 10px 9px; color: var(--muted); font-size: 11px; }
.dashboard-body aside span.active { background: var(--white); color: var(--ink); box-shadow: 0 4px 12px rgba(20,37,42,.06); }
.dashboard-main { padding: 28px; }
.dashboard-main .eyebrow { margin-bottom: 8px; }
.dashboard-main h3 { margin: 0 0 24px; font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dashboard-stats div { padding: 14px; border: 1px solid var(--line); }
.dashboard-stats strong { display: block; color: var(--navy); font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 400; }
.dashboard-stats span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.dashboard-bars { display: grid; gap: 10px; margin-top: 22px; }
.dashboard-bars span { display: block; height: 9px; background: #dbe9e6; }
.dashboard-bars span:first-child { width: 86%; background: var(--accent); }
.dashboard-bars span:nth-child(2) { width: 64%; }
.dashboard-bars span:nth-child(3) { width: 74%; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.faq-section { background: var(--paper); }
.faq-list { max-width: 860px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--ink); cursor: pointer; font-family: 'Playfair Display', serif; font-size: 23px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--accent-deep); font-family: Arial, sans-serif; font-size: 22px; font-weight: 300; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 720px; margin: -4px 50px 20px 0; color: var(--muted); line-height: 1.75; }
.enquiry-section { padding-top: 38px; background: var(--navy); color: var(--white); }
.enquiry-shell { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: clamp(34px, 8vw, 110px); align-items: start; }
.enquiry-intro h2 { max-width: 420px; margin: 0 0 16px; font-family: 'Playfair Display', serif; font-size: clamp(38px, 5vw, 62px); font-weight: 400; line-height: 1.03; }
.enquiry-intro > p:not(.eyebrow) { max-width: 390px; margin: 0; color: rgba(255,255,255,.7); line-height: 1.75; }
.enquiry-intro .eyebrow { color: var(--accent); }
.enquiry-aside { display: grid; gap: 5px; margin-top: 34px; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .08em; }
.enquiry-form { padding: clamp(22px, 4vw, 38px); background: var(--white); color: var(--ink); box-shadow: 0 22px 62px rgba(0,0,0,.2); }
.enquiry-form .form-grid { gap: 18px; }
.enquiry-form .form-field > span { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.enquiry-form .form-field input, .enquiry-form .form-field textarea, .enquiry-form .form-field select { background: #fbfcfb; }
.enquiry-form .form-field textarea { min-height: 116px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-field { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.consent-field input { flex: 0 0 auto; margin-top: 2px; accent-color: var(--accent-deep); }
.enquiry-status { margin: 18px 0 0; padding: 12px 14px; border-left: 3px solid var(--accent); background: #edf8f8; color: var(--muted); font-size: 13px; line-height: 1.5; }
.enquiry-status.error { border-color: #c87b6b; background: #fff3f0; color: #8b4336; }
.enquiry-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.enquiry-actions > span { color: var(--muted); font-size: 12px; }
.enquiry-actions a { color: var(--accent-deep); }
.enquiry-actions .button:disabled { cursor: wait; opacity: .58; }
.admin-leads { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
.admin-leads h2 { margin: 0 0 16px; font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 400; }
.lead-list { display: grid; gap: 10px; }
.lead-card { display: grid; grid-template-columns: minmax(130px, .5fr) minmax(0, 1.2fr) minmax(150px, .7fr); gap: 18px; padding: 18px; border: 1px solid var(--line); background: var(--paper); }
.lead-card strong { display: block; margin-bottom: 4px; }
.lead-card span, .lead-card p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.lead-card p { margin: 8px 0 0; }
.lead-meta { display: grid; align-content: start; gap: 4px; }
.lead-stage { color: var(--accent-deep) !important; font-size: 10px !important; letter-spacing: .12em; text-transform: uppercase; }
.lead-card a { color: var(--accent-deep); font-size: 12px; overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .platform-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-dashboard, .enquiry-shell { grid-template-columns: 1fr; }
  .dashboard-copy { max-width: 600px; }
}
@media (max-width: 760px) {
  .platform-feature-grid, .process-grid { grid-template-columns: 1fr; }
  .dashboard-body { grid-template-columns: 1fr; }
  .dashboard-body aside { grid-template-columns: repeat(4, 1fr); gap: 0; padding: 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .dashboard-body aside span { padding: 8px 5px; text-align: center; font-size: 9px; }
  .dashboard-main { padding: 20px; }
  .dashboard-stats { gap: 5px; }
  .dashboard-stats div { padding: 10px 8px; }
  .dashboard-stats strong { font-size: 21px; }
  .dashboard-stats span { font-size: 9px; }
  .faq-list summary { font-size: 20px; }
  .faq-list details p { margin-right: 0; }
  .enquiry-shell { gap: 30px; }
  .lead-card { grid-template-columns: 1fr; gap: 10px; }
}
/* WEBNB marketing upgrade */
.nav-links { gap: clamp(14px, 2.2vw, 30px); }
.nav-login-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(88,189,191,.5); outline-offset: 3px; }

.platform-hero-content > *, .template-story > *, .photo-story > *, .portfolio-story > *, .operation-grid > *, .account-card > *, .enquiry-shell > * { min-width: 0; }
.platform-hero h1, .template-copy h2, .photo-copy h2, .portfolio-copy h2, .operation-panel h2, .account-card h2, .enquiry-intro h2 { overflow-wrap: anywhere; text-wrap: balance; }
.preview-property-brand { position: absolute; z-index: 2; top: 18px; left: 20px; color: var(--white); font-family: 'Playfair Display', serif; font-size: 17px; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.preview-phone { position: absolute; z-index: 3; right: -26px; bottom: -22px; width: 118px; padding: 7px; border: 1px solid rgba(255,255,255,.48); border-radius: 20px; background: #f8faf9; box-shadow: 0 20px 44px rgba(0,0,0,.28); transform: rotate(-4deg); }
.preview-phone img { width: 100%; aspect-ratio: .62; border-radius: 14px; object-fit: cover; }
.preview-phone span { display: block; padding: 8px 2px 4px; color: var(--ink); font-size: 8px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.hero-preview { position: relative; }

.platform-band { width: 100%; padding: clamp(72px, 9vw, 116px) 0; }
.platform-band-inner { width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding-inline: 0; }
.platform-operations { background: #edf4f2; }
.operation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(20,37,42,.15); border: 1px solid rgba(20,37,42,.15); }
.operation-panel { padding: clamp(28px, 5vw, 56px); background: var(--white); }
.operation-panel h2 { margin: 0 0 18px; font-family: 'Playfair Display', serif; font-size: clamp(34px, 4vw, 54px); font-weight: 400; line-height: 1.04; }
.operation-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.sync-source-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.sync-source-list span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.source-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.source-dot.airbnb { background: #e88770; }
.source-dot.future { border: 1px solid #9aa9a7; background: transparent; }
.truth-note { padding: 14px 16px; border-left: 3px solid var(--accent); background: #f5faf9; color: var(--muted); font-size: 12px; line-height: 1.65; }
.domain-steps { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.domain-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.domain-steps li > span { color: var(--accent-deep); font-size: 10px; letter-spacing: .14em; }
.domain-steps strong { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; }
.domain-steps p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.template-story { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 7vw, 90px); align-items: center; background: var(--white); }
.template-copy h2, .photo-copy h2, .portfolio-copy h2 { margin: 0 0 18px; font-family: 'Playfair Display', serif; font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.02; }
.template-copy > p:not(.eyebrow), .photo-copy > p:not(.eyebrow), .portfolio-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.boundary-list { margin-top: 28px; border-top: 1px solid var(--line); }
.boundary-list div { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.boundary-list strong { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.boundary-list span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.editor-concept { border: 1px solid rgba(20,37,42,.18); background: #f7f9f8; box-shadow: 0 28px 70px rgba(20,37,42,.13); }
.editor-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 14px; border-bottom: 1px solid var(--line); background: var(--white); color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.editor-toolbar > span { color: var(--accent-deep); }
.editor-toolbar div { display: flex; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.editor-toolbar div span { padding: 7px 9px; background: var(--white); }
.editor-layout { display: grid; grid-template-columns: 146px minmax(0, 1fr); min-height: 410px; }
.editor-layout aside { display: grid; align-content: start; gap: 3px; padding: 18px 10px; border-right: 1px solid var(--line); background: var(--white); }
.editor-layout aside strong { padding: 5px 7px 12px; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 400; }
.editor-layout aside > span { padding: 9px 7px; color: var(--muted); font-size: 10px; }
.editor-layout aside > span.active { background: #edf4f2; color: var(--ink); }
.editor-actions { display: grid; gap: 6px; margin-top: 16px; }
.editor-actions i { padding: 8px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-style: normal; text-align: center; text-transform: uppercase; }
.editor-actions i:last-child { border-color: var(--navy); background: var(--navy); color: var(--white); }
.editor-canvas { display: grid; place-items: center; padding: clamp(16px, 3vw, 30px); overflow: hidden; }
.editor-site { position: relative; width: min(100%, 390px); aspect-ratio: .84; overflow: hidden; background: var(--navy); box-shadow: 0 14px 36px rgba(20,37,42,.16); }
.editor-site img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.editor-site::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(20,37,42,.82)); }
.editor-logo { position: absolute; z-index: 2; top: 17px; left: 18px; color: var(--white); font-family: 'Playfair Display', serif; font-size: 18px; }
.editor-site div { position: absolute; z-index: 2; right: 22px; bottom: 24px; left: 22px; color: var(--white); }
.editor-site small { display: block; margin-bottom: 7px; color: var(--accent); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.editor-site strong { display: block; font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 42px); font-weight: 400; line-height: 1; }
.concept-label { margin: 0; padding: 12px 14px; border-top: 1px solid var(--line); background: var(--white); color: var(--muted); font-size: 10px; line-height: 1.55; }

.photo-story { display: grid; grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr); gap: clamp(42px, 8vw, 110px); align-items: center; background: #f2ede4; }
.clean-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding-left: 22px; color: var(--muted); line-height: 1.65; }
.clean-list li::before { content: '·'; position: absolute; left: 5px; color: var(--accent-deep); font-size: 24px; line-height: .7; }
.photo-stack { position: relative; min-height: 480px; }
.photo-stack img { position: absolute; width: 72%; height: 78%; object-fit: cover; border: 8px solid var(--white); box-shadow: var(--shadow); }
.photo-stack img:first-child { top: 0; left: 0; transform: rotate(-3deg); }
.photo-stack img:nth-child(2) { right: 0; bottom: 0; transform: rotate(3deg); }
.photo-stack span { position: absolute; z-index: 3; right: 24px; bottom: 26px; padding: 10px 12px; background: var(--navy); color: var(--white); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.portfolio-story { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(42px, 8vw, 110px); align-items: center; background: var(--white); }
.portfolio-map { display: grid; gap: 12px; padding: clamp(18px, 4vw, 32px); border: 1px solid rgba(20,37,42,.16); background: #eef4f2; }
.portfolio-account { display: grid; gap: 4px; padding: 18px; border: 1px solid var(--line); background: var(--white); }
.portfolio-account span, .portfolio-account small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-account strong { font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 400; }
.portfolio-properties { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.portfolio-properties article { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.portfolio-properties img { width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.portfolio-properties article div { display: grid; gap: 4px; padding: 13px; }
.portfolio-properties strong { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 400; }
.portfolio-properties span { overflow-wrap: anywhere; color: var(--muted); font-size: 9px; }
.portfolio-schedule { padding: 16px; border: 1px solid var(--line); background: var(--white); }
.portfolio-schedule div { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.portfolio-schedule div span { color: var(--accent-deep); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.portfolio-schedule p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.account-story { background: #edf4f2; }
.account-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr); gap: clamp(34px, 7vw, 90px); align-items: center; padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(20,37,42,.15); background: var(--white); }
.account-card h2 { max-width: 760px; margin: 0 0 16px; font-family: 'Playfair Display', serif; font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.02; }
.account-card > div > p:not(.eyebrow):not(.assignment-line) { max-width: 700px; color: var(--muted); line-height: 1.7; }
.assignment-line { margin: 24px 0 13px; color: var(--ink); font-weight: 600; }
.google-button { gap: 10px; background: var(--white); border-color: rgba(20,37,42,.22); color: var(--ink); }
.google-button span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #4285f4; color: var(--white); font-weight: 600; text-transform: none; }
.google-button:hover { background: #f4f7f6; color: var(--ink); }
.owner-login-link { display: inline-block; margin-left: 18px; color: var(--accent-deep); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.account-card aside { padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.account-card aside strong { color: var(--accent-deep); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.account-card aside p { margin: 14px 0; font-family: 'Playfair Display', serif; font-size: 25px; line-height: 1.2; }
.account-card aside span { color: var(--muted); font-size: 11px; line-height: 1.6; }

.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.pricing-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 34px); border: 1px solid rgba(20,37,42,.15); background: var(--white); }
.pricing-card.featured { border-top: 3px solid var(--accent); }
.pricing-heading p { margin: 0 0 8px; color: var(--accent-deep); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.pricing-heading h3 { margin: 0 0 6px; font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 400; }
.pricing-heading > span { color: var(--muted); font-size: 11px; }
.price-pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin: 28px 0 22px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-pair div { display: grid; gap: 3px; }
.price-pair strong, .future-price strong { font-family: 'Playfair Display', serif; font-size: clamp(31px, 3.5vw, 43px); font-weight: 400; }
.price-pair span, .future-price span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.price-pair i { color: var(--accent-deep); font-style: normal; }
.future-price { display: grid; gap: 4px; margin: 28px 0 22px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-summary { min-height: 70px; color: var(--muted); line-height: 1.65; }
.pricing-card ul { flex: 1; display: grid; align-content: start; gap: 11px; margin: 12px 0 26px; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.pricing-card li::before { content: '✓'; position: absolute; left: 0; color: var(--accent-deep); }
.pricing-card .button { width: 100%; }
.pricing-card small { margin-top: 12px; color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }
.monthly-care { margin-top: 20px; padding: clamp(22px, 4vw, 34px); border: 1px solid var(--line); background: var(--white); }
.monthly-care > strong { display: block; margin-bottom: 16px; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 400; }
.monthly-care div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.monthly-care div span { padding: 15px; background: var(--paper); color: var(--muted); font-size: 11px; text-align: center; }
.monthly-care p { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.enquiry-section { padding-block: clamp(72px, 9vw, 110px); background: var(--navy); color: var(--white); }
.enquiry-shell { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.enquiry-intro { padding-inline-start: clamp(0px, 1vw, 12px); }
.enquiry-intro h2 { max-width: 520px; }
.enquiry-form { width: 100%; max-width: 760px; justify-self: end; border: 1px solid rgba(255,255,255,.12); }
.faq-list summary:focus-visible { outline-offset: 6px; }

@media (max-width: 980px) {
  .template-story, .photo-story, .portfolio-story { grid-template-columns: 1fr; }
  .template-copy, .photo-copy, .portfolio-copy { max-width: 720px; }
  .photo-stack { min-height: 430px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .platform-band-inner { width: min(100% - 32px, 1180px); }
  .preview-phone { right: -4px; bottom: -14px; width: 100px; }
  .operation-grid, .account-card, .enquiry-shell { grid-template-columns: 1fr; }
  .operation-grid { gap: 1px; }
  .operation-panel { padding: 26px 22px; }
  .template-story, .photo-story, .portfolio-story { gap: 38px; }
  .boundary-list div { grid-template-columns: 1fr; gap: 5px; }
  .editor-layout { grid-template-columns: 112px minmax(0, 1fr); }
  .editor-layout aside { padding-inline: 7px; }
  .editor-canvas { padding: 12px; }
  .photo-stack { min-height: 340px; }
  .portfolio-properties, .pricing-grid, .monthly-care div { grid-template-columns: 1fr; }
  .pricing-card:last-child { grid-column: auto; }
  .portfolio-schedule div { align-items: flex-start; flex-direction: column; }
  .account-card { padding: 24px 20px; }
  .owner-login-link { display: block; margin: 16px 0 0; }
  .enquiry-intro { padding-inline-start: 0; }
  .enquiry-form { max-width: none; }
  .price-pair strong { font-size: 34px; }
}
@media (max-width: 420px) {
  .platform-band-inner { width: calc(100% - 24px); }
  .editor-layout { grid-template-columns: 1fr; }
  .editor-layout aside { grid-template-columns: repeat(2, minmax(0,1fr)); border-right: 0; border-bottom: 1px solid var(--line); }
  .editor-layout aside strong, .editor-actions { grid-column: 1 / -1; }
  .editor-layout aside > span { padding: 7px; }
  .editor-canvas { min-height: 300px; }
  .photo-stack { min-height: 280px; }
  .preview-phone { display: none; }
}
/* WEBNB layout contract: full-width bands with one shared inner container. */
:root {
  --content-max: 1180px;
  --gutter: clamp(16px, 3.2vw, 32px);
  --section-space: clamp(68px, 8vw, 104px);
  --section-space-compact: clamp(48px, 6vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
body { overflow-x: hidden; }
.nav-wrap, .hero-content, .footer-inner, .proof-grid, .platform-band-inner {
  width: min(calc(100% - (2 * var(--gutter))), var(--content-max));
}
.section {
  width: 100%;
  padding: var(--section-space) 0;
}
.section.compact { padding: var(--section-space-compact) 0; }
.section:not(.template-story):not(.photo-story):not(.portfolio-story) > * {
  width: min(calc(100% - (2 * var(--gutter))), var(--content-max));
  margin-inline: auto;
}
.platform-band { padding-block: var(--section-space); }
.platform-band-inner { padding-inline: 0; }

section.template-story, section.photo-story, section.portfolio-story {
  width: min(calc(100% - (2 * var(--gutter))), var(--content-max));
  position: relative;
  isolation: isolate;
}
section.template-story::before, section.photo-story::before, section.portfolio-story::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
section.template-story::before, section.portfolio-story::before { background: var(--white); }
section.photo-story::before { background: #f2ede4; }

.split, .calendar-layout, .gallery-section, .presence-grid,
.platform-feature-grid, .process-grid, .pricing-grid, .operation-grid,
.account-card, .enquiry-shell, .portfolio-properties {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.platform-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.presence-grid { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.monthly-care div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.split > *, .calendar-layout > *, .gallery-section > *, .presence-grid > *,
.platform-feature-grid > *, .process-grid > *, .pricing-grid > *,
.operation-grid > *, .account-card > *, .enquiry-shell > * { min-width: 0; }
.dashboard-mock, .editor-concept, .enquiry-form, .calendar-card, .contact-card,
.presence-card, .platform-card, .pricing-card, .portfolio-map, .account-card {
  max-width: 100%;
}
.calendar-card, .contact-card { border: 1px solid var(--line); }

h1, h2, h3, p, a, strong, span { overflow-wrap: break-word; }
.hero h1 { max-width: 14ch; font-size: clamp(46px, 6.4vw, 84px); line-height: .99; text-wrap: balance; }
.section-heading h2 { max-width: 24ch; text-wrap: balance; }
.section-heading.center h2 { margin-inline: auto; }
.template-copy h2, .photo-copy h2, .portfolio-copy h2,
.account-card h2, .operation-panel h2, .enquiry-intro h2 {
  max-width: 15ch;
  font-size: clamp(36px, 4.7vw, 58px);
  text-wrap: balance;
}
.enquiry-form { margin-block: 8px; }
.platform-dashboard { display: block; background: #edf4f2; }
.dashboard-shell {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
}
.dashboard-copy h2 { max-width: 14ch; margin: 0 0 16px; font-family: 'Playfair Display', serif; font-size: clamp(36px, 4.8vw, 58px); font-weight: 400; line-height: 1.03; text-wrap: balance; }
.dashboard-copy > p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.75; }
.owner-list { max-width: 450px; margin-top: 24px; }
.dashboard-shell .dashboard-mock { width: 100%; min-width: 0; margin-inline-end: clamp(0px, 1.5vw, 18px); }
.dashboard-body aside span { min-width: 0; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .dashboard-shell { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .dashboard-copy { max-width: 650px; }
  .dashboard-shell .dashboard-mock { margin-inline-end: 0; }
}
@media (max-width: 760px) {
  .dashboard-body aside { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .dashboard-body aside span { padding-inline: 4px; text-align: center; font-size: 9px; }
}
@media (max-width: 420px) {
  .dashboard-body aside { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dashboard-body aside span:nth-child(n + 4) { display: none; }
}

/* WEBNB brand, comparison, and feature surfaces. */
.brand { align-items: center; }
.brand-logo { width: 150px; height: auto; object-fit: contain; }
.site-header .brand-logo { width: 150px; }
.admin-bar .brand-logo, .site-footer .brand-logo { width: 166px; }
.site-footer .brand { align-items: center; }

.comparison-table-wrap { width: 100%; overflow-x: auto; }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--white); }
.comparison-table th, .comparison-table td { padding: 20px 22px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.65; }
.comparison-table thead th { background: var(--navy); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.comparison-table tbody th { width: 16%; color: var(--accent-deep); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table tbody td { width: 42%; color: var(--muted); font-size: 13px; }
.comparison-table tbody td:last-child { color: var(--ink); background: #f2f8f7; }
.feature-link-row { margin-top: 30px; margin-bottom: 0; }
.feature-detail-section { background: var(--white); }
.feature-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.feature-detail-card { min-width: 0; padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); background: var(--paper); }
.feature-detail-card:nth-child(2n) { background: #edf5f3; }
.feature-detail-card h2 { max-width: 18ch; margin: 0 0 16px; font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.4vw, 42px); font-weight: 400; line-height: 1.08; }
.feature-detail-body { color: var(--muted); line-height: 1.7; }
.feature-detail-body p { margin: 0 0 16px; }
.feature-detail-body .clean-list { margin-top: 18px; }
.feature-operations { background: var(--navy); color: var(--white); }
.feature-operations .section-heading p:not(.eyebrow), .feature-operations .feature-operations-grid p { color: rgba(255,255,255,.72); }
.feature-operations-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); }
.feature-operations-grid article { min-width: 0; padding: 28px; background: var(--navy); }
.feature-operations-grid h3 { margin: 12px 0 10px; font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 400; }
.feature-operations-grid p { margin: 0; line-height: 1.7; }
.inbox-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 24px; color: var(--accent-deep); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.inbox-flow span { padding: 8px 10px; border: 1px solid rgba(88,189,191,.45); background: rgba(88,189,191,.08); }
.inbox-flow b { color: var(--accent); font-weight: 400; }
.seo-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
.seo-points span { padding: 10px 12px; border: 1px solid var(--line); color: var(--accent-deep); font-size: 11px; line-height: 1.4; }
.platform-operations .operation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.platform-operations .operation-panel { min-width: 0; }

@media (max-width: 760px) {
  .site-header .brand-logo { width: 132px; }
  .admin-bar .brand-logo, .site-footer .brand-logo { width: 142px; }
  .brand-sub { display: none; }
  .platform-hero-content { grid-template-columns: 1fr; gap: 28px; }
  .platform-feature-grid, .process-grid, .pricing-grid, .operation-grid, .feature-detail-grid, .feature-operations-grid, .account-card, .enquiry-shell, .dashboard-shell, .presence-grid, .template-story, .photo-story, .portfolio-story, .split, .calendar-layout, .gallery-section, .facts, .proof-grid, .stat-grid, .form-grid, .platform-card-grid { grid-template-columns: 1fr; }
  .platform-operations .operation-grid { grid-template-columns: 1fr; }
  .monthly-care div { grid-template-columns: 1fr; }
  .dashboard-body aside { grid-template-columns: 1fr; }
  .dashboard-body aside span { text-align: left; }
  .platform-hero-copy { max-width: none; }
  .hero-preview { justify-self: stretch; width: 100%; }
  .comparison-table { min-width: 0; }
  .comparison-table thead { display: none; }
  .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table th, .comparison-table td { display: block; width: 100%; }
  .comparison-table tr { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .comparison-table tbody th { padding: 0 0 8px; border: 0; font-size: 11px; }
  .comparison-table tbody td { display: grid; grid-template-columns: minmax(108px, .38fr) minmax(0, 1fr); gap: 12px; padding: 9px 0; border: 0; background: transparent; font-size: 13px; }
  .comparison-table tbody td::before { content: attr(data-label); color: var(--accent-deep); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
  .comparison-table tbody td:last-child { background: transparent; }
  .feature-detail-card { padding: 24px 20px; }
  .feature-operations-grid article { padding: 24px 20px; }
  .seo-points { grid-template-columns: 1fr; }
  .inbox-flow { align-items: flex-start; flex-direction: column; }
  .inbox-flow b { transform: rotate(90deg); margin-left: 12px; }
  .footer-links { gap: 12px; }
  .admin-bar { align-items: flex-start; }
  .admin-bar > div { text-align: right; }
}

@media (max-width: 420px) {
  .site-header .brand-logo { width: 118px; }
  .admin-bar .brand-logo, .site-footer .brand-logo { width: 128px; }
  .admin-shell { padding: 12px; }
  .admin-panel, .login-card { padding: 18px; }
  .button { width: 100%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .comparison-table tbody td { grid-template-columns: 1fr; gap: 4px; }
}
/* Second-pass owner positioning, hero carousel, and icon language. */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.button-icon { display: inline-grid; place-items: center; margin-inline-end: 8px; font-size: 15px; line-height: 1; letter-spacing: 0; text-transform: none; }
.nav-links a:not(.button) { display: inline-flex; align-items: center; gap: 6px; }
.nav-icon { display: inline-grid; place-items: center; color: var(--accent); font-size: 14px; line-height: 1; letter-spacing: 0; }
.site-header.scrolled .nav-icon, .site-header.light .nav-icon { color: var(--accent-deep); }
.proof-item strong { display: flex; align-items: center; justify-content: center; gap: 8px; }
.proof-icon, .operation-icon { display: inline-grid; place-items: center; width: 20px; height: 20px; color: var(--accent); font-size: 15px; line-height: 1; letter-spacing: 0; }
.operation-icon { margin-inline-end: 6px; vertical-align: -3px; }
.platform-card { position: relative; }
.platform-card-icon { display: block; width: 28px; height: 28px; margin-bottom: 17px; color: var(--accent-deep); font-size: 22px; line-height: 1; }
.feature-detail-card { position: relative; }
.feature-detail-card::before { content: '✦'; position: absolute; top: 24px; right: 26px; color: var(--accent-deep); font-size: 18px; }
.login-card .button { gap: 0; }
.login-card .button-icon { width: 22px; height: 22px; margin-inline-end: 9px; border-radius: 50%; background: #4285f4; color: var(--white); font-size: 13px; font-weight: 600; }

.hero-carousel { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: var(--navy); }
.hero-carousel-slides, .hero-carousel-slide, .hero-carousel-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-carousel-slide { object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity .85s ease, transform 6s ease; filter: saturate(.84); }
.hero-carousel-slide.active { opacity: 1; transform: scale(1); }
.hero-carousel-scrim { background: linear-gradient(90deg, rgba(20,37,42,.96) 0%, rgba(20,37,42,.72) 44%, rgba(20,37,42,.22) 100%), linear-gradient(180deg, rgba(20,37,42,.04) 12%, rgba(20,37,42,.82) 100%); }
.hero-carousel-caption { position: absolute; z-index: 2; right: clamp(18px, 4vw, 52px); bottom: 78px; display: grid; gap: 5px; max-width: 230px; color: rgba(255,255,255,.82); text-align: right; }
.hero-carousel-caption span { font-size: 11px; letter-spacing: .08em; line-height: 1.5; }
.hero-carousel-caption strong { color: var(--accent); font-size: 10px; letter-spacing: .18em; }
.hero-carousel-controls { position: absolute; z-index: 3; right: clamp(18px, 4vw, 52px); bottom: 25px; display: flex; align-items: center; gap: 10px; }
.hero-carousel-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.44); background: rgba(20,37,42,.28); color: var(--white); cursor: pointer; font-size: 16px; }
.hero-carousel-arrow:hover { border-color: var(--accent); background: rgba(20,37,42,.65); }
.hero-carousel-dots { display: flex; align-items: center; gap: 6px; }
.hero-carousel-dot { width: 7px; height: 7px; padding: 0; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: transparent; cursor: pointer; }
.hero-carousel-dot.active { border-color: var(--accent); background: var(--accent); }
.platform-hero-content { position: relative; z-index: 2; display: block; }
.platform-hero-copy { max-width: 740px; }

.comparison-table thead th { white-space: nowrap; }
.comparison-heading-mark, .comparison-mark { display: inline-grid; flex: 0 0 auto; place-items: center; width: 22px; height: 22px; margin-inline-end: 9px; border-radius: 50%; font-weight: 700; line-height: 1; }
.comparison-heading-mark { width: 20px; height: 20px; margin-inline-end: 7px; background: rgba(255,255,255,.12); font-size: 14px; }
.comparison-heading-mark.no { color: #ffb5ae; }
.comparison-heading-mark.yes { color: #9af0d2; }
.comparison-mark { margin-top: 1px; background: rgba(20,37,42,.08); font-size: 13px; }
.comparison-mark.no { color: #c94f4a; }
.comparison-mark.yes { color: var(--accent-deep); background: rgba(88,189,191,.14); }
.comparison-table tbody th { display: flex; align-items: center; gap: 7px; }
.comparison-row-icon { display: inline-grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(88,189,191,.45); color: var(--accent-deep); font-size: 14px; line-height: 1; }
.comparison-table tbody td { display: flex; align-items: flex-start; gap: 0; }
.comparison-table tbody td > span:last-child { min-width: 0; }

@media (max-width: 760px) {
  .hero-carousel-caption { right: 16px; bottom: 72px; max-width: 170px; }
  .hero-carousel-controls { right: 16px; bottom: 18px; }
  .platform-hero-content { display: block; padding-top: 116px; padding-bottom: 120px; }
  .platform-hero-copy { max-width: 100%; }
  .comparison-table tbody th { display: flex; align-items: center; }
  .comparison-table tbody td { display: block; }
  .comparison-table tbody td::before { display: block; margin-bottom: 7px; }
  .comparison-mark { display: inline-grid; vertical-align: middle; }
  .comparison-table tbody td > span:last-child { display: inline; }
  .feature-detail-card::before { top: 20px; right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-slide { transition: none; transform: none; }
}
/* Keep the desktop comparison table as a real three-column table. */
@media(min-width:761px) {
  .comparison-table { table-layout: fixed; }
  .comparison-table thead th:first-child { width: 16%; }
  .comparison-table thead th:nth-child(2),
  .comparison-table thead th:nth-child(3) { width: 42%; }
  .comparison-table tbody th { display: table-cell; width: 16%; }
  .comparison-table tbody td { display: table-cell; width: 42%; }
  .comparison-table tbody td:nth-child(2) { background: #fff7f6; color: var(--muted); }
  .comparison-table tbody td:nth-child(3) { background: #f2f8f7; color: var(--ink); }
  .comparison-table tbody td > span:last-child { display: inline; }
  .comparison-table tbody td .comparison-mark { vertical-align: middle; }
}

@media(max-width:760px) {
  .comparison-table tbody td:nth-child(2) { background: #fff7f6; }
  .comparison-table tbody td:nth-child(3) { background: #f2f8f7; }
}

/* Mobile comparison cards: full-width, border-safe layout. */
@media (max-width:760px) {
  .comparison-table-wrap { width: 100%; max-width: 100%; overflow: visible; }
  .comparison-table { display: block; width: 100%; min-width: 0; table-layout: auto; }
  .comparison-table tbody { display: block; width: 100%; }
  .comparison-table tbody tr { display: block; width: 100%; margin: 0; padding: 18px 0; box-sizing: border-box; }
  .comparison-table tbody th { display: flex; width: 100%; box-sizing: border-box; padding: 0 0 10px; border: 0; }
  .comparison-table tbody td { display: block; width: 100%; max-width: 100%; margin: 0; box-sizing: border-box; padding: 11px 12px; border: 0; }
  .comparison-table tbody td + td { margin-top: 1px; }
  .comparison-table tbody td::before { display: block; margin: 0 0 7px; }
  .comparison-table tbody td[data-label="Airbnb / marketplace"] { background: #fff7f6; }
  .comparison-table tbody td[data-label="WEBNB / owned site"] { background: #f2f8f7; }
  .comparison-table .comparison-row-icon { width: 20px; height: 20px; border: 0; }
}
/* Larger, varied feature accents. */
.platform-card { transition: background-color .2s ease, border-color .2s ease; }
.platform-card:nth-child(3n + 1) { background: #f1fbf6; border-color: #cceee0; }
.platform-card:nth-child(3n + 2) { background: #f1f6ff; border-color: #d6e4fb; }
.platform-card:nth-child(3n) { background: #fff6eb; border-color: #f4ddc2; }
.platform-card-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 0 20px; border-radius: 16px; font-size: 30px; line-height: 1; }
.platform-card:nth-child(3n + 1) .platform-card-icon { color: #198a69; background: #d9f4e7; }
.platform-card:nth-child(3n + 2) .platform-card-icon { color: #2f71c8; background: #dceaff; }
.platform-card:nth-child(3n) .platform-card-icon { color: #cc7132; background: #ffe5c8; }

.operation-panel { transition: background-color .2s ease; }
.operation-panel:nth-child(3n + 1) { background: #f1fbf6; }
.operation-panel:nth-child(3n + 2) { background: #f1f6ff; }
.operation-panel:nth-child(3n) { background: #fff6eb; }
.operation-icon { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-inline-end: 10px; border-radius: 10px; font-size: 22px; line-height: 1; vertical-align: -10px; }
.operation-panel:nth-child(3n + 1) .operation-icon { color: #198a69; background: #d9f4e7; }
.operation-panel:nth-child(3n + 2) .operation-icon { color: #2f71c8; background: #dceaff; }
.operation-panel:nth-child(3n) .operation-icon { color: #cc7132; background: #ffe5c8; }
.operation-panel h2 { overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }

/* Border-free comparison row icons. */
.comparison-table tbody th { gap: 10px; }
.comparison-row-icon { width: 36px; height: 36px; border: 0 !important; border-radius: 11px; font-size: 21px; line-height: 1; }
.comparison-table tbody tr:nth-child(4n + 1) .comparison-row-icon { color: #198a69; background: #d9f4e7; }
.comparison-table tbody tr:nth-child(4n + 2) .comparison-row-icon { color: #2f71c8; background: #dceaff; }
.comparison-table tbody tr:nth-child(4n + 3) .comparison-row-icon { color: #cc7132; background: #ffe5c8; }
.comparison-table tbody tr:nth-child(4n) .comparison-row-icon { color: #7c5ab8; background: #eee6fb; }

@media (max-width:760px) {
  .comparison-table tbody th { gap: 12px; padding-bottom: 12px; }
  .comparison-row-icon { width: 42px; height: 42px; border: 0 !important; border-radius: 13px; font-size: 25px; }
}
/* Features-page hierarchy and readable responsive type. */
.feature-benefits-section { background: var(--white); }
.feature-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benefit-box { min-height: 300px; }
.benefit-box .platform-card-icon,
.feature-detail-card .feature-card-top,
.feature-status,
.benefit-status { border: 0; }
.feature-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 24px; }
.feature-card-top .eyebrow { margin: 0; }
.feature-status, .benefit-status { display: inline-flex; width: fit-content; padding: 6px 9px; border-radius: 999px; background: #d9f4e7; color: #198a69; font-size: 9px; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.feature-status.planned, .benefit-status.planned { background: #eee6fb; color: #7c5ab8; }
.benefit-box .benefit-status { margin: 12px 0 0; }
.benefit-box h3 { max-width: 17ch; }
.feature-operations-detail { background: #edf4f2; }
.feature-operations-detail .operation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-operations-detail .operation-panel { min-height: 100%; }
.portfolio-feature-section { background: #f2ede4; }
.portfolio-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 36px; background: rgba(20,37,42,.15); }
.portfolio-benefit-grid > div { min-width: 0; padding: 30px; background: rgba(255,255,255,.7); }
.portfolio-step { display: block; margin-bottom: 34px; color: var(--accent-deep); font-size: 11px; letter-spacing: .16em; }
.portfolio-benefit-grid h3 { margin: 0 0 10px; font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 400; }
.portfolio-benefit-grid p { margin: 0; color: var(--muted); line-height: 1.7; }
.feature-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-detail-card h2 { max-width: none; font-size: clamp(30px, 3.1vw, 46px); overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
.feature-operations-detail .operation-panel h2 { max-width: 12ch; font-size: clamp(34px, 3.4vw, 50px); line-height: 1.03; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
.platform-feature-preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.platform-feature-preview .platform-card { min-height: 250px; }
.platform-card-icon, .operation-icon, .comparison-row-icon { border: 0 !important; outline: 0; box-shadow: none; }
.comparison-table .comparison-heading-mark.no, .comparison-table .comparison-mark.no { display: none; }
.comparison-table tbody td[data-label="Airbnb / marketplace"] { background: #fff7f6; }
@media (max-width: 900px) {
  .feature-benefit-grid, .feature-operations-detail .operation-grid, .portfolio-benefit-grid { grid-template-columns: 1fr 1fr; }
  .feature-benefit-grid .benefit-box:last-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .feature-benefit-grid, .feature-operations-detail .operation-grid, .portfolio-benefit-grid, .feature-trust-grid, .platform-feature-preview { grid-template-columns: 1fr; }
  .feature-benefit-grid .benefit-box:last-child { grid-column: auto; }
  .benefit-box { min-height: 0; }
  .feature-operations-detail .operation-panel h2 { max-width: none; font-size: clamp(32px, 11vw, 44px); }
  .feature-detail-card h2 { font-size: clamp(30px, 9vw, 42px); }
  .portfolio-benefit-grid > div { padding: 24px 20px; }
  .comparison-table .comparison-heading-mark.no, .comparison-table .comparison-mark.no { display: none !important; }
}

/* Private property enquiry and owner Inbox surfaces. */
.property-enquiry-form { display: grid; gap: 14px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.property-enquiry-form .form-grid { gap: 12px; }
.property-enquiry-form .button { width: fit-content; }
.inbox-workspace { display: grid; gap: 24px; }
.inbox-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.inbox-toolbar strong { display: block; margin-top: 8px; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 400; }
.lead-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.lead-actions .button { width: auto; }
.lead-actions select { min-height: 40px; padding: 8px 10px; border: 1px solid var(--line); background: var(--white); color: var(--ink); }
.contact-visibility-settings { display: grid; gap: 12px; margin-top: 28px; padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.contact-visibility-settings .admin-note { margin: 0; }
@media (max-width: 600px) {
  .inbox-toolbar { flex-direction: column; }
  .inbox-toolbar .button { width: 100%; }
  .lead-actions .button { width: 100%; }
  .lead-actions select { width: 100%; }
}

/* Final comparison/process refinements. */
.comparison-table tbody th .comparison-row-icon { background: transparent !important; color: var(--accent-deep) !important; border-radius: 0; }
.process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 760px) {
  .process-grid { grid-template-columns: 1fr; }
  .comparison-table tbody th .comparison-row-icon { background: transparent !important; }
}

.footer-disclaimer { max-width: 520px !important; color: rgba(255,255,255,.68); }
.site-footer-meta { background: var(--white); color: var(--muted); }
.site-footer-meta-inner {
  width: min(calc(100% - (2 * var(--gutter))), var(--content-max));
  margin: 0 auto;
  padding: 14px 0 18px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .04em;
}


/* Mobile comparison clarity: centered row titles and stronger separation. */
@media (max-width: 760px) {
  .comparison-table tbody tr {
    padding: 30px 0 34px;
  }
  .comparison-table tbody th {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 18px;
    text-align: center;
    font-size: 12px;
    letter-spacing: .15em;
  }
  .comparison-row-icon {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #edf7f6;
    font-size: 18px;
  }
  .comparison-table tbody td {
    margin-top: 4px;
    padding: 15px 16px;
    text-align: center;
  }
  .comparison-table tbody td::before {
    margin-bottom: 8px;
    text-align: center;
  }
  .comparison-table tbody td > span:last-child {
    display: block;
    text-align: center;
  }
  .comparison-table tbody td:first-of-type {
    background: #fff7f5;
  }
  .comparison-table tbody td:last-of-type {
    background: #f2f8f7;
  }
}
/* Mobile hero and proof strip clarity. */
@media (max-width: 760px) {
  .hero-carousel-caption,
  .hero-carousel-controls { display: none; }
  .proof-strip { margin-bottom: clamp(52px, 14vw, 88px); }
  .proof-grid { border-inline: 0; }
  .proof-item { border-inline: 0; padding-inline: 20px; text-align: center; }
  .proof-item strong,
  .proof-item span { text-align: center; }
}
/* Airbnb comparison copy contrast. */
.comparison-table tbody td[data-label="Airbnb / marketplace"] {
  color: var(--ink) !important;
}
/* Features panel rhythm and desktop hierarchy. */
.feature-operations-detail .operation-panel { display: flex; flex-direction: column; }
.feature-operations-detail .operation-panel > .truth-note { margin-top: auto; }
.feature-operations-detail .seo-points { margin-bottom: 24px; }
@media (min-width: 761px) {
  .feature-operations-detail .operation-panel h2 { max-width: 16ch; font-size: clamp(30px, 2.7vw, 42px); }
  .feature-operations-detail .inbox-flow { justify-content: center; text-align: center; }
  .feature-operations-detail .sync-source-list { justify-content: center; }
  .feature-operations-detail .seo-points { max-width: 420px; margin-inline: auto; }
  .benefit-box h3 { font-size: clamp(22px, 2.1vw, 30px); line-height: 1.08; }
}
/* Menu sizing and touch spacing. */
.nav-links {
  gap: clamp(18px, 3vw, 42px);
  font-size: 13px;
  letter-spacing: .12em;
}
.nav-links a:not(.button) {
  min-height: 44px;
  padding: 10px 6px;
}
.nav-links .button {
  min-height: 50px;
  padding: 15px 24px;
  font-size: 12px;
}
@media (max-width: 760px) {
  .nav-toggle {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    font-size: 28px;
  }
  .nav-links {
    top: 68px;
    gap: 8px;
    padding: 20px;
  }
  .nav-links a:not(.button) {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
    letter-spacing: .1em;
  }
  .nav-links .button {
    min-height: 50px;
    padding: 15px 18px;
    font-size: 12px;
  }
}
/* Existing account link in Getting Started. */
.enquiry-account-link {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.enquiry-account-link p {
  margin: 0 0 12px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
}
.enquiry-account-link .button {
  width: fit-content;
}
@media (max-width: 760px) {
  .enquiry-account-link .button {
    width: 100%;
  }
}
/* Phase 1 platform admin shell. */
.platform-admin-v2 { min-height: 100vh; background: #f5f7f7; color: var(--ink, #233337); }
.platform-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 20; display: flex; width: 248px; flex-direction: column; padding: 26px 18px 20px; background: #10282d; color: #f7fbfa; }
.platform-sidebar-brand { display: flex; align-items: end; gap: 10px; padding: 0 10px 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.platform-sidebar-brand a { display: block; width: 124px; }
.platform-sidebar-brand .brand-logo { width: 100%; }
.platform-sidebar-brand > span { color: #8bd4d2; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.platform-nav { display: grid; gap: 5px; padding: 24px 0; }
.platform-nav-link { display: flex; min-height: 44px; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid transparent; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: .06em; text-decoration: none; }
.platform-nav-link span { width: 22px; color: #7ed5d2; font-size: 17px; text-align: center; }
.platform-nav-link:hover, .platform-nav-link.active { border-color: rgba(126,213,210,.35); background: rgba(126,213,210,.12); color: white; }
.platform-new-client { width: 100%; justify-content: center; margin-top: 2px; }
.platform-sidebar-footer { display: grid; gap: 16px; margin-top: auto; padding: 18px 10px 0; border-top: 1px solid rgba(255,255,255,.14); }
.platform-sidebar-footer > a { color: #9ed9d7; font-size: 12px; text-decoration: none; }
.platform-user { display: flex; min-width: 0; align-items: center; gap: 10px; }
.platform-user-avatar { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #7ed5d2; color: #10282d; font-weight: 700; }
.platform-user span:last-child { display: grid; min-width: 0; gap: 3px; }
.platform-user strong, .platform-user small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.platform-user strong { font-size: 12px; }
.platform-user small { color: rgba(255,255,255,.6); font-size: 10px; }
.platform-signout { width: fit-content; border: 0; background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font: inherit; font-size: 12px; padding: 0; }
.platform-admin-main { min-height: 100vh; margin-left: 248px; padding: 32px clamp(24px, 5vw, 72px) 72px; }
.platform-topbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 40px; padding-bottom: 22px; border-bottom: 1px solid #d8e1e0; }
.platform-topbar h1 { margin: 0; font-size: clamp(28px, 3vw, 42px); }
.platform-topbar-action { min-height: 44px; padding: 13px 18px; background: #70c9ca; color: #10282d; font-size: 12px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.platform-section-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.platform-section-intro h2 { max-width: 680px; margin: 0; font-size: clamp(25px, 3vw, 40px); }
.platform-section-intro p:not(.eyebrow) { max-width: 720px; margin: 10px 0 0; color: #5c7072; }
.platform-card { padding: 26px; border: 1px solid #d5dfde; background: #fff; }
.platform-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 24px; }
.platform-stat { display: grid; gap: 8px; min-height: 112px; padding: 20px; border: 1px solid #d5dfde; background: #fff; }
.platform-stat strong { color: #183f45; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.platform-stat span, .platform-muted { color: #607577; font-size: 13px; }
.platform-dashboard-columns, .platform-client-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 18px; }
.platform-card h3 { margin: 4px 0 12px; font-size: 22px; }
.platform-attention-list { display: grid; gap: 8px; }
.platform-attention { display: grid; gap: 3px; width: 100%; padding: 12px; border: 1px solid #d5dfde; background: #f7fbfa; color: inherit; cursor: pointer; text-align: left; }
.platform-attention:hover { border-color: #64c5c5; }
.platform-attention span { color: #2a9fa5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.platform-attention small, .platform-activity small { color: #718284; }
.platform-activity { display: grid; gap: 4px; padding: 12px 0; border-bottom: 1px solid #e3e9e8; font-size: 13px; }
.platform-activity:last-child { border-bottom: 0; }
.platform-activity span { color: #607577; }
.platform-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.platform-toolbar input { min-width: min(420px, 100%); flex: 1; }
.platform-toolbar select { min-width: 160px; }
.platform-table-wrap { overflow-x: auto; border: 1px solid #d5dfde; background: white; }
.platform-table { width: 100%; border-collapse: collapse; text-align: left; }
.platform-table th, .platform-table td { padding: 16px; border-bottom: 1px solid #e5ebea; font-size: 13px; vertical-align: top; }
.platform-table th { color: #557073; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.platform-table tbody tr { cursor: pointer; }
.platform-table tbody tr:hover { background: #f4fbfa; }
.platform-table td strong, .platform-table td small { display: block; }
.platform-table td small { margin-top: 4px; color: #718284; }
.platform-badge { display: inline-block; padding: 5px 8px; background: #e8f5f2; color: #257477; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.platform-badge.suspended, .platform-badge.warning { background: #fff0e7; color: #a25b32; }
.platform-badge.active { background: #e5f6ed; color: #277650; }
.platform-empty { padding: 32px; color: #607577; text-align: center; }
.platform-form { margin-bottom: 18px; }
.platform-result { margin-top: 18px; }
.platform-inline-form { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; }
.platform-inline-form > input, .platform-inline-form > select { min-width: 130px; flex: 1; }
.platform-list-row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid #e5ebea; font-size: 13px; }
.platform-list-row span { color: #607577; text-align: right; }
.platform-client-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.platform-client-heading h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); }
.platform-client-heading p:not(.eyebrow) { color: #607577; }
.platform-danger-zone { border-color: #e0b9a5; }
.platform-danger-zone > input { width: 100%; margin-top: 12px; }
.template-upload { margin-bottom: 18px; }
.upload-drop { display: grid; gap: 8px; padding: 28px; border: 1px dashed #80c9c6; background: #f1fbf9; color: #286b6d; cursor: pointer; text-align: center; }
.upload-drop small { color: #607577; }
.upload-drop input { margin: 8px auto 0; }
.platform-template-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.platform-drawer-toggle, .platform-overlay { display: none; }
.platform-admin-loading { display: grid; min-height: 100vh; place-items: center; padding: 24px; background: #f5f7f7; color: #203437; text-align: center; }
.platform-admin-loading .login-card { max-width: 480px; padding: 36px; border: 1px solid #d5dfde; background: white; }

/* Public media carousel and Markdown details. */
.property-carousel { width: 100%; }
.property-carousel-main { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #dfe8e7; }
.property-carousel-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.property-carousel-control { position: absolute; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.65); background: rgba(16,40,45,.68); color: white; cursor: pointer; font-size: 20px; }
.property-carousel-control.previous { left: 16px; }
.property-carousel-control.next { right: 16px; }
.property-carousel-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 10px 0 0; }
.property-carousel-thumb { width: 72px; height: 52px; flex: 0 0 auto; overflow: hidden; padding: 0; border: 2px solid transparent; background: #dfe8e7; cursor: pointer; }
.property-carousel-thumb.active { border-color: #49aeb1; }
.property-carousel-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.property-carousel-empty { min-height: 180px; background: #e9efee; }
.hero > .property-carousel { position: absolute; inset: 0; z-index: 0; }
.hero > .property-carousel .property-carousel-main { height: 100%; aspect-ratio: auto; }
.hero > .property-carousel .property-carousel-thumbs { position: absolute; right: 22px; bottom: 20px; z-index: 3; max-width: min(55vw, 620px); }
.hero > .property-carousel .property-carousel-thumb { width: 58px; height: 42px; }
.hero > .property-carousel .property-carousel-control { z-index: 3; }
.hero > .hero-content { position: relative; z-index: 4; }
.markdown-content { max-width: 760px; margin: 32px auto 0; color: #4e6568; }
.markdown-content h2, .markdown-content h3, .markdown-content h4 { color: var(--ink, #233337); }
.markdown-content p, .markdown-content ul, .markdown-content ol, .markdown-content blockquote { margin: 0 0 18px; }
.markdown-content li { margin: 6px 0; }
.markdown-content blockquote { padding: 14px 18px; border-left: 3px solid #5ac0c1; background: #f1f8f7; }
.markdown-content a { color: #237c80; }

@media (max-width: 900px) {
  .platform-sidebar { width: 232px; }
  .platform-admin-main { margin-left: 232px; padding-inline: 24px; }
  .platform-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .platform-drawer-toggle { position: fixed; top: 14px; left: 14px; z-index: 30; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #c7d9d7; background: white; color: #173b40; cursor: pointer; font-size: 22px; }
  .platform-overlay { position: fixed; inset: 0; z-index: 21; display: block; border: 0; background: rgba(10, 27, 30, .5); }
  .platform-sidebar { transform: translateX(-105%); transition: transform .2s ease; }
  .platform-sidebar.open { transform: translateX(0); z-index: 25; }
  .platform-admin-main { margin-left: 0; padding: 84px 16px 48px; }
  .platform-topbar { align-items: start; margin-bottom: 28px; }
  .platform-topbar h1 { font-size: 30px; }
  .platform-topbar-action { display: none; }
  .platform-section-intro, .platform-dashboard-columns, .platform-client-grid, .platform-template-grid { display: grid; grid-template-columns: 1fr; }
  .platform-section-intro { align-items: start; }
  .platform-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .platform-stat { min-height: 96px; padding: 14px; }
  .platform-stat strong { font-size: 28px; }
  .platform-card { padding: 18px; }
  .platform-table th, .platform-table td { padding: 12px 10px; }
  .platform-toolbar { display: grid; }
  .platform-toolbar input, .platform-toolbar select { width: 100%; min-width: 0; }
  .platform-inline-form { align-items: stretch; }
  .platform-inline-form > input, .platform-inline-form > select, .platform-inline-form > button { width: 100%; }
  .platform-client-heading { display: grid; }
  .hero > .property-carousel .property-carousel-thumbs { right: 12px; bottom: 12px; max-width: 70vw; }
  .property-carousel-thumb { width: 60px; height: 44px; }
}
/* Client media library and property details editor. */
.gallery-builder { display: grid; gap: 18px; }
.gallery-builder .form-field { min-width: 240px; margin: 0; }
.media-library { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.media-item { display: grid; gap: 8px; padding: 10px; border: 1px solid #d6e1df; background: #fbfdfc; }
.media-item.selected { border-color: #4cb5b4; background: #eef9f6; }
.media-select { position: relative; min-height: 130px; overflow: hidden; padding: 0; border: 0; background: #e4edeb; cursor: pointer; }
.media-select img { display: block; width: 100%; height: 130px; object-fit: cover; }
.media-check { position: absolute; top: 8px; left: 8px; z-index: 1; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #173b40; color: white; }
.media-pending { display: grid; min-height: 130px; place-items: center; color: #607577; font-size: 12px; }
.media-item input { min-width: 0; padding: 8px; border: 1px solid #d6e1df; background: white; font-size: 12px; }
.media-actions { display: flex; flex-wrap: wrap; gap: 4px; }
.media-actions .button { min-height: 34px; padding: 8px 10px; font-size: 10px; }
.details-editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.details-editor-grid textarea { min-height: 420px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 13px; line-height: 1.6; }
.markdown-preview { min-height: 420px; padding: 20px; border: 1px solid #d6e1df; background: #fbfdfc; color: #4e6568; white-space: pre-wrap; }
.markdown-preview p { line-height: 1.7; }
@media (max-width: 900px) { .media-library { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .media-library, .details-editor-grid { grid-template-columns: 1fr; } .media-select img, .media-pending { height: 190px; min-height: 190px; } }