.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Lato:wght@400;700;900&display=swap');

/* ── HIDE THEME CHROME ── */
.wp-block-template-part,
.site-header,
.site-footer,
.entry-title,
.entry-header,
.page-title,
.wp-site-blocks > header,
.wp-site-blocks > footer {
  display: none !important;
}

/* ── RESET & TOKENS ── */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #ffffff;
  --cream: #f7f4ef;
  --ink: #111111;
  --ink2: #222222;
  --ink3: #555555;
  --gold: #9a6e00;
  --red: #cc0000;
  --rule: #dddddd;
  --navy: #1A3A5C;
}

/* ── BASE ── */
body {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 20px;
  line-height: 1.88;
  color: var(--ink);
  background: var(--bg);
}

/* ── LAYOUT ── */
.page { max-width: 740px; margin: 0 auto; padding: 0 36px; }
.hero { padding: 60px 0 44px; }
.wp-site-blocks { padding: 0 !important; }
body.page .entry-content { padding: 0 !important; margin: 0 !important; }

/* ── HEADINGS ── */
h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 24px;
}
h1 em { font-style: italic; color: var(--red); }

h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 33px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.18;
  margin: 52px 0 20px;
}
h2 em { font-style: italic; color: var(--red); }

/* ── SUBHEAD ── */
.h1-sub {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink2);
  line-height: 1.5;
  margin-bottom: 36px;
  border-left: 5px solid var(--red);
  padding-left: 20px;
  font-style: italic;
}

/* ── RULE ── */
.rule { border: none; border-top: 2px solid var(--ink); margin: 48px 0; }

/* ── BODY COPY ── */
p {
  font-size: 20px;
  line-height: 1.9;
  color: var(--ink2);
  font-weight: 300;
  margin-bottom: 22px;
}
p strong { font-weight: 700; color: var(--ink); }
p em { font-style: italic; }

/* ── STACKED LINES ── */
.stack {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 20px;
  line-height: 2.0;
  color: var(--ink2);
  font-weight: 300;
  margin-bottom: 24px;
}
.stack strong { font-weight: 700; color: var(--ink); }

/* ── PULL QUOTE ── */
.pull {
  border-left: 5px solid var(--red);
  padding: 8px 0 8px 26px;
  margin: 38px 0;
}
.pull p {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 25px;
  color: var(--ink);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

/* ── TRUTH BOX ── */
.truth-box {
  border: 3px solid var(--ink);
  padding: 28px 32px;
  margin: 40px 0;
}
.truth-label {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.truth-box p { font-size: 19px; color: var(--ink2); margin-bottom: 16px; }
.truth-box p:last-child { margin-bottom: 0; }

/* ── INLINE CTA ── */
.inline-cta {
  text-align: center;
  padding: 28px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: 36px 0;
}
.inline-cta p {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  color: var(--ink3);
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 400;
}
.inline-cta a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
  color: var(--red) !important;
  text-decoration: underline;
}

/* ── SIGNATURE ── */
.sig {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 30px;
  color: var(--gold);
  margin-top: 12px;
  margin-bottom: 8px;
}

/* ── NEWSLETTER ── */
.nl { padding: 52px 0 68px; }
.nl h2 { margin-top: 0; }

.nl-deck {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 21px;
  line-height: 1.85;
  color: var(--ink2);
  font-weight: 300;
  margin-bottom: 24px;
  border-left: 5px solid var(--red);
  padding-left: 20px;
  font-style: italic;
}
.nl-deck strong { font-weight: 700; font-style: normal; color: var(--ink); }

/* ── NL LIST ── */
.nl-list { list-style: none; margin: 28px 0 36px; padding: 0; }
.nl-list li {
  font-size: 19px;
  line-height: 1.78;
  color: var(--ink2);
  font-weight: 300;
  padding: 13px 0 13px 32px;
  border-bottom: 1px solid #e0dbd4;
  position: relative;
}
.nl-list li:last-child { border-bottom: none; }
.nl-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--red);
  font-size: 13px;
}
.nl-list li strong { font-weight: 700; color: var(--ink); }

/* ── RED ARROWS ── */
.form-wrap { margin: 44px 0 28px; }
.arrows-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: center;
}
.arrow { display: flex; align-items: center; }
.arrow-shaft { width: 64px; height: 10px; background: var(--red); }
.arrowhead-r {
  width: 0; height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 24px solid var(--red);
}
.arrowhead-l {
  width: 0; height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 24px solid var(--red);
}
.arrows-label {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: var(--red);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

/* ── FORM BOX ── */
.form-box {
  border: 4px solid var(--ink);
  padding: 34px 38px;
  background: var(--cream);
}
.form-box-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.25;
}
.form-box-sub {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  color: var(--ink3);
  text-align: center;
  margin-bottom: 26px;
}
.form-row { display: flex; gap: 0; margin-bottom: 10px; }
.f-name {
  width: 36%;
  border: 2px solid #999;
  border-right: 1px solid #ccc;
  padding: 15px 16px;
  font-size: 18px;
  font-family: 'Merriweather', Georgia, serif;
  color: var(--ink);
  outline: none;
}
.f-email {
  flex: 1;
  border: 2px solid #999;
  border-left: 1px solid #ccc;
  padding: 15px 16px;
  font-size: 18px;
  font-family: 'Merriweather', Georgia, serif;
  color: var(--ink);
  outline: none;
}
.f-name::placeholder, .f-email::placeholder { color: #aaa; }
.f-btn {
  display: block;
  width: 100%;
  background: var(--red);
  border: none;
  color: #ffffff;
  padding: 19px 20px;
  font-size: 21px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4px;
}
.f-btn:hover { background: #a80000; }
.f-fine {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
  color: var(--ink3);
  text-align: center;
  margin-top: 12px;
}
.nl-after {
  font-size: 17px;
  color: var(--ink3);
  font-style: italic;
  text-align: center;
  margin-top: 28px;
}

/* ── HEADER (our custom one) ── */
header {
  background: #ffffff;
  border-bottom: 3px solid var(--ink);
  padding: 0 40px;
}
.header-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand-name {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.brand-name span { color: var(--red); }
nav { display: flex; gap: 32px; align-items: center; }
nav a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink) !important;
  text-decoration: none !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
nav a:hover { color: var(--red) !important; }
nav a.nav-cta { color: var(--red) !important; border-bottom: 2px solid var(--red); }

/* ── FOOTER (our custom one) ── */
footer { border-top: 3px solid var(--ink); padding: 30px 40px; }
.footer-inner {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: var(--ink3);
  line-height: 1.6;
}
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink3) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.footer-links a:hover { color: var(--red) !important; }

/* ── FIX THEME LINK OVERRIDES ── */
.elementor-widget-html a { text-decoration: none; }
.elementor-widget-html p a { color: var(--ink2) !important; }
.wp-block-post-title { display: none !important; }
a { color: var(--ink2) !important; }
.inline-cta a, nav a, .footer-links a, .nav-cta { color: inherit !important; }
.header-inner {
  gap: 40px;
}
.brand-name {
  white-space: nowrap;
  flex-shrink: 0;
}
nav {
  gap: 24px;
}
nav a {
  font-size: 14px;
}/* End custom CSS */