.elementor-4693 .elementor-element.elementor-element-8ea207c{--display:flex;}.elementor-4693 .elementor-element.elementor-element-8ea207c.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-4693 .elementor-element.elementor-element-8ea207c{--width:96.69%;}}/* Start custom CSS */<style>
    :root {
      --primary: #314e52;
      --accent: #e4903b;
      --bg: #f7f5f1;
      --text: #222222;
      --muted: #666666;
      --border: #e0ddd6;
      --chip: #f4ede0;
    }

    * {
      box-sizing: border-box;
    }

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

    main {
      max-width: 980px;
      margin: 0 auto;
      padding: 2.5rem 1.5rem 4rem;
    }

    article {
      max-width: 820px;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 1.25rem;
      padding: 2rem 1.6rem 2.6rem;
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
      border: 1px solid #f0ece4;
    }

    @media (min-width: 768px) {
      article {
        padding: 2.6rem 2.4rem 3rem;
      }
    }

    h1, h2, h3 {
      font-weight: 700;
      color: var(--primary);
      line-height: 1.25;
      margin-top: 0;
    }

    h1 {
      font-size: 2rem;
      margin-bottom: 0.75rem;
    }

    h2 {
      font-size: 1.55rem;
      margin-top: 2.25rem;
      margin-bottom: 0.6rem;
    }

    h3 {
      font-size: 1.1rem;
      margin-top: 1.5rem;
      margin-bottom: 0.4rem;
    }

    p {
      margin: 0 0 1rem;
      color: var(--text);
      font-size: 0.98rem;
    }

    .hero-eyebrow {
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.78rem;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 0.4rem;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
      font-size: 0.82rem;
      color: var(--muted);
      margin-bottom: 1.5rem;
    }

    .hero-meta span {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      background: #faf6ef;
      padding: 0.3rem 0.7rem;
      border-radius: 999px;
    }

    .hero-image {
      margin: 1.3rem 0 1.8rem;
      border-radius: 1.1rem;
      overflow: hidden;
      border: 1px solid var(--border);
    }

    .hero-image img {
      display: block;
      width: 100%;
      height: auto;
    }

    .hero-caption {
      font-size: 0.78rem;
      color: var(--muted);
      padding: 0.5rem 0.9rem 0.8rem;
      background: #faf7f2;
    }

    .intro-lead {
      font-size: 1.02rem;
      font-weight: 500;
      color: var(--primary);
      margin-bottom: 1.5rem;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: var(--chip);
      border-radius: 999px;
      padding: 0.35rem 0.85rem;
      font-size: 0.8rem;
      color: var(--muted);
      margin-bottom: 1.1rem;
    }

    .badge strong {
      color: var(--primary);
      font-weight: 600;
    }

    .highlight-box {
      border-left: 4px solid var(--accent);
      background: #fff9f3;
      padding: 0.95rem 1.1rem;
      margin: 1.4rem 0 1.6rem;
      border-radius: 0.9rem;
      font-size: 0.94rem;
    }

    .highlight-box strong {
      color: var(--primary);
    }

    .lake-header {
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem 0.75rem;
      margin-bottom: 0.6rem;
      align-items: center;
    }

    .lake-tag {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--muted);
    }

    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      margin-bottom: 0.75rem;
    }

    .chip {
      background: var(--chip);
      border-radius: 999px;
      padding: 0.2rem 0.7rem;
      font-size: 0.75rem;
      color: var(--muted);
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
    }

    .chip strong {
      color: var(--primary);
    }

    .lake-image {
      margin: 1rem 0 0.9rem;
      border-radius: 0.9rem;
      overflow: hidden;
      border: 1px solid var(--border);
    }

    .lake-image img {
      display: block;
      width: 100%;
      height: auto;
    }

    .lake-image figcaption {
      font-size: 0.78rem;
      color: var(--muted);
      padding: 0.45rem 0.8rem 0.7rem;
      background: #faf7f2;
    }

    ul, ol {
      margin: 0 0 1.2rem 1.1rem;
      padding: 0;
      font-size: 0.96rem;
    }

    li {
      margin-bottom: 0.35rem;
    }

    .toc-box {
      border-radius: 1rem;
      border: 1px solid var(--border);
      background: #faf7f2;
      padding: 1rem 1.2rem 1.1rem;
      margin: 1.8rem 0 0.2rem;
    }

    .toc-box h2 {
      margin-top: 0;
      margin-bottom: 0.7rem;
      font-size: 1.1rem;
    }

    .toc-box ol {
      margin: 0;
      padding-left: 1.1rem;
      font-size: 0.95rem;
    }

    a {
      color: var(--accent);
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    .cta-box {
      margin-top: 2.5rem;
      padding: 1.5rem 1.4rem 1.6rem;
      border-radius: 1rem;
      border: 1px solid var(--accent);
      background: #fff7ec;
    }

    .cta-box h2 {
      margin-top: 0;
      margin-bottom: 0.45rem;
      font-size: 1.4rem;
    }

    .cta-button {
      display: inline-flex;
      margin-top: 0.8rem;
      padding: 0.7rem 1.5rem;
      border-radius: 999px;
      background: var(--primary);
      color: #ffffff;
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
    }

    .cta-button:hover {
      background: #253c3f;
      text-decoration: none;
    }

    .small-note {
      font-size: 0.78rem;
      color: var(--muted);
      margin-top: 0.6rem;
    }

    @media (min-width: 768px) {
      h1 {
        font-size: 2.3rem;
      }

      .intro-lead {
        font-size: 1.06rem;
      }
    }
  </style>/* End custom CSS */