/*
Theme Name: Angel Number 44
Theme URI: https://angelnumber44.com
Author: Angel Number 44 Editorial Team
Description: The original celestial Angel Number 44 experience with interactive decoder and editorial blog.
Version: 4.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: angel-number-44
*/

:root {
  --navy: #08111f;
  --navy-soft: #0d1a2c;
  --navy-card: #10223a;
  --ivory: #f5efe3;
  --paper: #fbf7ee;
  --parchment: #e9dfc9;
  --gold: #c7a86b;
  --gold-bright: #e2c477;
  --ink: #111c2e;
  --muted: #9ca9b8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), "Manrope", Arial, sans-serif;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }

.hero-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 52% 48%, rgba(32, 70, 118, .3), transparent 32%),
    radial-gradient(circle at 12% 0%, rgba(18, 49, 87, .35), transparent 34%),
    linear-gradient(135deg, #06101d 0%, #09192a 52%, #06101d 100%);
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.7) .55px, transparent .55px);
  background-size: 19px 19px;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 76%, transparent);
}

.celestial-field { position: absolute; inset: 90px 0 0; pointer-events: none; }
.orbit { position: absolute; border: 1px solid rgba(199,168,107,.25); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; left: 36%; top: 5%; animation: slow-orbit 30s linear infinite; }
.orbit-two { width: 370px; height: 780px; left: 41%; top: -6%; transform: rotate(34deg); border-style: dashed; animation: slow-orbit 36s linear reverse infinite; }
.star { position: absolute; color: var(--gold-bright); text-shadow: 0 0 18px rgba(226,196,119,.9); animation: twinkle 3.5s ease-in-out infinite; }
.star-one { top: 17%; left: 31%; font-size: 11px; }
.star-two { top: 46%; left: 48%; font-size: 28px; }
.star-three { top: 72%; left: 38%; font-size: 8px; animation-delay: 1.2s; }
.star-four { top: 8%; right: 8%; font-size: 8px; animation-delay: .6s; }

.site-header {
  width: min(1480px, calc(100% - 64px));
  height: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(199,168,107,.78);
  position: relative;
  z-index: 3;
}
.site-header::after { content: "✦"; position: absolute; left: 50%; bottom: -9px; color: var(--gold); background: var(--navy); padding: 0 8px; font-size: 14px; }
.brand { display: inline-flex; align-items: center; gap: 16px; font-family: Georgia, "Times New Roman", serif; text-transform: uppercase; letter-spacing: .21em; font-size: 22px; white-space: nowrap; }
.brand-star { width: 48px; height: 48px; border: 1px solid rgba(199,168,107,.55); display: grid; place-items: center; color: var(--gold-bright); border-radius: 50%; box-shadow: 0 0 0 6px rgba(199,168,107,.06); }
nav { display: flex; gap: 58px; font-size: 16px; }
nav a { color: rgba(245,239,227,.82); transition: color .18s ease; }
nav a:hover { color: var(--gold-bright); }
.header-cta { justify-self: end; color: var(--ivory); background: transparent; border: 1px solid var(--gold); border-radius: 8px; padding: 14px 29px; cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }
.header-cta:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }

.hero-grid {
  width: min(1380px, calc(100% - 96px));
  margin: 0 auto;
  min-height: calc(100vh - 100px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 70px 0 80px;
}
.hero-copy { padding-left: 4px; }
.eyebrow { margin: 0 0 24px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .32em; font-weight: 600; font-size: 13px; }
.hero-copy h1, .section-intro h2, .area-card h2, .full-reading-section h2, .journal-heading h2, .faq-section h2, .decoder-card h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 400;
}
.hero-copy h1 { margin: 0; font-size: clamp(64px, 6.6vw, 112px); letter-spacing: -.055em; line-height: .91; }
.gold-rule { display: flex; align-items: center; width: 79%; margin: 28px 0 26px; color: var(--gold-bright); }
.gold-rule::before, .gold-rule::after { content: ""; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); flex: 1; }
.gold-rule::before { flex: 0 0 24px; }
.gold-rule span { margin: 0 9px; }
.hero-lede { max-width: 540px; color: rgba(245,239,227,.82); font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; gap: 42px; align-items: center; margin-top: 32px; }
.primary-button { border: 0; border-radius: 7px; padding: 18px 31px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; background: linear-gradient(135deg, #e4c272, #c49a4e); color: #101827; font-family: Georgia, serif; font-weight: 700; font-size: 18px; cursor: pointer; box-shadow: 0 12px 28px rgba(0,0,0,.18); transition: transform .18s ease, box-shadow .18s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,0,0,.25); }
.primary-button:hover span { transform: translateX(3px); }
.primary-button span { transition: transform .18s ease; font-family: Arial, sans-serif; font-size: 25px; font-weight: 300; }
.text-link { font-family: Georgia, serif; font-size: 17px; border-bottom: 2px solid var(--gold); padding-bottom: 5px; }
.trust-note { margin-top: 29px; color: var(--muted); display: flex; align-items: center; gap: 12px; font-size: 14px; }
.trust-note span { color: var(--gold-bright); border: 1px solid var(--gold); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; }

.decoder-card {
  background: linear-gradient(135deg, #fffaf0, #f4ead7);
  color: var(--ink);
  border: 1px solid var(--gold);
  outline: 1px solid rgba(199,168,107,.7);
  outline-offset: -14px;
  border-radius: 18px;
  min-height: 590px;
  padding: 38px 48px 42px;
  box-shadow: 0 28px 65px rgba(0,0,0,.35), inset 0 0 55px rgba(199,168,107,.08);
  text-align: center;
  position: relative;
}
.card-ornament { display: flex; align-items: center; justify-content: center; color: var(--gold); gap: 12px; }
.card-ornament span { height: 1px; width: 74px; background: linear-gradient(90deg, transparent, var(--gold)); }
.card-ornament span:last-child { transform: rotate(180deg); }
.card-kicker { color: #a17739; text-transform: uppercase; letter-spacing: .32em; font-size: 12px; font-weight: 700; margin: 14px 0 19px; }
.decoder-card h2 { font-size: clamp(34px, 3.1vw, 49px); line-height: 1.05; margin: 0 0 12px; }
.decoder-step > p { color: #6f6b66; margin: 0; font-size: 16px; }
.option-grid { display: grid; gap: 14px; margin: 30px 0 25px; }
.four-options { grid-template-columns: repeat(4, 1fr); }
.two-options { grid-template-columns: repeat(2, 1fr); }
.visual-option, .text-option { border: 1px solid #d7b97c; background: rgba(255,255,255,.35); color: var(--ink); border-radius: 13px; cursor: pointer; transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease; }
.visual-option { min-height: 130px; display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center; font-size: 15px; }
.option-icon { font-size: 34px; line-height: 1; }
.visual-option:hover, .text-option:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(111,82,30,.12); }
.visual-option.selected, .text-option.selected { background: var(--navy); color: var(--ivory); box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--gold); }
.visual-option.selected::before { content: ""; position: absolute; width: 10px; height: 10px; background: var(--gold-bright); border-radius: 50%; margin: -106px 0 0 -62px; }
.text-option { min-height: 76px; padding: 15px 18px; display: flex; align-items: center; justify-content: flex-start; text-align: left; gap: 14px; font-weight: 600; }
.text-option span { color: var(--gold); }
.progress-row { display: flex; align-items: center; gap: 14px; color: #7e7568; margin: 4px 0 17px; }
.progress-row span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, #d5b876); }
.progress-row span:last-child { transform: rotate(180deg); }
.progress-row p { font-size: 12px; white-space: nowrap; }
.continue-button, .back-button { min-height: 57px; border: 0; border-radius: 8px; cursor: pointer; transition: transform .16s ease, opacity .16s ease, background .16s ease; }
.continue-button { width: 100%; background: var(--navy); color: var(--ivory); font-size: 17px; }
.continue-button:hover:not(:disabled) { background: #142744; transform: translateY(-1px); }
.continue-button:disabled { opacity: .42; cursor: not-allowed; }
.step-actions { display: grid; grid-template-columns: 115px 1fr; gap: 12px; }
.back-button { background: transparent; color: var(--ink); border: 1px solid #d2b578; }
.reading-result { padding: 0 18px; }
.result-label { color: #a17739; text-transform: uppercase; font-size: 11px; letter-spacing: .28em; font-weight: 700; margin: 0 0 13px; }
.reading-result h2 { font-size: 37px; margin-bottom: 18px; }
.reading-result > p:not(.result-label) { color: #5f5c57; line-height: 1.56; font-size: 14px; margin: 10px 0; }
.frequency-note { font-style: italic; }
.result-action { background: rgba(199,168,107,.14); border: 1px solid rgba(199,168,107,.55); border-radius: 10px; padding: 14px 16px; margin: 17px 0; text-align: left; }
.result-action span { display: block; color: #9a743a; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 6px; }
.result-action strong { font-family: Georgia, serif; font-weight: 400; line-height: 1.35; }
.order-button { display: flex; align-items: center; justify-content: center; }
.reset-button { margin-top: 12px; border: 0; background: transparent; color: #7c6d55; cursor: pointer; text-decoration: underline; }

.meaning-section, .journal-section, .faq-section { padding: 110px max(48px, calc((100vw - 1240px) / 2)); }
.section-intro { max-width: 780px; text-align: center; margin: 0 auto 64px; }
.dark-eyebrow { color: #a27b40; }
.section-intro h2, .journal-heading h2, .faq-section h2 { font-size: clamp(44px, 5vw, 70px); letter-spacing: -.04em; line-height: 1.02; margin: 0 0 24px; }
.section-intro > p:last-child { color: #5d6063; font-size: 18px; line-height: 1.7; }
.meaning-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d9c8a4; border-bottom: 1px solid #d9c8a4; }
.meaning-grid article { padding: 42px; min-height: 270px; border-right: 1px solid #d9c8a4; }
.meaning-grid article:last-child { border-right: 0; }
.meaning-grid span, .area-number { color: #a47b3d; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.meaning-grid h3 { font-family: Georgia, serif; font-size: 30px; font-weight: 400; margin: 45px 0 12px; }
.meaning-grid p, .area-card p, .full-reading-section > div > p:last-child { color: #626466; line-height: 1.7; }

.life-areas { display: grid; grid-template-columns: 1fr 1fr; }
.area-card { min-height: 520px; padding: 76px max(48px, calc((100vw - 1240px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.area-card:first-child { background: #e9dfca; padding-left: max(48px, calc((100vw - 1240px) / 2)); padding-right: 80px; }
.area-card:last-child { background: #102039; color: var(--ivory); padding-left: 80px; padding-right: max(48px, calc((100vw - 1240px) / 2)); }
.area-card:last-child p { color: #b8c0ca; }
.area-card h2 { font-size: clamp(42px, 4.2vw, 64px); line-height: 1.04; letter-spacing: -.04em; margin: 28px 0 20px; max-width: 580px; }
.area-card > p:not(.area-number) { max-width: 590px; font-size: 17px; }
.area-card a { margin-top: 28px; color: #a47b3d; font-weight: 600; }
.area-card:last-child a { color: var(--gold-bright); }
.area-card a span { margin-left: 8px; transition: margin-left .18s ease; }
.area-card a:hover span { margin-left: 14px; }

.full-reading-section { background: #071321; color: var(--ivory); padding: 100px max(48px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; position: relative; overflow: hidden; }
.full-reading-section::after { content: "44"; position: absolute; right: -30px; bottom: -130px; font: 390px/1 Georgia, serif; color: rgba(199,168,107,.045); }
.full-reading-section h2 { font-size: clamp(48px, 5vw, 72px); line-height: 1; margin: 0 0 20px; }
.full-reading-section > div > p:last-child { color: #aab4c0; max-width: 570px; font-size: 17px; }
.reading-offer { border: 1px solid rgba(199,168,107,.5); padding: 38px; border-radius: 16px; background: rgba(255,255,255,.035); position: relative; z-index: 1; }
.offer-price { font: 66px/1 Georgia, serif; color: var(--gold-bright); }
.offer-price span { font-size: 26px; vertical-align: top; margin-right: 4px; }
.reading-offer ul { list-style: none; padding: 0; margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; color: #c8ced6; font-size: 14px; }
.reading-offer li::before { content: "✦"; color: var(--gold); margin-right: 9px; }

.journal-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; background: var(--paper); }
.journal-heading { position: sticky; top: 40px; align-self: start; }
.journal-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #d7c49c; }
.journal-list li { display: grid; grid-template-columns: 46px 1fr; gap: 23px; padding: 29px 0; border-bottom: 1px solid #d7c49c; align-items: start; }
.journal-list span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #b8904f; border-radius: 50%; color: #9c7335; }
.journal-list p { margin: 3px 0 0; font-family: Georgia, serif; font-size: 22px; line-height: 1.35; }

.faq-section { background: #eee6d6; text-align: center; }
.faq-section h2 { margin-bottom: 54px; }
.faq-grid { max-width: 900px; margin: 0 auto; text-align: left; border-top: 1px solid #bca575; }
.faq-grid details { border-bottom: 1px solid #bca575; padding: 22px 4px; }
.faq-grid summary { cursor: pointer; font-family: Georgia, serif; font-size: 21px; list-style: none; display: flex; justify-content: space-between; }
.faq-grid summary::after { content: "+"; color: #9d7337; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid p { max-width: 720px; color: #62615d; line-height: 1.65; }

body > footer { background: #050d17; color: #9faab6; padding: 52px max(36px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 30px; align-items: center; font-size: 12px; }
.footer-brand { color: var(--ivory); font-size: 15px; }
.footer-brand .brand-star { width: 36px; height: 36px; }
body > footer p { margin: 0; text-align: center; }
body > footer div { display: flex; gap: 22px; }
body > footer a:hover { color: var(--gold-bright); }

@keyframes twinkle { 0%,100% { opacity: .4; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.1); } }
@keyframes slow-orbit { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr; max-width: 760px; padding-top: 75px; }
  .hero-copy { text-align: center; }
  .gold-rule { margin-left: auto; margin-right: auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-note { justify-content: center; }
  .decoder-card { min-height: auto; }
  .celestial-field { opacity: .5; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); height: 78px; }
  .brand { font-size: 14px; letter-spacing: .14em; gap: 10px; }
  .brand-star { width: 36px; height: 36px; }
  .header-cta { padding: 10px 13px; font-size: 13px; }
  .hero-grid { width: calc(100% - 30px); gap: 48px; padding: 58px 0; }
  .hero-copy h1 { font-size: clamp(54px, 18vw, 76px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { flex-direction: column; gap: 23px; }
  .decoder-card { padding: 35px 24px 38px; outline-offset: -9px; }
  .decoder-card h2 { font-size: 34px; }
  .four-options { grid-template-columns: 1fr 1fr; }
  .visual-option { min-height: 104px; }
  .visual-option.selected::before { display: none; }
  .two-options { grid-template-columns: 1fr; }
  .meaning-section, .journal-section, .faq-section { padding: 80px 24px; }
  .meaning-grid { grid-template-columns: 1fr; }
  .meaning-grid article { border-right: 0; border-bottom: 1px solid #d9c8a4; min-height: auto; padding: 34px 12px; }
  .meaning-grid article:last-child { border-bottom: 0; }
  .meaning-grid h3 { margin-top: 24px; }
  .life-areas, .full-reading-section, .journal-section { grid-template-columns: 1fr; }
  .area-card, .area-card:first-child, .area-card:last-child { min-height: auto; padding: 70px 25px; }
  .full-reading-section { padding: 80px 24px; gap: 45px; }
  .reading-offer { padding: 28px 22px; }
  .reading-offer ul { grid-template-columns: 1fr; }
  .journal-section { gap: 42px; }
  .journal-heading { position: static; }
  .journal-list p { font-size: 18px; }
  body > footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  body > footer p { max-width: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.blog-preview { padding: 110px max(48px, calc((100vw - 1240px) / 2)); background: #f5efe3; }
.blog-preview .post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: #fffaf0; border: 1px solid #d9c8a4; padding: 28px; }
.post-card h3 { font: 400 28px/1.18 Georgia, serif; margin: 18px 0; }
.post-card p { color: #626466; line-height: 1.65; }
.post-card > a { color: #9d7337; font-weight: 700; }
.entry-title { font: 400 clamp(42px,6vw,76px)/1.03 Georgia,serif; letter-spacing:-.04em; }
.content-grid { width:min(1160px,calc(100% - 48px)); margin:auto; display:grid; grid-template-columns:minmax(0,780px) 280px; gap:70px; padding:80px 0; }
.entry-content { font-size:18px; line-height:1.8; }.entry-content h2{font:400 42px/1.15 Georgia,serif;margin-top:2em}.entry-content h3{font:400 28px/1.2 Georgia,serif;margin-top:1.7em}.entry-meta{color:#68717b;border-bottom:1px solid #d9c8a4;padding-bottom:20px}.an44-summary,.an44-disclosure{padding:22px;border:1px solid #d9c8a4;background:#fffaf0}.sidebar-card{background:#102039;color:#f5efe3;padding:26px;position:sticky;top:30px}.sidebar-card h2{font:400 30px/1.2 Georgia,serif}
@media(max-width:1100px){.site-header nav{display:none}}
@media(max-width:760px){.blog-preview{padding:80px 24px}.blog-preview .post-list,.content-grid{grid-template-columns:1fr}.content-grid{width:calc(100% - 32px);gap:35px}.sidebar-card{position:static}}

.funnel-meter{height:4px;background:#ded1b7;border-radius:10px;margin:0 auto 20px;max-width:360px;overflow:hidden}.funnel-meter i{height:100%;display:block;background:linear-gradient(90deg,#b78a3f,#e2c477);transition:width .3s ease}.funnel-options{margin-top:22px}.funnel-options .text-option b{font-weight:650}.micro-trust{font-size:11px!important;color:#8c8477!important;margin-top:14px!important}.funnel-result h2{font-size:34px}.lead-box{background:#fffaf0;border:1px solid #d7b97c;padding:16px;border-radius:10px;text-align:left;margin:18px 0}.lead-box label{display:block;font-weight:700;font-size:13px;margin-bottom:8px}.lead-box>div{display:grid;grid-template-columns:1fr auto;gap:7px}.lead-box input{min-width:0;border:1px solid #c9b082;border-radius:6px;padding:12px;font:inherit}.lead-box button{border:0;border-radius:6px;background:#9b7436;color:white;padding:0 16px;cursor:pointer}.lead-box small,.funnel-offer small{display:block;color:#776f63;margin-top:7px;font-size:10px}.lead-message{font-size:12px!important;margin:6px 0 0!important;color:#315d42!important}.funnel-offer{border:1px solid var(--gold);background:var(--navy);color:var(--ivory);padding:18px;border-radius:12px;margin-top:16px}.funnel-offer>span{color:var(--gold-bright);font-size:10px;text-transform:uppercase;letter-spacing:.18em}.funnel-offer h3{font:400 27px/1.15 Georgia,serif;margin:8px 0}.funnel-offer p{color:#c2c9d1!important;margin:8px 0!important}.funnel-offer>strong{font:400 32px/1 Georgia,serif;color:var(--gold-bright);display:block;margin:13px 0}.funnel-offer .order-button{background:linear-gradient(135deg,#e4c272,#c49a4e);color:#101827;font-weight:700}.funnel-offer small{color:#aeb8c3}.secondary-offer{display:block;margin:14px auto 0;text-decoration:underline;color:#765c31;font-size:13px}.an44-article-offer{margin:38px 0;padding:30px;border:1px solid #c7a86b;background:linear-gradient(135deg,#091725,#112742);color:#f7f1e6;border-radius:14px}.an44-article-offer>span{color:#e2c477;letter-spacing:.18em;font-size:10px;font-weight:700}.an44-article-offer h3{font:400 32px/1.12 Georgia,serif;margin:10px 0}.an44-article-offer p{color:#c4ccd4}.an44-article-offer a{display:inline-block;background:linear-gradient(135deg,#e4c272,#c49a4e);color:#101827!important;text-decoration:none;padding:13px 18px;border-radius:6px;font-weight:700}.an44-article-offer small{display:block;margin-top:10px;color:#aeb8c3}.an44-thankyou-upgrade{padding:26px;border:1px solid #c7a86b;background:#fffaf0;margin:24px 0}.woocommerce main,.woocommerce-page main{width:min(1160px,calc(100% - 40px));margin:auto;padding:60px 0}.woocommerce button.button.alt,.woocommerce a.button.alt{background:#a97c35;color:#fff}.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover{background:#80602d}
@media(max-width:760px){.lead-box>div{grid-template-columns:1fr}.lead-box button{min-height:44px}.funnel-options{grid-template-columns:1fr}.funnel-result h2{font-size:29px}}
.step-actions .continue-button:only-child{grid-column:1/-1}

/* v4 conversion homepage */
img{max-width:100%;height:auto}
body:not(.home)>header.site-header{width:100%;padding:0 max(24px,calc((100vw - 1240px)/2));background:#071321;color:var(--ivory);border-bottom-color:#8d7444}
body:not(.home)>header.site-header::after{background:#071321}
.sales-home .hero-grid{grid-template-columns:.95fr 1.05fr}
.home-emotion-strip{background:#071321;color:#d8e0e8;padding:34px max(32px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #80683e}
.home-emotion-strip p{font:18px/1.5 Georgia,serif;margin:0;padding:5px 28px;border-right:1px solid #3c4b5a}.home-emotion-strip p:first-child{padding-left:0}.home-emotion-strip p:last-child{border:0;color:var(--gold-bright)}
.home-art-story{min-height:650px;position:relative;background:#06101d;color:var(--ivory);display:grid;align-items:center;overflow:hidden}.home-art-story>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-art-story:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06101df7 0,#06101dd8 46%,transparent 80%)}.home-art-story>div{position:relative;z-index:1;width:min(590px,calc(100% - 50px));margin-left:max(28px,calc((100vw - 1240px)/2))}.home-art-story h2,.home-honest-urgency h2{font:400 clamp(46px,5.3vw,74px)/1.02 Georgia,serif;letter-spacing:-.045em;margin:14px 0 24px}.home-art-story p:not(.eyebrow){color:#c2ccd5;font-size:18px;line-height:1.7}.home-art-story a{display:inline-flex;margin-top:18px;background:linear-gradient(135deg,#e6c26d,#b78436);color:#101927;padding:17px 22px;border-radius:7px;font-weight:800}.home-art-story a span{margin-left:18px}
.home-paths{padding:110px max(24px,calc((100vw - 1260px)/2));background:linear-gradient(180deg,#e8ddc8,#f8f2e8)}.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.home-product-grid article{background:#fffaf0;border:1px solid #cdb786;padding:24px;display:flex;flex-direction:column;box-shadow:0 18px 45px #745b2e17;position:relative}.home-product-grid .featured-path{border:2px solid #af8034;transform:translateY(-10px);box-shadow:0 26px 65px #745b2e35}.path-tag{margin:-24px -24px 23px;background:#0a1b2e;color:#e9c66f;padding:12px;text-align:center;font-size:9px;font-weight:800;letter-spacing:.19em}.home-product-grid article>img{height:330px;width:auto;max-width:100%;object-fit:contain;align-self:center;box-shadow:18px 20px 36px #18213140;margin-bottom:28px}.home-product-grid h3{font:400 30px/1.12 Georgia,serif;margin:0 0 13px}.home-product-grid p{color:#60676c;line-height:1.6;min-height:105px}.home-product-grid strong{font:400 58px/1 Georgia,serif;color:#976d30;margin:17px 0}.home-product-grid a{margin-top:auto;background:linear-gradient(135deg,#e7c36d,#ba883b);color:#0d1724;text-align:center;padding:15px;border-radius:6px;font-weight:800}
.link-button{border:0;background:transparent;color:#a47b3d;font-weight:700;padding:0;margin-top:27px;text-align:left;cursor:pointer}.area-card:last-child .link-button{color:var(--gold-bright)}
.home-honest-urgency{padding:110px max(28px,calc((100vw - 960px)/2));background:#071321;color:var(--ivory);text-align:center}.home-honest-urgency>p:not(.eyebrow){color:#b6c0ca;font-size:19px;line-height:1.7;max-width:780px;margin:0 auto 34px}
.blog-preview .post-list{align-items:stretch}.post-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.post-card-image{height:220px;display:block;overflow:hidden;background:#0d2035}.post-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.post-card:hover .post-card-image img{transform:scale(1.04)}.post-card-body{padding:26px;display:flex;flex-direction:column;flex:1}.post-card-body>p{color:#626466;line-height:1.65}.post-card-body>a:last-child{color:#9d7337;font-weight:800;margin-top:auto}.empty-post{min-height:300px}
.decoder-loading{height:5px;background:#dfd2b8;border-radius:10px;overflow:hidden;margin:22px 0}.decoder-loading i{display:block;width:42%;height:100%;background:linear-gradient(90deg,#b78a3f,#e2c477);animation:decoder-load .8s ease-in-out infinite alternate}.redirect-result{padding-top:25px}@keyframes decoder-load{to{transform:translateX(138%)}}

/* v4 journal archive */
.journal-archive{background:#f7f1e5}.journal-hero{min-height:560px;color:#f7f1e5;background:linear-gradient(90deg,#050d17f7,#071321d4 58%,#07132175),url('assets/funnel-hero.jpg') center/cover no-repeat;display:grid;align-items:center;padding:80px max(28px,calc((100vw - 1180px)/2))}.journal-hero>div{max-width:720px}.journal-hero h1{font:400 clamp(56px,7vw,94px)/.95 Georgia,serif;letter-spacing:-.055em;margin:15px 0 25px}.journal-hero>div>p:not(.eyebrow){color:#c6d0da;font-size:20px;line-height:1.65;max-width:630px}.journal-decode{display:inline-flex;margin-top:20px;background:linear-gradient(135deg,#e7c36d,#b98639);color:#0c1624;padding:16px 21px;border-radius:7px;font-weight:800}.journal-topics{display:flex!important;gap:8px!important;overflow:auto;padding:20px max(24px,calc((100vw - 1180px)/2));background:#0b1b2e}.journal-topics a{color:#f1e7d5;border:1px solid #4e6071;border-radius:50px;padding:10px 14px;white-space:nowrap;font-size:12px}.journal-topics a:hover{border-color:#d0a854;color:#edc972}.journal-grid-wrap{padding:100px max(24px,calc((100vw - 1180px)/2))}.journal-grid-wrap>header{margin-bottom:45px}.journal-grid-wrap>header h2,.related-guides>h2{font:400 clamp(44px,5vw,68px)/1 Georgia,serif;margin:12px 0}.journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.journal-card{background:#fffaf0;border:1px solid #d4c29e;display:grid;grid-template-columns:42% 58%;min-height:330px;overflow:hidden;box-shadow:0 14px 36px #725b3012}.journal-card-image{display:block;overflow:hidden;background:#0c1c2f}.journal-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.journal-card:hover .journal-card-image img{transform:scale(1.04)}.journal-card>div{padding:28px;display:flex;flex-direction:column}.journal-card-meta{font-size:9px!important;letter-spacing:.08em;text-transform:uppercase;color:#a2783a!important}.journal-card-meta a{color:#a2783a}.journal-card h3{font:400 29px/1.15 Georgia,serif;margin:13px 0}.journal-card>div>p:not(.journal-card-meta){color:#626a70;line-height:1.6}.journal-read{color:#9c7336;font-weight:800;margin-top:auto}.journal-read span{margin-left:8px}.journal-pagination{margin-top:55px}.journal-pagination .nav-links{display:flex;justify-content:center;gap:8px}.journal-pagination a,.journal-pagination span{padding:11px 14px;border:1px solid #c8b487;background:#fffaf0}.journal-pagination .current{background:#0c2036;color:#f5e9d1}.journal-bottom-cta{background:#0b1c30;color:#f6efe2;text-align:center;padding:100px 24px}.journal-bottom-cta h2{font:400 clamp(43px,5vw,68px)/1.04 Georgia,serif;max-width:900px;margin:14px auto}.journal-bottom-cta>p:not(.eyebrow){color:#b8c3cd;font-size:18px;line-height:1.7}.journal-bottom-cta a{display:inline-flex;margin-top:25px;background:#d6ac58;color:#101a27;padding:16px 22px;border-radius:6px;font-weight:800}

/* v4 single article */
.article-page{background:#fbf7ee}.article-hero{background:#071321;color:#f6efe2;padding:70px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.article-hero-image{height:520px;overflow:hidden;box-shadow:28px 30px 60px #0008}.article-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.article-hero h1{font:400 clamp(47px,5.4vw,76px)/1.02 Georgia,serif;letter-spacing:-.045em;margin:15px 0 24px}.article-deck{font:19px/1.6 Georgia,serif;color:#c4cdd6}.article-hero .entry-meta{border:0;color:#9ca8b4;padding:12px 0 0;font-size:11px;line-height:1.6}.article-hero .entry-meta span{color:#d9b867;margin:0 7px}.article-shell{width:min(1160px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:minmax(0,780px) 300px;gap:70px;padding:85px 0}.entry-content{font:18px/1.82 Georgia,serif;color:#26313b}.entry-content>p:first-of-type:not(.an44-summary)::first-letter{float:left;font:76px/.75 Georgia,serif;color:#9c7131;margin:12px 10px 0 0}.entry-content h2{font:400 43px/1.12 Georgia,serif;margin:1.8em 0 .6em;color:#101b2b}.entry-content h3{font:400 29px/1.2 Georgia,serif;margin:1.6em 0 .5em}.entry-content figure{margin:42px 0}.entry-content figure img,.entry-content>img{width:100%;height:auto;display:block;border:1px solid #d1bd92}.entry-content figcaption{font:12px/1.5 Arial,sans-serif;color:#72777a;margin-top:9px}.entry-content a{color:#8f642a;text-decoration:underline;text-underline-offset:3px}.an44-summary{font:19px/1.65 Georgia,serif;border-left:4px solid #b48a43!important}.an44-disclosure{font:13px/1.6 Arial,sans-serif;color:#666f77}.article-sidebar{display:flex;flex-direction:column;gap:22px}.sidebar-reading,.sidebar-trust{padding:28px;position:sticky;top:28px}.sidebar-reading{background:#0c2036;color:#f7efe1}.sidebar-reading span,.sidebar-trust span{color:#e2c06c;font-size:9px;font-weight:800;letter-spacing:.18em}.sidebar-reading h2{font:400 30px/1.15 Georgia,serif;margin:12px 0}.sidebar-reading p{color:#bdc7d0;line-height:1.6}.sidebar-reading a,.sidebar-trust a{display:block;background:#d4aa55;color:#101a27;text-align:center;padding:13px;margin-top:18px;font-weight:800}.sidebar-trust{background:#e9dec9;border:1px solid #c8ad77;position:static}.sidebar-trust span{color:#956c31}.sidebar-trust p{padding-bottom:12px;border-bottom:1px solid #cfb989;color:#4d565d}.article-footer{display:block;background:transparent;color:inherit;padding:40px 0 0;margin-top:50px;border-top:1px solid #d4c29b}.article-footer p{text-align:left}.article-tags{display:flex;flex-wrap:wrap;gap:8px}.article-tags a{border:1px solid #c8b07e;padding:8px 11px;border-radius:30px;color:#7d5c2b}.related-guides{padding:90px max(24px,calc((100vw - 1180px)/2));background:#eee3d1}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.related-grid article{background:#fffaf0;border:1px solid #d2bd92;overflow:hidden}.related-grid img{width:100%;height:220px;object-fit:cover;display:block}.related-grid h3{font:400 27px/1.15 Georgia,serif;margin:22px 22px 12px}.related-grid span{display:block;color:#926b32;font-weight:800;margin:0 22px 24px}

@media(max-width:1050px){.home-product-grid{gap:12px}.home-product-grid article{padding:18px}.path-tag{margin:-18px -18px 22px}.journal-grid{grid-template-columns:1fr}.article-hero{grid-template-columns:1fr}.article-hero-image{height:430px}.article-shell{grid-template-columns:minmax(0,1fr) 270px;gap:40px}}
@media(max-width:760px){.sales-home .hero-grid{grid-template-columns:1fr}.home-emotion-strip{grid-template-columns:1fr}.home-emotion-strip p{padding:16px 0;border-right:0;border-bottom:1px solid #3c4b5a}.home-art-story{min-height:730px;align-items:end;padding-bottom:65px}.home-art-story:after{background:linear-gradient(0deg,#06101df8 0,#06101dd9 62%,transparent)}.home-art-story>div{margin:0 24px}.home-art-story>img{object-position:68% center}.home-product-grid{grid-template-columns:1fr;gap:30px}.home-product-grid .featured-path{transform:none}.home-product-grid article>img{height:390px}.home-product-grid p{min-height:0}.journal-hero{min-height:650px;background-position:66% center}.journal-topics{display:flex!important}.journal-grid-wrap{padding:75px 18px}.journal-card{grid-template-columns:1fr}.journal-card-image{height:260px}.article-hero{padding:55px 18px}.article-hero-image{height:330px;order:2}.article-shell{width:calc(100% - 32px);grid-template-columns:1fr;padding:60px 0}.article-sidebar{order:-1}.sidebar-reading,.sidebar-trust{position:static}.entry-content{font-size:17px}.entry-content h2{font-size:36px}.related-grid{grid-template-columns:1fr}.related-grid img{height:250px}}
.article-hero .entry-meta a{color:#d7bd83;text-decoration:underline;text-underline-offset:3px}
