    @font-face {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url('index_files/Fonts/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2');
    }
    @font-face {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url('index_files/Fonts/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2');
    }
    @font-face {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url('index_files/Fonts/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2') format('woff2');
    }
    @font-face {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url('index_files/Fonts/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-IxBSL_g.woff2') format('woff2');
    }

    :root {
      --bg: #ffffff;
      --paper: #f8f3f0;
      --paper-strong: #dcc3bd;
      --text: #442b24;
      --muted: #865547;
      --line: #dcc3bd;
      --accent: #3c5c5b;
      --accent-2: #b9887a;
      --link: #3d9be9;
      --shadow: 0 24px 60px rgba(68, 43, 36, 0.08);
      --radius: 28px;
      --container: 1160px;
    }

    * { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      scroll-snap-type: y mandatory;
      scroll-padding-top: 88px;
    }
    body {
      margin: 0;
      font-family: 'Raleway', sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(220, 195, 189, 0.35), transparent 30%),
        linear-gradient(180deg, #fffdfc 0%, #ffffff 18%, #fdf9f7 100%);
      line-height: 1.7;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }

    .container {
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
    }


    main,
    .footer {
      scroll-snap-type: inherit;
    }

    .section > .container,
    .footer > .container {
      width: min(var(--container), calc(100% - 32px));
    }

    .topbar {
      padding: 8px 0;
      font-size: 13px;
      border-bottom: 1px solid rgba(220, 195, 189, 0.7);
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .topbar__inner,
    .header__inner,
    .hero,
    .office__head,
    .office__links,
    .office__hours-row,
    .payment {
      display: flex;
      gap: 16px;
      align-items: center;
    }

    .topbar__inner {
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .topbar__contacts {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(220, 195, 189, 0.55);
    }

    .header__inner {
      justify-content: space-between;
      padding: 10px 0;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .brand__logo {
      width: 68px;
      height: 68px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .brand__eyebrow,
    .nav a,
    .pill,
    .office__meta,
    .reviews__caption,
    .footer {
      font-size: 14px;
    }

    .brand__eyebrow {
      color: var(--muted);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .brand__title,
    .section-title,
    .office__title,
    .payment__title {
      font-family: 'Cormorant Garamond', serif;
      margin: 0;
      line-height: 1.08;
    }

    .brand__title {
      font-size: clamp(30px, 3.4vw, 44px);
      font-weight: 400;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .nav a {
      color: var(--text);
      transition: color .2s ease;
    }

    .nav a:hover { color: var(--accent); }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      padding: 10px 18px;
      font-weight: 700;
      border: 1px solid var(--accent);
      transition: transform .2s ease, background-color .2s ease, color .2s ease;
    }

    .button:hover {
      transform: translateY(-1px);
    }

    .button--solid {
      background: var(--accent);
      color: #fff;
    }

    .button--solid:hover {
      background: #2f4948;
    }

    .button--ghost {
      background: rgba(255,255,255,0.85);
      color: var(--accent);
    }

    .button--ghost:hover {
      background: var(--accent);
      color: #fff;
    }

    .hero {
      align-items: stretch;
      justify-content: space-between;
      gap: 28px;
      padding: 40px 0 30px;
    }

    .hero__content,
    .hero__aside {
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(220, 195, 189, 0.7);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .hero__content {
      flex: 1 1 700px;
      padding: 40px;
      position: relative;
      overflow: hidden;
    }

    .hero__content::before {
      content: '';
      position: absolute;
      inset: auto -40px -60px auto;
      width: 220px;
      height: 220px;
      background: radial-gradient(circle, rgba(185, 136, 122, 0.22), transparent 68%);
      pointer-events: none;
    }

    .hero__subtitle {
      margin: 0 0 12px;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .12em;
      font-size: 13px;
    }

    .hero__title {
      margin: 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(42px, 7vw, 84px);
      line-height: 0.95;
      font-weight: 400;
      max-width: 9ch;
    }

    .hero__text {
      margin: 22px 0 28px;
      max-width: 56ch;
      font-size: 18px;
      color: var(--muted);
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .hero__aside {
      flex: 0 1 320px;
      padding: 28px;
      background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
    }

    .hero__aside h2 {
      margin: 0 0 12px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 34px;
      font-weight: 400;
    }

    .hero__aside p {
      margin: 0 0 10px;
      color: var(--muted);
    }

    .section {
      min-height: 100vh;
      padding: 36px 0;
      scroll-snap-align: start;
      scroll-snap-stop: always;
      display: flex;
      align-items: center;
    }

    .section-title {
      text-align: center;
      font-size: clamp(42px, 5vw, 64px);
      font-weight: 400;
      margin: 0 0 26px;
    }

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

    .card,
    .office,
    .reviews,
    .payment {
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(220, 195, 189, 0.8);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .card {
      overflow: hidden;
    }

    .card__image {
      width: 100%;
      aspect-ratio: 269 / 323;
      object-fit: cover;
    }

    .card__body {
      padding: 22px 22px 26px;
      background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
      height: 100%;
    }

    .card__title {
      margin: 0 0 12px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 32px;
      line-height: 1.05;
      font-weight: 700;
    }

    .card__body p {
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .divider {
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--line), transparent);
      margin: 22px 0 0;
    }

    .reviews {
      overflow: hidden;
      padding: 18px;
      max-width: 840px;
      margin: 0 auto;
    }

    .reviews iframe,
    .map-frame {
      width: 100%;
      border: 1px solid #e6e6e6;
      border-radius: 18px;
      display: block;
      background: #fff;
    }

    .reviews iframe { min-height: 650px; }

    .reviews__caption {
      display: block;
      margin-top: 10px;
      color: #8a8a8a;
      text-align: center;
    }

    .offices {
      display: grid;
      gap: 24px;
    }

    .office {
      overflow: hidden;
      padding: 28px;
      background: linear-gradient(180deg, #fff 0%, #fbf7f5 100%);
    }

    .office__head {
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 18px;
    }

    .office__title {
      font-size: clamp(34px, 4vw, 48px);
      font-weight: 400;
    }

    .office__meta {
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 6px;
    }

    .office__links {
      flex-wrap: wrap;
      margin: 18px 0 22px;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid rgba(60, 92, 91, 0.18);
      color: var(--accent);
      font-weight: 700;
    }

    .pill:hover {
      background: var(--accent);
      color: #fff;
    }

    .office__address {
      margin: 0 0 18px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 30px;
      line-height: 1.1;
    }

    .office__address a {
      color: var(--link);
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .office__hours {
      display: grid;
      gap: 8px;
      margin-bottom: 24px;
    }

    .office__hours-title {
      margin: 0 0 4px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 32px;
      font-weight: 400;
    }

    .office__hours-row {
      justify-content: space-between;
      gap: 20px;
      padding: 10px 0;
      border-bottom: 1px solid rgba(220, 195, 189, 0.8);
    }

    .office__hours-row:last-child { border-bottom: 0; }

    .office__hours-row span:last-child {
      font-weight: 700;
      white-space: nowrap;
    }

    .map-frame {
      min-height: 496px;
    }

    .payment {
      justify-content: space-between;
      padding: 26px 28px;
      gap: 22px;
      flex-wrap: wrap;
    }

    .payment__title {
      margin: 0 0 8px;
      font-size: clamp(34px, 4vw, 48px);
      font-weight: 400;
    }

    .payment__text {
      margin: 0;
      color: var(--muted);
    }

    .footer {
      min-height: 100vh;
      padding: 28px 0 42px;
      color: var(--muted);
      text-align: center;
      scroll-snap-align: start;
      scroll-snap-stop: always;
      display: flex;
      align-items: center;
    }

    @media (max-width: 980px) {
      .header__inner,
      .hero,
      .office__head,
      .payment {
        flex-direction: column;
        align-items: flex-start;
      }

      .nav {
        justify-content: flex-start;
      }

      .hero__aside,
      .hero__content {
        width: 100%;
      }

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

    @media (max-width: 720px) {
      .container { width: min(var(--container), calc(100% - 20px)); }
      .header__inner { padding: 10px 0; }
      .brand__logo { width: 56px; height: 56px; }
      .hero__content,
      .hero__aside,
      .office,
      .reviews,
      .payment { padding: 20px; }
      .map-frame,
      .reviews iframe { min-height: 420px; }
      .office__hours-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
      }
    }
