﻿:root {
      --blush: #ead8dc;
      --line: #ece8ea;
      --ink: #1f1a1c;
      --muted: #665d61;
      --shell-width: min(1180px, calc(100% - 64px));
      --hero-width: min(1600px, calc(100% - 32px));
      --hero-bg: #f7f5f4;
      --top-bars-height: 86px;
      --panel-drop: #ebe6e7;
      --paper: #f6f3f4;
      --card-shadow: 0 18px 40px rgba(31, 26, 28, 0.08);
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-height: 100%;
      background: #fff;
      color: var(--ink);
    }

    body {
      font-family: 'Montserrat', sans-serif;
      padding-top: var(--top-bars-height);
    }

    .homepage {
      --muted: #2f272b;
    }

    .homepage .hero-text,
    .homepage .expectation-drop,
    .homepage .price-tab,
    .homepage .price-table-head,
    .homepage .location-line,
    .homepage .location-point,
    .homepage .location-copy,
    .homepage .footer-text,
    .homepage .footer-link,
    .homepage .footer-copy {
      color: #241d20;
    }

    .homepage .hero-text,
    .homepage .expectation-drop,
    .homepage .location-line,
    .homepage .location-point,
    .homepage .location-copy,
    .homepage .footer-text,
    .homepage .footer-link,
    .homepage .footer-copy {
      font-weight: 500;
    }

    .homepage .price-item-title,
    .homepage .nav a {
      font-weight: 700;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    a:not(.footer-icon-link):not(.logo-wrap):not(.offers):not(.info-cta):not(.hero-link) {
      background-image: linear-gradient(currentColor, currentColor);
      background-repeat: no-repeat;
      background-position: 0 calc(100% - 2px);
      background-size: 0 1px;
      transition: background-size 220ms ease;
    }

    a:not(.footer-icon-link):not(.logo-wrap):not(.offers):not(.info-cta):not(.hero-link):hover,
    a:not(.footer-icon-link):not(.logo-wrap):not(.offers):not(.info-cta):not(.hero-link):focus-visible {
      background-size: 100% 1px;
    }

    @media (prefers-reduced-motion: reduce) {
      a:not(.footer-icon-link):not(.logo-wrap):not(.offers):not(.info-cta):not(.hero-link) {
        transition: none;
      }
    }

    .breadcrumbs {
      width: var(--hero-width);
      margin: 28px auto 0;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--muted);
    }

    .breadcrumbs a {
      color: inherit;
    }

    .breadcrumbs-sep {
      opacity: 0.75;
    }

    button {
      font: inherit;
    }

    .site-top {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: #fff;
    }

    .announcement {
      min-height: 46px;
      background: var(--blush);
      display: flex;
      align-items: center;
      padding: 0 16px;
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .announcement-inner {
      width: var(--shell-width);
      margin: 0 auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left;
    }

    .announcement-message {
      padding-right: 260px;
    }

    .announcement strong {
      font-weight: 700;
    }

    .announcement .offers {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid rgba(31, 26, 28, 0.45);
      padding: 8px 16px;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.12em;
      background: transparent;
      color: var(--ink);
      transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
    }

    .announcement .offers:hover {
      background: var(--ink);
      color: var(--blush);
      border-color: var(--ink);
    }

    .top-strip {
      min-height: 40px;
      background: #f3f1f2;
      border-bottom: 1px solid var(--line);
      display: flex;
      align-items: center;
      padding: 8px 0;
    }

    .top-strip-inner {
      width: var(--shell-width);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }

    .address-row {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      white-space: nowrap;
      color: #2c2327;
    }

    .address-icon {
      width: 16px;
      height: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }

    .top-strip-status {
      display: inline-block;
      will-change: opacity, transform;
      transition: opacity 220ms ease, transform 220ms ease;
    }

    .top-strip-status.is-fading {
      opacity: 0;
      transform: translateY(2px);
    }

    @media (prefers-reduced-motion: reduce) {
      .top-strip-status {
        transition: none;
      }
    }

    .locale {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      white-space: nowrap;
      flex: 0 0 auto;
    }

    .locale .flag {
      width: 16px;
      height: 12px;
      background: linear-gradient(to right, #005293 0 28%, #fecb00 28% 40%, #005293 40% 100%);
      position: relative;
      display: inline-block;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    }

    .locale .flag::after {
      content: '';
      position: absolute;
      inset: 38% 0 0;
      height: 24%;
      background: #fecb00;
    }

    .locale .separator {
      width: 1px;
      height: 18px;
      background: #b3aaae;
    }

    .header-shell {
      width: var(--shell-width);
      margin: 26px auto 0;
    }

    .utility-row {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logo-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logo-wrap img {
      width: min(235px, 100%);
      height: auto;
      display: block;
    }

    .nav-shell {
      position: sticky;
      top: var(--top-bars-height);
      z-index: 999;
      background: #fff;
      border-bottom: 1px solid #d8d2d4;
    }

    .nav-inner {
      width: var(--shell-width);
      margin: 0 auto;
    }

    .nav {
      display: flex;
      justify-content: center;
      gap: 40px;
      padding: 14px 0 12px;
      font-size: 13px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .nav a {
      padding: 10px 0;
    }

    .hero {
      width: var(--hero-width);
      margin: 0 auto;
    }

    .hero-card {
      min-height: 690px;
      display: grid;
      grid-template-columns: minmax(360px, 0.9fr) minmax(620px, 1.5fr);
      background: var(--hero-bg);
      overflow: hidden;
    }

    .hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 88px 56px 88px 88px;
    }

    .hero-kicker {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    .hero-title {
      margin: 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(56px, 5.8vw, 86px);
      line-height: 0.94;
      font-weight: 500;
      letter-spacing: -0.03em;
      max-width: 520px;
    }

    .hero-text {
      margin: 22px 0 0;
      max-width: 420px;
      font-size: 14px;
      line-height: 1.7;
      color: var(--muted);
    }

    .hero-link {
      margin-top: 28px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      position: relative;
    }

    .hero-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 1px;
      background: currentColor;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 220ms ease;
    }

    .hero-link:hover::after {
      transform: scaleX(1);
    }

    .hero-visual {
      min-height: 690px;
    }

    .hero-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .expectations-section {
      width: var(--hero-width);
      margin: 56px auto 0;
    }

    .expectations-title,
    .price-title {
      margin: 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(42px, 4.4vw, 62px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 0.98;
    }

    .expectations-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
      margin-top: 34px;
    }

    .expectation-card {
      position: relative;
    }

    .expectation-top {
      min-height: 186px;
      background: var(--blush);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 18px;
      padding: 24px;
      text-align: center;
      position: relative;
      z-index: 2;
    }

    .expectation-icon {
      width: 62px;
      height: 62px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #4c4347;
    }

    .expectation-label {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      line-height: 1.5;
    }

    .expectation-drop {
      background: var(--panel-drop);
      min-height: 0;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transform: translateY(-14px);
      transition: max-height 320ms ease, opacity 220ms ease, transform 320ms ease, padding 320ms ease;
      padding: 0 24px;
      font-size: 13px;
      line-height: 1.75;
      color: var(--muted);
    }

    .expectation-card:hover .expectation-drop {
      max-height: 220px;
      opacity: 1;
      transform: translateY(0);
      padding: 18px 24px 22px;
    }

    .price-section {
      width: var(--hero-width);
      margin: 68px auto 0;
    }

    .price-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }

    .price-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .price-tab {
      border: 1px solid rgba(31, 26, 28, 0.16);
      background: #f0ecee;
      color: #5c5357;
      padding: 11px 18px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 11px;
      cursor: pointer;
      transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
    }

    .price-tab:hover {
      transform: translateY(-1px);
      border-color: rgba(31, 26, 28, 0.28);
    }

    .price-tab.is-active {
      background: var(--ink);
      color: var(--blush);
      border-color: var(--ink);
    }

    .price-panels {
      margin-top: 34px;
    }

    .price-panel {
      display: none;
    }

    .price-panel.is-active {
      display: block;
      animation: fadeInUp 260ms ease;
    }

    .price-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .price-card {
      background: #fff;
      border: 1px solid #efe8ea;
      box-shadow: var(--card-shadow);
      padding: 22px 22px 8px;
    }

    .price-item {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 16px 0;
      border-bottom: 1px solid #efe8ea;
    }

    .price-item:first-child {
      padding-top: 4px;
    }

    .price-item:last-child {
      border-bottom: 0;
      padding-bottom: 8px;
    }

    .price-item-title {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    .price-item-meta {
      margin-top: 5px;
      font-size: 12px;
      line-height: 1.6;
      color: var(--muted);
    }

    .price-badge {
      min-width: 74px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--blush);
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      white-space: nowrap;
    }

    .price-table-head,
    .price-item--triple {
      display: grid;
      grid-template-columns: 1fr auto auto;
      gap: 16px;
      align-items: center;
    }

    .price-table-head {
      padding: 0 0 10px;
      border-bottom: 1px solid #efe8ea;
      color: var(--muted);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .price-item--triple {
      padding: 16px 0;
      border-bottom: 1px solid #efe8ea;
    }

    .price-item--triple:last-child {
      border-bottom: 0;
      padding-bottom: 8px;
    }

    .price-col-head,
    .price-col-value {
      min-width: 92px;
      text-align: center;
    }
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(12px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .site-footer {
      width: 100%;
      margin-top: 88px;
      background: #f4eff1;
      border-top: 1px solid #e4dcdf;
    }

    .site-footer-inner {
      width: var(--hero-width);
      margin: 0 auto;
      padding: 42px 0 36px;
      display: grid;
      grid-template-columns: 1.2fr 1fr 0.9fr 1.1fr;
      gap: 36px;
    }

    .footer-brand img {
      width: 150px;
      height: auto;
      display: block;
      margin-bottom: 18px;
    }

    .footer-text,
    .footer-link,
    .footer-copy {
      font-size: 13px;
      line-height: 1.8;
      color: var(--muted);
    }

    .footer-hours-list {
      display: grid;
      grid-template-columns: max-content 16px max-content;
      column-gap: 8px;
      row-gap: 8px;
      align-items: center;
    }

    .footer-hours-item {
      display: contents;
    }

    .footer-hours-arrow {
      width: 16px;
      height: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--ink);
      flex: 0 0 auto;
    }

    .footer-contact-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-contact-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    .footer-contact-icon {
      width: 16px;
      height: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      color: var(--ink);
      margin-top: 4px;
    }

    .footer-contact-link {
      color: inherit;
      text-decoration: none;
    }

    .footer-contact-link:hover {
      text-decoration: none;
    }

    .footer-heading {
      margin: 0 0 12px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .footer-follow {
      margin-top: 22px;
    }

    .footer-icon-row {
      display: flex;
      gap: 12px;
    }

    .footer-icon-link {
      width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      border: 1px solid #e4dcdf;
      background: #ffffff;
      color: var(--ink);
      box-shadow: 0 12px 26px rgba(44, 35, 39, 0.08);
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .footer-icon-link:hover {
      transform: translateY(-1px);
      box-shadow: 0 16px 34px rgba(44, 35, 39, 0.12);
    }

    .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;
    }

    .footer-link {
      width: fit-content;
    }

    .footer-bottom {
      width: var(--hero-width);
      margin: 0 auto;
      padding: 0 0 22px;
      border-top: 1px solid #e4dcdf;
      padding-top: 18px;
    }
    .site-footer {
      width: 100%;
      margin-top: 88px;
      background: #f4eff1;
      border-top: 1px solid #e4dcdf;
    }

    .site-footer-inner {
      width: var(--hero-width);
      margin: 0 auto;
      padding: 42px 0 36px;
      display: grid;
      grid-template-columns: 1.2fr 1fr 0.9fr 1.1fr;
      gap: 36px;
    }

    .footer-brand img {
      width: 150px;
      height: auto;
      display: block;
      margin-bottom: 18px;
    }

    .footer-text,
    .footer-link,
    .footer-copy {
      font-size: 13px;
      line-height: 1.8;
      color: var(--muted);
    }

    .footer-heading {
      margin: 0 0 12px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .footer-link {
      width: fit-content;
    }

    .footer-bottom {
      width: var(--hero-width);
      margin: 0 auto;
      border-top: 1px solid #e4dcdf;
      padding: 18px 0 22px;
    }
    .location-section {
      width: var(--hero-width);
      margin: 72px auto 0;
    }

    .location-title {
      margin: 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(42px, 4.4vw, 62px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 0.98;
    }
    .location-block {
      margin-top: 28px;
      max-width: none;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
      gap: 28px;
      align-items: start;
    }

    .location-content {
      min-width: 0;
    }

    .location-map {
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #e4dcdf;
      background: #efe8eb;
      box-shadow: 0 18px 38px rgba(44, 35, 39, 0.1);
    }

    .location-map iframe {
      display: block;
      width: 100%;
      height: 430px;
      border: 0;
    }

    .info-section {
      width: var(--hero-width);
      margin: 64px auto 0;
    }

    .info-title {
      margin: 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(42px, 4.4vw, 62px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 0.98;
    }

    .info-lead {
      margin: 18px 0 0;
      max-width: 820px;
      font-size: 15px;
      line-height: 1.9;
      color: var(--muted);
    }

    .info-grid {
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }

    .info-card {
      border-radius: 22px;
      border: 1px solid #e4dcdf;
      background: #ffffff;
      padding: 20px 20px 18px;
      box-shadow: 0 18px 40px rgba(44, 35, 39, 0.08);
    }

    .info-card-title {
      margin: 0;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .info-text {
      margin: 12px 0 0;
      font-size: 13px;
      line-height: 1.9;
      color: var(--muted);
    }

    .info-cta {
      margin-top: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid #e4dcdf;
      background: #f4eff1;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink);
      width: fit-content;
    }

    .info-link {
      margin-top: 12px;
      display: inline-flex;
      width: fit-content;
    }

    .location-subtitle {
      margin: 32px 0 16px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .location-subtitle--first {
      margin-top: 0;
    }

    .location-line,
    .location-point {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      font-size: 15px;
      line-height: 1.8;
      color: var(--muted);
    }

    .location-copy {
      margin: 20px 0 0;
      font-size: 15px;
      line-height: 1.8;
      color: var(--muted);
    }

    .location-points {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 18px;
    }

    .location-icon,
    .location-arrow {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
      color: var(--ink);
      margin-top: 4px;
    }
    @media (max-width: 980px) {
      :root {
        --shell-width: calc(100% - 36px);
        --hero-width: calc(100% - 32px);
        --top-bars-height: 110px;
      }

      .announcement-message {
        padding-right: 0;
      }

      .announcement {
        padding: 0 20px;
        text-align: center;
        min-height: 54px;
      }

      .announcement .offers {
        display: none;
      }

      .top-strip-inner {
        flex-wrap: wrap;
        justify-content: flex-start;
      }

      .address-row {
        font-size: 11px;
        white-space: normal;
      }

      .nav {
        flex-wrap: wrap;
        gap: 18px 28px;
        justify-content: center;
      }

      .hero-card {
        grid-template-columns: 1fr;
        min-height: 0;
      }

      .hero-copy {
        padding: 46px 28px 40px;
      }

      .hero-title,
      .hero-text {
        max-width: none;
      }

      .hero-visual {
        min-height: 460px;
      }

      .expectations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .price-grid {
        grid-template-columns: 1fr;
      }

      .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .location-section {
        margin-top: 52px;
      }

      .location-block {
        grid-template-columns: 1fr;
        gap: 22px;
      }

      .location-map iframe {
        height: 360px;
      }

      .info-section {
        margin-top: 52px;
      }

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

      .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .location-section {
        margin-top: 52px;
      }
    }

    @media (max-width: 680px) {
      .price-table-head,
      .price-item--triple {
        grid-template-columns: 1fr;
      }

      .price-col-head,
      .price-col-value {
        text-align: left;
      }
      .expectations-section,
      .price-section {
        margin-top: 36px;
      }

      .expectations-title,
      .price-title {
        font-size: 36px;
      }

      .header-shell {
        margin-top: 20px;
      }

      .address-row,
      .locale {
        gap: 8px;
        font-size: 11px;
      }

      .hero-copy {
        padding: 34px 22px 30px;
      }

      .hero-title {
        font-size: 42px;
      }

      .hero-visual {
        min-height: 360px;
      }

      .expectations-grid {
        grid-template-columns: 1fr;
      }

      .price-card {
        padding: 18px 18px 4px;
      }

      .site-footer {
        margin-top: 56px;
      }

      .location-title {
        font-size: 36px;
      }

      .site-footer {
        margin-top: 56px;
      }

      .location-title {
        font-size: 36px;
      }

      .price-item {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .price-badge {
        justify-self: start;
      }
    }
