/*
 * Lake Wildwood Association, Inc.
 * A Project by Justin P.
 * Illinois Valley Design
 */

/* Shared vendor dependencies. */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Patua+One");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Young+Serif&display=swap");
@import url("css/bootstrap/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.15.0/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

/* ================================================================
   Shared site foundation
   ================================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

::selection {
  background: #f9ead4;
}

::-moz-selection {
  background: #f9ead4;
}

body {
  position: relative;
  z-index: auto;
  font-family: "Libre Baskerville", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d97b29;
  font-family: "Patua One", cursive;
  line-height: 1.3;
}

p {
  color: #202020;
  font-size: 18px;
  line-height: 1.35;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  border: 0;
  background-color: transparent;
  color: #f29b30;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  transition: color 0.5s ease, background-color 0.5s ease;
}

a:hover,
a:focus,
a:active {
  color: #f7c280;
  text-decoration: none;
  outline: none;
}

.fplus-table {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.fplus-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* ================================================================
   Preloader
   ================================================================ */

#preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 249, 249, 0.97);
}

#preloader img {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  margin-top: -16.5px;
  margin-left: -14px;
}

.fplus-load {
  position: relative;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border: 4px solid #ddd;
  border-bottom-color: #17594a;
  border-radius: 50%;
  background: transparent;
  animation: fplus-load 2s linear infinite;
}

@keyframes fplus-load {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ================================================================
   Desktop navigation
   ================================================================ */

.header_area {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100px;
}

.header_fade {
  transition: 0.25s ease-in-out;
}

.header_area > .container > .row > .col-12 > .logo_area > .header_fade:hover {
  background-color: #1b6787;
  color: #d4d4d4;
}

.logo_area > a {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 0 0 15px 0;
  background-color: #01263d;
}

.logo_area > a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100px;
  width: 9000px;
  height: 100px;
  background-color: #01263d;
  box-shadow: 2px 0 25px 1px #333;
  content: "";
}

.menu-open-close {
  width: 100px;
  height: 100px;
  background-color: #ebebeb;
}

.fplus-main-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -55%;
  width: 50%;
  padding-left: 15%;
  background-color: rgba(255, 255, 255, 0.95);
  transition: left 1s;
}

.header-social-info {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -55%;
  width: 50%;
  height: 100%;
  padding-right: 15%;
  background-color: rgba(255, 255, 255, 0.95);
  transition: right 1s;
}

.fplus-menu-area.menu-open .fplus-main-menu {
  left: 0;
}

.fplus-menu-area.menu-open .header-social-info {
  right: 0;
}

.fplus-menu-area .navbar {
  padding: 0;
}

.fplus-menu-area ul.navbar-nav {
  flex-direction: column !important;
}

.fplus-menu-area .nav-item .nav-link {
  padding: 10px 0;
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.fplus-menu-area .nav-item .nav-link:hover,
.fplus-menu-area .nav-item.active .nav-link {
  color: #000;
  font-weight: 500;
}

.fplus-menu-area .nav-item .dropdown-toggle {
  color: #959595;
}

.fplus-menu-area .dropdown-item {
  padding: 5px 15px;
  color: #959595;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-social-info .h-social-icon > a {
  display: block;
  margin-bottom: 30px;
  color: #959595;
}

.header-social-info .h-social-icon > a:hover {
  color: #01263d;
}

#nav-icon {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

#nav-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 9px;
  background-color: #000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2) {
  top: 12.5px;
}

#nav-icon span:nth-child(3) {
  top: 25px;
}

#nav-icon.open span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  left: -100px;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

/* ================================================================
   Primary public navigation

   These selectors belong to php/nav.php. They do not appear in the
   individual page files, but are shared by Index, About, and Lots.
   ================================================================ */

.nav-cursor-text {
  cursor: default;
}

#nav {
  position: absolute !important;
  z-index: 9999;
  top: 22px;
  left: 50%;
  display: block;
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  transform: translateX(-50%);
}

ul#navigation {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(2, 56, 89, 0.94);
  box-shadow: 0 18px 45px rgba(1, 38, 61, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  list-style: none;
}

ul#navigation > li {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul#navigation > li > a {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 11px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

ul#navigation > li:has(> ul) > a::after {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

ul#navigation > li:has(> ul):hover > a::after,
ul#navigation > li:has(> ul):focus-within > a::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

ul#navigation > li:hover > a,
ul#navigation > li:focus-within > a {
  background: rgba(255, 255, 255, 0.12);
  color: var(--lww-white, #fff);
  transform: translateY(-1px);
}

ul#navigation > li.active > a,
ul#navigation > li > a[aria-current="page"] {
  background: var(--lww-orange, #f29b30);
  color: var(--lww-blue, #023859);
}

ul#navigation a:focus-visible {
  outline: 3px solid var(--lww-orange-light, #f7c280);
  outline-offset: 2px;
}

ul#navigation ul,
ul#navigation ul li ul {
  position: absolute;
  z-index: 99999;
  width: 250px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(2, 56, 89, 0.1);
  border-radius: 16px;
  visibility: hidden;
  list-style: none;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(1, 38, 61, 0.2);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

ul#navigation ul {
  top: calc(100% + 10px);
  left: 0;
}

ul#navigation ul li ul {
  top: -8px;
  left: calc(100% + 10px);
}

ul#navigation ul::before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
}

ul#navigation ul li ul::before {
  top: 0;
  left: -12px;
  width: 12px;
  height: 100%;
}

ul#navigation li:hover > ul,
ul#navigation li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

ul#navigation ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}

ul#navigation ul li a {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--lww-blue, #023859);
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    padding-left 0.18s ease;
}

ul#navigation ul li .nav-submenu-parent {
  display: flex;
  width: 100%;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 9px;
  border: 0;
  border-bottom: 1px solid rgba(2, 56, 89, 0.1);
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--lww-blue, #023859);
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    padding-left 0.18s ease;
}

ul#navigation ul li:last-child > .nav-submenu-parent {
  border-bottom-color: transparent;
}

ul#navigation ul li a:hover,
ul#navigation ul li a:focus,
ul#navigation ul li:hover > a,
ul#navigation ul li:focus-within > a {
  padding-left: 16px;
  background: var(--lww-sky, #eaf4f8);
  color: var(--lww-blue, #023859);
}

ul#navigation ul li .nav-submenu-parent:hover,
ul#navigation ul li .nav-submenu-parent:focus,
ul#navigation ul li:hover > .nav-submenu-parent,
ul#navigation ul li:focus-within > .nav-submenu-parent {
  padding-left: 16px;
  background: rgba(242, 155, 48, 0.1);
  color: var(--lww-blue, #023859);
}

ul#navigation ul li .nav-submenu-parent::after {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  color: var(--lww-orange, #f29b30);
  content: "";
  transform: rotate(45deg);
}

ul#navigation ul li .nav-submenu-parent:focus-visible {
  outline: 3px solid var(--lww-orange-light, #f7c280);
  outline-offset: 2px;
}

@supports not ((backdrop-filter: blur(1px))) {
  ul#navigation {
    background: var(--lww-blue, #023859);
  }
}

@media (max-width: 992px) {
  #nav {
    display: none !important;
  }
}

/* ================================================================
   Mobile navigation
   ================================================================ */

.mobile-menu {
  z-index: 9999;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  border-bottom: 4px solid var(--lww-orange, #f29b30);
  background: linear-gradient(145deg, #023859 0%, #01263d 100%);
  box-shadow: 0 18px 35px rgba(1, 38, 61, 0.28);
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  list-style: none;
  text-align: left;
}

.mobile-menu ul li {
  z-index: 9999;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
}

.mobile-menu ul li i {
  width: 22px;
  color: var(--lww-orange-light, #f7c280);
  font-size: 16px;
  text-align: center;
}

.mobile-menu a {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color 0.18s ease,
    color 0.18s ease;
}

.mobile-menu li > a:hover,
.mobile-menu li > a:focus,
.mobile-menu li > a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--lww-orange-light, #f7c280);
  outline: none;
}

.mobile-menu .submenu {
  display: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(1, 38, 61, 0.72);
  list-style: none;
}

.mobile-menu .submenu li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-menu .submenu a {
  display: block;
  min-height: 0;
  padding: 13px 22px 13px 54px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.mobile-menu .submenu a:hover,
.mobile-menu .submenu a:focus {
  background: rgba(242, 155, 48, 0.14);
  color: var(--lww-orange-light, #f7c280);
}

.mobile-menu .has-submenu > a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  color: #fff;
  text-decoration: none;
}

.mobile-menu .submenu-toggle {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    transform 0.18s ease;
}

.mobile-menu .has-submenu.is-open .submenu-toggle,
.mobile-menu .has-submenu.open .submenu-toggle {
  background: var(--lww-orange, #f29b30);
  color: var(--lww-blue, #023859);
  transform: rotate(180deg);
}

.mobile-menu-toggle {
  z-index: 9999;
  width: 100%;
  padding: 0;
  border-bottom: 3px solid var(--lww-orange, #f29b30);
  background: rgba(1, 38, 61, 0.98);
  box-shadow: 0 8px 24px rgba(1, 38, 61, 0.2);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.mobile-menu-toggle a {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 993px) {
  .mobile-menu ul,
  .mobile-menu-toggle {
    display: none;
    visibility: hidden;
  }
}

/* ================================================================
   Shared footer
   ================================================================ */

.fplus-footer-area {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  border-top: 15px solid #d97b29;
  background-color: #01263d;
}

.fplus-footer-area hr {
  border-top: 1px solid #fff;
}

.fplus-footer-area small {
  font-size: 12px;
}

.footer-nav-widget ul {
  text-align: center;
}

.footer-nav-widget ul > li {
  display: inline;
  color: #fff;
}

.footer-nav-widget ul > li > a {
  display: inline;
  padding: 10px 0;
  color: #f29b30;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-nav-widget ul > li > a:hover {
  color: #f7c280;
}

.subscribe-widget p {
  margin-bottom: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe-widget form {
  position: relative;
  z-index: 1;
}

.subscribe-widget input {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.subscribe-widget form button {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  padding: 10px 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.footer-social-widget {
  margin-top: 30px;
}

.footer-social-widget > a {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-social-widget > a:hover,
.footer-social-widget > a:focus {
  color: #fff;
}

.footer-social-widget > a:last-child {
  margin-right: 0;
}

:root {
  --lww-blue: #023859;
  --lww-orange: #f29b30;
  --lww-orange-light: #f7c280;
  --lww-cream: #fffaf1;
  --lww-sky: #eaf4f8;
  --lww-mist: #f5f7f8;
  --lww-ink: #1f2d35;
  --lww-muted: #64727a;
  --lww-white: #ffffff;
  --lww-shadow-sm: 0 12px 30px rgba(2, 56, 89, 0.1);
  --lww-shadow-lg: 0 24px 60px rgba(2, 56, 89, 0.18);
  --lww-radius: 24px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.bg-gray {
  background: var(--lww-mist);
}

.lww-page {
  width: 100%;
  max-width: 100%;
  margin-top: 0 !important;
  overflow: hidden;
}

.lww-page .container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.lww-page a {
  text-decoration: none;
}

.lww-hero {
  position: relative;
}

.lww-check-list {
  padding-left: 0;
  list-style: none;
}

.lww-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--lww-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.lww-eyebrow::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.lww-section-title {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.lww-copy {
  max-width: 720px;
  margin: 0;
  color: var(--lww-ink);
  font-size: 18px;
  line-height: 1.75;
}

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

.lww-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

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

.lww-button--primary {
  border-color: var(--lww-orange);
  background: var(--lww-orange);
  color: var(--lww-white);
  box-shadow: 0 10px 24px rgba(242, 155, 48, 0.28);
}

.lww-button--primary:hover {
  border-color: var(--lww-orange-light);
  background: var(--lww-orange-light);
  color: var(--lww-blue);
}

.lww-button--light {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: var(--lww-white);
  backdrop-filter: blur(8px);
}

.lww-button--light:hover {
  border-color: var(--lww-white);
  background: var(--lww-white);
  color: var(--lww-blue);
}

.lww-button--outline {
  border-color: var(--lww-blue);
  background: transparent;
  color: var(--lww-blue);
}

.lww-button--outline:hover {
  background: var(--lww-blue);
  color: var(--lww-white);
}

/* Home hero */
.lww-hero--home {
  position: relative;
  display: flex;
  min-height: 800px;
  align-items: flex-end;
  margin-top: 0 !important;
  padding: 190px 0 84px;
  background-image:
    linear-gradient(
      90deg,
      rgba(1, 38, 61, 0.9) 0%,
      rgba(2, 56, 89, 0.72) 42%,
      rgba(2, 56, 89, 0.12) 78%
    ),
    linear-gradient(0deg, rgba(1, 38, 61, 0.42), transparent 45%),
    var(--lww-hero-image);
  background-position: center;
  background-size: cover;
  color: var(--lww-white);
}

.lww-hero--home::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(
    90deg,
    var(--lww-orange) 0%,
    var(--lww-orange) 22%,
    rgba(242, 155, 48, 0.7) 48%,
    rgba(242, 155, 48, 0.25) 75%,
    transparent 100%
  );
  content: "";
}

.lww-hero__content {
  position: relative;
  z-index: 2;
  max-width: 770px;
}

.lww-hero__kicker {
  display: inline-block;
  margin-bottom: 17px;
  color: var(--lww-orange-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.lww-hero--home h1 {
  margin: 0 0 22px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: clamp(52px, 8vw, 86px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.98;
  text-transform: none;
}

.lww-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.65;
}

.lww-hero--home .lww-actions {
  margin-bottom: 42px;
}

.lww-hero__facts {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.lww-hero__fact {
  padding: 20px 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.lww-hero__fact:first-child {
  padding-left: 0;
}

.lww-hero__fact:last-child {
  border-right: 0;
}

.lww-hero__fact strong {
  display: block;
  color: var(--lww-white);
  font-size: 25px;
  line-height: 1;
}

.lww-hero__fact span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.3;
  text-transform: uppercase;
}

/*
 * TEMPORARY MEMBER PORTAL "COMING SOON" STYLES
 * At launch: change the href in the HTML, remove "is-coming-soon",
 * remove aria-disabled/onclick, and delete this marked CSS block.
 */
.lww-portal-card {
  position: absolute;
  z-index: 4;
  top: 164px;
  right: max(24px, calc((100vw - 1140px) / 2));
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--lww-blue);
  box-shadow: 0 14px 36px rgba(1, 38, 61, 0.24);
  backdrop-filter: blur(10px);
}

.lww-portal-card > i {
  color: var(--lww-orange);
  font-size: 23px;
}

.lww-portal-card strong,
.lww-portal-card small {
  display: block;
}

.lww-portal-card strong {
  font-size: 15px;
  line-height: 1.1;
}

.lww-portal-card small {
  margin-top: 4px;
  color: var(--lww-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.lww-portal-card.is-coming-soon {
  cursor: not-allowed;
}

/* Why Lake Wildwood */
.lww-intro-section {
  padding: 104px 0 92px;
  background: var(--lww-white);
}

.lww-intro-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.lww-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lww-benefit-card {
  min-height: 250px;
  padding: 28px 24px;
  border: 1px solid rgba(2, 56, 89, 0.09);
  border-radius: 20px;
  background: var(--lww-mist);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.lww-benefit-card:hover {
  transform: translateY(-5px);
  background: var(--lww-white);
  box-shadow: var(--lww-shadow-sm);
}

.lww-benefit-card__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--lww-sky);
  color: var(--lww-blue);
  font-size: 21px;
}

.lww-benefit-card h3 {
  margin-bottom: 10px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: 23px;
}

.lww-benefit-card p {
  margin: 0;
  color: var(--lww-muted);

  font-size: 15px;
  line-height: 1.7;
}

/* Lifestyle */
.lww-media-section {
  padding: 92px 0;

  background: var(--lww-mist);
}

.lww-media-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border-radius: var(--lww-radius);
  background: var(--lww-blue);
  box-shadow: var(--lww-shadow-lg);
}

.lww-media-card__image {
  min-height: 560px;
}

.lww-media-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lww-media-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 70px);
  color: var(--lww-white);
}

.lww-media-card__content .lww-section-title {
  color: var(--lww-white);
}

.lww-media-card__content p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.lww-check-list--icons {
  display: grid;
  gap: 13px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.lww-check-list--icons li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--lww-white);
  font-weight: 700;
}

.lww-check-list--icons i {
  color: var(--lww-orange-light);
}

/* Amenities */
.lww-amenities {
  padding: 104px 0;
  background: var(--lww-white);
}

.lww-amenities__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.lww-amenity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 330px;
  gap: 18px;
}

.lww-amenity-card {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  border-radius: 22px;
  background: var(--lww-blue);
  color: var(--lww-white);
}

.lww-amenity-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lww-amenity-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 24%,
    rgba(1, 38, 61, 0.9) 100%
  );
  content: "";
}

.lww-amenity-card:hover img {
  transform: scale(1.035);
}

.lww-amenity-card__content {
  position: relative;
  z-index: 2;
  padding: 28px;
}

.lww-amenity-card__content span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--lww-orange-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.lww-amenity-card__content h3 {
  margin-bottom: 7px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: clamp(24px, 3vw, 34px);
}

.lww-amenity-card__content p {
  max-width: 550px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

/* Location */
.lww-location {
  padding: 104px 0;
  background:
    linear-gradient(90deg, rgba(1, 38, 61, 0.95), rgba(2, 56, 89, 0.78)),
    url(img/bg-img/index-getinvolved.jpg) center / cover;
  color: var(--lww-white);
}

.lww-location__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.lww-location .lww-section-title,
.lww-location .lww-copy {
  color: var(--lww-white);
}

.lww-location .lww-copy {
  color: rgba(255, 255, 255, 0.82);
}

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

.lww-location__point {
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px);
}

.lww-location__point i {
  margin-bottom: 16px;
  color: var(--lww-orange-light);
  font-size: 22px;
}

.lww-location__point strong {
  display: block;
  margin-bottom: 5px;
  color: var(--lww-white);
  font-size: 17px;
}

.lww-location__point span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

/* Property */
.lww-property {
  padding: 104px 0;
  background: var(--lww-cream);
}

.lww-property__grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 60px;
  align-items: center;
}

.lww-thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.lww-thumbnail-grid a {
  overflow: hidden;
  border-radius: 14px;
}

.lww-thumbnail-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.84;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lww-thumbnail-grid a:hover img {
  transform: scale(1.05);
}

/* Contact */
.lww-contact {
  position: relative;
  z-index: 3;
  padding: 96px 0 0;
  background: var(--lww-white);
}

.lww-contact-form {
  position: relative;
  z-index: 4;
  margin-bottom: -165px;
  padding: clamp(28px, 5vw, 52px);
  border-top: 6px solid var(--lww-orange);
  border-radius: var(--lww-radius);
  background: var(--lww-white);
  box-shadow: var(--lww-shadow-lg);
}

.lww-contact-form h2 {
  margin-bottom: 10px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: clamp(32px, 4vw, 46px);
  text-transform: none;
}

.lww-contact-form > p {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--lww-muted);
  font-size: 17px;
  line-height: 1.7;
}

.lww-contact .form-control {
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(2, 56, 89, 0.18);
  border-radius: 11px;
}

.lww-contact textarea.form-control {
  min-height: 145px;
}

.lww-contact .btn {
  padding: 13px 30px;
  border: 0;
  border-radius: 999px;
  background: var(--lww-orange);
  color: var(--lww-white);
  font-weight: 800;
}

.lww-contact .btn:hover {
  background: var(--lww-blue);
}

#googleMap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  min-height: 420px;
}

/* Entrance animation */
.lww-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

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

@media (max-width: 991px) {
  .lww-hero--home {
    min-height: 740px;
    padding-top: 130px;
    background-image:
      linear-gradient(90deg, rgba(1, 38, 61, 0.9), rgba(2, 56, 89, 0.54)),
      var(--lww-hero-image);
  }

  .lww-portal-card {
    top: 106px;
    right: 20px;
  }

  .lww-intro-heading,
  .lww-media-card,
  .lww-location__grid,
  .lww-property__grid {
    grid-template-columns: 1fr;
  }

  .lww-intro-heading {
    gap: 12px;
  }

  .lww-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lww-media-card__image {
    min-height: 390px;
  }
}

@media (max-width: 767px) {
  .lww-hero--home {
    min-height: 720px;
    align-items: center;
    padding: 175px 0 62px;
    background-position: 58% center;
  }

  .lww-hero--home h1 {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .lww-hero__facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .lww-hero__fact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .lww-hero__fact:nth-child(2) {
    border-right: 0;
  }

  .lww-hero__fact:nth-child(3),
  .lww-hero__fact:nth-child(4) {
    border-bottom: 0;
  }

  .lww-hero__fact:nth-child(3) {
    padding-left: 0;
  }

  .lww-portal-card {
    top: 100px;
    right: 15px;
    min-width: 0;
    padding: 11px 13px;
  }

  .lww-portal-card > i {
    display: none;
  }

  .lww-intro-section,
  .lww-media-section,
  .lww-amenities,
  .lww-location,
  .lww-property,
  .lww-contact {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .lww-benefit-grid,
  .lww-location__points {
    grid-template-columns: 1fr;
  }

  .lww-benefit-card {
    min-height: 0;
  }

  .lww-amenities__header {
    display: block;
  }

  .lww-amenities__header .lww-button {
    margin-top: 20px;
  }

  .lww-amenity-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
  }

  .lww-thumbnail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lww-actions,
  .lww-button {
    width: 100%;
  }

  .lww-contact-form {
    margin-bottom: -45px;
  }

  #googleMap {
    height: 340px;
    min-height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lww-reveal,
  .lww-reveal.is-visible,
  .lww-button,
  .lww-benefit-card,
  .lww-amenity-card img,
  .lww-thumbnail-grid img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ================================================================
   Interior page system
   Reusable components for About, Property, and future public pages.
   ================================================================ */

.lww-body,
.lww-interior {
  background: var(--lww-mist);
}

.lww-interior h1,
.lww-interior h2,
.lww-interior h3 {
  text-transform: none;
}

.lww-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Interior hero */
.lww-subhero {
  position: relative;
  display: flex;
  min-height: var(--lww-subhero-height, 680px);
  align-items: flex-end;
  padding: var(--lww-subhero-padding, 175px 0 74px);
  background-image:
    var(--lww-subhero-gradient), var(--lww-subhero-shade),
    var(--lww-subhero-image);
  background-position: center;
  background-size: cover;
  color: var(--lww-white);
}

.lww-subhero--about {
  --lww-subhero-height: 650px;
  --lww-subhero-padding: 190px 0 84px;
  --lww-subhero-gradient: linear-gradient(
    90deg,
    rgba(1, 38, 61, 0.92) 0%,
    rgba(2, 56, 89, 0.72) 48%,
    rgba(2, 56, 89, 0.16) 82%
  );
  --lww-subhero-shade: linear-gradient(
    0deg,
    rgba(1, 38, 61, 0.4),
    transparent 45%
  );
  --lww-subhero-image: url(img/bg-img/hero-3.jpg);
  --lww-subhero-accent: linear-gradient(
    90deg,
    var(--lww-orange) 0%,
    var(--lww-orange) 22%,
    rgba(242, 155, 48, 0.7) 48%,
    rgba(242, 155, 48, 0.25) 75%,
    transparent 100%
  );
  --lww-subhero-content-width: 800px;
  --lww-subhero-title-width: 790px;
  --lww-subhero-lead-width: 720px;
}

.lww-subhero--property {
  --lww-subhero-gradient: linear-gradient(
    90deg,
    rgba(1, 38, 61, 0.94) 0%,
    rgba(2, 56, 89, 0.76) 47%,
    rgba(2, 56, 89, 0.18) 84%
  );
  --lww-subhero-shade: linear-gradient(
    0deg,
    rgba(1, 38, 61, 0.42),
    transparent 48%
  );
  --lww-subhero-image: url(img/lots-img/1.jpg);
  --lww-subhero-accent: linear-gradient(
    90deg,
    var(--lww-orange),
    rgba(242, 155, 48, 0.72) 48%,
    transparent
  );
  --lww-subhero-content-width: 850px;
  --lww-subhero-title-width: 810px;
  --lww-subhero-lead-width: 750px;
}

.lww-subhero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: var(--lww-subhero-accent);
  content: "";
}

.lww-subhero__content {
  position: relative;
  z-index: 2;
  max-width: var(--lww-subhero-content-width, 850px);
}

.lww-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--lww-orange-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.lww-subhero h1 {
  max-width: var(--lww-subhero-title-width, 810px);
  margin: 0 0 22px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: clamp(50px, 7vw, 78px);
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 1;
}

.lww-subhero__content > p {
  max-width: var(--lww-subhero-lead-width, 750px);
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.65;
}

.lww-subhero .lww-actions,
.lww-card .lww-actions {
  margin-top: 28px;
}

.lww-button--primary {
  color: var(--lww-white) !important;
}

.lww-button--primary:hover {
  color: var(--lww-blue) !important;
}

.lww-button--secondary {
  border-color: var(--lww-blue);
  background: transparent;
  color: var(--lww-blue) !important;
  box-shadow: none;
}

.lww-button--secondary:hover {
  border-color: var(--lww-blue);
  background: var(--lww-blue);
  color: var(--lww-white) !important;
}

.lww-subhero .lww-button--secondary {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
  color: var(--lww-white) !important;
  backdrop-filter: blur(8px);
}

.lww-subhero--about .lww-button--secondary {
  border-color: rgba(255, 255, 255, 0.75);
}

.lww-subhero .lww-button--secondary:hover {
  border-color: var(--lww-white);
  background: var(--lww-white);
  color: var(--lww-blue) !important;
}

.lww-button:focus-visible,
.lww-interior a:focus-visible {
  outline: 3px solid var(--lww-orange-light);
  outline-offset: 3px;
}

.lww-subhero__facts {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.lww-subhero__fact {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  background: rgba(1, 38, 61, 0.38);
  backdrop-filter: blur(7px);
}

.lww-subhero__fact strong,
.lww-subhero__fact span {
  display: block;
}

.lww-subhero__fact strong {
  color: var(--lww-white);
  font-size: 22px;
  line-height: 1.1;
}

.lww-subhero__fact span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.35;
}

/* Layout */
.lww-page-content {
  padding: 96px 0 104px;
}

.lww-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}

.lww-card,
.lww-icon-card,
.lww-step-card,
.lww-timeline__item {
  border: 1px solid rgba(2, 56, 89, 0.09);
  background: var(--lww-white);
}

.lww-card {
  height: 100%;
  padding: clamp(28px, 4vw, 42px);
  border-radius: var(--lww-radius);
  box-shadow: var(--lww-shadow-sm);
}

.lww-card h2,
.lww-card h3,
.lww-section-heading h2,
.lww-content-panel > h2,
.lww-final-cta h2 {
  margin: 0 0 14px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-weight: 400;
  line-height: 1.12;
}

.lww-card h2,
.lww-section-heading h2,
.lww-content-panel > h2,
.lww-final-cta h2 {
  font-size: clamp(31px, 4vw, 43px);
}

.lww-card h3 {
  font-size: 28px;
}

.lww-card > p,
.lww-section-heading > p,
.lww-content-panel > p {
  margin: 0;
  color: var(--lww-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lww-card--soft {
  background: linear-gradient(135deg, var(--lww-white), var(--lww-cream));
}

.lww-split--intro .lww-card--soft {
  border-color: transparent;
  background: var(--lww-blue);
}

.lww-split--intro .lww-card--soft > h3 {
  color: var(--lww-white);
}

.lww-section {
  margin-top: 80px;
}

.lww-section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.lww-section-heading--narrow {
  max-width: 760px;
}

.lww-grid {
  display: grid;
  gap: 16px;
}

.lww-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

/* Cards and compact content */
.lww-stat-list {
  display: grid;
  gap: 12px;
}

.lww-stat {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.1);
}

.lww-stat__icon {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lww-orange);
  color: var(--lww-white);
  font-size: 21px;
}

.lww-stat strong,
.lww-stat span {
  display: block;
}

.lww-stat strong {
  color: var(--lww-white);
  font-size: 21px;
  line-height: 1.15;
}

.lww-stat span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;

  line-height: 1.4;
}

.lww-icon-card {
  padding: 26px 24px;
  border-radius: 20px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.lww-icon-card--feature {
  min-height: 250px;
}

.lww-icon-card--medium {
  min-height: 235px;
}

.lww-icon-card--compact,
.lww-icon-card--mist {
  min-height: 220px;
}

.lww-icon-card--cream {
  min-height: 245px;
}

.lww-icon-card--mist {
  background: var(--lww-mist);
}

.lww-icon-card--cream {
  background: var(--lww-cream);
}

.lww-icon-card:hover {
  box-shadow: var(--lww-shadow-sm);
  transform: translateY(-4px);
}

.lww-icon-card > i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--lww-sky);
  color: var(--lww-blue);
  font-size: 21px;
}

.lww-icon-card h3,
.lww-step-card h3,
.lww-timeline__item h3 {
  margin: 0 0 8px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.lww-icon-card p,
.lww-step-card p,
.lww-timeline__item p {
  margin: 0;
  color: var(--lww-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lww-icon-card a,
.lww-contact-box a {
  color: var(--lww-blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.lww-icon-card a:hover,
.lww-contact-box a:hover {
  color: var(--lww-orange);
}

/* Image-led components */
.lww-photo-banner {
  position: relative;
  display: flex;
  min-height: 410px;
  overflow: hidden;
  align-items: flex-end;
  padding: clamp(30px, 6vw, 60px);
  border-radius: var(--lww-radius);
  background-position: center;
  background-size: cover;
  box-shadow: var(--lww-shadow-lg);
}

.lww-photo-banner--about {
  background-image:
    linear-gradient(90deg, rgba(1, 38, 61, 0.88), rgba(2, 56, 89, 0.18)),
    linear-gradient(0deg, rgba(1, 38, 61, 0.58), transparent 60%),
    url(img/gallery-img/about1.jpg);
}

.lww-photo-banner--property {
  background-image:
    linear-gradient(90deg, rgba(1, 38, 61, 0.9), rgba(2, 56, 89, 0.16)),
    linear-gradient(0deg, rgba(1, 38, 61, 0.62), transparent 60%),
    url(img/lots-img/6.jpg);
}

.lww-photo-banner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: var(--lww-orange);
  content: "";
}

.lww-photo-banner > div {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.lww-photo-banner h2 {
  margin: 0 0 10px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.05;
}

.lww-photo-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.65;
}

.lww-image-panel {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--lww-radius);
  background-position: center;
  background-size: cover;
  box-shadow: var(--lww-shadow-lg);
}

.lww-image-panel--about {
  background-image:
    linear-gradient(180deg, transparent 35%, rgba(1, 38, 61, 0.9)),
    url(img/gallery-img/about1.jpg);
}

.lww-image-panel__caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: var(--lww-white);
}

.lww-image-panel__caption strong,
.lww-image-panel__caption span {
  display: block;
}

.lww-image-panel__caption strong {
  margin-bottom: 5px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: 27px;
  font-weight: 400;
}

.lww-image-panel__caption span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.lww-gallery-section {
  position: relative;
}

.lww-gallery {
  display: grid;
  grid-auto-rows: 185px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.lww-gallery__item {
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--lww-sky);
  box-shadow: var(--lww-shadow-sm);
}

.lww-gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.lww-gallery__item--wide {
  grid-column: span 2;
}

.lww-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lww-gallery__item:hover img {
  transform: scale(1.035);
}

/* Lists, notes, timelines, and panels */
.lww-check-list--plain {
  display: grid;
  gap: 12px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.lww-check-list--plain li {
  position: relative;
  padding-left: 30px;
  color: var(--lww-ink);
  line-height: 1.6;
}

.lww-check-list--plain li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--lww-orange);
  content: "\2713";
  font-weight: 900;
}

.lww-timeline {
  display: grid;
  gap: 14px;
}

.lww-timeline__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border-radius: 20px;
}

.lww-timeline__time {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 16px;
  background: var(--lww-cream);
  color: var(--lww-blue);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.lww-content-panel {
  padding: clamp(28px, 5vw, 50px);
  border-top: 6px solid var(--lww-orange);
  border-radius: var(--lww-radius);
  background: var(--lww-white);
  box-shadow: var(--lww-shadow-lg);
}

.lww-content-panel > p {
  max-width: 790px;
  margin-bottom: 28px;
}

.lww-video {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--lww-radius);
  background: var(--lww-blue);
  box-shadow: var(--lww-shadow-lg);
}

.lww-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lww-note {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 5px solid var(--lww-orange);
  border-radius: 0 14px 14px 0;
  background: var(--lww-cream);
  color: var(--lww-blue);
  font-weight: 800;
  line-height: 1.55;
}

.lww-contact-box {
  margin-top: 24px;
  padding: 20px;
  border-radius: 17px;
  background: var(--lww-sky);
  color: var(--lww-ink);
}

.lww-contact-box > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: 22px;
  font-weight: 400;
}

.lww-contact-box p {
  margin: 0;
  line-height: 2;
}

.lww-contact-box i {
  width: 22px;
  color: var(--lww-orange);
}

.lww-step-card {
  position: relative;
  min-height: 245px;
  padding: 74px 24px 26px;
  border-radius: 20px;
}

.lww-step-card__number {
  position: absolute;
  top: 22px;
  left: 24px;
  color: var(--lww-orange);
  font-family: "Young Serif", serif;
  font-size: 34px;
  line-height: 1;
}

/* Shared closing call to action */
.lww-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 80px;
  padding: clamp(30px, 5vw, 52px);
  border-top: 6px solid var(--lww-orange);
  border-radius: var(--lww-radius);
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.12),
      transparent 18rem
    ),
    var(--lww-blue);
  box-shadow: var(--lww-shadow-lg);
}

.lww-final-cta h2 {
  color: var(--lww-white);
}

.lww-final-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.lww-final-cta .lww-actions {
  flex-wrap: nowrap;
  margin-top: 0;
}

.lww-final-cta .lww-button--secondary {
  border-color: var(--lww-white);
  background: var(--lww-white);
  color: var(--lww-blue) !important;
}

.lww-final-cta .lww-button--secondary:hover {
  border-color: var(--lww-orange-light);
  background: var(--lww-orange-light);
}

@media (max-width: 991px) {
  .lww-subhero {
    padding-top: 150px;
  }

  .lww-subhero--about {
    min-height: 570px;
    background-image:
      linear-gradient(90deg, rgba(1, 38, 61, 0.92), rgba(2, 56, 89, 0.54)),
      url(img/bg-img/hero-3.jpg);
  }

  .lww-subhero--property {
    min-height: 640px;
    background-image:
      linear-gradient(90deg, rgba(1, 38, 61, 0.94), rgba(2, 56, 89, 0.56)),
      url(img/lots-img/1.jpg);
  }

  .lww-split,
  .lww-final-cta {
    grid-template-columns: 1fr;
  }

  .lww-grid--3,
  .lww-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lww-final-cta .lww-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .lww-subhero {
    align-items: center;
  }

  .lww-subhero--about {
    min-height: 590px;
    padding: 155px 0 66px;
    background-position: 60% center;
  }

  .lww-subhero--property {
    min-height: 700px;
    padding: 145px 0 60px;
    background-position: 62% center;
  }

  .lww-subhero h1 {
    font-size: 49px;
    letter-spacing: -1px;
  }

  .lww-subhero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lww-page-content {
    padding: 66px 0;
  }

  .lww-section,
  .lww-final-cta {
    margin-top: 58px;
  }

  .lww-grid--2,
  .lww-grid--3,
  .lww-grid--4 {
    grid-template-columns: 1fr;
  }

  .lww-icon-card,
  .lww-step-card {
    min-height: 0;
  }

  .lww-photo-banner {
    min-height: 360px;
  }

  .lww-image-panel,
  .lww-video {
    min-height: 340px;
  }

  .lww-timeline__item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lww-timeline__time {
    width: fit-content;
    min-height: 0;
    padding: 9px 13px;
    text-align: left;
  }

  .lww-actions,
  .lww-final-cta .lww-actions {
    display: grid;
    width: 100%;
  }

  .lww-gallery {
    grid-auto-rows: 210px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lww-gallery__item--large {
    grid-row: span 2;
  }
}

@media (max-width: 575px) {
  .lww-subhero h1 {
    font-size: 43px;
  }

  .lww-card,
  .lww-content-panel,
  .lww-final-cta {
    padding: 24px;
    border-radius: 20px;
  }

  .lww-photo-banner,
  .lww-image-panel,
  .lww-video {
    border-radius: 20px;
  }

  .lww-stat {
    grid-template-columns: 48px 1fr;
  }

  .lww-stat__icon {
    width: 48px;
    height: 48px;
  }

  .lww-gallery {
    display: block;
  }

  .lww-gallery__item {
    height: 235px;
    margin-bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lww-button,
  .lww-icon-card,
  .lww-gallery__item img {
    transform: none;
    transition: none;
  }
}

/* ================================================================
   Gallery page extensions
   Reuses the shared interior system; only gallery-specific image
   treatments and page imagery live here.
   ================================================================ */

.lww-subhero--gallery {
  --lww-subhero-height: 650px;
  --lww-subhero-padding: 190px 0 84px;
  --lww-subhero-gradient: linear-gradient(
    90deg,
    rgba(1, 38, 61, 0.94) 0%,
    rgba(2, 56, 89, 0.74) 48%,
    rgba(2, 56, 89, 0.14) 84%
  );
  --lww-subhero-shade: linear-gradient(
    0deg,
    rgba(1, 38, 61, 0.42),
    transparent 48%
  );
  --lww-subhero-image: url(img/gallery-img/gallery-1.jpg);
  --lww-subhero-accent: linear-gradient(
    90deg,
    var(--lww-orange),
    rgba(242, 155, 48, 0.72) 48%,
    transparent
  );
  --lww-subhero-content-width: 870px;
  --lww-subhero-title-width: 820px;
  --lww-subhero-lead-width: 770px;
}

.lww-photo-banner--gallery {
  background-image:
    linear-gradient(90deg, rgba(1, 38, 61, 0.9), rgba(2, 56, 89, 0.14)),
    linear-gradient(0deg, rgba(1, 38, 61, 0.62), transparent 60%),
    url(img/gallery-img/gallery-img2.jpg);
}

.lww-gallery-link {
  display: block;
  height: 100%;
  color: inherit !important;
}

.lww-gallery-link:hover,
.lww-gallery-link:focus {
  color: inherit !important;
}

.lww-gallery--showcase {
  grid-auto-rows: 215px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lww-gallery--showcase .lww-gallery__item {
  position: relative;
  grid-column: span 2;
}

.lww-gallery--showcase .lww-gallery__item--feature {
  grid-column: span 3;
  grid-row: span 2;
}

.lww-gallery--showcase .lww-gallery__item--wide {
  grid-column: span 3;
}

.lww-gallery--showcase .lww-gallery__item--panorama {
  grid-column: 1 / -1;
}

.lww-gallery--showcase .lww-gallery__item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--lww-white) !important;
}

.lww-gallery--showcase .lww-gallery__item > a::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(1, 38, 61, 0.02) 28%,
    rgba(1, 38, 61, 0.82) 100%
  );
  content: "";
  transition: background 0.25s ease;
}

.lww-gallery--showcase .lww-gallery__item:hover > a::after,
.lww-gallery--showcase .lww-gallery__item:focus-within > a::after {
  background: linear-gradient(
    180deg,
    rgba(1, 38, 61, 0.06) 24%,
    rgba(1, 38, 61, 0.9) 100%
  );
}

.lww-gallery__caption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: var(--lww-white);
}

.lww-gallery__caption strong,
.lww-gallery__caption span {
  display: block;
}

.lww-gallery__caption strong {
  margin-bottom: 4px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.lww-gallery__caption span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .lww-subhero--gallery {
    min-height: 590px;
    background-image:
      linear-gradient(90deg, rgba(1, 38, 61, 0.94), rgba(2, 56, 89, 0.54)),
      url(img/gallery-img/gallery-1.jpg);
  }

  .lww-gallery--showcase {
    grid-auto-rows: 260px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lww-gallery--showcase .lww-gallery__item,
  .lww-gallery--showcase .lww-gallery__item--feature,
  .lww-gallery--showcase .lww-gallery__item--wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .lww-gallery--showcase .lww-gallery__item--panorama {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .lww-subhero--gallery {
    min-height: 610px;
    padding: 150px 0 64px;
    background-position: 58% center;
  }
}

@media (max-width: 575px) {
  .lww-gallery--showcase {
    display: block;
  }

  .lww-gallery--showcase .lww-gallery__item,
  .lww-gallery--showcase .lww-gallery__item--feature,
  .lww-gallery--showcase .lww-gallery__item--wide,
  .lww-gallery--showcase .lww-gallery__item--panorama {
    height: 270px;
    margin-bottom: 14px;
  }

  .lww-gallery__caption {
    right: 18px;
    bottom: 16px;
    left: 18px;
  }

  .lww-gallery__caption strong {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lww-gallery--showcase .lww-gallery__item > a::after {
    transition: none;
  }
}

/* ================================================================
   Visit / Contact page extensions
   Reuses the shared interior page, card, button, grid, and CTA system.
   ================================================================ */

.lww-subhero--contact {
  --lww-subhero-height: 650px;
  --lww-subhero-padding: 190px 0 84px;
  --lww-subhero-gradient: linear-gradient(
    90deg,
    rgba(1, 38, 61, 0.94) 0%,
    rgba(2, 56, 89, 0.76) 48%,
    rgba(2, 56, 89, 0.18) 84%
  );
  --lww-subhero-shade: linear-gradient(
    0deg,
    rgba(1, 38, 61, 0.46),
    transparent 48%
  );
  --lww-subhero-image: url(img/bg-img/visit-header.jpg);
  --lww-subhero-accent: linear-gradient(
    90deg,
    var(--lww-orange),
    rgba(242, 155, 48, 0.72) 48%,
    transparent
  );
  --lww-subhero-content-width: 860px;
  --lww-subhero-title-width: 780px;
  --lww-subhero-lead-width: 760px;
}

.lww-subhero--contact .lww-subhero__facts {
  max-width: 850px;
}

.lww-subhero--contact .lww-subhero__fact strong {
  font-size: clamp(16px, 2vw, 21px);
}

.lww-contact-intro .lww-card {
  display: flex;
  flex-direction: column;
}

.lww-contact-intro .lww-actions {
  margin-top: auto;
  padding-top: 28px;
}

.lww-contact-info-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.lww-contact-info-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 68px;
  padding: 11px 14px;
  border: 1px solid rgba(2, 56, 89, 0.09);
  border-radius: 16px;
  background: var(--lww-mist);
  color: var(--lww-ink) !important;
}

.lww-contact-info-row[href] {
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.lww-contact-info-row[href]:hover {
  border-color: rgba(242, 155, 48, 0.42);
  background: var(--lww-cream);
  transform: translateY(-2px);
}

.lww-contact-info-row__icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lww-sky);
  color: var(--lww-blue);
  font-size: 17px;
}

.lww-contact-info-row small,
.lww-contact-info-row strong {
  display: block;
}

.lww-contact-info-row small {
  margin-bottom: 2px;
  color: var(--lww-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.lww-contact-info-row strong {
  color: var(--lww-blue);
  font-size: 16px;
}

.lww-contact-info-row > i {
  color: var(--lww-orange);
  font-size: 12px;
}

.lww-hours-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.lww-hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(2, 56, 89, 0.1);
}

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

.lww-hours-row span,
.lww-hours-row strong,
.lww-hours-row small {
  display: block;
}

.lww-hours-row strong {
  color: var(--lww-blue);
  font-size: 16px;
}

.lww-hours-row small {
  margin-top: 4px;
  color: var(--lww-muted);
  font-size: 12px;
  line-height: 1.45;
}

.lww-hours-row b {
  flex: 0 0 auto;
  color: var(--lww-blue);
  font-size: 15px;
  text-align: right;
}

.lww-contact-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.lww-contact-note i {
  margin-top: 3px;
  color: var(--lww-orange);
}

.lww-contact-directory .lww-icon-card {
  height: 100%;
  min-height: 245px;
  display: flex;
  flex-direction: column;
}

.lww-contact-directory .lww-icon-card > i {
  margin-bottom: 22px;
}

.lww-contact-directory .lww-icon-card > a {
  margin-top: auto;
  padding-top: 14px;
  font-size: 14px;
}

.lww-contact-person-name {
  margin-bottom: 2px !important;
  color: var(--lww-ink) !important;
  font-weight: 700;
}

.lww-contact-extension {
  margin-top: 2px !important;
  color: var(--lww-muted) !important;
  font-size: 13px !important;
}

.lww-contact-extension a {
  color: var(--lww-blue);
}

.lww-contact-form-panel {
  overflow: hidden;
}

.lww-contact-form-heading {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.lww-contact-form-heading h2 {
  margin-bottom: 0;
}

.lww-contact-form-heading > p {
  margin: 0;
  color: var(--lww-muted);
  font-size: 16px;
  line-height: 1.7;
}

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

.lww-form-group {
  min-width: 0;
}

.lww-form-group--full {
  grid-column: 1 / -1;
}

.lww-form-group--spam {
  max-width: 360px;
}

.lww-form-group label {
  display: block;
  margin-bottom: 7px;
  color: var(--lww-blue);
  font-size: 13px;
  font-weight: 800;
}

.lww-form-group label span {
  color: var(--lww-muted);
  font-weight: 500;
}

.lww-contact-page .form-control {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgba(2, 56, 89, 0.18);
  border-radius: 12px;
  background: var(--lww-white);
  color: var(--lww-ink);
  font-family: inherit;
  font-size: 15px;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.lww-contact-page textarea.form-control {
  min-height: 160px;
  resize: vertical;
}

.lww-contact-page .form-control::placeholder {
  color: #8b979d;
  opacity: 1;
}

.lww-contact-page .form-control:focus {
  border-color: var(--lww-orange);
  background: var(--lww-white);
  box-shadow: 0 0 0 4px rgba(242, 155, 48, 0.13);
  outline: none;
}

.lww-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.lww-form-actions button {
  cursor: pointer;
}

.lww-contact-map-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  overflow: hidden;
  border-radius: var(--lww-radius);
  background: var(--lww-blue);
  box-shadow: var(--lww-shadow-lg);
}

.lww-contact-map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 52px);
}

.lww-contact-map-copy h2 {
  margin: 0 0 14px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.lww-contact-map-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.75;
}

.lww-contact-map-copy .lww-actions {
  margin-top: 26px;
}

.lww-contact-map-wrap {
  min-height: 470px;
  background: var(--lww-sky);
}

.lww-contact-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  border: 0;
}

.lww-contact-page .lww-final-cta .lww-eyebrow {
  color: var(--lww-orange-light);
}

@media (max-width: 991px) {
  .lww-subhero--contact {
    min-height: 620px;
    background-image:
      linear-gradient(90deg, rgba(1, 38, 61, 0.94), rgba(2, 56, 89, 0.56)),
      url(img/bg-img/visit-header.jpg);
  }

  .lww-contact-form-heading,
  .lww-contact-map-card {
    grid-template-columns: 1fr;
  }

  .lww-contact-form-heading {
    gap: 10px;
  }

  .lww-contact-map-wrap,
  .lww-contact-map {
    min-height: 390px;
  }
}

@media (max-width: 767px) {
  .lww-subhero--contact {
    min-height: 690px;
    padding: 150px 0 64px;
    background-position: 58% center;
  }

  .lww-form-grid {
    grid-template-columns: 1fr;
  }

  .lww-form-group--full {
    grid-column: auto;
  }

  .lww-form-group--spam {
    max-width: none;
  }

  .lww-form-actions,
  .lww-form-actions .lww-button {
    width: 100%;
  }

  .lww-hours-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .lww-hours-row b {
    text-align: left;
  }

  .lww-contact-directory .lww-icon-card {
    min-height: 0;
  }

  .lww-contact-map-wrap,
  .lww-contact-map {
    min-height: 330px;
  }
}

@media (max-width: 575px) {
  .lww-subhero--contact {
    min-height: 720px;
  }

  .lww-contact-info-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 10px 12px;
  }

  .lww-contact-info-row__icon {
    width: 42px;
    height: 42px;
  }

  .lww-contact-map-card {
    border-radius: 20px;
  }

  .lww-contact-map-copy {
    padding: 26px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lww-contact-info-row[href],
  .lww-contact-page .form-control {
    transform: none;
    transition: none;
  }
}

/* ================================================================
   Directions page extensions
   Reuses the shared interior system. All new component rules are
   scoped to the directions page to protect other public pages.
   ================================================================ */

.lww-subhero--directions {
  --lww-subhero-height: 690px;
  --lww-subhero-padding: 190px 0 82px;
  --lww-subhero-gradient: linear-gradient(
    90deg,
    rgba(1, 38, 61, 0.95) 0%,
    rgba(2, 56, 89, 0.79) 50%,
    rgba(2, 56, 89, 0.22) 86%
  );
  --lww-subhero-shade: linear-gradient(
    0deg,
    rgba(1, 38, 61, 0.5),
    transparent 50%
  );
  --lww-subhero-image: url(img/bg-img/directions-header.jpg);
  --lww-subhero-accent: linear-gradient(
    90deg,
    var(--lww-orange),
    rgba(242, 155, 48, 0.72) 48%,
    transparent
  );
  --lww-subhero-content-width: 900px;
  --lww-subhero-title-width: 820px;
  --lww-subhero-lead-width: 780px;
}

.lww-subhero--directions .lww-subhero__facts {
  max-width: 850px;
}

.lww-subhero--directions .lww-subhero__fact strong {
  font-size: clamp(16px, 2vw, 21px);
}

.lww-directions-intro .lww-card {
  display: flex;
  flex-direction: column;
}

.lww-directions-intro .lww-actions {
  margin-top: auto;
  padding-top: 28px;
}

.lww-directions-info-list {
  display: grid;
  gap: 10px;
  margin-top: 27px;
}

.lww-directions-info-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid rgba(2, 56, 89, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.lww-directions-info-row--warning {
  border-color: rgba(242, 155, 48, 0.3);
  background: var(--lww-cream);
}

.lww-directions-info-row__icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lww-sky);
  color: var(--lww-blue);
  font-size: 18px;
}

.lww-directions-info-row--warning .lww-directions-info-row__icon {
  background: rgba(242, 155, 48, 0.15);
  color: var(--lww-orange);
}

.lww-directions-info-row small,
.lww-directions-info-row strong {
  display: block;
}

.lww-directions-info-row small {
  margin-bottom: 3px;
  color: var(--lww-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1.3;
  text-transform: uppercase;
}

.lww-directions-info-row strong {
  color: var(--lww-blue);
  font-size: 15px;
  line-height: 1.5;
}

.lww-directions-alert {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(242, 155, 48, 0.28);
  border-top: 6px solid var(--lww-orange);
  border-radius: var(--lww-radius);
  background:
    radial-gradient(
      circle at top right,
      rgba(242, 155, 48, 0.12),
      transparent 19rem
    ),
    var(--lww-cream);
  box-shadow: var(--lww-shadow-sm);
}

.lww-directions-alert__icon {
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: var(--lww-orange);
  color: var(--lww-white);
  font-size: 28px;
  box-shadow: 0 12px 25px rgba(242, 155, 48, 0.26);
}

.lww-directions-alert .lww-eyebrow {
  margin-bottom: 8px;
}

.lww-directions-alert h2 {
  margin: 0 0 10px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.lww-directions-alert p {
  max-width: 850px;
  margin: 0;
  color: var(--lww-ink);
  font-size: 16px;
  line-height: 1.75;
}

.lww-directions-feature-grid .lww-icon-card {
  height: 100%;
  min-height: 240px;
}

#route-photos {
  scroll-margin-top: 110px;
}

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

.lww-directions-route-card {
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin: 0;
  border: 1px solid rgba(2, 56, 89, 0.09);
  border-radius: 20px;
  background: var(--lww-white);
  box-shadow: var(--lww-shadow-sm);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.lww-directions-route-card:hover {
  box-shadow: var(--lww-shadow-lg);
  transform: translateY(-4px);
}

.lww-directions-route-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.lww-directions-route-card figcaption {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  flex: 1;
  padding: 18px;
}

.lww-directions-route-card__icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lww-cream);
  color: var(--lww-orange);
  font-size: 16px;
}

.lww-directions-route-card strong,
.lww-directions-route-card small {
  display: block;
}

.lww-directions-route-card strong {
  margin-bottom: 4px;
  color: var(--lww-blue);
  font-size: 15px;
  line-height: 1.35;
}

.lww-directions-route-card small {
  color: var(--lww-muted);
  font-size: 13px;
  line-height: 1.45;
}

.lww-directions-tips .lww-card {
  height: 100%;
}

.lww-directions-map-card {
  overflow: hidden;
  border-radius: var(--lww-radius);
  background: var(--lww-blue);
  box-shadow: var(--lww-shadow-lg);
}

.lww-directions-map-copy {
  max-width: 850px;
  padding: clamp(30px, 5vw, 52px);
}

.lww-directions-map-copy .lww-eyebrow,
.lww-directions-page .lww-final-cta .lww-eyebrow {
  color: var(--lww-orange-light);
}

.lww-directions-map-copy h2 {
  margin: 0 0 14px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.lww-directions-map-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.lww-directions-map-wrap {
  min-height: 590px;
  background: var(--lww-sky);
}

.lww-directions-map {
  display: block;
  width: 100%;
  height: 590px;
  border: 0;
}

.lww-directions-winter-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(2, 56, 89, 0.09);
  border-radius: var(--lww-radius);
  background: var(--lww-white);
  box-shadow: var(--lww-shadow-sm);
}

.lww-directions-winter-card__icon {
  display: flex;
  width: 92px;
  height: 92px;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: var(--lww-sky);
  color: var(--lww-blue);
  font-size: 36px;
}

.lww-directions-winter-card h2 {
  margin: 0 0 12px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.lww-directions-winter-card p {
  max-width: 820px;
  margin: 0;
  color: var(--lww-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lww-directions-winter-card .lww-actions {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .lww-subhero--directions {
    min-height: 700px;
    background-image:
      linear-gradient(90deg, rgba(1, 38, 61, 0.95), rgba(2, 56, 89, 0.58)),
      url(img/bg-img/directions-header.jpg);
  }

  .lww-directions-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lww-directions-route-card:last-child {
    grid-column: 1 / -1;
  }

  .lww-directions-route-card:last-child > img {
    max-height: 380px;
  }

  .lww-directions-map-wrap,
  .lww-directions-map {
    min-height: 510px;
    height: 510px;
  }
}

@media (max-width: 767px) {
  .lww-subhero--directions {
    min-height: 810px;
    padding: 150px 0 64px;
    background-position: 58% center;
  }

  .lww-directions-alert,
  .lww-directions-winter-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lww-directions-alert__icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 24px;
  }

  .lww-directions-feature-grid .lww-icon-card {
    min-height: 0;
  }

  .lww-directions-route-grid {
    grid-template-columns: 1fr;
  }

  .lww-directions-route-card:last-child {
    grid-column: auto;
  }

  .lww-directions-route-card:last-child > img {
    max-height: none;
  }

  .lww-directions-map-wrap,
  .lww-directions-map {
    min-height: 430px;
    height: 430px;
  }

  .lww-directions-winter-card__icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .lww-subhero--directions {
    min-height: 845px;
  }

  .lww-directions-info-row {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 10px 12px;
  }

  .lww-directions-info-row__icon {
    width: 42px;
    height: 42px;
  }

  .lww-directions-alert,
  .lww-directions-map-card,
  .lww-directions-winter-card {
    border-radius: 20px;
  }

  .lww-directions-alert,
  .lww-directions-winter-card {
    padding: 24px;
  }

  .lww-directions-route-card {
    border-radius: 18px;
  }

  .lww-directions-route-card figcaption {
    padding: 15px;
  }

  .lww-directions-map-copy {
    padding: 26px 24px;
  }

  .lww-directions-map-wrap,
  .lww-directions-map {
    min-height: 390px;
    height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lww-directions-route-card {
    transform: none;
    transition: none;
  }
}

/* ================================================================
   Sunbeam newsletter page extensions
   Reuses the shared interior system. New rules are isolated to the
   Sunbeam page and its uniquely named components.
   ================================================================ */

.lww-subhero--sunbeam {
  --lww-subhero-height: 670px;
  --lww-subhero-padding: 190px 0 82px;
  --lww-subhero-gradient: linear-gradient(
    90deg,
    rgba(1, 38, 61, 0.95) 0%,
    rgba(2, 56, 89, 0.8) 50%,
    rgba(2, 56, 89, 0.24) 86%
  );
  --lww-subhero-shade: linear-gradient(
    0deg,
    rgba(1, 38, 61, 0.52),
    transparent 50%
  );
  --lww-subhero-image: url(img/bg-img/news-header.jpg);
  --lww-subhero-accent: linear-gradient(
    90deg,
    var(--lww-orange),
    rgba(242, 155, 48, 0.72) 48%,
    transparent
  );
  --lww-subhero-content-width: 900px;
  --lww-subhero-title-width: 780px;
  --lww-subhero-lead-width: 780px;
}

.lww-subhero--sunbeam .lww-subhero__facts {
  max-width: 850px;
}

.lww-subhero--sunbeam .lww-subhero__fact strong {
  font-size: clamp(16px, 2vw, 21px);
}

#current-issues {
  scroll-margin-top: 110px;
}

.lww-sunbeam-intro > * {
  min-width: 0;
}

.lww-sunbeam-latest-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(2, 56, 89, 0.09);
  border-radius: var(--lww-radius);
  background: var(--lww-white);
  box-shadow: var(--lww-shadow-lg);
}

.lww-sunbeam-latest-card__edition {
  position: relative;
  display: flex;
  min-height: 155px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.22),
      transparent 12rem
    ),
    linear-gradient(145deg, var(--lww-orange), #dc741e);
  color: var(--lww-white);
}

.lww-sunbeam-latest-card__edition::after {
  position: absolute;
  right: -24px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.lww-sunbeam-latest-card__edition span,
.lww-sunbeam-latest-card__edition strong {
  position: relative;
  z-index: 2;
  display: block;
}

.lww-sunbeam-latest-card__edition span {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.lww-sunbeam-latest-card__edition strong {
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.lww-sunbeam-latest-card__edition > i {
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 24px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 54px;
}

.lww-sunbeam-latest-card__copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
}

.lww-sunbeam-latest-card__copy h2 {
  margin: 0 0 14px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.lww-sunbeam-latest-card__copy p {
  margin: 0;
  color: var(--lww-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lww-sunbeam-latest-card__copy .lww-actions {
  margin-top: 25px;
}

.lww-sunbeam-about-list {
  margin-top: 25px !important;
}

.lww-sunbeam-issue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lww-sunbeam-issue-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 138px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid rgba(2, 56, 89, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent),
    var(--lww-white);
  box-shadow: var(--lww-shadow-sm);
  color: var(--lww-blue) !important;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

a.lww-sunbeam-issue-card:hover {
  border-color: rgba(242, 155, 48, 0.52);
  background: var(--lww-cream);
  box-shadow: var(--lww-shadow-lg);
  transform: translateY(-4px);
}

.lww-sunbeam-issue-card__month,
.lww-sunbeam-issue-card__year,
.lww-sunbeam-issue-card__action {
  display: block;
}

.lww-sunbeam-issue-card__month {
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.05;
}

.lww-sunbeam-issue-card__year {
  margin-top: 3px;
  color: var(--lww-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.lww-sunbeam-issue-card__action {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--lww-orange);
  font-size: 12px;
  font-weight: 900;
}

.lww-sunbeam-issue-card__action i {
  font-size: 10px;
}

.lww-sunbeam-issue-card__badge {
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(242, 155, 48, 0.15);
  color: var(--lww-orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 1;
  text-transform: uppercase;
}

.lww-sunbeam-issue-card.is-latest {
  border-color: var(--lww-blue);
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.12),
      transparent 10rem
    ),
    var(--lww-blue);
}

.lww-sunbeam-issue-card.is-latest .lww-sunbeam-issue-card__month {
  color: var(--lww-white);
}

.lww-sunbeam-issue-card.is-latest .lww-sunbeam-issue-card__year {
  color: rgba(255, 255, 255, 0.68);
}

.lww-sunbeam-issue-card.is-latest .lww-sunbeam-issue-card__badge {
  background: var(--lww-orange);
  color: var(--lww-white);
}

.lww-sunbeam-issue-card.is-latest:hover {
  border-color: var(--lww-orange);
  background: #064b73;
}

.lww-sunbeam-issue-card.is-upcoming {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: none;
  cursor: default;
}

.lww-sunbeam-issue-card.is-upcoming .lww-sunbeam-issue-card__month,
.lww-sunbeam-issue-card.is-upcoming .lww-sunbeam-issue-card__year,
.lww-sunbeam-issue-card.is-upcoming .lww-sunbeam-issue-card__action {
  color: #88949a;
}

.lww-sunbeam-issue-card.is-upcoming .lww-sunbeam-issue-card__badge {
  background: var(--lww-mist);
  color: var(--lww-muted);
}

.lww-sunbeam-archive-panel {
  overflow: hidden;
  padding: 26px 20px 20px;
  border-top: 6px solid var(--lww-orange);
  border-radius: var(--lww-radius);
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.12),
      transparent 20rem
    ),
    var(--lww-blue);
  box-shadow: var(--lww-shadow-lg);
}

.lww-sunbeam-archive-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 6px 4px 26px;
}

.lww-sunbeam-archive-heading .lww-eyebrow,
.lww-sunbeam-page .lww-final-cta .lww-eyebrow {
  color: var(--lww-orange-light);
}

.lww-sunbeam-archive-heading h2 {
  margin: 0 0 12px;
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.lww-sunbeam-archive-heading p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.lww-sunbeam-archive-heading > i {
  display: none;
  color: rgba(255, 255, 255, 0.14);
  font-size: 72px;
}

.lww-sunbeam-year-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.lww-sunbeam-year-grid a {
  display: flex;
  min-width: 0;
  min-height: 74px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--lww-white) !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.lww-sunbeam-year-grid a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.lww-sunbeam-year-grid strong,
.lww-sunbeam-year-grid span {
  display: block;
}

.lww-sunbeam-year-grid strong {
  color: var(--lww-white);
  font-family: "Young Serif", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.lww-sunbeam-year-grid span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.lww-sunbeam-action-grid {
  align-items: stretch;
}

.lww-sunbeam-action-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(2, 56, 89, 0.09);
  border-radius: 20px;
  background: var(--lww-white);
  box-shadow: var(--lww-shadow-sm);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.lww-sunbeam-action-card:hover {
  box-shadow: var(--lww-shadow-lg);
  transform: translateY(-4px);
}

.lww-sunbeam-action-card--photo {
  background:
    radial-gradient(
      circle at top right,
      rgba(242, 155, 48, 0.13),
      transparent 13rem
    ),
    var(--lww-cream);
}

.lww-sunbeam-action-card--digital {
  background:
    radial-gradient(
      circle at top right,
      rgba(2, 56, 89, 0.08),
      transparent 13rem
    ),
    var(--lww-sky);
}

.lww-sunbeam-action-card__icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-bottom: 19px;
  border-radius: 16px;
  background: var(--lww-sky);
  color: var(--lww-blue);
  font-size: 21px;
}

.lww-sunbeam-action-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.lww-sunbeam-action-card--photo .lww-sunbeam-action-card__icon {
  background: rgba(242, 155, 48, 0.15);
  color: var(--lww-orange);
}

.lww-sunbeam-action-card--digital .lww-sunbeam-action-card__icon {
  background: var(--lww-white);
}

.lww-sunbeam-action-card__label {
  display: block;
  margin-bottom: 7px;
  color: var(--lww-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 1.3;
  text-transform: uppercase;
}

.lww-sunbeam-action-card h3 {
  margin: 0 0 9px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.lww-sunbeam-action-card p {
  margin: 0;
  color: var(--lww-muted);
  font-size: 14px;
  line-height: 1.7;
}

.lww-sunbeam-action-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--lww-blue) !important;
  font-size: 13px;
  font-weight: 900;
}

.lww-sunbeam-action-card a:hover {
  color: var(--lww-orange) !important;
}

.lww-sunbeam-action-card a i {
  color: var(--lww-orange);
  font-size: 11px;
}

.lww-sunbeam-corrections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(242, 155, 48, 0.22);
  border-left: 6px solid var(--lww-orange);
  border-radius: 20px;
  background: var(--lww-cream);
  box-shadow: var(--lww-shadow-sm);
}

.lww-sunbeam-corrections__icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(242, 155, 48, 0.15);
  color: var(--lww-orange);
  font-size: 22px;
}

.lww-sunbeam-corrections .lww-eyebrow {
  margin-bottom: 7px;
}

.lww-sunbeam-corrections h2 {
  margin: 0 0 10px;
  color: var(--lww-blue);
  font-family: "Young Serif", serif;
  font-size: clamp(29px, 4vw, 39px);
  font-weight: 400;
  line-height: 1.12;
}

.lww-sunbeam-corrections > div > p {
  margin: 0;
  color: var(--lww-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lww-sunbeam-correction-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 20px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.lww-sunbeam-correction-item time {
  color: var(--lww-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.lww-sunbeam-correction-item p {
  margin: 0;
  color: var(--lww-ink);
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .lww-sunbeam-latest-card__copy {
    padding: 34px;
  }

  .lww-sunbeam-issue-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .lww-sunbeam-issue-card {
    min-height: 156px;
    padding: 20px;
  }

  .lww-sunbeam-archive-panel {
    padding: 34px 28px 28px;
  }

  .lww-sunbeam-year-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lww-sunbeam-action-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding: 27px;
  }

  .lww-sunbeam-action-card__icon {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .lww-sunbeam-latest-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .lww-sunbeam-latest-card__edition {
    min-height: 100%;
    padding: 28px;
  }

  .lww-sunbeam-latest-card__edition > i {
    top: 28px;
    right: auto;
    left: 28px;
  }

  .lww-sunbeam-latest-card__copy {
    padding: 40px;
  }

  .lww-sunbeam-archive-heading > i {
    display: block;
  }

  .lww-sunbeam-corrections {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 22px;
    padding: 32px;
  }

  .lww-sunbeam-corrections__icon {
    width: 62px;
    height: 62px;
  }

  .lww-sunbeam-correction-item {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }
}

@media (min-width: 992px) {
  .lww-sunbeam-latest-card {
    grid-template-columns: 205px minmax(0, 1fr);
  }

  .lww-sunbeam-archive-panel {
    padding: 42px 38px 38px;
  }

  .lww-sunbeam-year-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lww-sunbeam-year-grid a {
    padding: 12px;
  }
}

@media (max-width: 991px) {
  .lww-subhero--sunbeam {
    min-height: 650px;
    background-image:
      linear-gradient(90deg, rgba(1, 38, 61, 0.95), rgba(2, 56, 89, 0.58)),
      url(img/bg-img/news-header.jpg);
  }
}

@media (max-width: 767px) {
  .lww-subhero--sunbeam {
    min-height: 735px;
    padding: 150px 0 64px;
    background-position: 58% center;
  }
}

@media (max-width: 575px) {
  .lww-subhero--sunbeam {
    min-height: 760px;
  }

  .lww-sunbeam-latest-card,
  .lww-sunbeam-archive-panel {
    border-radius: 20px;
  }

  .lww-sunbeam-issue-card__badge {
    position: static;
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .lww-sunbeam-action-grid {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lww-sunbeam-issue-card,
  .lww-sunbeam-year-grid a,
  .lww-sunbeam-action-card {
    transform: none;
    transition: none;
  }
}
