:root {
  --navy: #3f5278;
  --navy-deep: #24324e;
  --sky: #9fd8e5;
  --sky-soft: #eaf6f8;
  --ink: #172033;
  --muted: #657083;
  --paper: #f6f5f1;
  --white: #fff;
  --line: rgba(23,32,51,.14);
  --shadow: 0 24px 70px rgba(31,44,69,.13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(246,245,241,.95); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-text span { margin-top: 5px; color: var(--muted); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 15px; border-radius: 999px; font-weight: 720; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current="page"] { background: var(--sky-soft); outline: none; }
.nav-links .nav-contact { background: var(--navy-deep); color: white; box-shadow: 0 5px 0 #131d30; transform: translateY(-2px); }
.nav-links .nav-contact:hover, .nav-links .nav-contact:focus-visible { background: var(--navy); }

.hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); min-height: 650px; background: var(--navy-deep); color: white; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(28px, calc((100vw - 1180px)/2)) 80px max(28px, calc((100vw - 1180px)/2)); padding-right: clamp(40px, 7vw, 110px); }
.kicker { margin: 0 0 14px; color: var(--sky); font-size: .76rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.03em; }
h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 6.5rem); font-weight: 760; }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.5vw, 4rem); font-weight: 720; }
h3 { font-size: 1.35rem; }
.hero-copy > p:not(.kicker) { max-width: 540px; margin: 0 0 30px; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.hero-photo { position: relative; min-height: 650px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,50,78,.32), transparent 40%); }
.hero-caption { position: absolute; right: 24px; bottom: 24px; z-index: 1; padding: 10px 14px; border-radius: 12px; background: rgba(20,29,47,.78); color: white; font-size: .78rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--sky); color: var(--ink); box-shadow: 0 5px 0 #5c9dac; transform: translateY(-2px); font: inherit; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { background: #b9e7ef; box-shadow: 0 3px 0 #5c9dac; transform: translateY(0); outline: 3px solid rgba(159,216,229,.28); }
.button.secondary { border-color: rgba(255,255,255,.5); background: transparent; color: white; box-shadow: 0 5px 0 rgba(0,0,0,.32); }
.button.ink { background: var(--navy-deep); color: white; box-shadow: 0 5px 0 #111a2b; }

.proof-strip { background: white; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 24px 28px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.proof-item span { color: var(--muted); }

.section { padding: 84px 0; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head p:last-child, .lead { color: var(--muted); font-size: 1.08rem; }
.portfolio-preview { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.portfolio-tile { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.portfolio-tile.small { min-height: 470px; }
.portfolio-tile img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-overlay { position: absolute; inset: auto 0 0; padding: 44px 28px 26px; background: linear-gradient(transparent, rgba(16,24,40,.86)); color: white; }
.portfolio-overlay p { margin: 5px 0 0; color: rgba(255,255,255,.8); }
.service-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.service-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.service-row span { color: var(--sky); font-weight: 850; }
.service-row h3 { margin: 0 0 7px; }
.service-row p { margin: 0; color: var(--muted); }
.cta-band { padding: 64px 0; background: var(--sky-soft); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { max-width: 650px; margin: 0; }

.page-intro { padding: 72px 0 48px; background: white; }
.page-intro h1 { color: var(--ink); font-size: clamp(3.2rem, 7vw, 6rem); }
.page-intro p:last-child { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.stays-section { padding: 10px 0 88px; }
.stays-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.stay-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: white; box-shadow: 0 16px 48px rgba(28,40,64,.1); }
.stay-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(0, 1fr)); height: 360px; gap: 3px; overflow: hidden; background: var(--paper); }
.stay-gallery img { width: 100%; min-width: 0; height: 100%; min-height: 0; object-fit: cover; }
.stay-gallery img:first-child { grid-row: 1 / 3; }
.stay-body { display: flex; flex: 1; flex-direction: column; padding: 26px 28px 30px; }
.stay-body h2 { margin-bottom: 10px; font-size: 1.8rem; }
.stay-area { margin: 0 0 8px; color: var(--navy); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.stay-facts { margin: 0 0 15px; font-weight: 760; }
.stay-description { display: -webkit-box; overflow: hidden; margin: 0 0 20px; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.pricing-note { margin: auto 0 18px; padding: 13px 15px; border-radius: 12px; background: var(--sky-soft); color: var(--muted); font-size: .85rem; }
.review-list { display: grid; gap: 9px; margin: 0 0 20px; }
.review-quote { margin: 0; padding: 14px 15px; border-left: 3px solid var(--sky); background: #f9fbfb; color: var(--muted); font-size: .86rem; }
.review-quote cite { display: block; margin-top: 6px; color: var(--navy); font-style: normal; font-weight: 750; }
.empty-state { padding: 30px; border: 1px dashed var(--line); border-radius: 16px; background: white; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 610px; }
.contact-visual { position: relative; overflow: hidden; background: var(--navy); }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(28px, 7vw, 110px); background: var(--navy-deep); color: white; }
.contact-panel h1 { margin-bottom: 20px; }
.contact-panel > p:not(.kicker) { max-width: 520px; color: rgba(255,255,255,.76); }
.contact-list { display: grid; gap: 12px; margin: 28px 0; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: white; font-weight: 780; text-decoration: none; }
.contact-link span { color: var(--sky); }

.site-footer { padding: 42px 0 24px; background: #131c2e; color: rgba(255,255,255,.7); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { color: white; font-size: 1.05rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-links a { color: white; text-underline-offset: 4px; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

.desk-page { min-height: 100vh; background: linear-gradient(145deg, #eef7f8, #f6f5f1 48%, #e8eaf1); }
.desk-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(22px, calc((100vw - 1180px)/2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.9); }
.desk-nav { display: flex; gap: 8px; }
.desk-tab { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 17px; border-radius: 999px; background: var(--sky-soft); color: var(--navy); font-weight: 800; text-decoration: none; }
.desk-tab.is-active { background: var(--navy-deep); color: white; }
.desk-main { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 50px 0 72px; }
.desk-intro { max-width: 800px; margin-bottom: 28px; }
.desk-intro h1, .auth-panel h1 { color: var(--ink); font-size: clamp(3rem, 6vw, 5rem); }
.desk-panel { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.loader-panel { margin-bottom: 28px; }
.inline-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px; margin-top: 20px; }
form { display: grid; gap: 15px; }
.field { display: grid; gap: 6px; }
label { font-weight: 750; }
input, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #b9c1ca; border-radius: 10px; background: white; color: var(--ink); font: inherit; }
textarea { min-height: 130px; resize: vertical; }
.form-split { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.form-note { margin: 0; color: var(--muted); font-size: .88rem; }
.desk-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.owner-properties { display: grid; gap: 13px; }
.owner-property { display: grid; grid-template-columns: 130px 1fr; gap: 17px; padding: 13px; border-radius: 16px; background: white; box-shadow: 0 10px 28px rgba(31,44,69,.08); }
.owner-property img { width: 130px; height: 112px; object-fit: cover; border-radius: 11px; }
.owner-property h3 { margin: 0; }
.owner-property p { margin: 5px 0; color: var(--muted); }
.owner-property-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.owner-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.owner-actions button, .pending-item button { min-height: 34px; padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--sky-soft); color: var(--navy); font: inherit; font-size: .84rem; font-weight: 760; cursor: pointer; }
.owner-actions .danger { background: #fff0f0; color: #9b3030; }
.test-badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #fff3cf; color: #765b08; font-size: .72rem; font-weight: 800; }
.pending-list { margin-top: 16px; }
.pending-item { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid var(--line); }
#reports { margin-top: 28px; }
#reports-body { display: grid; gap: 14px; }
#reports-body > p { padding: 14px 16px; border-radius: 12px; background: var(--sky-soft); }
#reports-body ul { margin: 0; padding-left: 20px; color: var(--muted); }
.desk-utility { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.utility-button { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--navy); font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.utility-signout { background: var(--navy-deep); color: white; }
.auth-shell { width: min(510px, calc(100% - 36px)); margin: 0 auto; padding: 60px 0; }
.auth-brand { justify-content: center; width: 100%; margin-bottom: 24px; }
.back-link { margin-top: 24px; text-align: center; }
.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; }

@media (max-width: 860px) {
  .hero, .contact-layout { grid-template-columns: 1fr; }
  .hero-copy { padding: 76px 26px 58px; }
  .hero-photo { min-height: 480px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .portfolio-preview, .service-layout, .desk-grid { grid-template-columns: 1fr; }
  .service-layout { gap: 34px; }
  .stays-grid { grid-template-columns: 1fr; }
  .contact-visual { min-height: 460px; }
  .contact-panel { padding: 64px 28px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 72px; gap: 10px; }
  .brand { gap: 7px; }
  .brand img { width: 44px; height: 44px; }
  .brand-text strong { font-size: .76rem; }
  .brand-text span { display: none; }
  .nav-links { gap: 0; }
  .nav-links a { min-height: 42px; padding: 8px 7px; font-size: .78rem; }
  .nav-links .nav-contact { padding-inline: 10px; }
  h1 { font-size: 3rem; }
  .hero { min-height: 0; }
  .hero-copy { padding: 58px 20px 48px; }
  .hero-photo { min-height: 360px; }
  .hero-caption { right: 14px; bottom: 14px; }
  .button-row { display: grid; grid-template-columns: 1fr 1fr; }
  .section { padding: 58px 0; }
  .section-head { margin-bottom: 26px; }
  .portfolio-preview { gap: 14px; }
  .portfolio-tile, .portfolio-tile.small { min-height: 360px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-intro { padding: 52px 0 34px; }
  .page-intro h1 { font-size: 3rem; }
  .stays-section { padding-bottom: 60px; }
  .stays-grid { gap: 18px; }
  .stay-gallery { height: 260px; }
  .stay-body { padding: 21px 19px 25px; }
  .stay-body h2 { font-size: 1.55rem; }
  .contact-visual { min-height: 330px; }
  .contact-panel { padding: 50px 20px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .desk-header { flex-direction: column; align-items: stretch; gap: 10px; padding: 12px 16px 16px; }
  .desk-header .brand { justify-content: center; }
  .desk-nav { display: grid; grid-template-columns: 1fr; }
  .desk-tab { justify-content: center; }
  .desk-main { width: min(100% - 28px, 1180px); padding: 34px 0 52px; }
  .inline-form, .form-split { grid-template-columns: 1fr; }
  .inline-form .button, form > .button { width: 100%; }
  .owner-property { grid-template-columns: 88px 1fr; }
  .owner-property img { width: 88px; height: 88px; }
  .owner-property-top { flex-direction: column; }
  .desk-utility { display: grid; grid-template-columns: 1fr 1fr; }
  .utility-button { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Readable public navigation, text, and responsive layouts. */
.kicker, .service-row > span { color: #386774; }
.hero .kicker, .contact-panel .kicker { color: var(--sky); }
.nav-links .nav-contact[aria-current="page"] { background: var(--navy-deep); color: #fff; outline: 2px solid #386774; outline-offset: 3px; }
.nav-links a:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #386774; outline-offset: 4px; }
.hero-photo { margin: 0; }
.hero-photo[hidden] { display: none; }
.hero:has(.hero-photo[hidden]) { grid-template-columns: 1fr; }
.stay-card { scroll-margin-top: 24px; }
.stay-details { margin: 0 0 20px; color: var(--muted); }
.stay-details summary { padding: 10px 0; color: var(--navy-deep); font-weight: 750; cursor: pointer; }
.stay-details p { margin-top: 8px; white-space: pre-line; }
.stay-gallery:has(img:only-child) { grid-template-columns: 1fr; }
.stay-amenities, .guest-note { color: var(--muted); margin: 0 0 18px; }
.contact-panel .contact-list { margin: 14px 0 24px; }
.text-page { max-width: 860px; padding-block: 60px; }
.text-page h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.text-page h2 { font-size: 1.8rem; margin-top: 36px; }
.text-page p, .text-page li { color: var(--muted); }
.intent-links { display: flex; gap: 10px 24px; flex-wrap: wrap; margin: 22px 0 0; }
.intent-links a { color: var(--navy-deep); font-weight: 750; text-underline-offset: 4px; }
.service-row a { display: inline-block; margin-top: 12px; color: var(--navy-deep); font-weight: 750; }
@media (max-width: 860px) {
  .contact-panel { grid-row: 1; }
  .contact-visual { grid-row: 2; min-height: 0; }
  .contact-visual img { height: auto; object-fit: contain; }
}
@media (max-width: 560px) {
  .contact-panel { padding: 32px 20px; }
  .contact-panel h1 { font-size: 2.5rem; }
  .hero-photo { min-height: 320px; }
  .nav-links a { padding-inline: 6px; }
  .nav-links .nav-contact { padding-inline: 8px; }
}

/* Footer social links. */
.footer-links { align-items: center; }
.footer-links .social-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; text-decoration: none; }
.social-icon { width: 22px; height: 22px; flex: 0 0 22px; fill: currentColor; }
.footer-links .social-link:hover, .footer-links .social-link:focus-visible { color: var(--sky); background: rgba(255,255,255,.07); border-color: var(--sky); }

/* Keep the full navigation accessible on narrow screens. */
@media (max-width: 700px) {
  .nav { flex-wrap: wrap; justify-content: center; gap: 10px; padding-block: 14px; }
  .nav-links { width: 100%; justify-content: center; flex-wrap: wrap; gap: 4px; }
  .nav-links a { min-height: 44px; }
}

/* Owner import review. */
[hidden] { display: none !important; }
.draft-panel, .import-review { margin-bottom: 28px; }
.draft-panel h2 { font-size: 1.8rem; }
.draft-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding: 14px 0; }
.review-heading { display: flex; gap: 20px; justify-content: space-between; align-items: flex-start; }
.review-heading h2 { font-size: clamp(2rem, 4vw, 3rem); }
.import-warnings { background: #fff8e8; color: #654a15; padding: 18px 18px 18px 36px; border-radius: 12px; font-size: .92rem; }
.import-warnings li + li { margin-top: 7px; }
.review-preview { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 24px; margin: 24px 0; padding: 18px; background: var(--sky-soft); border-radius: 16px; }
.review-preview img { width: 240px; height: 180px; object-fit: cover; border-radius: 12px; }
.review-preview h3 { margin-bottom: 8px; }
.review-preview p { margin-bottom: 8px; }
.review-fields { display: grid; gap: 16px; }
.review-fields .utility-button { justify-self: start; }
.check-field { display: flex; align-items: center; gap: 12px; }
.check-field input { width: 22px; min-height: 22px; height: 22px; }
.photo-heading { border-top: 1px solid var(--line); padding-top: 28px; margin-top: 12px; }
.photo-heading h3 { margin-bottom: 16px; }
.photo-heading input { margin: 12px 0; }
.review-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.review-photo { border: 2px solid var(--line); border-radius: 16px; padding: 10px; background: white; }
.review-photo.is-selected { border-color: #386774; }
.review-photo.is-cover { border-color: var(--navy-deep); background: var(--sky-soft); }
.review-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }
.review-photo .photo-open { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.photo-label { margin: 10px 0; font-weight: 750; font-size: .85rem; }
.photo-controls { display: flex; gap: 6px; flex-wrap: wrap; }
.photo-controls button { min-height: 38px; border: 1px solid #a9b8c0; border-radius: 8px; background: white; color: var(--navy-deep); padding: 7px 10px; font: inherit; font-size: .85rem; cursor: pointer; }
button:disabled { opacity: .55; cursor: default; }
.review-actions { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 24px; }
.photo-dialog { width: min(960px, 94vw); max-height: 94vh; border: 0; border-radius: 16px; padding: 20px; background: var(--paper); }
.photo-dialog::backdrop { background: rgba(10,20,35,.8); }
.photo-dialog img { max-height: 72vh; object-fit: contain; margin: 16px auto; }
@media(max-width:860px) { .review-photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .review-preview { grid-template-columns: 1fr; } }
@media(max-width:560px) { .review-photo-grid { grid-template-columns: 1fr; } .review-heading, .draft-row { flex-direction: column; } .review-preview img { width: 100%; height: auto; } }

.review-actions { position: sticky; bottom: 0; z-index: 5; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); padding: 16px 0; box-shadow: 0 -8px 18px rgba(255,255,255,.8); }
