:root {
  --bg: #F2ECDF;
  --bg-2: #E8E0CE;
  --paper: #FAF6EC;
  --ink: #1B2238;
  --ink-soft: #3A4356;
  --muted: #6B6657;
  --rule: #C9BFA8;
  --red: #B2422D;
  --pine: #2A4536;
  --lake: #4B6478;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-optical-sizing: auto;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 380;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.display, h1, h2, h3 {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
  font-weight: 380;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: var(--ink);
}
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; }
.eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
a { color: var(--ink); text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { max-width: 1340px; margin: 0 auto; padding: 0 28px; }
.rule { height: 1px; background: var(--rule); border: 0; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); background: rgba(242,236,223,0.82); border-bottom: 1px solid var(--rule); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; max-width: 1340px; margin: 0 auto; }
.brand { font-family: "Fraunces", serif; font-variation-settings: "opsz" 14, "SOFT" 50, "WONK" 1; font-size: 18px; letter-spacing: -0.01em; }
.brand sup { font-size: 10px; vertical-align: super; color: var(--red); margin-left: 4px; font-family: "JetBrains Mono", monospace; }
.nav-links { display: none; gap: 28px; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.nav-links a:hover { color: var(--red); }
.nav-cta { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; transition: all .25s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
@media(min-width: 900px) { .nav-links { display: flex; } }

/* Hero */
.hero { padding: 64px 0 80px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: end; }
@media(min-width: 1024px) { .hero-grid { grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: end; } }
.hero-text { padding-top: 24px; }
.hero-meta { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); flex-wrap: wrap; }
.hero-meta .dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; }
.hero h1 { font-size: clamp(56px, 10vw, 132px); font-variation-settings: "opsz" 144, "SOFT" 20, "WONK" 1; font-weight: 300; margin-bottom: 28px; }
.hero h1 .ital { font-style: italic; font-weight: 280; color: var(--lake); }
.hero h1 .small { font-size: 0.55em; display: block; letter-spacing: -0.01em; color: var(--ink-soft); margin-top: 4px; }
.hero-lede { font-family: "Newsreader", serif; font-size: 19px; line-height: 1.5; color: var(--ink-soft); max-width: 38ch; margin-bottom: 40px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 26px; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; border-radius: 999px; transition: all .25s; cursor: pointer; border: 1px solid transparent; }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--red); transform: translateY(-1px); }
.btn-ghost { color: var(--ink); border-color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.arrow { display: inline-block; transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }
.hero-img-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; }
@media(min-width: 1024px) { .hero-img-wrap { aspect-ratio: 5/6; } }
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hero-caption { position: absolute; left: 16px; bottom: 16px; font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper); background: rgba(27,34,56,0.6); padding: 8px 12px; border-radius: 2px; backdrop-filter: blur(6px); }
.hero-stamp { position: absolute; top: 80px; right: -24px; width: 140px; height: 140px; border: 1px solid var(--red); border-radius: 50%; display: none; align-items: center; justify-content: center; text-align: center; transform: rotate(-8deg); font-family: "Fraunces", serif; font-style: italic; font-size: 13px; color: var(--red); line-height: 1.2; padding: 16px; }
@media(min-width: 1280px) { .hero-stamp { display: flex; } }

/* Facts marquee */
.facts { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--bg-2); overflow: hidden; }
.facts-track { display: flex; gap: 56px; padding: 22px 0; font-family: "Fraunces", serif; font-variation-settings: "opsz" 36, "SOFT" 50; font-style: italic; font-size: 22px; color: var(--ink); white-space: nowrap; animation: marquee 38s linear infinite; }
.facts-track span { display: inline-flex; align-items: center; gap: 56px; }
.facts-track .sep { color: var(--red); font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Story */
.story { padding: 120px 0; }
.story-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media(min-width: 900px) { .story-grid { grid-template-columns: 1fr 1.4fr; gap: 80px; } }
.story-label { position: sticky; top: 100px; }
.story-label .num { font-family: "Fraunces", serif; font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0; font-size: 84px; font-weight: 280; color: var(--red); line-height: 1; margin-bottom: 8px; }
.story h2 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.02; margin-bottom: 32px; font-weight: 300; }
.story h2 em { color: var(--lake); font-style: italic; font-weight: 280; }
.story-body p { margin-bottom: 22px; font-size: 19px; line-height: 1.65; color: var(--ink-soft); max-width: 60ch; }
.story-body p:first-of-type::first-letter { font-family: "Fraunces", serif; font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1; font-size: 5.4em; float: left; line-height: 0.85; padding: 8px 12px 0 0; color: var(--red); font-weight: 380; }
.pull { margin: 40px 0; padding: 24px 0 24px 28px; border-left: 2px solid var(--red); font-family: "Fraunces", serif; font-style: italic; font-size: 26px; line-height: 1.3; color: var(--ink); max-width: 28ch; }

/* Gallery */
.gallery { padding: 80px 0 120px; }
.gallery-header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 56px; gap: 24px; flex-wrap: wrap; }
.gallery-header h2 { font-size: clamp(40px, 6vw, 88px); font-weight: 300; }
.gallery-header .meta { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.14em; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-grid figure { position: relative; overflow: hidden; border-radius: 2px; margin: 0; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 12px; font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper); text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.g1 { grid-column: 1 / span 7; aspect-ratio: 4/3; }
.g2 { grid-column: 8 / span 5; aspect-ratio: 3/4; }
.g3 { grid-column: 1 / span 4; aspect-ratio: 3/4; }
.g4 { grid-column: 5 / span 4; aspect-ratio: 3/4; }
.g5 { grid-column: 9 / span 4; aspect-ratio: 3/4; }
.g6 { grid-column: 1 / span 8; aspect-ratio: 16/9; }
.g7 { grid-column: 9 / span 4; aspect-ratio: 16/9; }
.g8 { grid-column: 1 / span 6; aspect-ratio: 4/3; }
.g9 { grid-column: 7 / span 6; aspect-ratio: 4/3; }
@media(max-width: 800px) { .gallery-grid > figure { grid-column: 1 / -1 !important; aspect-ratio: 4/3 !important; } }

/* Amenities */
.amenities { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.amenities-inner { padding: 110px 0; }
.amenities-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media(min-width: 900px) { .amenities-grid { grid-template-columns: 0.8fr 2fr; gap: 80px; align-items: start; } }
.amenities h2 { font-size: clamp(40px, 5vw, 72px); font-weight: 300; }
.amenities h2 em { font-style: italic; color: var(--red); }
.amenities-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; border-top: 1px solid var(--rule); }
.amenities-list li { padding: 18px 0 18px 4px; border-bottom: 1px solid var(--rule); font-family: "Newsreader", serif; font-size: 18px; color: var(--ink); display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.amenities-list li .num { font-family: "JetBrains Mono", monospace; font-size: 10px; color: var(--muted); letter-spacing: 0.1em; }

/* Notes */
.notes { padding: 120px 0; }
.notes-card { max-width: 760px; margin: 0 auto; border: 1px solid var(--rule); background: var(--paper); padding: 56px 48px; position: relative; border-radius: 2px; }
.notes-card::before { content: "Toimituksen huomio"; position: absolute; top: -10px; left: 32px; background: var(--bg); padding: 0 12px; font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); }
.notes h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 24px; font-style: italic; font-weight: 300; }
.notes ul { list-style: none; }
.notes li { padding: 18px 0; border-bottom: 1px dashed var(--rule); font-size: 18px; line-height: 1.5; color: var(--ink-soft); display: grid; grid-template-columns: 28px 1fr; gap: 16px; }
.notes li:last-child { border-bottom: 0; }
.notes li strong { font-family: "Fraunces", serif; color: var(--red); font-style: italic; font-weight: 380; }

/* Location */
.location { padding: 120px 0; background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.location-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media(min-width: 900px) { .location-grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.location h2 { font-size: clamp(40px, 5vw, 72px); font-weight: 300; margin-bottom: 32px; }
.location h2 em { color: var(--lake); font-style: italic; }
.location p { font-size: 19px; color: var(--ink-soft); margin-bottom: 18px; max-width: 50ch; }
.distances { margin-top: 36px; border-top: 1px solid var(--rule); }
.distances div { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--rule); font-family: "Newsreader", serif; font-size: 17px; }
.distances div span:last-child { font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--red); }
.location-img { aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; }
.location-img img { width: 100%; height: 100%; object-fit: cover; }

/* Host */
.host { padding: 120px 0; }
.host-card { max-width: 820px; margin: 0 auto; text-align: center; }
.host-card .eyebrow { margin-bottom: 24px; }
.host-card h2 { font-size: clamp(40px, 6vw, 84px); font-weight: 280; font-style: italic; margin-bottom: 28px; }
.host-stats { display: flex; justify-content: center; gap: 56px; margin: 40px 0 24px; flex-wrap: wrap; }
.host-stats div { text-align: center; }
.host-stats .big { font-family: "Fraunces", serif; font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1; font-size: 56px; font-weight: 280; color: var(--ink); line-height: 1; }
.host-stats .lbl { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.host-quote { font-family: "Newsreader", serif; font-style: italic; font-size: 22px; line-height: 1.5; color: var(--ink-soft); max-width: 44ch; margin: 32px auto 0; }

/* Book */
.book { background: var(--ink); color: var(--paper); padding: 120px 0; position: relative; }
.book::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(250,246,236,0.03) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
.book .container { position: relative; z-index: 1; }
.book-grid { display: grid; grid-template-columns: 1fr; gap: 56px; }
@media(min-width: 900px) { .book-grid { grid-template-columns: 1fr 1.2fr; gap: 80px; } }
.book .eyebrow { color: rgba(250,246,236,0.55); margin-bottom: 18px; }
.book h2 { font-size: clamp(40px, 5vw, 76px); font-weight: 280; color: var(--paper); margin-bottom: 24px; }
.book h2 em { font-style: italic; color: #E8A992; }
.book p { color: rgba(250,246,236,0.7); font-size: 18px; max-width: 38ch; }
.book-meta { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(250,246,236,0.18); font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.12em; color: rgba(250,246,236,0.6); line-height: 1.9; }
.book-meta a { color: #E8A992; }
form.book-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.book-form .full { grid-column: 1 / -1; }
.book-form label { display: block; font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,246,236,0.5); margin-bottom: 8px; }
.book-form input, .book-form select, .book-form textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(250,246,236,0.25); color: var(--paper); font-family: "Newsreader", serif; font-size: 17px; padding: 10px 0; outline: none; transition: border-color .25s; border-radius: 0; }
.book-form textarea { min-height: 90px; resize: vertical; }
.book-form input:focus, .book-form select:focus, .book-form textarea:focus { border-color: #E8A992; }
.book-form input::placeholder, .book-form textarea::placeholder { color: rgba(250,246,236,0.35); }
.book-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23E8A992' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 6px center; padding-right: 22px; }
.book-form .submit-row { grid-column: 1 / -1; margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.btn-submit { background: var(--paper); color: var(--ink); border: none; }
.btn-submit:hover { background: #E8A992; color: var(--ink); }
.consent { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.1em; color: rgba(250,246,236,0.5); max-width: 32ch; line-height: 1.6; }

/* Footer */
footer { background: var(--bg); padding: 56px 0 40px; border-top: 1px solid var(--rule); }
.footer-inner { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.footer-brand { font-family: "Fraunces", serif; font-style: italic; font-size: 32px; font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 1; color: var(--ink); line-height: 1; }
.footer-meta { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); line-height: 1.9; }
.footer-meta a { color: var(--red); }

/* Index page */
.idx-hero { padding: 120px 0 80px; }
.idx-hero h1 { font-size: clamp(56px, 9vw, 124px); font-weight: 300; line-height: 0.95; margin-bottom: 28px; max-width: 14ch; }
.idx-hero h1 em { font-style: italic; color: var(--lake); }
.idx-hero p { font-family: "Newsreader", serif; font-size: 20px; line-height: 1.5; color: var(--ink-soft); max-width: 50ch; }
.idx-properties { padding: 60px 0 140px; }
.prop-card { display: grid; grid-template-columns: 1fr; gap: 32px; padding: 56px 0; border-top: 1px solid var(--rule); }
.prop-card:last-of-type { border-bottom: 1px solid var(--rule); }
@media(min-width: 900px) { .prop-card { grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; } }
.prop-card-img { aspect-ratio: 4/3; overflow: hidden; border-radius: 2px; position: relative; }
.prop-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s ease; }
.prop-card:hover .prop-card-img img { transform: scale(1.04); }
.prop-card .eyebrow { margin-bottom: 12px; }
.prop-card h2 { font-size: clamp(36px, 4.4vw, 64px); font-weight: 300; line-height: 1; margin-bottom: 18px; }
.prop-card h2 em { font-style: italic; color: var(--lake); }
.prop-card .meta { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.14em; color: var(--muted); margin-bottom: 22px; }
.prop-card p { font-size: 18px; color: var(--ink-soft); margin-bottom: 28px; max-width: 44ch; }
.prop-card .num { font-family: "Fraunces", serif; font-variation-settings: "opsz" 144, "SOFT" 0; font-size: 84px; font-weight: 280; color: var(--red); line-height: 1; margin-bottom: 12px; }

/* Reveal — disabled. Content is visible by default; IO is a no-op. */
.js-reveal, .js-reveal.in { opacity: 1; transform: none; }
