/*
Theme Name: Luxury Lorrie
Theme URI: https://cruiseplannersblog.com/
Author: Lorrie Ortega, Cruise Planners
Description: A luxury black, gold, and Cruise Planners green WordPress theme for the Luxury Lorrie travel blog.
Version: 1.1.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Private use
Text Domain: luxury-lorrie
*/

:root {
  --ll-black: #080808;
  --ll-ink: #151515;
  --ll-charcoal: #1f1f1f;
  --ll-cream: #f7f1e7;
  --ll-soft: #e5dccd;
  --ll-muted: #9e968a;
  --ll-gold: #c8a85a;
  --ll-gold-bright: #e0c16c;
  --ll-green: #3baf2a;
  --ll-white: #ffffff;
  --ll-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  --ll-max: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ll-black);
  color: var(--ll-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration-color: rgba(200, 168, 90, 0.65);
  text-underline-offset: 0.24em;
}

a:hover,
a:focus {
  color: var(--ll-gold-bright);
}

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

h1,
h2,
h3,
p,
li {
  overflow-wrap: break-word;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--ll-black);
  background: var(--ll-gold-bright);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(200, 168, 90, 0.24);
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(16px);
}

.site-header__inner,
.site-footer__inner,
.ll-wrap {
  width: min(var(--ll-max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 76px;
}

.site-social-bar {
  border-top: 1px solid rgba(200, 168, 90, 0.14);
  background: rgba(8, 8, 8, 0.72);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.site-brand__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 2px;
  border: 1px solid rgba(200, 168, 90, 0.24);
  border-radius: 4px;
  background: rgba(247, 241, 231, 0.96);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}

.site-brand__logo {
  width: clamp(98px, 11.5vw, 142px);
}

.site-brand__copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.site-brand__name {
  color: var(--ll-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1;
}

.site-brand__tagline {
  color: var(--ll-gold);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  flex: 1;
}

.site-header__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.site-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  color: var(--ll-soft);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--ll-gold-bright);
}

.ll-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ll-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(200, 168, 90, 0.42);
  border-radius: 999px;
  color: var(--ll-soft);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.ll-social a:hover,
.ll-social a:focus {
  border-color: var(--ll-green);
  background: var(--ll-green);
  color: var(--ll-white);
}

.ll-social--bar {
  justify-content: center;
  padding: 10px 0;
}

.ll-social--about,
.ll-social--footer {
  margin-top: 18px;
}

.ll-button,
.ll-form button,
.post-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--ll-green);
  border-radius: 6px;
  background: var(--ll-green);
  color: var(--ll-white);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.ll-button:hover,
.ll-button:focus,
.ll-form button:hover,
.ll-form button:focus,
.post-card__button:hover,
.post-card__button:focus {
  border-color: var(--ll-gold-bright);
  background: var(--ll-gold-bright);
  color: var(--ll-black);
}

.ll-button--ghost {
  border-color: rgba(200, 168, 90, 0.55);
  background: transparent;
  color: var(--ll-gold-bright);
}

.ll-button--ghost:hover,
.ll-button--ghost:focus {
  border-color: var(--ll-green);
  background: var(--ll-green);
  color: var(--ll-white);
}

.site-main {
  min-height: 68vh;
}

.ll-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(200, 168, 90, 0.18);
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.72) 52%, rgba(8, 8, 8, 0.26) 100%),
    var(--ll-hero-image, url("https://cruiseplannersblog.com/wp-content/uploads/2026/05/new-england-fall-coast.png"));
  background-position: center;
  background-size: cover;
}

.ll-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.45fr);
  gap: 28px;
  align-items: end;
  min-height: 400px;
  padding: 56px 0 36px;
}

.ll-hero__inner > *,
.ll-about-layout > *,
.post-grid > * {
  min-width: 0;
}

.ll-eyebrow {
  margin: 0 0 10px;
  color: var(--ll-green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ll-hero h1,
.ll-page-hero h1,
.single-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ll-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.7vw, 2.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.ll-hero__copy {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--ll-soft);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.ll-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ll-hero__note {
  border-left: 3px solid var(--ll-gold);
  padding: 12px 0 12px 16px;
  color: var(--ll-soft);
  background: rgba(8, 8, 8, 0.36);
  font-size: 0.95rem;
}

.ll-hero__note strong {
  display: block;
  color: var(--ll-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.ll-section {
  padding: 58px 0;
}

.ll-section--posts {
  padding-top: 34px;
}

.ll-section--subscribe {
  padding-top: 36px;
  padding-bottom: 40px;
}

.ll-section--cream {
  background: var(--ll-cream);
  color: var(--ll-ink);
}

.ll-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.ll-section__header h2,
.ll-content h2,
.ll-form-panel h2 {
  margin: 0;
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.ll-section__header p {
  max-width: 520px;
  margin: 0;
  color: var(--ll-muted);
}

.ll-subscribe-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.ll-subscribe-copy h2 {
  margin: 0;
  color: var(--ll-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
  line-height: 1.05;
}

.ll-subscribe-copy > p:last-of-type {
  max-width: 640px;
  margin: 16px 0 0;
  color: #5e574d;
  font-size: 1.02rem;
}

.ll-subscribe-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ll-subscribe-points li {
  position: relative;
  padding-left: 18px;
  color: #3b352d;
}

.ll-subscribe-points li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ll-green);
}

.ll-subscribe-card {
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 18px;
  padding: 24px;
  background: var(--ll-white);
  box-shadow: 0 18px 34px rgba(21, 21, 21, 0.08);
}

.ll-subscribe-card > *:first-child {
  margin-top: 0;
}

.ll-subscribe-card p {
  color: #5e574d;
}

.ll-subscribe-card .jetpack_subscription_widget,
.ll-subscribe-card .wp-block-jetpack-subscriptions,
.ll-subscribe-card form {
  display: grid;
  gap: 14px;
}

.ll-subscribe-card .widgettitle,
.ll-subscribe-card .wp-block-jetpack-subscriptions__title,
.ll-subscribe-card legend {
  margin: 0;
  color: var(--ll-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.08;
}

.ll-subscribe-card label {
  display: grid;
  gap: 6px;
  color: var(--ll-ink);
  font-weight: 800;
}

.ll-subscribe-card input[type="email"],
.ll-subscribe-card input[type="text"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(21, 21, 21, 0.18);
  border-radius: 6px;
  padding: 11px 12px;
  background: var(--ll-white);
  color: var(--ll-ink);
  font: inherit;
}

.ll-subscribe-card input[type="submit"],
.ll-subscribe-card button {
  width: 100%;
}

.ll-subscribe-card input:focus,
.ll-subscribe-card button:focus {
  outline: 2px solid var(--ll-green);
  outline-offset: 2px;
}

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

.post-card {
  position: relative;
  min-height: 0;
  border: 1px solid rgba(200, 168, 90, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: var(--ll-ink);
  box-shadow: var(--ll-shadow);
}

.post-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--ll-charcoal);
}

.post-card__media img,
.post-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0) 12%, rgba(8, 8, 8, 0.88) 100%);
}

.post-card__placeholder {
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--ll-gold);
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

.post-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 18px;
}

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--ll-gold-bright);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.post-card h2,
.post-card h3 {
  margin: 0 0 12px;
  color: var(--ll-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.12;
}

.post-card h2 a,
.post-card h3 a {
  text-decoration: none;
}

.post-card__excerpt {
  display: -webkit-box;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--ll-soft);
  font-size: 0.92rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-card__button {
  min-height: 38px;
  padding: 9px 13px;
  font-size: 0.84rem;
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.pagination a,
.pagination span,
.nav-links a,
.nav-links span {
  min-width: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(200, 168, 90, 0.34);
  border-radius: 6px;
  color: var(--ll-soft);
  text-align: center;
  text-decoration: none;
}

.pagination .current,
.nav-links .current,
.pagination a:hover,
.nav-links a:hover {
  border-color: var(--ll-green);
  background: var(--ll-green);
  color: var(--ll-white);
}

.ll-page-hero,
.single-hero {
  padding: 70px 0 40px;
  border-bottom: 1px solid rgba(200, 168, 90, 0.18);
  background: var(--ll-black);
}

.ll-page-hero p,
.single-hero p {
  max-width: 760px;
  color: var(--ll-soft);
  font-size: 1.1rem;
}

.ll-content {
  max-width: 840px;
  margin: 0 auto;
  padding: 50px 0 70px;
  color: var(--ll-soft);
}

.ll-content > *:first-child {
  margin-top: 0;
}

.ll-content h2,
.ll-content h3 {
  color: var(--ll-white);
}

.ll-content a {
  color: var(--ll-gold-bright);
}

.ll-featured-image {
  width: min(var(--ll-max), calc(100% - 32px));
  margin: 34px auto 0;
  border-radius: 8px;
  overflow: hidden;
}

.ll-featured-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.ll-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 36px;
  align-items: start;
  padding: 56px 0 74px;
}

.ll-about-lede {
  color: var(--ll-soft);
  font-size: 1.1rem;
}

.ll-credential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.ll-credential-list li {
  border: 1px solid rgba(200, 168, 90, 0.28);
  border-radius: 8px;
  padding: 14px;
  color: var(--ll-soft);
  background: rgba(255, 255, 255, 0.04);
}

.ll-credential-list strong {
  display: block;
  color: var(--ll-gold-bright);
}

.ll-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ll-contact-strip a {
  border: 1px solid rgba(200, 168, 90, 0.34);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ll-soft);
  text-decoration: none;
}

.ll-contact-strip a:hover,
.ll-contact-strip a:focus {
  border-color: var(--ll-green);
  color: var(--ll-white);
}

.ll-form-panel {
  position: sticky;
  top: 104px;
  border: 1px solid rgba(200, 168, 90, 0.35);
  border-radius: 8px;
  padding: 24px;
  background: var(--ll-cream);
  color: var(--ll-ink);
  box-shadow: var(--ll-shadow);
}

.ll-form-panel p {
  color: #5e574d;
}

.ll-form {
  display: grid;
  gap: 14px;
}

.ll-form label {
  display: grid;
  gap: 6px;
  color: var(--ll-ink);
  font-weight: 800;
}

.ll-form input,
.ll-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(21, 21, 21, 0.18);
  border-radius: 6px;
  padding: 11px 12px;
  background: var(--ll-white);
  color: var(--ll-ink);
  font: inherit;
}

.ll-form textarea {
  min-height: 120px;
  resize: vertical;
}

.ll-form input:focus,
.ll-form textarea:focus {
  outline: 2px solid var(--ll-green);
  outline-offset: 2px;
}

.ll-form__hidden {
  display: none;
}

.ll-notice {
  margin: 0 0 18px;
  border-radius: 6px;
  padding: 12px 14px;
  font-weight: 800;
}

.ll-notice--success {
  background: rgba(59, 175, 42, 0.16);
  color: #17620d;
}

.ll-notice--error {
  background: rgba(176, 43, 43, 0.12);
  color: #8d1f1f;
}

.ll-cta-band {
  border-top: 1px solid rgba(200, 168, 90, 0.22);
  border-bottom: 1px solid rgba(200, 168, 90, 0.22);
  background: var(--ll-ink);
}

.ll-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0;
}

.ll-cta-band h2 {
  margin: 0;
  color: var(--ll-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.ll-cta-band p {
  margin: 8px 0 0;
  color: var(--ll-soft);
}

.site-footer {
  border-top: 1px solid rgba(200, 168, 90, 0.2);
  background: #050505;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(280px, 0.9fr);
  gap: 22px;
  align-items: start;
  padding: 32px 0;
  color: var(--ll-muted);
  font-size: 0.92rem;
}

.site-footer strong {
  color: var(--ll-gold-bright);
}

.ll-guide-page {
  --ll-guide-navy: #1f355e;
  --ll-guide-navy-deep: #152743;
  --ll-guide-gold: #c9a227;
  --ll-guide-ivory: #faf7f0;
  --ll-guide-sand: #efe7d7;
  --ll-guide-ink: #1f2d3d;
  --ll-guide-muted: #596679;
  color: var(--ll-guide-ink);
  background: linear-gradient(180deg, #ffffff 0%, #f7f4ed 100%);
}

.ll-guide-page a {
  color: var(--ll-guide-navy);
}

.ll-guide-page .ll-button {
  border-radius: 999px;
}

.ll-button--guide {
  border-color: var(--ll-guide-gold);
  background: var(--ll-guide-gold);
  color: var(--ll-guide-navy-deep);
}

.ll-button--guide:hover,
.ll-button--guide:focus {
  border-color: var(--ll-guide-navy);
  background: var(--ll-guide-navy);
  color: var(--ll-white);
}

.ll-button--guide-ghost {
  border-color: rgba(31, 53, 94, 0.22);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ll-guide-navy);
}

.ll-button--guide-ghost:hover,
.ll-button--guide-ghost:focus {
  border-color: var(--ll-guide-gold);
  background: #fff7dc;
  color: var(--ll-guide-navy-deep);
}

.ll-guide-kicker {
  margin: 0 0 14px;
  color: var(--ll-guide-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ll-guide-section {
  padding: 72px 0;
}

.ll-guide-section--light {
  background: var(--ll-guide-ivory);
}

.ll-guide-section--accent {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f9f5eb 100%);
}

.ll-guide-section--download {
  background:
    linear-gradient(135deg, var(--ll-guide-navy-deep) 0%, var(--ll-guide-navy) 58%, #314c7d 100%);
  color: var(--ll-white);
}

.ll-guide-section__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.ll-guide-section__intro h2,
.ll-guide-page h2 {
  margin: 0;
  color: var(--ll-guide-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.06;
}

.ll-guide-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(201, 162, 39, 0.22), transparent 34%),
    linear-gradient(135deg, var(--ll-guide-navy-deep) 0%, var(--ll-guide-navy) 62%, #294776 100%);
}

.ll-guide-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -30% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.16);
  filter: blur(8px);
}

.ll-guide-hero--subscribe {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.2), transparent 34%),
    linear-gradient(135deg, #14253f 0%, #213963 62%, #355483 100%);
}

.ll-guide-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.56fr);
  gap: 42px;
  align-items: center;
  min-height: 72vh;
  padding: 82px 0;
}

.ll-guide-hero__content h1,
.ll-guide-download-layout__main h1 {
  margin: 0;
  color: var(--ll-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5.2vw, 5.1rem);
  line-height: 0.96;
}

.ll-guide-hero__subheadline,
.ll-guide-download__message {
  margin: 22px 0 0;
  color: #f7f2e9;
  font-size: clamp(1.12rem, 1.8vw, 1.4rem);
}

.ll-guide-hero__copy,
.ll-guide-download__detail {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
}

.ll-guide-hero__actions,
.ll-guide-download__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ll-guide-magazine {
  display: grid;
  justify-items: end;
}

.ll-blog-subscribe-panel {
  padding: 28px 26px;
  border: 1px solid rgba(201, 162, 39, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
  color: var(--ll-guide-navy-deep);
}

.ll-blog-subscribe-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ll-blog-subscribe-list li {
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(31, 53, 94, 0.12);
}

.ll-blog-subscribe-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ll-guide-magazine__cover {
  width: min(100%, 350px);
  padding: 30px 26px 24px;
  border: 1px solid rgba(201, 162, 39, 0.34);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 225, 0.96));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  color: var(--ll-guide-navy-deep);
}

.ll-guide-magazine__eyebrow {
  margin: 0 0 10px;
  color: var(--ll-guide-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ll-guide-magazine__cover h2 {
  margin: 0;
  color: var(--ll-guide-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.1vw, 2.8rem);
  line-height: 0.98;
}

.ll-guide-magazine__cover span {
  display: block;
  margin-top: 12px;
  color: var(--ll-guide-muted);
}

.ll-guide-magazine__cover ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(31, 53, 94, 0.12);
  list-style: none;
}

.ll-guide-topic-grid,
.ll-guide-benefits__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ll-guide-topic-card,
.ll-guide-benefit-card {
  min-height: 100%;
  border: 1px solid rgba(31, 53, 94, 0.1);
  border-radius: 18px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 34px rgba(31, 53, 94, 0.08);
}

.ll-guide-topic-card h3,
.ll-guide-benefit-card strong {
  display: block;
  margin: 0 0 10px;
  color: var(--ll-guide-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.12;
}

.ll-guide-topic-card p,
.ll-guide-benefit-card span,
.ll-guide-form__fine-print {
  margin: 0;
  color: var(--ll-guide-muted);
}

.ll-guide-benefits {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.ll-guide-about {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.ll-guide-about__media {
  min-width: 0;
}

.ll-guide-about__headshot,
.ll-guide-about__logo-shell {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #efe7d7);
  box-shadow: 0 22px 42px rgba(31, 53, 94, 0.14);
}

.ll-guide-about__headshot {
  display: block;
}

.ll-guide-about__logo-shell {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 28px;
}

.ll-guide-about__logo-shell img {
  width: min(100%, 240px);
}

.ll-guide-about__logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 1px solid rgba(31, 53, 94, 0.1);
  border-radius: 16px;
  background: #fff;
}

.ll-guide-about__logo-badge img {
  width: min(220px, 100%);
}

.ll-guide-credentials,
.ll-guide-contact-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.ll-social--guide a {
  border-color: rgba(31, 53, 94, 0.16);
  color: var(--ll-guide-navy);
}

.ll-guide-form-layout,
.ll-guide-download-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: 30px;
  align-items: start;
}

.ll-guide-form-card,
.ll-guide-download-card {
  border: 1px solid rgba(31, 53, 94, 0.08);
  border-radius: 24px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 40px rgba(31, 53, 94, 0.1);
}

.ll-guide-download-card {
  color: var(--ll-guide-ink);
}

.ll-guide-capture-form button,
.ll-blog-subscribe-form button {
  width: 100%;
  min-height: 50px;
  border-color: var(--ll-guide-gold);
  background: var(--ll-guide-gold);
  color: var(--ll-guide-navy-deep);
}

.ll-guide-capture-form button:hover,
.ll-guide-capture-form button:focus,
.ll-blog-subscribe-form button:hover,
.ll-blog-subscribe-form button:focus {
  border-color: var(--ll-guide-navy);
  background: var(--ll-guide-navy);
  color: var(--ll-white);
}

.ll-guide-extra-content {
  color: var(--ll-guide-ink);
}

@media (max-width: 980px) {
  .site-header__inner {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .site-brand {
    width: 100%;
  }

  .site-nav {
    order: 3;
    flex-basis: 100%;
  }

  .site-header__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .site-nav ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .ll-hero__inner,
  .ll-about-layout,
  .ll-subscribe-layout,
  .ll-guide-hero__inner,
  .ll-guide-benefits,
  .ll-guide-about,
  .ll-guide-form-layout,
  .ll-guide-download-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ll-hero__inner {
    min-height: 480px;
  }

  .post-grid,
  .ll-guide-topic-grid,
  .ll-guide-benefits__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ll-form-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner,
  .site-footer__inner,
  .ll-wrap {
    width: min(var(--ll-max), calc(100% - 24px));
  }

  .site-header__inner {
    gap: 12px;
  }

  .site-brand {
    gap: 10px;
  }

  .site-brand__logo {
    width: 94px;
  }

  .site-brand__tagline {
    font-size: 0.6rem;
  }

  .site-header .ll-button {
    width: 100%;
  }

  .site-header__actions {
    display: grid;
    width: 100%;
  }

  .ll-social--bar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .ll-social--bar a {
    flex: 0 0 auto;
  }

  .ll-hero {
    background-position: center;
  }

  .ll-hero__inner {
    min-height: 0;
    padding: 42px 0 28px;
  }

  .ll-hero h1,
  .ll-page-hero h1,
  .single-hero h1 {
    font-size: clamp(1.14rem, 4.9vw, 1.42rem);
    line-height: 1.08;
    max-width: calc(100vw - 24px);
    overflow-wrap: anywhere;
  }

  .ll-hero__copy,
  .ll-hero__note,
  .ll-section__header p {
    max-width: calc(100vw - 24px);
    overflow-wrap: anywhere;
  }

  .ll-section__header,
  .ll-cta-band__inner,
  .site-footer__inner,
  .ll-guide-section__intro {
    display: block;
  }

  .post-grid,
  .ll-credential-list,
  .ll-guide-topic-grid,
  .ll-guide-benefits__list {
    grid-template-columns: 1fr;
  }

  .post-card__excerpt {
    display: none;
  }

  .ll-guide-section {
    padding: 52px 0;
  }

  .ll-guide-hero__inner {
    min-height: 0;
    padding: 54px 0;
  }

  .ll-guide-hero__content h1,
  .ll-guide-download-layout__main h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .ll-guide-form-card,
  .ll-guide-download-card,
  .ll-subscribe-card,
  .ll-guide-magazine__cover {
    padding: 22px;
  }
}
