    :root {
      --bg: #f7f3ee;
      --bg-soft: #fbf8f4;
      --bg-card: rgba(255,255,255,0.82);
      --white: #ffffff;
      --text: #1f2937;
      --text-soft: #5b6472;
      --teal: #123f3c;
      --teal-2: #0f5b55;
      --teal-soft: #dfeeea;
      --beige: #efe4d7;
      --border: rgba(15, 23, 42, 0.08);
      --shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
      --shadow-lg: 0 30px 90px rgba(15, 23, 42, 0.12);
      --radius: 28px;
      --radius-sm: 18px;
      --container: 1240px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
    }

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

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

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

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

    .serif {
      font-family: Georgia, "Times New Roman", serif;
      letter-spacing: -0.02em;
    }

    .muted {
      color: var(--text-soft);
    }

    .eyebrow {
      font-size: 12px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(18, 63, 60, 0.75);
      margin-bottom: 16px;
    }

    .section {
      padding: 96px 0;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      padding: 14px 24px;
      font-size: 14px;
      font-weight: 600;
      border: 1px solid transparent;
      transition: 0.25s ease;
      cursor: pointer;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      background: var(--teal);
      color: white;
      box-shadow: 0 14px 30px rgba(18, 63, 60, 0.18);
    }

    .btn-secondary {
      background: rgba(255,255,255,0.75);
      border-color: rgba(15,23,42,0.1);
      color: var(--text);
      backdrop-filter: blur(10px);
    }

    .btn-outline {
      background: transparent;
      border-color: rgba(15,23,42,0.12);
      color: var(--text);
    }

    .card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .card-sm {
      border-radius: var(--radius-sm);
    }

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

    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid rgba(255,255,255,0.4);
      background: rgba(255,255,255,0.68);
      backdrop-filter: blur(18px);
    }

    .header-inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

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

    .brand-badge {
      width: 46px;
      height: 46px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #dfeeea, #f0ece5);
      box-shadow: 0 6px 20px rgba(15,23,42,0.08);
      color: var(--teal);
      font-weight: 700;
    }

    .brand-top {
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(18, 63, 60, 0.7);
    }

    .brand-name {
      font-size: 16px;
      font-weight: 600;
      color: #111827;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .nav a {
      font-size: 14px;
      color: #334155;
      transition: 0.2s ease;
    }

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

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

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      border: 1px solid rgba(15,23,42,0.1);
      background: white;
      cursor: pointer;
      font-size: 20px;
    }

    .mobile-menu {
      display: none;
      padding: 0 0 18px;
    }

    .mobile-menu.open {
      display: block;
    }

    .mobile-menu-inner {
      display: grid;
      gap: 10px;
      padding-top: 10px;
    }

    .mobile-menu a {
      padding: 14px 16px;
      background: rgba(255,255,255,0.82);
      border: 1px solid var(--border);
      border-radius: 16px;
      box-shadow: var(--shadow);
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: 92vh;
      display: flex;
      align-items: center;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(100deg, rgba(247,243,238,0.95) 0%, rgba(247,243,238,0.78) 40%, rgba(38,54,52,0.28) 100%),
        url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
    }

    .hero-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.55), transparent 22%),
        radial-gradient(circle at 80% 10%, rgba(124,164,157,0.12), transparent 18%),
        radial-gradient(circle at 70% 80%, rgba(214,192,170,0.18), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0));
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 48px;
      align-items: center;
      padding: 52px 0 72px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,0.58);
      border: 1px solid rgba(255,255,255,0.45);
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--teal);
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 24px rgba(15,23,42,0.06);
    }

    .hero h1 {
      font-size: clamp(44px, 8vw, 78px);
      line-height: 0.98;
      margin: 20px 0 0;
      color: #111827;
    }

    .hero h1 span {
      display: block;
      color: rgba(18, 63, 60, 0.95);
    }

    .hero-text {
      margin-top: 24px;
      max-width: 760px;
      font-size: 20px;
      line-height: 1.8;
      color: #475569;
    }

    .hero-actions {
      margin-top: 34px;
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .hero-features {
      margin-top: 34px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .hero-feature {
      padding: 20px;
      border-radius: 24px;
      background: rgba(255,255,255,0.45);
      border: 1px solid rgba(255,255,255,0.45);
      backdrop-filter: blur(14px);
      box-shadow: 0 18px 40px rgba(15,23,42,0.08);
    }

    .hero-feature h4 {
      margin: 0;
      font-size: 14px;
      color: #111827;
    }

    .hero-feature p {
      margin: 8px 0 0;
      font-size: 14px;
      line-height: 1.7;
      color: #5b6472;
    }

    .hero-portrait {
      animation: floatSlow 6s ease-in-out infinite;
    }

    .glass-panel {
      padding: 16px;
      border-radius: 34px;
      background: rgba(255,255,255,0.32);
      border: 1px solid rgba(255,255,255,0.48);
      box-shadow: var(--shadow-lg);
      backdrop-filter: blur(22px);
    }

    .portrait-wrap {
      overflow: hidden;
      border-radius: 28px;
      background: #f2ece5;
    }

    .portrait-wrap img {
      width: 100%;
      height: 520px;
      object-fit: cover;
    }

    .mini-grid {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(2, 1fr);
      margin-top: 14px;
    }

    .mini-card {
      background: rgba(255,255,255,0.74);
      padding: 16px;
      border-radius: 18px;
    }

    .mini-card .small-label {
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #64748b;
    }

    .mini-card p {
      margin: 8px 0 0;
      font-size: 14px;
      line-height: 1.7;
      color: #475569;
    }

    .info-strip {
      border-top: 1px solid rgba(15,23,42,0.05);
      border-bottom: 1px solid rgba(15,23,42,0.05);
      background: rgba(255,255,255,0.5);
      backdrop-filter: blur(8px);
    }

    .info-strip-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      padding: 24px 0;
    }

    .strip-item {
      background: rgba(255,255,255,0.78);
      padding: 16px 18px;
      border-radius: 18px;
      border: 1px solid rgba(15,23,42,0.05);
      box-shadow: 0 8px 20px rgba(15,23,42,0.04);
      color: #5b6472;
      font-size: 14px;
    }

    .about-grid,
    .process-grid,
    .contact-grid,
    .booking-bottom-grid {
      display: grid;
      gap: 40px;
      align-items: center;
    }

    .about-grid {
      grid-template-columns: 0.95fr 1.05fr;
    }

    .about-image {
      position: relative;
    }

    .about-image::before {
      content: "";
      position: absolute;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: rgba(173, 216, 210, 0.45);
      filter: blur(26px);
      left: -24px;
      top: -24px;
    }

    .about-image-wrap {
      overflow: hidden;
      border-radius: 34px;
      box-shadow: var(--shadow-lg);
      border: 1px solid rgba(15,23,42,0.05);
      position: relative;
      z-index: 2;
    }

    .about-image-wrap img {
      height: 620px;
      width: 100%;
      object-fit: cover;
    }

    .about-panel {
      padding: 36px;
      border-radius: 34px;
      background: linear-gradient(135deg, #dfeeea, #e7f2ee 50%, #f5f1ea 100%);
      box-shadow: var(--shadow);
      border: 1px solid rgba(255,255,255,0.6);
    }

    .about-panel h2,
    .section-title {
      margin: 0;
      font-size: clamp(34px, 4vw, 54px);
      line-height: 1.1;
      color: #111827;
    }

    .about-panel p,
    .lead {
      font-size: 18px;
      line-height: 1.8;
      color: #475569;
    }

    .about-points,
    .services-grid,
    .cards-3,
    .booking-grid,
    .contact-cards {
      display: grid;
      gap: 16px;
    }

    .about-points {
      margin-top: 26px;
      grid-template-columns: repeat(2, 1fr);
    }

    .point-card {
      padding: 18px;
      border-radius: 18px;
      background: rgba(255,255,255,0.7);
      border: 1px solid rgba(255,255,255,0.7);
      box-shadow: 0 10px 24px rgba(15,23,42,0.05);
    }

    .point-card h4 {
      margin: 0;
      font-size: 16px;
    }

    .point-card p {
      margin: 8px 0 0;
      font-size: 14px;
      line-height: 1.7;
      color: #5b6472;
    }

    .actions-row {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .bg-soft {
      background: var(--bg-soft);
    }

    .services-grid {
      margin-top: 48px;
      grid-template-columns: repeat(3, 1fr);
    }

    .service-card {
      overflow: hidden;
      border-radius: 34px;
      background: white;
      border: 1px solid rgba(15,23,42,0.06);
      box-shadow: var(--shadow);
      transition: 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-lg);
    }

    .service-image {
      position: relative;
      height: 290px;
      overflow: hidden;
    }

    .service-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.7s ease;
    }

    .service-card:hover .service-image img {
      transform: scale(1.05);
    }

    .service-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(15,23,42,0.35), transparent);
    }

    .service-body {
      padding: 28px;
    }

    .service-body h3 {
      margin: 0;
      font-size: 30px;
      color: #111827;
    }

    .service-body p {
      margin: 16px 0 0;
      color: #5b6472;
      font-size: 16px;
      line-height: 1.8;
    }

    .service-body .btn {
      margin-top: 20px;
    }

    .process-grid {
      grid-template-columns: 0.95fr 1.05fr;
      align-items: start;
    }

    .steps-list {
      display: grid;
      gap: 18px;
    }

    .step-card {
      padding: 24px;
      border-radius: 28px;
      background: rgba(255,255,255,0.82);
      border: 1px solid rgba(15,23,42,0.05);
      box-shadow: 0 16px 38px rgba(15,23,42,0.06);
    }

    .step-row {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .step-num {
      width: 44px;
      height: 44px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--teal);
      color: white;
      font-size: 14px;
      font-weight: 700;
      flex-shrink: 0;
    }

    .step-card h3 {
      margin: 0;
      font-size: 24px;
      color: #111827;
    }

    .step-card p {
      margin: 10px 0 0;
      color: #5b6472;
      line-height: 1.8;
    }

    .gradient-section {
      background: linear-gradient(180deg, #f5f1ea 0%, #eef5f3 100%);
    }

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

    .soft-card {
      padding: 30px;
      border-radius: 30px;
      background: rgba(255,255,255,0.72);
      border: 1px solid rgba(255,255,255,0.72);
      box-shadow: var(--shadow);
      backdrop-filter: blur(14px);
    }

    .soft-card h3 {
      margin: 0;
      font-size: 30px;
      color: #111827;
    }

    .soft-card p {
      margin: 14px 0 0;
      color: #5b6472;
      line-height: 1.8;
    }

    .booking-grid {
      margin-top: 48px;
      grid-template-columns: repeat(3, 1fr);
    }

    .booking-card {
      padding: 24px;
      border-radius: 28px;
      background: rgba(255,255,255,0.86);
      border: 1px solid rgba(15,23,42,0.05);
      box-shadow: 0 16px 38px rgba(15,23,42,0.06);
      transition: 0.25s ease;
    }

    .booking-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 22px 50px rgba(15,23,42,0.09);
    }

    .tag {
      display: inline-flex;
      padding: 6px 12px;
      border-radius: 999px;
      background: #ecf8f6;
      color: var(--teal);
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .booking-card h3 {
      margin: 16px 0 0;
      font-size: 24px;
      line-height: 1.3;
      color: #111827;
    }

    .booking-card p {
      margin: 12px 0 0;
      color: #5b6472;
      line-height: 1.8;
    }

    .booking-bottom-grid {
      margin-top: 32px;
      grid-template-columns: 1.05fr 0.95fr;
      align-items: stretch;
    }

    .booking-panel {
      padding: 30px;
      border-radius: 34px;
      background: rgba(255,255,255,0.82);
      border: 1px solid rgba(15,23,42,0.05);
      box-shadow: var(--shadow);
    }

    .booking-panel-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(148,163,184,0.25);
    }

    .pill {
      background: #ecf8f6;
      color: var(--teal);
      border-radius: 999px;
      padding: 10px 14px;
      font-size: 13px;
      white-space: nowrap;
    }

    .booking-menu {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .menu-item {
      width: 100%;
      text-align: left;
      padding: 16px;
      border-radius: 18px;
      background: #faf8f5;
      border: 1px solid rgba(148,163,184,0.25);
      color: #475569;
      transition: 0.2s ease;
      cursor: pointer;
    }

    .menu-item:hover {
      border-color: rgba(18, 63, 60, 0.2);
      background: #eef7f5;
    }

    .dark-panel {
      padding: 30px;
      border-radius: 34px;
      background: linear-gradient(135deg, #0d4c48, #123f3c 45%, #111827 100%);
      color: white;
      box-shadow: 0 26px 70px rgba(15,23,42,0.18);
    }

    .dark-panel h3 {
      margin: 12px 0 0;
      font-size: 38px;
      line-height: 1.2;
    }

    .dark-panel .list {
      margin-top: 22px;
      display: grid;
      gap: 10px;
      color: rgba(255,255,255,0.82);
      font-size: 15px;
      line-height: 1.8;
    }

    .form-section {
      background: #f9f6f1;
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 0.9fr;
      gap: 40px;
    }

    .form-card {
      padding: 34px;
      border-radius: 34px;
      background: white;
      border: 1px solid rgba(15,23,42,0.05);
      box-shadow: var(--shadow);
    }

    .form {
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .field {
      display: grid;
      gap: 8px;
    }

    .field.full {
      grid-column: 1 / -1;
    }

    .field label {
      font-size: 14px;
      font-weight: 600;
      color: #475569;
    }

    .control {
      width: 100%;
      padding: 15px 16px;
      border-radius: 18px;
      border: 1px solid rgba(148,163,184,0.28);
      background: #fbfaf8;
      outline: none;
      transition: 0.2s ease;
    }

    .control:focus {
      border-color: rgba(18, 63, 60, 0.3);
      box-shadow: 0 0 0 4px rgba(173, 216, 210, 0.28);
    }

    textarea.control {
      resize: vertical;
      min-height: 140px;
    }

    .checkbox-row {
      grid-column: 1 / -1;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #5b6472;
      font-size: 14px;
    }

    .checkbox-row input {
      margin-top: 3px;
    }

    .form-actions {
      grid-column: 1 / -1;
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .side-stack {
      display: grid;
      gap: 24px;
    }

    .side-card {
      padding: 28px;
      border-radius: 34px;
      box-shadow: var(--shadow);
    }

    .side-card.light {
      background: rgba(255,255,255,0.8);
      border: 1px solid rgba(15,23,42,0.05);
    }

    .side-card.gradient {
      background: linear-gradient(135deg, #efe4d7, #dceae5);
    }

    .side-list {
      margin-top: 20px;
      display: grid;
      gap: 12px;
    }

    .side-list div {
      background: #faf8f5;
      border-radius: 18px;
      padding: 14px 16px;
      color: #475569;
      line-height: 1.7;
      font-size: 14px;
    }

    .brand-block {
      border-radius: 38px;
      padding: 36px;
      background: linear-gradient(135deg, rgba(13,84,78,0.96), rgba(31,41,55,0.95));
      color: white;
      box-shadow: 0 30px 90px rgba(15,23,42,0.18);
    }

    .brand-block-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 40px;
      align-items: center;
    }

    .brand-block h2 {
      margin: 16px 0 0;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1.1;
    }

    .brand-block p {
      margin: 18px 0 0;
      font-size: 18px;
      line-height: 1.8;
      color: rgba(255,255,255,0.8);
    }

    .brand-tags {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .brand-tag {
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.1);
      padding: 18px;
      backdrop-filter: blur(14px);
      color: rgba(255,255,255,0.86);
      line-height: 1.7;
    }

    .faq-section {
      background: rgba(255,255,255,0.6);
      backdrop-filter: blur(8px);
    }

    .faq-wrap {
      max-width: 960px;
      margin: 0 auto;
    }

    .faq-list {
      margin-top: 44px;
      display: grid;
      gap: 14px;
    }

    details.faq-item {
      background: #fbfaf8;
      border-radius: 24px;
      padding: 24px;
      border: 1px solid rgba(15,23,42,0.05);
      box-shadow: 0 8px 20px rgba(15,23,42,0.04);
    }

    details summary {
      list-style: none;
      cursor: pointer;
    }

    details summary::-webkit-details-marker {
      display: none;
    }

    .faq-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-size: 22px;
      font-weight: 600;
      color: #111827;
    }

    .faq-icon {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ecf8f6;
      color: var(--teal);
      transition: 0.2s ease;
      font-size: 18px;
      flex-shrink: 0;
    }

    details[open] .faq-icon {
      transform: rotate(45deg);
    }

    .faq-item p {
      margin: 16px 0 0;
      color: #5b6472;
      line-height: 1.8;
      font-size: 16px;
    }

    .contact-grid {
      grid-template-columns: 1.05fr 0.95fr;
    }

    .contact-panel,
    .cta-panel {
      padding: 34px;
      border-radius: 34px;
      box-shadow: var(--shadow);
    }

    .contact-panel {
      background: #eef4f2;
      border: 1px solid rgba(15,23,42,0.05);
    }

    .contact-cards {
      margin-top: 28px;
      grid-template-columns: repeat(2, 1fr);
    }

    .contact-card {
      background: rgba(255,255,255,0.76);
      border-radius: 18px;
      padding: 18px;
      box-shadow: 0 8px 18px rgba(15,23,42,0.05);
    }

    .contact-card .small-label {
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #64748b;
    }

    .contact-card .value {
      margin-top: 8px;
      font-size: 17px;
      font-weight: 600;
      color: #111827;
      word-break: break-word;
    }

    .cta-panel {
      background: white;
      border: 1px solid rgba(15,23,42,0.05);
    }

    .cta-list {
      margin-top: 28px;
      display: grid;
      gap: 12px;
    }

    .cta-list a {
      display: block;
      padding: 16px 18px;
      border-radius: 18px;
      background: #faf8f5;
      border: 1px solid rgba(148,163,184,0.24);
      transition: 0.2s ease;
      font-weight: 500;
      color: #334155;
    }

    .cta-list a:hover {
      border-color: rgba(18, 63, 60, 0.2);
      background: #eef7f5;
    }

    .footer {
      border-top: 1px solid rgba(15,23,42,0.05);
      background: rgba(255,255,255,0.72);
      backdrop-filter: blur(12px);
    }

    .footer-inner {
      padding: 26px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      color: #5b6472;
      font-size: 14px;
    }

    .footer-title {
      color: #111827;
      font-weight: 600;
      margin-bottom: 4px;
    }

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

    .mobile-sticky {
      position: fixed;
      left: 16px;
      right: 16px;
      bottom: 16px;
      z-index: 60;
      display: none;
    }

    .mobile-sticky .btn {
      width: 100%;
      padding: 16px 22px;
      box-shadow: 0 20px 40px rgba(18, 63, 60, 0.25);
    }

    @keyframes floatSlow {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
    }

    @media (max-width: 1100px) {
      .nav,
      .header-actions {
        display: none;
      }

      .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .hero-inner,
      .about-grid,
      .process-grid,
      .booking-bottom-grid,
      .form-grid,
      .contact-grid,
      .brand-block-grid {
        grid-template-columns: 1fr;
      }

      .services-grid,
      .cards-3,
      .booking-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .info-strip-inner,
      .contact-cards {
        grid-template-columns: repeat(2, 1fr);
      }

      .hero-features {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 760px) {
      .section {
        padding: 72px 0;
      }

      .container {
        width: min(var(--container), calc(100% - 24px));
      }

      .services-grid,
      .cards-3,
      .booking-grid,
      .booking-menu,
      .about-points,
      .contact-cards,
      .info-strip-inner,
      .mini-grid,
      .form {
        grid-template-columns: 1fr;
      }

      .hero {
        min-height: auto;
      }

      .hero-inner {
        padding: 36px 0 56px;
      }

      .portrait-wrap img,
      .about-image-wrap img {
        height: 420px;
      }

      .about-panel,
      .form-card,
      .side-card,
      .contact-panel,
      .cta-panel,
      .brand-block,
      .booking-panel,
      .dark-panel {
        padding: 24px;
      }

      .hero-text,
      .lead,
      .about-panel p,
      .brand-block p {
        font-size: 16px;
      }

      .faq-head {
        font-size: 18px;
      }

      .mobile-sticky {
        display: block;
      }
    }