/* Gumbo Insurance Agency */
:root {
  --ink: #0a1624;
  --muted: #4a5560;
  --line: #d4dbe3;
  --paper: #f4f6f8;
  --card: #ffffff;
  --accent: #001B3D;
  --accent-soft: #e8eef4;
  --warn: #5c4a1a;
  --max: 44rem;
}

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

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.55;
}

a {
  color: var(--accent);
}

a:hover {
  text-decoration-thickness: 2px;
}

.wrap {
  width: min(calc(100% - 2rem), 58rem);
  margin: 0 auto;
}

.site-header {
  background: var(--card);
  border-bottom: 1px solid var(--line);
}

.brand-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 1.5rem;
  padding: 1rem 0 0.75rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.brand img.wordmark {
  height: 52px;
  width: auto;
  display: block;
}

.nap-short {
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: right;
  margin: 0;
}

.nap-short a {
  color: inherit;
  text-decoration: none;
}

.nap-short a:hover {
  text-decoration: underline;
}

nav {
  font-family: system-ui, sans-serif;
  font-size: 0.88rem;
  padding: 0 0 0.85rem;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
}

nav a {
  text-decoration: none;
  color: var(--ink);
  border-bottom: 2px solid transparent;
  padding-bottom: 0.15rem;
}

nav a:hover,
nav a[aria-current="page"] {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

main {
  padding: 1.75rem 0 2.5rem;
}

h1,
h2,
h3 {
  line-height: 1.25;
  font-weight: 700;
}

h1 {
  font-size: 1.85rem;
  margin: 0 0 0.75rem;
}

h2 {
  font-size: 1.2rem;
  margin: 1.75rem 0 0.5rem;
}

p {
  margin: 0 0 0.9rem;
}

.lede {
  font-size: 1.05rem;
}

.notice {
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  background: var(--accent-soft);
  border-left: 4px solid var(--accent);
  padding: 0.7rem 0.9rem;
  margin: 1rem 0 1.5rem;
}

.paths {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.paths a {
  display: block;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: var(--ink);
}

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

.paths strong {
  display: block;
  color: var(--accent);
  font-family: system-ui, sans-serif;
  font-size: 0.92rem;
}

.paths span {
  font-size: 0.88rem;
  color: var(--muted);
}

.secondary-links {
  font-family: system-ui, sans-serif;
  font-size: 0.88rem;
  color: var(--muted);
}

.need-list {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.need-list li {
  margin-bottom: 0.35rem;
}

form {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.1rem 1.15rem 1.25rem;
  max-width: 28rem;
}

.form-note {
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.85rem;
}

label {
  display: block;
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0.65rem 0 0.25rem;
}

input,
textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  padding: 0.45rem 0.5rem;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

textarea {
  min-height: 6rem;
  resize: vertical;
}

button {
  margin-top: 1rem;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  background: var(--accent);
  color: #fff;
  border: 0;
  padding: 0.55rem 1rem;
  min-height: 2.75rem;
  cursor: pointer;
}

button:hover {
  filter: brightness(1.08);
}

.site-footer {
  background: #001B3D;
  color: #e8eef4;
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  padding: 1.5rem 0 2rem;
}

.site-footer a {
  color: #d5e0ed;
}

.site-footer .addr {
  margin: 0 0 0.6rem;
}

.site-footer .legal {
  color: #b7c4d4;
  margin: 0.6rem 0 0.9rem;
  max-width: 40rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thin-note {
  font-size: 0.95rem;
}

/* Homepage photo band — starts below the solid header */
.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  color: #f4f7fb;
  background-color: #00101f;
  background-image: url("img/hero.jpg");
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 12, 28, 0.42) 0%, rgba(0, 16, 32, 0.58) 42%, rgba(0, 12, 28, 0.78) 100%);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.5rem 0 5.5rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  width: min(calc(100% - 2.5rem), 40rem);
}

.hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.6vw, 3.15rem);
  letter-spacing: -0.018em;
  line-height: 1.18;
  color: #fff;
  margin: 0 0 1rem;
  text-transform: none;
}

.hero-copy .lede {
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 247, 251, 0.9);
  max-width: 32rem;
  margin-bottom: 1.6rem;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 2.85rem;
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.72rem 1.45rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.hero-cta:hover {
  background: #f3f6f9;
  text-decoration: none;
}


.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.4rem;
}

.hero-cta-alt {
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.hero-cta-alt:hover {
  color: #fff;
}

.page-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.55rem 1.2rem;
}

.page-cta:hover {
  filter: brightness(1.08);
  text-decoration: none;
}

.call-now {
  margin: 0.25rem 0 1.25rem;
}

.call-alt {
  font-family: system-ui, sans-serif;
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0.85rem 0 0;
}


.photo-credit {
  position: absolute;
  right: 1.1rem;
  bottom: 0.7rem;
  z-index: 2;
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.01em;
  color: rgba(244, 247, 251, 0.62);
}

body.home main {
  padding-top: 2.25rem;
}

.site-footer .addr a {
  color: inherit;
}

@media (max-width: 40rem) {
  html {
    font-size: 17px;
  }

  .nap-short {
    text-align: left;
  }

  h1 {
    font-size: 1.55rem;
  }

  .hero {
    min-height: 70svh;
  }

  .hero-copy {
    padding: 2rem 0 4.5rem;
  }

  .hero-copy h1 {
    font-size: 1.85rem;
  }

  .hero-cta {
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
  }

  .photo-credit {
    position: static;
    padding: 0 1.25rem 0.85rem;
    font-size: 0.65rem;
  }
}
