:root {
    --green-950: #033c2e;
    --green-900: #064e3b;
    --green-800: #076044;
    --green-100: #e7f3ed;
    --orange: #ff6b1a;
    --orange-dark: #e9520a;
    --orange-soft: #fff1e7;
    --ink: #14211d;
    --muted: #66746f;
    --line: #e4e9e7;
    --surface: #fff;
    --surface-soft: #f7f9f8;
    --shadow: 0 18px 50px rgba(13, 51, 39, .11);
    --editorial-serif: "Noto Serif", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.landing-container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }

.landing-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(228, 233, 231, .85); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 74px; }
.landing-brand { flex: 0 0 154px; width: 154px; }
.landing-brand img { display: block; width: 100%; height: auto; }
.header-navigation { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 42px; }
.main-navigation { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 14px; font-weight: 700; }
.main-navigation a { position: relative; padding: 25px 0; }
.main-navigation a::after { content: ""; position: absolute; right: 0; bottom: 16px; left: 0; height: 2px; opacity: 0; background: var(--orange); transform: scaleX(.5); transition: .2s ease; }
.main-navigation a:hover::after, .main-navigation a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.header-tools { display: flex; align-items: center; gap: 17px; }
.header-tools .public-language-menu { display: block; }
.header-tools .language-button { display: flex; height: 38px; align-items: center; gap: 7px; color: #26352f; background: #f6f8f7; border-color: var(--line); border-radius: 9px; cursor: pointer; }
.header-tools .language-submenu { color: var(--ink); }
.login-button { padding: 12px 20px; color: #fff; background: var(--green-900); border-radius: 8px; font-size: 13px; font-weight: 750; box-shadow: 0 8px 20px rgba(6, 78, 59, .18); transition: .2s ease; }
.login-button:hover { background: var(--green-800); transform: translateY(-1px); }
.mobile-menu-button { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.mobile-menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--green-900); border-radius: 4px; }

.hero-section { padding-top: 0; overflow: hidden; background: linear-gradient(180deg, #fff 0, #fff 82%, #f7faf8 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.3fr); min-height: 414px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 40px 68px 6px; }
.hero-eyebrow { order: 2; margin: 18px 0 0; color: #37413e; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.hero-copy h1 { order: 1; margin: 0; max-width: 500px; font-size: clamp(40px, 3.7vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.hero-copy h1 span { color: var(--green-800); }
.hero-lead { order: 3; max-width: 470px; margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; border-radius: 0 0 0 24px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 60, 46, .1), transparent 28%); pointer-events: none; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; right: 20px; bottom: 68px; z-index: 2; padding: 9px 12px; color: var(--green-950); background: rgba(255, 255, 255, .9); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; font-size: 12px; box-shadow: 0 10px 25px rgba(0,0,0,.13); backdrop-filter: blur(10px); }

.search-wrap { position: relative; z-index: 5; margin-top: -58px; padding: 0 14px 14px; background: #fff; border: 1px solid rgba(222, 229, 226, .9); border-radius: 16px; box-shadow: var(--shadow); }
.search-tabs { display: flex; width: max-content; min-height: 49px; }
.search-tabs button { display: inline-flex; align-items: center; gap: 9px; min-width: 184px; padding: 0 19px; border: 0; border-bottom: 2px solid transparent; color: #68746f; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.search-tabs button svg { width: 20px; height: 20px; }
.search-tabs button.active { color: var(--orange); border-bottom-color: var(--orange); }
.booking-search { display: grid; grid-template-columns: 1.35fr 1fr 1fr .72fr auto; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.search-field { display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 70px; padding: 10px 16px; border-right: 1px solid var(--line); }
.search-field > span:first-child { margin: 0 0 5px 28px; color: #25312d; font-size: 12px; font-weight: 750; }
.date-field { text-align: center; }
.date-field > span:first-child { width: 100%; margin-left: 0; }
.date-field .field-control { justify-content: center; }
.date-field .field-control .pwa-date-value { position: relative; width: 128px; min-width: 0; }
.date-field .field-control input { width: 100%; text-align: center; }
.pwa-date-display { display: none; }
.is-pwa-standalone .pwa-date-value > input[type="date"] { opacity: 0; }
.is-pwa-standalone .pwa-date-value > .pwa-date-display { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 13px; font-weight: 700; pointer-events: none; }
.field-control { display: flex; align-items: center; gap: 9px; min-width: 0; color: var(--orange); }
.field-control svg { flex: 0 0 20px; width: 20px; height: 20px; }
.field-control input, .field-control select { width: 100%; min-width: 0; height: 28px; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; font-weight: 700; }
.field-control input::placeholder { color: #9ca6a2; font-weight: 500; }
.field-control input[type="date"]::-webkit-calendar-picker-indicator { opacity: .55; cursor: pointer; }
.field-control select { appearance: none; cursor: pointer; }
.guest-control { gap: 6px; }
.guest-stepper { display: grid; grid-template-columns: 28px 34px 28px; align-items: center; overflow: hidden; border: 1px solid #dce3e0; border-radius: 8px; background: #fff; }
.guest-stepper button { display: grid; place-items: center; width: 28px; height: 28px; padding: 0; color: var(--green-800); background: #f3f8f6; border: 0; font-size: 17px; font-weight: 800; line-height: 1; cursor: pointer; }
.guest-stepper button:hover:not(:disabled) { color: #fff; background: var(--green-700); }
.guest-stepper button:disabled { color: #a9b2af; background: #f5f6f6; cursor: not-allowed; }
.guest-stepper input { width: 34px; height: 28px; padding: 0; appearance: textfield; border-right: 1px solid #dce3e0; border-left: 1px solid #dce3e0; text-align: center; }
.guest-stepper input::-webkit-inner-spin-button, .guest-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.search-submit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 100px; margin: 14px 8px; padding: 0 11px; border: 0; color: #fff; background: linear-gradient(135deg, #ff7a22, #f3570c); border-radius: 8px; font-size: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 6px 15px rgba(243, 87, 12, .18); transition: .2s ease; }
.search-submit svg { width: 16px; height: 16px; }
.search-submit:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(243, 87, 12, .28); }
.owner-shortcuts { display: flex; align-items: center; justify-content: center; gap: 38px; padding: 17px 0 4px; font-size: 14px; }
.owner-shortcuts strong { font-weight: 700; }
.owner-shortcuts a { color: var(--green-800); font-weight: 750; }
.owner-shortcuts a span, .section-link span { margin-left: 6px; transition: margin .2s ease; }
.owner-shortcuts a:hover span, .section-link:hover span { margin-left: 10px; }

.landing-section { padding: 54px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-kicker, .owner-kicker { display: block; margin-bottom: 7px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.section-heading h2 { margin: 0; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.2; letter-spacing: -.035em; }
.section-link { color: var(--orange); font-size: 13px; font-weight: 800; }

.featured-section { background: #fff; }
.featured-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.featured-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 7px 22px rgba(19, 42, 34, .06); transition: transform .2s ease, box-shadow .2s ease; }
.featured-card:hover { transform: translateY(-4px); box-shadow: 0 15px 32px rgba(19, 42, 34, .12); }
.featured-image { position: relative; height: 154px; overflow: hidden; background: #e9eeeb; }
.featured-image > a, .featured-image img { display: block; width: 100%; height: 100%; }
.featured-image img { object-fit: cover; transition: transform .35s ease; }
.featured-card:hover .featured-image img { transform: scale(1.035); }
.operated-label { position: absolute; top: 9px; left: 9px; padding: 5px 7px; color: var(--orange-dark); background: rgba(255,255,255,.94); border-radius: 5px; font-size: 10px; font-weight: 800; box-shadow: 0 3px 10px rgba(0,0,0,.12); }
.operated-label span { margin-right: 3px; }
.featured-card.is-featured { border-color:rgba(245,158,11,.62); box-shadow:0 12px 30px rgba(180,83,9,.16); }
.operated-label.is-featured { color:#78350f; background:linear-gradient(135deg,#fef3c7,#fde68a); box-shadow:0 4px 12px rgba(146,64,14,.2); }
.favorite-button { position: absolute; top: 8px; right: 8px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; color: #fff; background: rgba(10, 30, 24, .44); border-radius: 50%; font-size: 22px; line-height: 1; cursor: pointer; text-shadow: 0 1px 3px rgba(0,0,0,.3); }
.favorite-button[aria-pressed="true"] { color: #ff7a22; background: #fff; text-shadow: none; }
.featured-copy { display: block; padding: 13px; }
.featured-copy h3 { display: -webkit-box; min-height: 42px; max-height: 42px; margin: 0; overflow: hidden; color: var(--green-950); font-size: 15px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.featured-copy p { margin: 4px 0 9px; color: var(--muted); font-size: 13px; }
.featured-price { display: flex; align-items: baseline; gap: 3px; }
.featured-price strong { font-size: 15px; }
.featured-price span { color: var(--muted); font-size: 12px; }
.featured-rating { margin-top: 8px; color: #27342f; font-size: 13px; font-weight: 700; }
.featured-rating > span { color: var(--green-800); }
.featured-rating small { color: var(--muted); font-weight: 500; }
.featured-empty { grid-column: 1/-1; padding: 35px; text-align: center; background: var(--surface-soft); border-radius: 14px; }
.operated-note { display: flex; align-items: center; justify-content: center; gap: 10px; width: max-content; max-width: 100%; margin: 22px auto 0; padding: 10px 20px; background: #f6f9f7; border: 1px solid var(--line); border-radius: 999px; }
.operated-note svg { flex: 0 0 24px; width: 24px; height: 24px; color: var(--green-800); }
.operated-note p { margin: 0; color: #4d5a55; font-size: 14px; }

.journey-section { padding-top: 10px; }
.journey-panel { padding: 34px 40px 38px; background: linear-gradient(135deg, #fafcfa, #f4f8f6); border: 1px solid var(--line); border-radius: 18px; }
.journey-panel .section-heading { margin-bottom: 30px; }
.journey-grid { display: grid; grid-template-columns: 1fr 52px 1fr 52px 1fr; align-items: center; }
.journey-step { position: relative; display: grid; grid-template-columns: 84px 1fr; grid-template-rows: auto 1fr; column-gap: 17px; align-items: center; min-width: 0; }
.step-number { grid-column: 2; grid-row: 1; align-self: end; margin-bottom: 4px; color: var(--green-800); font-size: 17px; font-weight: 850; line-height: 1; }
.step-icon { display: grid; grid-column: 1; grid-row: 1 / 3; place-items: center; width: 76px; height: 76px; color: #fff; background: var(--green-800); border: 10px solid #fff; border-radius: 50%; box-shadow: 0 10px 26px rgba(6, 78, 59, .18); }
.journey-step > div { grid-column: 2; grid-row: 2; }
.step-icon svg { width: 30px; height: 30px; }
.journey-step h3 { margin: 0; font-size: 14px; text-transform: uppercase; }
.journey-step strong { display: block; margin-top: 4px; color: var(--green-800); font-size: 16px; }
.journey-step p { min-height: 63px; margin: 7px 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.journey-step a { color: var(--green-800); font-size: 13px; font-weight: 800; }
.journey-arrow { color: var(--green-800); font-size: 35px; font-weight: 300; text-align: center; }

.services-section { padding-top: 10px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-grid article { display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-content: center; min-height: 108px; padding: 17px 18px; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 13px; transition: .2s ease; }
.service-grid article:hover { border-color: #b8d3c8; transform: translateY(-3px); box-shadow: 0 10px 24px rgba(6,78,59,.08); }
.service-grid article > span { grid-row: 1 / 3; display: grid; place-items: center; width: 52px; height: 52px; color: var(--green-800); background: var(--green-100); border-radius: 14px; font-size: 28px; line-height: 1; }
.service-grid h3 { align-self: end; margin: 0 0 5px; font-size: 15px; }
.service-grid p { align-self: start; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.owner-section { padding: 18px 0 65px; }
.owner-panel { display: grid; grid-template-columns: .78fr 1.55fr .88fr; min-height: 310px; overflow: hidden; color: #fff; background: linear-gradient(120deg, #f26111, #ff8126); border-radius: 18px; box-shadow: 0 20px 45px rgba(220, 82, 12, .18); }
.owner-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 20px 34px 36px; }
.owner-kicker { color: #fff3e8; }
.owner-copy h2 { margin: 0; font-size: clamp(31px, 3vw, 45px); line-height: 1.06; letter-spacing: -.045em; white-space: nowrap; }
.owner-copy p { margin: 15px 0 20px; font-size: 15px; line-height: 1.55; }
.owner-copy a { width: max-content; padding: 12px 18px; color: var(--orange-dark); background: #fff; border-radius: 7px; font-size: 13px; font-weight: 800; box-shadow: 0 8px 20px rgba(110, 35, 0, .13); }
.owner-visual { position: relative; display: grid; grid-template-columns: minmax(130px, 1fr) 230px minmax(130px, 1fr); grid-template-rows: repeat(3, 1fr); align-items: center; min-width: 0; padding: 23px 0; }
.owner-visual::before { content: ""; position: absolute; inset: 46px 112px; border: 1px dashed rgba(255,255,255,.55); border-radius: 50%; }
.owner-house { position: relative; z-index: 1; grid-column: 2; grid-row: 1 / 4; justify-self: center; width: 230px; height: 176px; overflow: hidden; border: 7px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 15px 35px rgba(115,38,0,.25); }
.owner-house img { display: block; width: 100%; height: 100%; object-fit: cover; }
.owner-service { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; width: 100%; min-width: 0; }
.owner-service > span { display: grid; flex: 0 0 44px; place-items: center; width: 44px; height: 44px; color: var(--orange-dark); background: #fff; border: 3px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: 0 8px 20px rgba(110,35,0,.16); }
.owner-service svg { width: 22px; height: 22px; }
.owner-service p { min-width: 0; margin: 0; line-height: 1.2; }
.owner-service strong, .owner-service small { display: block; }
.owner-service strong { color: #fff; font-size: 12px; }
.owner-service small { margin-top: 3px; color: rgba(255,255,255,.83); font-size: 10px; white-space: nowrap; }
.service-booking, .service-platform, .service-data { flex-direction: row-reverse; text-align: right; }
.service-booking { grid-column: 1; grid-row: 1; }.service-platform { grid-column: 1; grid-row: 2; }.service-data { grid-column: 1; grid-row: 3; }
.service-housekeeping { grid-column: 3; grid-row: 1; }.service-technician { grid-column: 3; grid-row: 2; }.service-care { grid-column: 3; grid-row: 3; }
.owner-benefits { display: flex; flex-direction: column; justify-content: center; gap: 17px; margin: 22px; padding: 25px; color: #5e301b; background: rgba(255,255,255,.84); border-radius: 13px; list-style: none; }
.owner-benefits li { position: relative; padding-left: 25px; font-size: 13px; font-weight: 700; }
.owner-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-size: 16px; }

.confidence-section { padding: 0 0 65px; }
.confidence-grid { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); overflow: hidden; background: #fff8f3; border: 1px solid #f2e3d8; border-radius: 15px; }
.confidence-grid > * { min-height: 145px; padding: 25px 24px; border-right: 1px solid #efdfd3; }
.confidence-grid > *:last-child { border-right: 0; }
.confidence-title { display: flex; align-items: center; background: #fff; }
.confidence-title h2 { margin: 0; font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.confidence-grid article > span { color: var(--orange); font-size: 26px; }
.confidence-grid article h3 { margin: 13px 0 7px; font-size: 14px; }
.confidence-grid article p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.landing-footer { padding: 48px 0 18px; color: #dfece7; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 45px; }
.footer-brand-block img { display: block; width: 165px; height: auto; filter: brightness(0) invert(1); }
.footer-brand-block p { max-width: 230px; margin: 14px 0; color: #aac4ba; font-size: 13px; line-height: 1.65; }
.footer-grid h2 { margin: 0 0 15px; color: #fff; font-size: 13px; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > p { display: block; margin: 9px 0; color: #b9cec6; font-size: 13px; line-height: 1.45; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); color: #9fbbb1; font-size: 11px; }
.footer-bottom a { color: #fff; font-weight: 700; }

@media (max-width: 1080px) {
    .header-navigation { gap: 24px; }
    .main-navigation { gap: 20px; }
    .hero-grid { grid-template-columns: .85fr 1.15fr; }
    .hero-copy { padding-right: 26px; }
    .booking-search { grid-template-columns: minmax(170px, 1.25fr) minmax(132px, 1fr) minmax(132px, 1fr) minmax(132px, .8fr) auto; }
    .featured-grid { grid-template-columns: repeat(3, 1fr); }
    .featured-image { height: 190px; }
    .owner-panel { grid-template-columns: .72fr 1.6fr .85fr; }
    .owner-copy { padding-left: 28px; }
    .owner-copy h2 { font-size: 34px; }
    .owner-benefits { margin-inline: 16px; padding-inline: 20px; }
    .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
    .footer-grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
    .landing-container { width: min(100% - 32px, 720px); }
    .header-inner { min-height: 70px; justify-content: space-between; }
    .landing-brand { flex-basis: 145px; width: 145px; }
    .mobile-menu-button { display: block; }
    .header-navigation { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; align-items: stretch; max-height: calc(100dvh - 72px); padding: 18px; overflow-y: auto; overscroll-behavior: contain; background: #fff; border: 1px solid var(--line); border-radius: 0 0 16px 16px; box-shadow: 0 18px 35px rgba(12, 45, 35, .14); }
    .header-navigation.open { display: block; }
    .main-navigation { align-items: stretch; flex-direction: column; gap: 0; }
    .main-navigation a { padding: 12px; border-bottom: 1px solid var(--line); }
    .main-navigation a::after { display: none; }
    .header-tools { justify-content: space-between; padding: 16px 10px 4px; }
    .header-tools .public-language-menu { display: block; }
    .hero-grid { grid-template-columns: 1fr; width: 100%; }
    .hero-copy { position: absolute; right: 0; left: 0; z-index: 3; width: 100%; min-height: 390px; padding: 45px 30px 82px; overflow: hidden; color: #fff; }
    .hero-copy::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2, 32, 24, .88), rgba(2, 32, 24, .32)); }
    .hero-copy h1 span { color: #8ee3bd; }
    .hero-eyebrow, .hero-lead { color: #e5f3ed; }
    .hero-visual { min-height: 390px; border-radius: 0; }
    .hero-badge { bottom: 62px; }
    .search-wrap { margin-top: -40px; }
    .booking-search { grid-template-columns: 1fr 1fr; }
    .destination-field { grid-column: 1/-1; }
    .search-field { border-right: 0; border-bottom: 1px solid var(--line); }
    .booking-search .search-field:nth-of-type(2), .guest-field { border-right: 1px solid var(--line); }
    .guest-field { grid-column: 1; border-bottom: 0; }
    .search-submit { grid-column: 2; width: auto; min-width: 0; min-height: 42px; justify-self: stretch; margin: 10px 8px; }
    .owner-shortcuts { flex-wrap: wrap; gap: 12px 28px; }
    .owner-shortcuts strong { flex-basis: 100%; text-align: center; }
    .journey-grid { grid-template-columns: 1fr; gap: 24px; }
    .journey-arrow { display: none; }
    .journey-step { max-width: 470px; margin-inline: auto; }
    .journey-step p { min-height: 0; }
    .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .featured-image { height: 210px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .owner-panel { grid-template-columns: 1fr; }
    .owner-copy { align-items: center; padding: 32px 28px 18px; text-align: center; }
    .owner-visual { grid-template-columns: minmax(130px, 1fr) 220px minmax(130px, 1fr); min-height: 320px; padding: 20px 34px; }
    .owner-house { width: 220px; height: 168px; }
    .owner-benefits { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; margin-top: 0; }
    .confidence-grid { grid-template-columns: 1fr 1fr; }
    .confidence-title { grid-column: 1/-1; }
    .confidence-grid > * { border-bottom: 1px solid #efdfd3; }
    .confidence-grid > *:nth-child(odd) { border-right: 0; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:nth-last-child(-n+2) { display: none; }
}

@media (max-width: 560px) {
    .landing-container { width: calc(100% - 24px); }
    .landing-brand { flex-basis: 128px; width: 128px; }
    .hero-copy { min-height: 360px; padding: 36px 20px 72px; }
    .hero-copy h1 { max-width: 370px; font-size: clamp(34px, 9.5vw, 38px); line-height: 1.03; }
    .hero-eyebrow { margin-top: 16px; font-size: 11px; }
    .hero-lead { font-size: 15px; }
    .hero-visual { min-height: 360px; }
    .hero-visual img { object-position: 62% center; }
    .hero-badge { right: 13px; bottom: 48px; }
    .search-wrap { width: calc(100% - 20px); margin-top: -32px; padding: 0 9px 9px; border-radius: 15px; }
    .search-tabs { width: 100%; }
    .search-tabs button { flex: 1; justify-content: center; min-width: 0; min-height: 48px; padding: 0 7px; font-size: 13px; }
    .booking-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .destination-field { grid-column: 1 / -1; }
    .search-field { min-height: 64px; padding: 9px 11px; border-right: 0; }
    .booking-search .search-field:nth-of-type(2), .guest-field { border-right: 1px solid var(--line); }
    .search-field > span:first-child { margin-left: 0; font-size: 11px; }
    .date-field .field-control .pwa-date-value { width: min(118px, calc(100% - 23px)); }
    .is-pwa-standalone .pwa-date-value > .pwa-date-display { font-size: 13px; }
    .field-control { gap: 6px; }
    .field-control svg { flex-basis: 17px; width: 17px; height: 17px; }
    .field-control input, .field-control select { font-size: 13px; }
    .guest-stepper { grid-template-columns: 30px 32px 30px; }
    .guest-stepper button { width: 30px; height: 30px; }
    .guest-stepper input { width: 32px; height: 30px; }
    .search-submit { min-height: 42px; }
    .owner-shortcuts { padding-top: 18px; font-size: 13px; }
    .landing-section { padding: 42px 0; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .featured-image { height: auto; aspect-ratio: 4 / 3; }
    .featured-copy { padding: 10px; }
    .featured-copy h3 { min-height: 42px; max-height: 42px; font-size: 15px; }
    .featured-copy p { font-size: 13px; }
    .featured-price strong { font-size: 15px; }
    .operated-note { align-items: flex-start; width: 100%; border-radius: 12px; }
    .journey-panel { padding: 28px 18px; }
    .journey-step { grid-template-columns: 68px 1fr; }
    .step-icon { width: 62px; height: 62px; border-width: 7px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
    .service-grid article { display: block; min-height: 132px; padding: 14px 10px; text-align: center; }
    .service-grid article > span { width: 44px; height: 44px; margin: 0 auto 11px; font-size: 24px; }
    .service-grid h3 { margin-bottom: 4px; font-size: 14px; }
    .service-grid p { font-size: 13px; }
    .owner-section { padding-bottom: 48px; }
    .owner-panel { grid-template-columns: 1fr; }
    .owner-copy { padding: 31px 27px; }
    .owner-visual { grid-template-columns: minmax(82px, 1fr) 170px minmax(82px, 1fr); min-height: 300px; padding: 18px 8px; }
    .owner-visual::before { inset: 45px 76px; }
    .owner-house { width: 170px; height: 132px; border-width: 5px; }
    .owner-service { gap: 5px; }
    .owner-service > span { flex-basis: 36px; width: 36px; height: 36px; border-width: 2px; }
    .owner-service svg { width: 18px; height: 18px; }
    .owner-service strong { font-size: 11px; }
    .owner-service small { font-size: 9px; }
    .owner-benefits { grid-template-columns: 1fr; margin: 0 14px 14px; }
    .confidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .confidence-title { grid-column: 1 / -1; }
    .confidence-grid > * { min-height: 132px; padding: 21px 17px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
    .footer-brand-block { grid-column: 1/-1; }
    .footer-grid > div:nth-child(4) { display: block; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 420px) {
    .owner-service { gap: 3px; }
    .owner-service > span { flex-basis: 32px; width: 32px; height: 32px; }
    .owner-service svg { width: 16px; height: 16px; }
    .owner-service strong { font-size: 10px; }
    .owner-service small { display: none; }
}

@media (max-width: 380px) {
    .hero-copy h1 { font-size: 32px; }
    .hero-lead { font-size: 14px; }
    .featured-grid { grid-template-columns: 1fr; }
    .featured-image { aspect-ratio: 16 / 10; }
    .confidence-grid { grid-template-columns: 1fr; }
    .confidence-title { grid-column: auto; }
    .owner-visual { grid-template-columns: minmax(82px, 1fr) 112px minmax(82px, 1fr); min-height: 250px; padding-inline: 6px; }
    .owner-visual::before { inset: 45px 71px; }
    .owner-house { width: 112px; height: 88px; }
    .owner-service > span { flex-basis: 28px; width: 28px; height: 28px; }
    .owner-service strong { font-size: 9.5px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; }
}

/* Editorial discovery — crawlable internal links into the ViHost travel guide. */
.landing-blog-section { background: #f5f8f6; border-top: 1px solid #e7ece9; border-bottom: 1px solid #e7ece9; }
.landing-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.landing-blog-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 32px rgba(20,48,39,.055); transition: transform .2s ease, box-shadow .2s ease; }
.landing-blog-card:hover { box-shadow: 0 18px 42px rgba(20,48,39,.11); transform: translateY(-4px); }
.landing-blog-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.landing-blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.landing-blog-card:hover .landing-blog-image img { transform: scale(1.035); }
.landing-blog-copy { padding: 18px 19px 21px; }
.landing-blog-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #8b9591; font-size: 12px; font-weight: 650; }
.landing-blog-copy > div span { padding: 5px 7px; color: var(--green-900); background: var(--green-100); border-radius: 999px; text-transform: uppercase; }
#landing-blog-title,
.landing-blog-copy h3 { font-family: var(--editorial-serif); }
.landing-blog-copy h3 { margin: 13px 0 8px; font-size: 20px; font-weight: 600; line-height: 1.25; letter-spacing: -.02em; }
.landing-blog-copy h3 a:hover { color: var(--green-900); }
.landing-blog-copy > p { display: -webkit-box; min-height: 72px; margin: 0 0 14px; overflow: hidden; color: var(--muted); font-size: 15px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.landing-blog-copy > a { color: var(--green-900); font-size: 13px; font-weight: 800; }
.landing-blog-copy > a span { margin-left: 5px; }

@media (max-width: 820px) {
    .landing-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .landing-blog-card:last-child { display: none; }
}

@media (max-width: 560px) {
    .landing-blog-grid { grid-template-columns: 1fr; }
    .landing-blog-card:last-child { display: block; }
    .landing-blog-image { aspect-ratio: 16/9; }
    .landing-blog-copy > p { min-height: 0; }
}
