:root {
  --ink: #18372f;
  --ink-soft: #52655f;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --sage: #a9b5a5;
  --line: #d9ded7;
  --orange: #d76636;
  --white: #fff;
  --shadow: 0 18px 55px rgba(24, 55, 47, 0.12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 78px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.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; }

.site-header {
  height: 78px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(24, 55, 47, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 18px; font-weight: 700; letter-spacing: 0.22em; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50% 50% 48% 52%; font-family: "DM Serif Display", serif; font-size: 20px; font-style: italic; letter-spacing: 0; }
.desktop-nav { display: flex; gap: clamp(28px, 4vw, 56px); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--orange); transition: right 0.25s ease; }
.desktop-nav a:hover::after,
.desktop-nav a.active::after { right: 0; }
.desktop-nav a.active { color: var(--orange); }
.header-cta { justify-self: end; padding: 9px 16px; border: 1px solid var(--ink); background: transparent; font-size: 12px; cursor: pointer; }
.header-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; width: 38px; height: 38px; place-items: center; color: var(--ink); background: transparent; border: 1px solid #aab5b0; cursor: pointer; font-size: 19px; }
main section { scroll-margin-top: 78px; }

.hero { min-height: calc(100vh - 78px); position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 90px 7vw 54px; color: var(--ink); overflow: hidden; background: #dcefe8 url("assets/stay30-rest-hero.png") center 48% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(244, 251, 248, .1), rgba(239, 248, 244, .02) 48%, rgba(17, 59, 49, .18)), radial-gradient(circle at 50% 31%, rgba(255,255,255,.34), transparent 45%); }
.hero-content { position: relative; max-width: 1020px; text-align: center; transform: translateY(-30px); }
.eyebrow { margin: 0 0 20px; color: var(--orange); font-size: 10px; line-height: 1.2; font-weight: 700; letter-spacing: .28em; }
.eyebrow.light { color: rgba(255,255,255,.76); }
.hero .eyebrow.light { width: fit-content; margin: 0 auto 22px; padding: 9px 20px; color: #315f53; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.68); border-radius: 999px; backdrop-filter: blur(8px); font-family: "Gowun Batang", "Noto Sans KR", serif; font-size: 20px; font-weight: 700; letter-spacing: .08em; }
.hero-monthliving { width: fit-content; margin: 0 auto 24px; display: inline-flex; align-items: stretch; overflow: hidden; color: white; background: rgba(25,67,56,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 999px; box-shadow: 0 12px 34px rgba(27,67,56,.22); backdrop-filter: blur(10px); }
.hero-monthliving span { padding: 11px 15px 11px 19px; display: grid; place-items: center; color: rgba(255,255,255,.8); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.hero-monthliving strong { position: relative; padding: 10px 22px 11px 18px; display: grid; place-items: center; color: #fff8e7; background: var(--orange); font-family: "Gowun Batang", "Noto Sans KR", serif; font-size: 17px; letter-spacing: -.02em; }
.hero-monthliving strong::before { content: ""; position: absolute; left: -6px; width: 12px; height: 12px; background: var(--orange); transform: rotate(45deg); }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 6.2vw, 88px); line-height: 1.04; text-shadow: 0 2px 22px rgba(255,255,255,.68); }
.hero h1, .hero h1 em { font-family: "Gowun Batang", "Noto Sans KR", serif; font-weight: 700; letter-spacing: -.055em; }
h1 > span { white-space: nowrap; }
h1 em, h2 em { font-family: "DM Serif Display", "Noto Sans KR", serif; font-weight: 400; }
h1 em { font-size: .86em; font-style: normal; font-weight: 600; letter-spacing: -.055em; }
h1 mark { padding: 0 .05em .04em; color: #e55f36; background: linear-gradient(transparent 77%, rgba(238, 120, 79, .25) 77%); }
.hero h1 .hero-duration { display: inline-block; margin-right: .08em; padding: .02em .18em .08em; color: #245e50; background: rgba(255, 244, 214, .88); border: 1px solid rgba(255,255,255,.72); border-radius: .18em; box-shadow: 0 .12em .35em rgba(32,74,63,.12); }
.hero-copy { margin: 26px 0 0; color: rgba(19,54,45,.87); font-size: 14px; font-weight: 500; line-height: 1.9; text-shadow: 0 1px 12px rgba(255,255,255,.85); word-break: keep-all; }
.search-panel { position: relative; width: min(950px, 88vw); min-height: 92px; margin-top: 28px; padding: 15px 18px 15px 27px; display: grid; grid-template-columns: 1.35fr 1fr 1fr auto; align-items: center; background: rgba(255,255,255,.9); color: var(--ink); border: 1px solid rgba(255,255,255,.78); border-radius: 18px; box-shadow: 0 22px 60px rgba(20, 64, 52, .18); backdrop-filter: blur(16px); }
.search-field { display: flex; flex-direction: column; gap: 8px; padding: 0 23px; border-right: 1px solid var(--line); }
.search-field:first-child { padding-left: 0; }
.search-field span { font-size: 11px; font-weight: 700; }
.search-field select, .search-field input { width: 100%; padding: 0; color: #66736f; background: transparent; border: 0; outline: 0; font-size: 13px; cursor: pointer; }
.search-button { height: 58px; margin-left: 17px; padding: 0 28px; display: flex; align-items: center; gap: 8px; color: white; background: var(--orange); border: 0; border-radius: 12px; cursor: pointer; font-weight: 600; box-shadow: 0 10px 24px rgba(197,78,36,.2); }
.search-button:hover { background: #bd5229; }
.search-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-caption { position: absolute; right: 3vw; bottom: 24px; margin: 0; color: rgba(17,56,47,.74); font-size: 8px; font-weight: 700; letter-spacing: .25em; writing-mode: vertical-rl; }

.section { padding: 120px max(6vw, calc((100vw - 1320px) / 2)); }
.section-heading h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.1; }
.intro { display: grid; grid-template-columns: 1.05fr 1fr .95fr; gap: 7vw; align-items: end; background: var(--cream); }
.intro-copy { padding-bottom: 8px; }
.intro-copy > p { margin: 0 0 28px; color: var(--ink-soft); font-size: 14px; line-height: 2; word-break: keep-all; }
.text-link { padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 600; }
.text-link span { margin-left: 8px; color: var(--orange); }
.intro-stats { padding: 27px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9cfc5; border-bottom: 1px solid #c9cfc5; }
.intro-stats div { display: flex; flex-direction: column; align-items: center; gap: 9px; border-right: 1px solid #c9cfc5; }
.intro-stats div:last-child { border: 0; }
.intro-stats strong { font-family: "DM Serif Display", serif; font-size: 33px; font-weight: 400; }
.intro-stats span { color: var(--ink-soft); font-size: 10px; }

.stays-section { background: var(--paper); }
.section-topline { display: flex; justify-content: space-between; align-items: end; }
.section-description { color: var(--ink-soft); font-size: 13px; line-height: 1.9; }
.filter-row { margin: 55px 0 28px; display: flex; justify-content: space-between; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.filter-tabs { min-width: 0; display: flex; gap: 30px; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: #bcc7c1 transparent; }
.filter-tabs::-webkit-scrollbar { height: 3px; }
.filter-tabs::-webkit-scrollbar-track { background: transparent; }
.filter-tabs::-webkit-scrollbar-thumb { background: #bcc7c1; border-radius: 99px; }
.type-filter { flex: 0 0 auto; }
.filter-tab { position: relative; flex: 0 0 auto; padding: 0 2px 18px; color: #7d8985; background: transparent; border: 0; cursor: pointer; font-size: 12px; font-weight: 600; }
.filter-tab.active { color: var(--ink); }
.filter-tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--orange); }
.type-filter select { margin-bottom: 12px; padding: 6px 26px 6px 8px; color: var(--ink-soft); background: transparent; border: 0; font-size: 12px; }
.stay-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 24px; }
.stay-card { min-width: 0; animation: cardIn .45s ease both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(12px); } }
.stay-image { position: relative; height: clamp(280px, 29vw, 390px); overflow: hidden; background: #dce1dc; cursor: pointer; }
.stay-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.stay-card:hover .stay-image img { transform: scale(1.045); }
.stay-badge { position: absolute; left: 15px; top: 15px; padding: 7px 10px; color: white; background: rgba(24,55,47,.84); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.heart-button { position: absolute; right: 13px; top: 13px; width: 35px; height: 35px; display: grid; place-items: center; color: white; background: rgba(20,30,28,.2); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; cursor: pointer; font-size: 18px; line-height: 1; }
.heart-button.saved { color: #ff7f5e; background: white; }
.stay-info { padding: 17px 3px 0; }
.stay-meta { display: flex; justify-content: space-between; color: #7a8883; font-size: 10px; }
.stay-meta span:last-child { color: #52655f; }
.stay-info h3 { margin: 9px 0 6px; font-size: 20px; font-weight: 600; letter-spacing: -.035em; }
.stay-info > p { margin: 0; min-height: 42px; color: #7a8883; font-size: 11px; line-height: 1.7; }
.stay-bottom { margin-top: 16px; padding-top: 14px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e3e6e1; }
.stay-price { font-size: 11px; color: #73807c; }
.stay-price strong { color: var(--ink); font-family: "DM Serif Display", serif; font-size: 20px; font-weight: 400; }
.book-button { padding: 9px 13px; color: var(--orange); background: transparent; border: 1px solid #d6b9aa; cursor: pointer; font-size: 11px; font-weight: 700; }
.book-button:hover { color: white; background: var(--orange); border-color: var(--orange); }
.empty-state { padding: 80px 20px; text-align: center; color: var(--ink-soft); }

.manifesto { min-height: 670px; display: grid; grid-template-columns: .85fr 1.3fr .85fr; background: var(--ink); color: white; overflow: hidden; }
.manifesto-photo { background-position: center; background-size: cover; }
.photo-one { align-self: center; height: 72%; background-image: linear-gradient(rgba(20,40,33,.08),rgba(20,40,33,.08)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=82"); }
.photo-two { height: 72%; align-self: start; background-image: linear-gradient(rgba(20,40,33,.12),rgba(20,40,33,.12)), url("https://images.unsplash.com/photo-1540518614846-7eded433c457?auto=format&fit=crop&w=900&q=82"); }
.manifesto-copy { position: relative; padding: 150px clamp(45px, 6vw, 100px) 100px; text-align: center; }
.manifesto-number { position: absolute; inset: 0; top: 10px; z-index: 0; color: rgba(255,255,255,.035); font-family: "DM Serif Display", serif; font-size: 360px; line-height: 1; }
.manifesto-copy > *:not(.manifesto-number) { position: relative; z-index: 1; }
.manifesto-copy h2 { font-size: clamp(45px, 5.2vw, 74px); line-height: 1.12; }
.manifesto-copy > p:last-child { max-width: 470px; margin: 33px auto 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 2; }

.how-section { background: var(--cream); }
.centered { text-align: center; }
.centered h2 { font-size: clamp(38px, 4.2vw, 62px); }
.steps { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { position: relative; padding: 15px 7%; text-align: center; border-right: 1px solid #d3d7cf; }
.steps article:last-child { border: 0; }
.steps article > span { position: absolute; left: 9%; top: 0; color: var(--orange); font-family: "DM Serif Display", serif; font-size: 12px; }
.step-icon { width: 58px; height: 58px; margin: 0 auto 25px; display: grid; place-items: center; border: 1px solid #83938d; border-radius: 50%; font-family: serif; font-size: 24px; }
.steps h3 { margin: 0 0 12px; font-size: 17px; }
.steps p { max-width: 270px; margin: 0 auto; color: var(--ink-soft); font-size: 12px; line-height: 1.8; word-break: keep-all; }

.newsletter { padding: 85px max(6vw, calc((100vw - 1320px) / 2)); display: flex; justify-content: space-between; align-items: end; gap: 60px; color: white; background: #52665f; }
.newsletter h2 { font-size: clamp(34px, 4vw, 55px); line-height: 1.16; }
.newsletter-form { width: min(500px, 46vw); }
.newsletter-form > label { display: block; margin-bottom: 16px; color: rgba(255,255,255,.75); font-size: 12px; }
.newsletter-form > div { display: flex; border-bottom: 1px solid rgba(255,255,255,.6); }
.newsletter-form input { flex: 1; min-width: 0; padding: 14px 4px; color: white; background: transparent; border: 0; outline: 0; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.45); }
.newsletter-form button { padding: 0 6px; color: white; background: transparent; border: 0; cursor: pointer; font-weight: 600; }
.newsletter-form small { display: block; margin-top: 10px; color: rgba(255,255,255,.4); font-size: 8px; }

footer { padding: 55px 6vw 22px; color: rgba(255,255,255,.72); background: #112c25; }
.footer-brand { display: flex; justify-content: space-between; align-items: center; padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand.inverse { color: white; }
.footer-brand p { font-size: 11px; }
.footer-links { padding: 25px 0; display: flex; gap: 30px; font-size: 10px; }
.footer-links button { padding: 0; color: inherit; background: none; border: 0; cursor: pointer; }
.copyright { margin: 0; color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .1em; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 24px; overflow-y: auto; display: grid; place-items: center; background: rgba(10,28,23,.76); backdrop-filter: blur(6px); }
.modal-backdrop[hidden] { display: none; }
.booking-modal, .confirm-modal { position: relative; width: min(630px, 100%); padding: 42px; background: var(--paper); box-shadow: var(--shadow); animation: modalIn .3s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) scale(.985); } }
.modal-close { position: absolute; right: 18px; top: 14px; color: var(--ink-soft); background: transparent; border: 0; cursor: pointer; font-family: serif; font-size: 30px; }
.booking-head { margin-bottom: 26px; }
.booking-head h2, .confirm-modal h2 { font-size: 30px; }
.booking-head > p:last-child { margin: 9px 0 0; color: var(--orange); font-size: 12px; font-weight: 600; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 600; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid select { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bdc5bf; outline: 0; font-size: 13px; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--orange); }
.price-summary { margin: 28px 0 20px; padding: 19px 20px; background: var(--cream); }
.price-summary div { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 11px; }
.price-summary strong { font-weight: 600; }
.price-summary .price-total { margin: 15px 0 0; padding-top: 14px; border-top: 1px solid #d1d6ce; font-size: 14px; }
.price-total strong { color: var(--orange); font-size: 18px; }
.agree { display: flex; gap: 8px; align-items: center; color: var(--ink-soft); font-size: 10px; }
.agree input { accent-color: var(--orange); }
.primary-button { width: 100%; padding: 15px; margin-top: 20px; color: white; background: var(--orange); border: 0; cursor: pointer; font-weight: 600; }
.primary-button:hover { background: #bd5229; }
.booking-notice { margin: 10px 0 0; color: #8c9894; text-align: center; font-size: 9px; }
.confirm-modal { max-width: 480px; text-align: center; }
.confirm-check { width: 58px; height: 58px; margin: 0 auto 25px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 24px; }
.confirm-modal > p:not(.eyebrow) { color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.reservation-number { margin: 25px 0 7px; padding: 16px; display: flex; justify-content: space-between; background: var(--cream); font-size: 11px; }
.reservation-number strong { color: var(--orange); letter-spacing: .08em; }
.lookup-modal { text-align: left; }
.lookup-card { margin-top: 25px; padding: 20px; background: var(--cream); }
.lookup-card h3 { margin: 0 0 14px; font-size: 18px; }
.lookup-card dl { margin: 0; display: grid; grid-template-columns: 90px 1fr; gap: 9px; font-size: 11px; }
.lookup-card dt { color: #7b8884; }
.lookup-card dd { margin: 0; font-weight: 600; }
.lookup-empty { padding: 40px 0 20px; text-align: center; }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 200; padding: 12px 20px; color: white; background: var(--ink); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s ease; font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Plan-aligned service experience */
.hero { justify-content: center; padding-top: 75px; padding-bottom: 42px; }
.hero-content { transform: translateY(-10px); }
.hero-actions { position: relative; z-index: 1; margin-top: 30px; display: flex; justify-content: center; align-items: center; gap: 15px; }
.hero-primary, .hero-secondary { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 12px; font-size: 14px; font-weight: 700; cursor: pointer; }
.hero-primary { color: white; background: var(--orange); border: 1px solid var(--orange); box-shadow: 0 12px 30px rgba(180,75,39,.24); }
.hero-primary:hover { background: #bd5229; }
.hero-secondary { color: var(--ink); background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.hero-trust { position: relative; z-index: 2; width: min(810px, 88vw); margin-top: 34px; padding: 18px 12px; display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ink); background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.9); border-radius: 16px; box-shadow: 0 16px 45px rgba(20,64,52,.15); backdrop-filter: blur(15px); }
.hero-trust div { padding: 1px 22px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid rgba(24,55,47,.15); text-align: center; }
.hero-trust div:last-child { border: 0; }
.hero-trust strong { font-size: 14px; }
.hero-trust span { color: var(--ink-soft); font-size: 11px; }

.safe-section { background: #f7f8f3; }
.service-layers { margin-top: 60px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-layers article { position: relative; min-height: 315px; padding: 30px 22px; border-right: 1px solid var(--line); }
.service-layers article:last-child { border: 0; }
.service-layers article > span { position: absolute; right: 18px; top: 18px; color: #9aa7a2; font-family: "DM Serif Display", serif; font-size: 12px; }
.layer-icon { width: 50px; height: 50px; margin-bottom: 35px; display: grid; place-items: center; color: var(--ink); border: 1px solid #9aa8a3; border-radius: 50%; font-size: 21px; }
.service-layers h3 { margin: 0 0 10px; color: var(--orange); font-family: "DM Serif Display", serif; font-size: 19px; font-weight: 400; }
.service-layers strong { display: block; min-height: 48px; font-size: 15px; line-height: 1.55; }
.service-layers p { margin: 14px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.85; word-break: keep-all; }
.safe-disclaimer { margin: 22px 0 0; padding-left: 19px; position: relative; color: #6e7c77; font-size: 11px; line-height: 1.7; }
.safe-disclaimer::before { content: "i"; position: absolute; left: 0; top: 1px; width: 13px; height: 13px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: serif; font-size: 9px; }

.diagnosis-section { display: grid; grid-template-columns: minmax(250px,.68fr) minmax(580px,1.32fr); gap: clamp(50px, 8vw, 120px); align-items: start; background: #e9efea; }
.diagnosis-intro { position: sticky; top: 45px; }
.diagnosis-intro h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.18; word-break: keep-all; }
.diagnosis-intro h2 em { color: var(--orange); font-style: normal; }
.diagnosis-intro > p:not(.eyebrow) { margin: 25px 0 23px; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.diagnosis-intro ul { margin: 0; padding: 20px 0 0; border-top: 1px solid #cbd5cd; list-style: none; }
.diagnosis-intro li { margin: 9px 0; color: #65746f; font-size: 12px; }
.diagnosis-intro li::before { content: "✓"; margin-right: 9px; color: var(--orange); font-weight: 700; }
.diagnosis-form { min-height: 445px; display: flex; flex-direction: column; gap: 18px; }
.diagnosis-progress { padding: 0 3px 14px; }
.diagnosis-progress > div:first-child { margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; }
.diagnosis-progress span { color: var(--orange); font-family: "DM Serif Display", serif; font-size: 14px; }
.diagnosis-progress strong { font-size: 13px; }
.progress-track { height: 5px; overflow: hidden; background: #ccd7cf; border-radius: 99px; }
.progress-track i { width: 20%; height: 100%; display: block; background: var(--orange); border-radius: inherit; transition: width .3s ease; }
.diagnosis-form fieldset { margin: 0; padding: 26px; overflow: hidden; background: rgba(255,255,255,.8); border: 1px solid #d2dbd4; border-radius: 13px; }
.diagnosis-form fieldset.step-active { animation: stepIn .28s ease both; }
.diagnosis-form fieldset.step-invalid { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(215,102,54,.1); }
@keyframes stepIn { from { opacity: 0; transform: translateX(12px); } }
.diagnosis-form legend { padding: 0 8px 0 0; color: var(--ink); font-size: 16px; font-weight: 700; word-break: keep-all; }
.diagnosis-form legend > span { width: 28px; height: 28px; margin-right: 10px; display: inline-grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-family: "DM Serif Display", serif; font-size: 13px; }
.choice-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.choice-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 86px; padding: 16px; display: flex; flex-direction: column; justify-content: center; gap: 6px; color: var(--ink); background: var(--paper); border: 1px solid #d5dcd6; border-radius: 9px; transition: .18s ease; }
.choice-grid label:hover > span { border-color: #9fac9f; transform: translateY(-1px); }
.choice-grid input:checked + span { color: var(--ink); background: #fff8f3; border: 2px solid var(--orange); box-shadow: 0 7px 18px rgba(197,78,36,.1); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(215,102,54,.25); outline-offset: 2px; }
.choice-grid strong { font-size: 14px; }
.choice-grid small { color: #6f7e79; font-size: 11px; line-height: 1.55; }
.step-preview { margin-top: 17px; padding: 14px 16px; color: #345b50; background: #edf4ef; border-left: 3px solid #6e9488; border-radius: 4px; font-size: 11px; line-height: 1.75; }
.step-preview strong { display: block; margin-bottom: 3px; font-size: 12px; }
.step-preview span { color: var(--ink-soft); }
.diagnosis-navigation { margin-top: auto; display: flex; gap: 10px; }
.diagnosis-previous { min-height: 60px; padding: 0 22px; color: var(--ink); background: transparent; border: 1px solid #9eada6; border-radius: 11px; cursor: pointer; font-size: 13px; font-weight: 700; }
.diagnosis-next, .diagnosis-submit { flex: 1; min-height: 60px; display: flex; justify-content: center; align-items: center; gap: 22px; color: white; background: var(--orange); border: 0; border-radius: 11px; cursor: pointer; font-size: 15px; font-weight: 700; }
.diagnosis-next:hover, .diagnosis-submit:hover { background: #bd5229; }
.recommendation-result { grid-column: 1 / -1; padding-top: 5px; }
.recommendation-heading { text-align: center; }
.recommendation-heading h3 { margin: 0; font-size: clamp(30px, 3.4vw, 48px); }
.recommendation-heading > p:last-child { color: var(--ink-soft); font-size: 13px; }
.recommendation-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.recommendation-card { overflow: hidden; background: white; border-radius: 12px; box-shadow: 0 14px 40px rgba(24,55,47,.09); }
.recommendation-photo { position: relative; height: 215px; }
.recommendation-photo img { width: 100%; height: 100%; object-fit: cover; }
.recommendation-photo > span { position: absolute; left: 15px; top: 15px; padding: 7px 10px; color: white; background: var(--orange); border-radius: 99px; font-size: 10px; font-weight: 700; }
.recommendation-body { padding: 22px; }
.recommendation-body > p { margin: 0; color: #74827d; font-size: 10px; }
.recommendation-body > .recommendation-match { width: fit-content; margin: 0 0 10px; padding: 5px 8px; color: #315e52; background: #e8f0eb; border-radius: 4px; font-size: 10px; font-weight: 700; }
.recommendation-body h4 { margin: 7px 0 10px; font-size: 21px; }
.recommendation-body > strong { min-height: 43px; display: block; color: var(--orange); font-size: 12px; line-height: 1.7; }
.recommendation-body > div { margin: 15px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.recommendation-body > div span { padding: 6px 8px; color: var(--ink-soft); background: var(--cream); border-radius: 4px; font-size: 9px; }
.recommendation-body button { width: 100%; padding: 12px; color: var(--ink); background: white; border: 1px solid #9aaba4; cursor: pointer; font-size: 12px; font-weight: 700; }
.recommendation-body button:hover { color: white; background: var(--ink); }
.diagnosis-reset { margin: 28px auto 0; padding: 9px 4px; display: block; color: var(--ink-soft); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; }

.candidate-notice { margin-top: 45px; padding: 14px 18px; display: flex; gap: 18px; align-items: center; color: #775e2d; background: #f8eed6; border-left: 3px solid #d7a74b; font-size: 11px; }
.candidate-notice strong { font-size: 12px; }
.fit-profile { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.fit-profile span { padding: 6px 8px; color: #49625a; background: #e8efea; border-radius: 4px; font-size: 9px; font-weight: 600; }
.safe-facts { margin-top: 16px; padding: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; background: #f1f3ee; }
.safe-facts span { display: flex; gap: 7px; color: #65736f; font-size: 11px; }
.safe-facts b { color: var(--ink); font-weight: 700; }
.stay-info > .verified-date { min-height: 0; margin-top: 8px; color: #8a9692; font-size: 10px; }
.stay-price strong { font-size: 21px; }

.support-strip { padding: 72px max(6vw, calc((100vw - 1320px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 50px; color: white; background: #2f5148; }
.support-strip h2 { font-size: clamp(30px,3.5vw,48px); line-height: 1.2; }
.support-strip button { min-height: 57px; padding: 0 24px; display: flex; align-items: center; gap: 22px; color: var(--ink); background: #f6efe2; border: 0; border-radius: 9px; cursor: pointer; font-weight: 700; }
.included-chips { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 7px; }
.included-chips span { padding: 6px 9px; color: var(--ink-soft); background: var(--cream); border-radius: 4px; font-size: 9px; }
.form-grid textarea { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bdc5bf; outline: 0; resize: vertical; font-size: 13px; }
.form-grid textarea:focus { border-color: var(--orange); }
.booking-notice { line-height: 1.7; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 8px; }
  .menu-toggle { display: grid; order: 2; }
  .header-cta { order: 3; }
  .desktop-nav { position: absolute; left: 0; right: 0; top: 77px; z-index: 20; padding: 18px 5vw 22px; display: none; flex-direction: column; gap: 0; background: rgba(251,250,246,.98); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(24,55,47,.1); }
  .desktop-nav.open { display: flex; }
  .desktop-nav a { padding: 13px 0; font-size: 14px; }
  .hero { min-height: 820px; }
  .search-panel { grid-template-columns: 1fr 1fr; gap: 18px 0; padding: 22px; }
  .search-field:nth-child(2) { border: 0; }
  .search-button { margin-left: 15px; }
  .intro { grid-template-columns: 1fr 1fr; }
  .intro-stats { grid-column: 1 / -1; }
  .stay-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto { grid-template-columns: .65fr 1.7fr .65fr; }
  .manifesto-copy { padding-left: 35px; padding-right: 35px; }
}

@media (max-width: 660px) {
  body { padding-top: 66px; }
  .site-header { height: 66px; padding: 0 20px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 29px; height: 29px; font-size: 17px; }
  .header-cta { padding: 7px 10px; font-size: 10px; }
  .desktop-nav { top: 65px; padding-left: 20px; padding-right: 20px; }
  main section { scroll-margin-top: 66px; }
  .hero { min-height: 780px; padding: 88px 20px 34px; background-position: 48% center; }
  .hero-content { transform: translateY(-14px); }
  .hero .eyebrow.light { margin-bottom: 18px; font-size: 8px; }
  h1 { font-size: 43px; }
  h1 > span { font-size: .9em; }
  h1 em { font-size: .72em; }
  .hero-copy { margin-top: 22px; font-size: 12px; }
  .search-panel { width: 100%; margin-top: 24px; grid-template-columns: 1fr; gap: 0; padding: 5px 19px 17px; border-radius: 15px; }
  .search-field, .search-field:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .search-button { justify-content: center; margin: 15px 0 0; }
  .section { padding: 85px 20px; }
  .intro { grid-template-columns: 1fr; gap: 35px; }
  .intro-stats { grid-column: auto; }
  .section-topline { display: block; }
  .section-description { margin-top: 25px; }
  .filter-row { align-items: end; overflow: hidden; }
  .filter-tabs { gap: 22px; overflow-x: auto; }
  .filter-tab { white-space: nowrap; }
  .type-filter { display: none; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-image { height: 390px; }
  .manifesto { min-height: 630px; display: block; position: relative; }
  .manifesto-photo { position: absolute; inset: 0; height: auto; opacity: .16; }
  .photo-two { display: none; }
  .manifesto-copy { padding: 120px 24px; }
  .manifesto-number { font-size: 290px; }
  .steps { margin-top: 50px; grid-template-columns: 1fr; gap: 42px; }
  .steps article { border-right: 0; border-bottom: 1px solid #d3d7cf; padding-bottom: 42px; }
  .steps article:last-child { border: 0; }
  .newsletter { padding: 70px 20px; display: block; }
  .newsletter-form { width: 100%; margin-top: 40px; }
  .footer-brand { align-items: start; flex-direction: column; gap: 14px; }
  .footer-links { flex-wrap: wrap; }
  .booking-modal, .confirm-modal { padding: 35px 22px 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-grid label.full { grid-column: auto; }
}

@media (max-width: 960px) {
  .hero { min-height: 850px; }
  .service-layers { grid-template-columns: repeat(2, 1fr); border: 0; gap: 12px; }
  .service-layers article { min-height: 260px; border: 1px solid var(--line); }
  .service-layers article:last-child { border: 1px solid var(--line); }
  .diagnosis-section { display: block; }
  .diagnosis-intro { position: static; max-width: 620px; }
  .diagnosis-form { margin-top: 50px; min-height: 430px; }
  .recommendation-result { margin-top: 45px; }
  .recommendation-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .recommendation-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
}

@media (max-width: 660px) {
  .hero { min-height: 850px; padding-top: 70px; padding-bottom: 28px; }
  .hero-content { transform: none; }
  .hero-monthliving { margin-bottom: 20px; }
  .hero-monthliving span { padding: 9px 11px 9px 14px; font-size: 8px; }
  .hero-monthliving strong { padding: 8px 16px 9px 14px; font-size: 14px; }
  .hero-copy br { display: none; }
  .hero-actions { margin-top: 23px; flex-direction: column; gap: 9px; }
  .hero-primary, .hero-secondary { width: min(290px, 100%); min-height: 48px; font-size: 12px; }
  .hero-trust { width: 100%; margin-top: 24px; padding: 14px 4px; border-radius: 13px; }
  .hero-trust div { padding: 0 7px; }
  .hero-trust strong { font-size: 10px; }
  .hero-trust span { font-size: 8px; line-height: 1.5; }
  .service-layers { margin-top: 40px; grid-template-columns: 1fr; }
  .service-layers article { min-height: 0; padding: 25px 22px; }
  .layer-icon { margin-bottom: 22px; }
  .service-layers strong { min-height: 0; }
  .diagnosis-section { padding-top: 80px; padding-bottom: 80px; }
  .diagnosis-intro h2 { font-size: 36px; }
  .diagnosis-form { margin-top: 40px; min-height: 520px; }
  .diagnosis-form fieldset { padding: 21px 16px; }
  .diagnosis-form legend { max-width: 93%; font-size: 14px; line-height: 1.65; }
  .choice-grid, .choice-grid.three { grid-template-columns: 1fr; }
  .choice-grid label > span { min-height: 73px; }
  .choice-grid strong { font-size: 13px; }
  .choice-grid small { font-size: 10px; }
  .diagnosis-navigation { flex-wrap: wrap; }
  .diagnosis-previous { width: 100%; min-height: 48px; order: 2; }
  .diagnosis-next, .diagnosis-submit { width: 100%; flex-basis: 100%; min-height: 54px; }
  .recommendation-grid { grid-template-columns: 1fr; }
  .recommendation-card:last-child { grid-column: auto; width: 100%; }
  .candidate-notice { margin-top: 35px; display: block; line-height: 1.7; }
  .candidate-notice span { display: block; margin-top: 4px; }
  .safe-facts { gap: 9px 5px; }
  .safe-facts span { font-size: 9px; }
  .support-strip { padding: 60px 20px; align-items: stretch; flex-direction: column; gap: 30px; }
  .support-strip button { justify-content: center; }
  .included-chips { margin-top: 12px; }
}
