:root {
  --paper: #fff8f2;
  --paper-2: #fff0e4;
  --surface: #fffdf8;
  --surface-soft: #fff7ef;
  --ink: #211b18;
  --muted: #7d716b;
  --line: rgba(66, 42, 31, 0.11);
  --brand-red: #e53935;
  --brand-orange: #f27a1a;
  --brand-amber: #f8a51b;
  --brand-dark: #241916;
  --green: #52614f;
  --white: #ffffff;
  --shadow-soft: 0 28px 80px rgba(60, 39, 29, 0.13);
  --shadow-card: 0 16px 44px rgba(60, 39, 29, 0.08);
  --shadow-lift: 0 30px 70px rgba(60, 39, 29, 0.12);
  --content: 1160px;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Do Simple studio direction */
.studio-page {
  --studio-bg: #f5f3ef;
  --studio-bg-2: #ece7df;
  --studio-text: #1f1f1f;
  --studio-muted: #6e6a65;
  --studio-accent: #b89d7a;
  --studio-line: rgba(31, 31, 31, 0.12);
  --studio-charcoal: #1f1f1f;
  background: var(--studio-bg);
  color: var(--studio-text);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.studio-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.035;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(31, 31, 31, 0.55) 0 0.8px, transparent 0.9px),
    radial-gradient(circle at 70% 60%, rgba(31, 31, 31, 0.35) 0 0.7px, transparent 0.8px);
  background-size: 18px 18px, 23px 23px;
  mix-blend-mode: multiply;
}

.studio-page h1,
.studio-page h2,
.studio-page h3,
.studio-page p {
  margin-top: 0;
}

.studio-page a {
  color: inherit;
}

.studio-page h1,
.studio-page h2,
.studio-page h3,
.studio-brand {
  font-family: "Instrument Sans", Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.studio-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 22px clamp(22px, 4vw, 64px);
  background: rgba(245, 243, 239, 0.82);
  backdrop-filter: blur(18px);
  transition: padding 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.studio-header.scrolled {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--studio-line);
  background: rgba(245, 243, 239, 0.94);
}

.studio-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.studio-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--studio-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.language-switcher a {
  opacity: 0.62;
  transition: opacity 160ms ease, color 160ms ease;
}

.language-switcher a + a::before {
  content: "|";
  margin-right: 8px;
  color: rgba(31, 31, 31, 0.24);
}

.language-switcher a:hover,
.language-switcher [aria-current="page"] {
  color: var(--studio-text);
  opacity: 1;
}

.studio-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 3vw, 44px);
  color: var(--studio-muted);
  font-size: 13px;
  font-weight: 700;
}

.studio-nav a {
  transition: color 160ms ease;
}

.studio-footer a {
  display: inline-flex;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.studio-nav a:hover,
.studio-footer a:hover {
  color: var(--studio-text);
}

.studio-footer a:hover {
  opacity: 0.78;
  transform: translateY(-1px);
}

.studio-cta,
.hero-actions a:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.74);
  color: var(--studio-text);
  padding: 0 20px;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(31, 31, 31, 0.22);
  box-shadow: 0 8px 24px rgba(31, 31, 31, 0.06);
  transition: background 160ms ease, transform 160ms ease;
}

.studio-cta:hover,
.hero-actions a:first-child:hover {
  background: var(--studio-charcoal);
  color: #fff;
  transform: translateY(-1px);
}

.hero-actions a:first-child {
  background: var(--studio-charcoal);
  color: #fff;
  border-color: var(--studio-charcoal);
}

.studio-nav-toggle {
  display: none;
}

.studio-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  min-height: calc(92vh - 84px);
  padding: 30px clamp(22px, 5vw, 76px) 68px;
}

.studio-kicker {
  margin-bottom: 22px;
  color: var(--studio-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-text h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-family: "Instrument Sans", Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(76px, 9.4vw, 156px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

html[lang="lt"] .hero-text h1,
html[lang="ru"] .hero-text h1 {
  max-width: 820px;
  font-size: clamp(54px, 7.1vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

html[lang="lt"] .studio-hero,
html[lang="ru"] .studio-hero {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.96fr);
  gap: clamp(54px, 7vw, 112px);
}

.hero-text > p {
  max-width: 540px;
  margin-bottom: 34px;
  color: var(--studio-muted);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.55;
}

.hero-text > .hero-motto {
  margin: -16px 0 34px;
  color: var(--studio-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions a:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid currentColor;
  color: var(--studio-text);
  font-size: 13px;
  font-weight: 800;
}

.hero-photo-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  grid-template-rows: 1fr 0.9fr;
  gap: 14px;
  align-items: end;
}

.hero-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.93) brightness(1.03);
}

.hero-photo-main {
  grid-row: span 2;
  aspect-ratio: 0.82 / 1;
}

.hero-photo-grid img:not(.hero-photo-main) {
  aspect-ratio: 1 / 1;
}

.studio-section {
  padding: 84px clamp(22px, 5vw, 76px);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  max-width: 1220px;
  margin: 0 auto 42px;
}

.section-intro h2,
.about-editorial h2,
.contact-minimal h2 {
  max-width: 850px;
  margin: 0;
  font-family: "Instrument Sans", Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(42px, 5.8vw, 94px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.property-showcase {
  background: var(--studio-bg-2);
}

.why-guests {
  padding-top: 104px;
  padding-bottom: 112px;
  background: var(--studio-bg);
}

.quiet-block-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1220px;
  margin: 0 auto;
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.quiet-block-grid article {
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.quiet-block-grid h3 {
  max-width: 260px;
  margin-bottom: 26px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.quiet-block-grid p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 14px;
  line-height: 1.65;
}

.studio-property-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4.4vw, 52px) clamp(22px, 3.4vw, 42px);
  max-width: 1220px;
  margin: 0 auto;
}

.studio-property-grid article {
  display: grid;
  gap: 14px;
}

.studio-property-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ddd5ca;
}

.studio-property-grid a::after {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(180deg, rgba(245, 243, 239, 0.04), rgba(31, 31, 31, 0.08)),
    radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.16), transparent 34%);
  mix-blend-mode: soft-light;
}

.studio-property-grid img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.92) brightness(1.04);
  transition: transform 450ms ease;
}

.studio-property-grid a::after,
.hero-photo-grid::after,
.about-editorial figure::after {
  content: "";
  pointer-events: none;
}

.studio-property-grid article:hover img {
  transform: scale(1.025);
}

.studio-property-grid article > .photo-link::before {
  content: "View";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-grid;
  min-width: 56px;
  height: 34px;
  place-items: center;
  background: rgba(245, 243, 239, 0.86);
  color: var(--studio-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.studio-property-grid article > .photo-link:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.studio-property-grid h3 {
  margin-bottom: 3px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.property-code {
  display: block;
  margin: 7px 0 14px;
  color: var(--studio-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-property-grid p {
  max-width: 460px;
  margin-bottom: 12px;
  color: var(--studio-muted);
  line-height: 1.55;
}

.studio-property-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin: 0;
  padding: 0;
  color: var(--studio-muted);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.studio-property-grid li + li::before {
  content: "/";
  margin-right: 16px;
  color: rgba(31, 31, 31, 0.28);
}

.property-button {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  background: transparent !important;
  color: var(--studio-text);
  font-size: 13px;
  font-weight: 800;
}

.about-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
}

.about-editorial figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.about-editorial figure::after {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, rgba(245, 243, 239, 0.02), rgba(31, 31, 31, 0.08));
  mix-blend-mode: soft-light;
}

.about-editorial img {
  width: 100%;
  aspect-ratio: 0.95 / 1;
  object-fit: cover;
  filter: saturate(0.8) contrast(0.92) brightness(1.04);
}

.about-editorial p:not(.studio-kicker) {
  max-width: 560px;
  color: var(--studio-muted);
  font-size: 17px;
  line-height: 1.75;
}

.about-editorial h2 {
  margin-bottom: 32px;
}

.services-minimal {
  background: var(--studio-bg-2);
}

.partners-section {
  background: var(--studio-bg);
}

.section-intro > p:not(.studio-kicker) {
  max-width: 520px;
  margin: 8px 0 0;
  color: var(--studio-muted);
  font-size: 16px;
  line-height: 1.7;
}

.partners-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  gap: clamp(28px, 4vw, 56px);
  max-width: 1220px;
  margin: 0 auto;
  align-items: start;
}

.partner-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.partner-card,
.partner-enquiry {
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  background: rgba(245, 243, 239, 0.56);
}

.partner-card {
  display: grid;
  min-height: 320px;
  align-content: space-between;
  gap: 28px;
  padding: clamp(24px, 3vw, 36px);
}

.partner-card span {
  color: var(--studio-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-card h3,
.partner-enquiry h3 {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.partner-card p,
.partner-enquiry p {
  margin: 0;
  color: var(--studio-muted);
  line-height: 1.72;
}

.partner-card a {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--studio-text);
  font-size: 13px;
  font-weight: 850;
}

.partner-enquiry {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
}

.partner-enquiry label {
  display: grid;
  gap: 8px;
}

.partner-enquiry label span {
  color: var(--studio-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-enquiry input,
.partner-enquiry textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--studio-line);
  border-radius: 0;
  background: transparent;
  color: var(--studio-text);
  padding: 12px 0;
  font: inherit;
}

.partner-enquiry input:focus,
.partner-enquiry textarea:focus {
  outline: none;
  border-color: rgba(31, 31, 31, 0.55);
}

.partner-enquiry textarea {
  min-height: 96px;
  resize: vertical;
}

.partner-enquiry button {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  border: 1px solid var(--studio-text);
  background: var(--studio-text);
  color: var(--studio-bg);
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.partner-enquiry button:hover {
  background: transparent;
  color: var(--studio-text);
  transform: translateY(-1px);
}

.reviews-minimal {
  background: var(--studio-bg);
}

.review-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1220px;
  margin: 0 auto;
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.review-list article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.review-list p {
  margin: 0;
  color: var(--studio-text);
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.review-list span,
.map-card span {
  color: var(--studio-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-section {
  background: var(--studio-bg-2);
}

.map-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(22px, 4vw, 48px);
  max-width: 1220px;
  margin: 0 auto;
  align-items: stretch;
}

.soft-map {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--studio-line);
  background:
    radial-gradient(ellipse at 56% 42%, rgba(184, 157, 122, 0.16), transparent 28%),
    radial-gradient(ellipse at 40% 72%, rgba(31, 31, 31, 0.055), transparent 24%),
    linear-gradient(135deg, rgba(245, 243, 239, 0.96), rgba(226, 218, 205, 0.7));
}

.soft-map::before {
  content: "";
  position: absolute;
  inset: 28% -4% auto -6%;
  height: 90px;
  pointer-events: none;
  border-top: 2px solid rgba(117, 143, 151, 0.34);
  border-bottom: 1px solid rgba(117, 143, 151, 0.18);
  transform: rotate(-8deg);
}

.soft-map svg {
  width: 100%;
  height: 100%;
  min-height: 470px;
}

.soft-map path {
  fill: none;
  stroke: rgba(31, 31, 31, 0.18);
  stroke-width: 2;
}

.soft-map .river-line {
  stroke: rgba(117, 143, 151, 0.34);
  stroke-width: 5;
}

.soft-map .old-town-zone {
  fill: rgba(184, 157, 122, 0.16);
  stroke: rgba(184, 157, 122, 0.42);
  stroke-width: 1.4;
}

.soft-map .center-zone {
  fill: rgba(255, 255, 255, 0.24);
  stroke: rgba(31, 31, 31, 0.12);
}

.soft-map .station-zone {
  stroke: rgba(31, 31, 31, 0.22);
  stroke-dasharray: 7 8;
}

.map-label {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: rgba(31, 31, 31, 0.44);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.map-title {
  color: rgba(31, 31, 31, 0.32);
  font-size: clamp(42px, 7vw, 92px);
  letter-spacing: -0.06em;
  text-transform: none;
}

.map-river {
  color: rgba(77, 104, 112, 0.48);
}

.map-marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(31, 31, 31, 0.24);
  background: rgba(245, 243, 239, 0.86);
  color: var(--studio-text);
  padding: 8px 10px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.map-marker:hover,
.map-marker.is-active {
  background: var(--studio-text);
  color: #fff;
  transform: translate(-50%, -50%) translateY(-2px);
}

.map-card {
  display: grid;
  align-content: end;
  gap: 16px;
  border: 1px solid var(--studio-line);
  padding: clamp(24px, 3vw, 34px);
  background: rgba(245, 243, 239, 0.72);
  transition: background 180ms ease, transform 180ms ease;
}

.map-card:hover {
  background: rgba(245, 243, 239, 0.9);
  transform: translateY(-2px);
}

.map-card h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.map-card p {
  margin: 0;
  color: var(--studio-muted);
}

.map-card a,
.owner-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}

.setup-section {
  background: var(--studio-bg);
}

.before-after {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr) minmax(280px, 0.64fr);
  gap: clamp(20px, 3vw, 38px);
  max-width: 1220px;
  margin: 0 auto;
  align-items: end;
}

.before-after::after {
  content: "→";
  position: absolute;
  left: calc(38% + 4px);
  top: 44%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--studio-line);
  background: rgba(245, 243, 239, 0.9);
  color: var(--studio-text);
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(31, 31, 31, 0.08);
}

.before-after figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.before-after figure span {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  background: rgba(245, 243, 239, 0.82);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-after img {
  width: 100%;
  aspect-ratio: 0.9 / 1;
  object-fit: cover;
  transition: transform 650ms ease;
}

.before-after figure:first-child img {
  filter: saturate(0.58) contrast(0.9) brightness(0.98);
}

.before-after figure:nth-child(2) img {
  filter: saturate(0.8) contrast(0.94) brightness(1.05);
}

.before-after figure:hover img {
  transform: scale(1.025);
}

.setup-copy {
  border-top: 1px solid var(--studio-line);
  padding-top: 24px;
}

.setup-copy p {
  margin-bottom: 24px;
  color: var(--studio-muted);
  font-size: 16px;
  line-height: 1.7;
}

.setup-copy ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--studio-text);
  font-size: 13px;
  font-weight: 800;
}

.setup-copy li {
  padding-top: 11px;
  border-top: 1px solid var(--studio-line);
}

.owner-process {
  background: var(--studio-bg-2);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1220px;
  margin: 0 auto 34px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.process-steps li {
  min-height: 270px;
  padding: clamp(22px, 2.6vw, 30px);
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.process-steps span {
  display: block;
  margin-bottom: 52px;
  color: var(--studio-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.process-steps h3 {
  margin-bottom: 14px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.process-steps p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 14px;
  line-height: 1.6;
}

.owner-process .owner-link {
  margin-left: calc((100% - min(1220px, calc(100vw - 44px))) / 2);
}

.owner-landing .studio-hero {
  min-height: calc(88vh - 84px);
}

.owner-landing .contact-minimal {
  background: var(--studio-bg-2);
}

.trust-soft {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: end;
  padding: 104px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  background:
    linear-gradient(90deg, rgba(236, 231, 223, 0.6), rgba(245, 243, 239, 0.9));
}

.trust-soft h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(44px, 6.3vw, 104px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.trust-copy {
  display: grid;
  gap: 18px;
}

.trust-copy p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 16px;
  line-height: 1.75;
}

.house-rules-minimal {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.58fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: 84px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--studio-line);
  background: var(--studio-bg);
}

.house-rules-minimal h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5.4vw, 88px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.house-rules-minimal ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--studio-muted);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.house-rules-minimal li {
  padding-top: 10px;
  border-top: 1px solid var(--studio-line);
}

.house-rules-minimal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  white-space: nowrap;
  border: 1px solid var(--studio-text);
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.house-rules-minimal a:hover {
  background: var(--studio-text);
  color: #fff;
  transform: translateY(-1px);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1220px;
  margin: 0 auto;
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.service-list article {
  min-height: 235px;
  padding: 30px;
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.service-list svg {
  width: 28px;
  height: 28px;
  margin-bottom: 48px;
  fill: none;
  stroke: var(--studio-text);
  stroke-width: 1.45;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.service-list h3 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.service-list p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-minimal {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.48fr);
  gap: clamp(32px, 6vw, 90px);
  padding: 90px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--studio-line);
}

.contact-minimal address {
  display: grid;
  gap: 11px;
  color: var(--studio-muted);
  font-style: normal;
  line-height: 1.5;
}

.contact-minimal address span:first-child {
  color: var(--studio-text);
  font-weight: 800;
}

.studio-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--studio-line);
  color: var(--studio-muted);
  font-size: 13px;
  font-weight: 700;
}

.studio-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-motto {
  color: var(--studio-text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .studio-hero,
  .about-editorial,
  .house-rules-minimal,
  .trust-soft,
  .contact-minimal {
    grid-template-columns: 1fr;
  }

  .hero-photo-grid {
    max-width: 760px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .quiet-block-grid,
  .review-list,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .map-shell,
  .before-after,
  .partners-layout {
    grid-template-columns: 1fr;
  }

  .before-after::after {
    left: 50%;
    top: calc(33% - 12px);
    transform: translateX(-50%) rotate(90deg);
  }
}

@media (max-width: 760px) {
  .studio-header {
    grid-template-columns: auto auto;
    padding: 16px;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .studio-nav-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 6px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--studio-line);
    background: transparent;
  }

  .studio-nav-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--studio-text);
  }

  .studio-nav,
  .studio-cta {
    display: none;
  }

  .header-actions .studio-cta {
    display: none;
  }

  .studio-nav.open {
    position: fixed;
    inset: 72px 16px auto;
    display: grid;
    gap: 0;
    background: var(--studio-bg);
    border: 1px solid var(--studio-line);
  }

  .studio-nav.open a {
    padding: 18px;
    border-bottom: 1px solid var(--studio-line);
  }

  .studio-hero {
    min-height: auto;
    padding: 38px 16px 72px;
  }

  .hero-text h1 {
    font-size: clamp(58px, 18vw, 92px);
  }

  .hero-photo-grid,
  .studio-property-grid,
  .section-intro,
  .quiet-block-grid,
  .review-list,
  .process-steps,
  .service-list,
  .partner-card-list {
    grid-template-columns: 1fr;
  }

  .hero-photo-main {
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .hero-photo-grid img:not(.hero-photo-main) {
    aspect-ratio: 4 / 3;
  }

  .studio-section,
  .house-rules-minimal,
  .trust-soft,
  .contact-minimal {
    padding: 68px 16px;
  }

  .soft-map,
  .soft-map svg {
    min-height: 360px;
  }

  .studio-property-grid article > .photo-link::before {
    display: none;
  }

  .section-intro {
    margin-bottom: 34px;
  }

  .section-intro h2,
  .about-editorial h2,
  .trust-soft h2,
  .contact-minimal h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .studio-property-grid {
    gap: 42px;
  }

  .service-list article {
    min-height: 0;
  }

  .house-rules-minimal {
    gap: 30px;
  }

  .studio-footer {
    display: grid;
    padding: 24px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fffaf5 0%, #fffdf9 42%, #f4ebe2 100%);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: 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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.scrolled {
  padding-top: 11px;
  padding-bottom: 11px;
  background: rgba(255, 250, 245, 0.9);
  color: var(--ink);
  box-shadow: 0 12px 36px rgba(60, 39, 29, 0.07);
  backdrop-filter: blur(18px);
}

.site-header .language-switcher {
  margin-left: auto;
  color: currentColor;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 224px;
}

.brand-logo-wrap {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 12px 28px rgba(33, 24, 22, 0.1);
}

.brand-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.05;
}

.brand small {
  margin-top: 3px;
  color: currentColor;
  font-size: 12px;
  opacity: 0.74;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 38px);
  font-size: 13px;
  font-weight: 650;
}

.site-nav a {
  opacity: 0.88;
}

.site-nav a:hover {
  opacity: 1;
}

.header-cta,
.primary-action,
.secondary-action,
.sticky-availability {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  color: #fff;
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(229, 57, 53, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta:hover,
.primary-action:hover,
.secondary-action:hover,
.sticky-availability:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(244, 21, 45, 0.26);
}

.header-cta {
  padding: 10px 17px;
  font-size: 13px;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 128px clamp(18px, 5vw, 72px) 74px;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.88) 0%, rgba(255, 250, 245, 0.66) 38%, rgba(255, 250, 245, 0.08) 72%),
    linear-gradient(0deg, rgba(36, 25, 22, 0.24) 0%, rgba(36, 25, 22, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: end;
  gap: clamp(30px, 7vw, 100px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  color: rgba(36, 25, 22, 0.5);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(36, 25, 22, 0.62);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-family: "Instrument Serif", Cormorant Garamond, Georgia, serif;
  font-size: clamp(64px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: "Instrument Serif", Cormorant Garamond, Georgia, serif;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.18;
}

.hero-copy > p {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(36, 25, 22, 0.74);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.booking-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 420px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.88);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(60, 39, 29, 0.16);
  backdrop-filter: blur(18px);
}

.booking-panel-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 6px;
}

.booking-panel-heading span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.booking-panel-heading strong {
  font-family: "Instrument Serif", Cormorant Garamond, Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

label {
  display: grid;
  gap: 6px;
}

label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(66, 42, 31, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  padding: 14px 13px;
  min-height: 50px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(255, 90, 0, 0.16);
  border-color: rgba(255, 90, 0, 0.52);
}

textarea {
  resize: vertical;
}

.primary-action {
  align-self: end;
  min-height: 52px;
  padding: 0 22px;
  white-space: nowrap;
}

.secondary-action {
  min-height: 48px;
  padding: 0 20px;
}

.booking-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fffaf5;
  border-bottom: 1px solid rgba(66, 42, 31, 0.08);
}

.trust-strip div {
  background: transparent;
  padding: 28px clamp(18px, 3vw, 46px);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 650;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: 128px clamp(18px, 5vw, 72px);
}

.section > * {
  max-width: var(--content);
  margin-left: auto;
  margin-right: auto;
}

.muted {
  background:
    linear-gradient(180deg, rgba(255, 248, 242, 0.72), rgba(255, 240, 228, 0.95));
}

.section-heading {
  max-width: 790px;
  margin-bottom: 52px;
}

.section-heading p,
.property-body p,
.principle-grid p,
.detail-grid p,
.policy-layout p,
.journey-grid p,
.contact-band p,
.site-footer p {
  color: var(--muted);
  line-height: 1.64;
}

.principle-grid,
.detail-grid,
.property-grid,
.journey-grid,
.policy-layout {
  display: grid;
  gap: 24px;
}

.principle-grid {
  grid-template-columns: repeat(3, 1fr);
}

.principle-grid article,
.detail-grid article,
.policy-layout article {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 26px 0 0;
  box-shadow: none;
}

.about-section {
  background:
    linear-gradient(135deg, #fffdf9 0%, #fff8f2 58%, #f4ebe2 100%);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.about-layout .section-heading {
  margin-bottom: 0;
}

.about-story {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.about-story p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.72;
}

.about-story p:last-child {
  margin-bottom: 0;
}

.about-image {
  max-width: var(--content);
  margin: 70px auto 0;
  overflow: hidden;
  border-radius: 0;
}

.about-image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.services-section {
  background:
    linear-gradient(180deg, #fffdf9, #fff8f2);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.services-grid article {
  position: relative;
  overflow: hidden;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 34px 0 0;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.services-grid article::before {
  content: none;
}

.services-grid article:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.service-number {
  display: inline-flex;
  margin-bottom: 34px;
  color: rgba(36, 25, 22, 0.46);
  font-size: 12px;
  font-weight: 700;
}

.services-grid p {
  color: var(--muted);
  line-height: 1.64;
}

.property-grid {
  grid-template-columns: 1fr;
  gap: clamp(52px, 8vw, 96px);
}

.property-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.property-card:nth-child(even) .property-image-link {
  order: 2;
}

.property-card:hover {
  transform: none;
  box-shadow: none;
}

.property-card[hidden] {
  display: none;
}

.property-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.property-image-link {
  display: block;
  overflow: hidden;
  box-shadow: 0 28px 72px rgba(60, 39, 29, 0.13);
}

.property-body {
  padding: 0;
}

.property-meta {
  margin-bottom: 16px;
  color: rgba(36, 25, 22, 0.52);
  font-size: 13px;
  font-weight: 650;
}

.property-body h3 {
  max-width: 520px;
  font-family: "Instrument Serif", Cormorant Garamond, Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 0.98;
}

.property-body p {
  max-width: 490px;
  font-size: 17px;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 28px;
}

.amenities span {
  border: 0;
  border-radius: 999px;
  padding: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 650;
}

.amenities span + span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(36, 25, 22, 0.24);
}

.property-card a {
  color: var(--ink);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.property-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button-link {
  display: inline-flex;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  padding: 12px 17px;
  color: #fff !important;
  text-decoration: none !important;
}

.property-detail {
  background: var(--surface);
}

.detail-grid {
  grid-template-columns: repeat(4, 1fr);
}

.property-page {
  background: var(--paper);
}

.property-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(18px, 5vw, 72px) 58px;
}

.property-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(42, 23, 17, 0.78), rgba(42, 23, 17, 0.26)),
    linear-gradient(0deg, rgba(42, 23, 17, 0.5), transparent 46%);
}

.property-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
  color: var(--surface);
}

.property-hero-copy p {
  max-width: 680px;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.property-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 28px;
}

.property-facts span {
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.12);
  padding: 8px 11px;
  font-weight: 850;
}

.property-cta {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
}

.property-page-section {
  padding-top: 74px;
  padding-bottom: 74px;
}

.apartment-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.apartment-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
}

.apartment-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.property-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 24px;
}

.property-content-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 28px;
  box-shadow: var(--shadow-card);
}

.property-content-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.58;
}

.cta-panel {
  background: linear-gradient(145deg, #fff6ea, #ffe5dc) !important;
}

.experience {
  background:
    linear-gradient(135deg, #251a16, #3a2822 58%, #4b3028);
  color: var(--surface);
}

.experience .section-kicker {
  color: #ffd0a8;
}

.experience .section-heading p,
.journey-grid p {
  color: rgba(255, 253, 248, 0.74);
}

.journey-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  background: transparent;
  border: 0;
}

.journey-grid div {
  border-top: 1px solid rgba(255, 253, 248, 0.22);
  background: transparent;
  padding: 26px 0 0;
}

.journey-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: #ffd0a8;
  font-weight: 900;
}

.policy-layout {
  grid-template-columns: repeat(3, 1fr);
}

.policy-layout ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.5;
}

.policy-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--brand-red);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page {
  padding: 132px clamp(18px, 5vw, 72px) 82px;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(42px, 5.6vw, 72px);
}

.legal-content h2 {
  margin-top: 42px;
  font-size: clamp(26px, 3vw, 34px);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.68;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.legal-note {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  padding: 20px;
  box-shadow: var(--shadow-card);
}

.legal-language-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 12px;
}

.legal-language-nav a {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 10px 14px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.rule-language-block {
  margin-top: 58px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

.rule-language-block h2 {
  margin-top: 0;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 480px);
  gap: clamp(30px, 7vw, 88px);
  align-items: start;
  padding: 124px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.98), rgba(244, 235, 226, 0.95));
}

.contact-band > * {
  max-width: var(--content);
}

.company-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.company-details div {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 13px 0 0;
  box-shadow: none;
}

.company-details dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-details dd {
  margin: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.82);
  padding: 30px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--brand-dark);
  color: var(--surface);
}

.footer-logo {
  width: 146px;
  height: auto;
  border-radius: 8px;
  background: #fff;
  padding: 6px;
}

.site-footer p {
  margin: 10px 0 0;
  color: rgba(255, 253, 248, 0.68);
}

.footer-company {
  max-width: 620px;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  font-weight: 820;
}

.sticky-availability {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 18;
  display: none;
  padding: 14px 18px;
}

@media (max-width: 1060px) {
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .primary-action {
    width: 100%;
  }

  .principle-grid,
  .about-layout,
  .services-grid,
  .property-grid,
  .property-card,
  .detail-grid,
  .apartment-gallery,
  .property-content-grid,
  .journey-grid,
  .policy-layout,
  .contact-band {
    grid-template-columns: 1fr 1fr;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .property-grid {
    grid-template-columns: 1fr;
  }

  .property-card,
  .property-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .property-card:nth-child(even) .property-image-link {
    order: 0;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .legal-header {
    position: sticky;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-header .site-nav {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 2px;
  }

  .legal-header .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 5px;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 1px solid currentColor;
    border-radius: 7px;
    background: transparent;
    color: currentColor;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-header:not(.legal-header) .site-nav,
  .site-header:not(.legal-header) .header-cta {
    display: none;
  }

  .site-nav.open {
    position: fixed;
    inset: 78px 14px auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    color: var(--ink);
    box-shadow: var(--shadow-soft);
  }

  .site-nav.open a {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo-wrap {
    width: 48px;
    height: 48px;
  }

  .brand-logo {
    width: 39px;
    height: 39px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding: 118px 16px 38px;
  }

  .hero-image {
    object-position: 57% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(255, 250, 245, 0.92) 0%, rgba(255, 250, 245, 0.82) 48%, rgba(255, 250, 245, 0.38) 100%);
  }

  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 48px;
  }

  .hero-copy > p {
    max-width: 330px;
    color: rgba(36, 25, 22, 0.74);
    font-size: 17px;
  }

  .hero-content {
    gap: 28px;
  }

  .booking-panel {
    padding: 18px;
    border-radius: 16px;
  }

  .booking-panel,
  .trust-strip,
  .principle-grid,
  .about-layout,
  .services-grid,
  .property-grid,
  .property-card,
  .detail-grid,
  .apartment-gallery,
  .property-content-grid,
  .journey-grid,
  .policy-layout,
  .contact-band,
  .company-details {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    gap: 10px;
  }

  .guest-field {
    max-width: none;
  }

  .section,
  .contact-band {
    padding: 82px 16px;
  }

  .trust-strip div {
    padding: 22px 16px;
  }

  .about-image {
    margin-top: 42px;
  }

  .about-image img {
    aspect-ratio: 4 / 3;
  }

  .property-grid {
    gap: 70px;
  }

  .property-card img {
    aspect-ratio: 4 / 3;
  }

  .property-body h3 {
    font-size: 42px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 84px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .sticky-availability {
    display: inline-flex;
  }
}
