.monthly-page { background: var(--ink-deep); }
.monthly-page h1 { margin-top: 0; }
.monthly-page h2 { margin: 0; font-size: clamp(48px, 5.6vw, 84px); font-weight: 850; letter-spacing: -.073em; line-height: 1; }
.monthly-page h3 { font-weight: 800; letter-spacing: -.055em; }
.monthly-section { padding-block: clamp(88px, 10vw, 155px); }
.monthly-eyebrow { margin-bottom: 27px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }

.monthly-hero { position: relative; overflow: hidden; background: var(--ink-deep); }
.monthly-hero::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 5px; background: var(--lime); }
.monthly-hero-grid { min-height: min(790px, calc(100dvh - 120px)); display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); align-items: center; gap: clamp(35px, 5vw, 90px); padding-block: 70px 60px; }
.monthly-hero-copy { position: relative; z-index: 2; animation: rise-in .75s ease both; }
.monthly-hero h1 { max-width: 820px; margin-bottom: 34px; font-size: clamp(58px, 5.55vw, 89px); font-weight: 850; letter-spacing: -.082em; line-height: .94; }
.monthly-hero h1 span { display: block; color: var(--lime); }
.monthly-lead { max-width: 590px; margin-bottom: 32px; color: #d2dad7; font-size: clamp(19px, 1.75vw, 24px); line-height: 1.45; }
.monthly-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.monthly-hero-note { max-width: 570px; margin: 26px 0 0; color: #94a4a5; font-size: 13px; line-height: 1.5; }
.monthly-hero-work { position: relative; min-height: 580px; margin: 0; border-radius: 100px 7px 7px 7px; background: linear-gradient(135deg, var(--lime) 0 38%, #304148 38% 100%); transform: rotate(1.5deg); }
.monthly-work-frame { position: absolute; top: 15%; right: 6%; left: -4%; height: 62%; overflow: hidden; border: 7px solid #e6e7df; border-top-width: 18px; border-radius: 9px; background: var(--cream); box-shadow: 0 25px 55px rgba(0,0,0,.28); }
.monthly-work-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.monthly-work-phone { position: absolute; right: -5%; bottom: 14%; width: 28%; aspect-ratio: 390 / 844; overflow: hidden; border: 7px solid #11191d; border-radius: 26px; background: var(--cream); box-shadow: 0 24px 45px rgba(0,0,0,.35); }
.monthly-work-phone img { width: 100%; height: 100%; object-fit: contain; object-position: top; }
.monthly-hero-work figcaption { position: absolute; right: 12%; bottom: 24px; left: 9%; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; color: #f0f3e9; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.monthly-hero-work figcaption strong { font-size: 15px; letter-spacing: 0; text-transform: none; }
.monthly-hero-foot { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 27px; color: #aab8b6; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.monthly-statement { color: var(--ink-deep); background: var(--cream); }
.monthly-statement-grid { display: grid; grid-template-columns: minmax(140px, .28fr) minmax(0, 1fr); gap: clamp(45px, 7vw, 115px); }
.monthly-statement .monthly-eyebrow, .monthly-approach .monthly-eyebrow, .monthly-faq .monthly-eyebrow { color: #66711c; }
.monthly-statement h2 { max-width: 1100px; margin-bottom: 36px; }
.monthly-statement p:not(.monthly-eyebrow) { max-width: 780px; margin-bottom: 0; color: #39474b; font-size: clamp(20px, 1.85vw, 26px); line-height: 1.5; }
.monthly-payment-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(38px, 5vw, 85px); margin-top: clamp(70px, 9vw, 120px); padding: clamp(30px, 4.5vw, 70px); border: 1px solid rgba(221, 235, 98, .4); border-radius: 7px; color: var(--cream); background: var(--ink); scroll-margin-top: 20px; }
.monthly-statement .monthly-payment-panel .monthly-eyebrow { color: var(--lime); }
.monthly-payment-copy h3 { max-width: 650px; margin: 0 0 25px; font-size: clamp(36px, 4vw, 60px); line-height: 1.04; }
.monthly-payment-copy h3 span { display: block; color: var(--lime); }
.monthly-statement .monthly-payment-copy > p:last-child { max-width: 480px; color: #b6c3bf; font-size: 17px; line-height: 1.5; }
.monthly-payment-control { min-width: 0; padding: clamp(22px, 3vw, 42px); border: 1px solid var(--line); border-radius: 6px; background: var(--ink-raised); }
.monthly-calculator-field + .monthly-calculator-field { margin-top: 36px; }
.monthly-calculator-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.monthly-payment-control label { display: block; color: var(--cream); font-size: 14px; font-weight: 800; }
.monthly-calculator-heading output { color: var(--lime); font-size: 22px; font-weight: 850; letter-spacing: -.04em; white-space: nowrap; }
.monthly-payment-control input[type="range"] { --range-fill: 100%; display: block; width: 100%; height: 8px; margin: 24px 0 0; border-radius: 999px; outline-offset: 10px; background: linear-gradient(to right, var(--lime) 0 var(--range-fill), #6d7b7d var(--range-fill) 100%); cursor: pointer; appearance: none; -webkit-appearance: none; }
.monthly-payment-control input[type="range"]::-webkit-slider-thumb { width: 27px; height: 27px; border: 6px solid var(--lime); border-radius: 50%; background: var(--ink-deep); box-shadow: 0 0 0 3px var(--ink-raised); appearance: none; -webkit-appearance: none; }
.monthly-payment-control input[type="range"]::-moz-range-thumb { width: 15px; height: 15px; border: 6px solid var(--lime); border-radius: 50%; background: var(--ink-deep); box-shadow: 0 0 0 3px var(--ink-raised); }
.monthly-payment-ticks { display: flex; justify-content: space-between; gap: 12px; margin-top: 21px; color: #b7c4c0; font-size: 12px; font-weight: 800; }
.monthly-payment-ticks span:last-child { text-align: right; }
.monthly-payment-result { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.monthly-statement .monthly-payment-result p.monthly-payment-result-label { margin: 0 0 10px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.monthly-payment-amount { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 12px; }
.monthly-payment-amount output { color: var(--cream); font-size: clamp(46px, 5.5vw, 76px); font-weight: 850; letter-spacing: -.08em; line-height: 1; }
.monthly-payment-amount span { color: #aebdb9; font-size: 14px; white-space: nowrap; }
.monthly-statement .monthly-payment-result #payment-term-help { margin: 9px 0 27px; color: #b6c3bf; font-size: 15px; line-height: 1.45; }
.monthly-payment-breakdown { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); }
.monthly-payment-breakdown div { min-width: 0; }
.monthly-payment-breakdown dt { color: #aebdb9; font-size: 12px; line-height: 1.3; }
.monthly-payment-breakdown dd { margin: 6px 0 0; color: var(--cream); font-size: 20px; font-weight: 800; letter-spacing: -.05em; white-space: nowrap; }
.monthly-payment-breakdown div:last-child dd { color: var(--lime); }
.monthly-statement .monthly-payment-result p.monthly-payment-rounding { margin: 18px 0 0; color: #b6c3bf; font-size: 13px; line-height: 1.45; }
.monthly-statement .monthly-payment-rounding[hidden] { display: none; }
.monthly-statement .monthly-payment-control > p.monthly-payment-disclaimer { margin: 22px 0 0; color: #aebdb9; font-size: 12px; line-height: 1.45; }

.monthly-possibilities { background: var(--ink-deep); }
.monthly-split { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(55px, 8vw, 140px); }
.monthly-sticky { position: sticky; top: 45px; align-self: start; }
.monthly-sticky h2 { max-width: 600px; margin-bottom: 28px; }
.monthly-sticky > p:last-child { max-width: 490px; color: #b4c0be; font-size: 19px; line-height: 1.5; }
.monthly-capabilities { border-top: 1px solid var(--line); }
.monthly-capabilities article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 31px 0 34px; border-bottom: 1px solid var(--line); }
.monthly-capabilities article > span { padding-top: 8px; color: var(--lime); font-size: 12px; font-weight: 800; }
.monthly-capabilities h3 { margin-bottom: 12px; font-size: clamp(29px, 2.7vw, 40px); line-height: 1.04; }
.monthly-capabilities p { max-width: 550px; margin-bottom: 0; color: #adbbba; font-size: 17px; line-height: 1.48; }
.monthly-capabilities p a { color: var(--cream); text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 4px; }

.monthly-approach { color: var(--ink-deep); background: var(--cream); }
.monthly-section-head { display: flex; justify-content: space-between; align-items: end; gap: 55px; margin-bottom: clamp(55px, 7vw, 105px); }
.monthly-section-head .monthly-eyebrow { flex: 0 0 170px; }
.monthly-section-head h2 { max-width: 900px; }
.monthly-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.monthly-steps li { min-height: 300px; display: flex; flex-direction: column; padding: 26px clamp(18px, 2vw, 34px) 18px; border-top: 2px solid var(--ink-deep); border-left: 1px solid #bac2bd; }
.monthly-steps li:first-child { padding-left: 0; border-left: 0; }
.monthly-steps span { margin-bottom: auto; color: #66711c; font-size: 13px; font-weight: 800; }
.monthly-steps h3 { max-width: 270px; margin-bottom: 17px; font-size: clamp(29px, 2.65vw, 40px); line-height: 1.04; }
.monthly-steps p { max-width: 310px; margin-bottom: 0; color: #435154; font-size: 15px; line-height: 1.48; }

.monthly-work { background: var(--ink); }
.monthly-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.monthly-projects a { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--ink-raised); transition: border-color .2s ease, transform .2s ease; }
.monthly-projects a:hover { border-color: var(--lime); transform: translateY(-4px); }
.monthly-project-image { height: clamp(240px, 26vw, 390px); overflow: hidden; background: var(--cream); }
.monthly-project-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.monthly-projects a > div:last-child { min-height: 150px; padding: 25px 28px 30px; }
.monthly-projects a span { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.monthly-projects h3 { margin: 15px 0 0; font-size: clamp(30px, 3.1vw, 46px); line-height: 1.05; }
.monthly-projects small { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--cream); font-size: 13px; font-weight: 800; }
.monthly-projects a:hover small { color: var(--lime); }
.monthly-work-note { margin: 25px 0 0; color: #99a9a8; font-size: 13px; line-height: 1.45; }

.monthly-clarity { color: var(--ink-deep); background: var(--lime); }
.monthly-clarity-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(60px, 8vw, 140px); align-items: end; }
.monthly-clarity .monthly-eyebrow { color: #536017; }
.monthly-clarity-grid > div:last-child p { max-width: 600px; margin-bottom: 27px; font-size: clamp(20px, 1.9vw, 27px); line-height: 1.44; }
.monthly-inline-link { display: inline-flex; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--ink-deep); font-size: 14px; font-weight: 800; }

.monthly-faq { color: var(--ink-deep); background: var(--cream); }
.monthly-faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 7vw, 115px); }
.monthly-faq-list { border-top: 1px solid #9ca9a2; }
.monthly-faq-list details { border-bottom: 1px solid #9ca9a2; }
.monthly-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: clamp(19px, 1.75vw, 25px); font-weight: 800; letter-spacing: -.035em; cursor: pointer; list-style: none; }
.monthly-faq-list summary::-webkit-details-marker { display: none; }
.monthly-faq-list summary span { color: #65721b; font-size: 28px; font-weight: 400; transition: transform .2s ease; }
.monthly-faq-list details[open] summary span { transform: rotate(45deg); }
.monthly-faq-list details p { max-width: 650px; margin: 0 42px 25px 0; color: #435154; font-size: 16px; line-height: 1.55; }

.monthly-close { text-align: center; background: var(--ink-deep); }
.monthly-close .shell { display: flex; flex-direction: column; align-items: center; }
.monthly-close h2 { max-width: 1000px; margin-bottom: 26px; font-size: clamp(58px, 7.5vw, 112px); }
.monthly-close p:not(.monthly-eyebrow) { max-width: 690px; margin-bottom: 35px; color: #b7c3c0; font-size: 19px; line-height: 1.5; }

@media (max-width: 1100px) {
  .monthly-hero h1 { font-size: clamp(55px, 5.5vw, 72px); }
  .monthly-hero-work { min-height: 495px; }
  .monthly-work-phone { width: 31%; }
}

@media (max-width: 900px) {
  .monthly-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 70px; padding-top: 88px; }
  .monthly-hero-copy { max-width: 750px; }
  .monthly-hero-work { width: min(100%, 660px); min-height: 530px; justify-self: end; }
  .monthly-hero h1 { font-size: clamp(64px, 8vw, 83px); }
  .monthly-split, .monthly-faq-grid { grid-template-columns: 1fr; gap: 52px; }
  .monthly-sticky { position: static; }
  .monthly-sticky h2 { max-width: 800px; }
  .monthly-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .monthly-steps li:nth-child(3) { padding-left: 0; border-left: 0; }
  .monthly-clarity-grid { grid-template-columns: 1fr; gap: 45px; }
  .monthly-payment-panel { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 700px) {
  .monthly-hero::before { width: 3px; }
  .monthly-eyebrow { margin-bottom: 20px; font-size: 10px; }
  .monthly-hero-grid { gap: 55px; padding-block: 70px 58px; }
  .monthly-hero h1 { margin-bottom: 26px; font-size: clamp(44px, 9.7vw, 64px); }
  .monthly-lead { font-size: 18px; }
  .monthly-actions { align-items: start; gap: 18px 25px; }
  .monthly-hero-note { font-size: 12px; }
  .monthly-hero-work { width: calc(100% - 14px); min-height: 385px; border-radius: 70px 7px 7px 7px; }
  .monthly-work-frame { top: 17%; right: 4%; left: -2%; height: 56%; border-width: 5px; border-top-width: 12px; }
  .monthly-work-phone { right: -4%; bottom: 17%; width: 29%; border-width: 5px; border-radius: 16px; }
  .monthly-hero-work figcaption { right: 9%; bottom: 16px; left: 7%; font-size: 8px; }
  .monthly-hero-work figcaption strong { font-size: 12px; }
  .monthly-hero-foot { font-size: 10px; }
  .monthly-hero-foot span:last-child { display: none; }
  .monthly-page h2 { font-size: clamp(46px, 10.2vw, 64px); }
  .monthly-statement-grid { grid-template-columns: 1fr; gap: 22px; }
  .monthly-statement h2 { margin-bottom: 25px; }
  .monthly-statement p:not(.monthly-eyebrow) { font-size: 18px; }
  .monthly-payment-panel { margin-top: 64px; padding: 27px; }
  .monthly-payment-copy h3 { font-size: clamp(37px, 9.3vw, 52px); }
  .monthly-statement .monthly-payment-copy > p:last-child { font-size: 16px; }
  .monthly-payment-control { padding: 24px 20px; }
  .monthly-calculator-heading output { font-size: 20px; }
  .monthly-payment-amount output { font-size: clamp(44px, 12vw, 62px); }
  .monthly-payment-breakdown { gap: 10px; }
  .monthly-payment-breakdown dd { font-size: 17px; }
  .monthly-sticky > p:last-child { font-size: 17px; }
  .monthly-capabilities article { grid-template-columns: 34px 1fr; gap: 10px; padding-block: 26px; }
  .monthly-capabilities h3 { font-size: 29px; }
  .monthly-capabilities p { font-size: 16px; }
  .monthly-section-head { display: block; margin-bottom: 48px; }
  .monthly-steps { grid-template-columns: 1fr; gap: 0; }
  .monthly-steps li, .monthly-steps li:nth-child(3) { min-height: 0; display: grid; grid-template-columns: 35px 1fr; gap: 9px 15px; padding: 24px 0; border-top: 1px solid #9ca9a2; border-left: 0; }
  .monthly-steps li:last-child { border-bottom: 1px solid #9ca9a2; }
  .monthly-steps span { grid-row: 1 / 3; margin: 5px 0 0; }
  .monthly-steps h3 { margin: 0; font-size: 29px; }
  .monthly-steps p { grid-column: 2; max-width: 500px; }
  .monthly-projects { grid-template-columns: 1fr; }
  .monthly-project-image { height: 260px; }
  .monthly-projects a > div:last-child { min-height: 120px; }
  .monthly-projects h3 { font-size: 30px; }
  .monthly-clarity-grid > div:last-child p { font-size: 19px; }
  .monthly-faq-grid { gap: 28px; }
  .monthly-faq-list summary { font-size: 19px; }
  .monthly-close h2 { font-size: clamp(55px, 11.8vw, 78px); }
  .monthly-close p:not(.monthly-eyebrow) { font-size: 17px; }
}

@media (max-width: 390px) {
  .monthly-hero h1 { font-size: 50px; }
  .monthly-actions { flex-direction: column; align-items: start; }
  .monthly-hero-work { min-height: 340px; }
  .monthly-work-frame { height: 54%; }
}
