/* Shared editorial shell for Luvo's supporting pages. */
.content-page { background: var(--ink); }
.content-page .page-noise { opacity: .04; }
.content-page .site-header { border-bottom: 1px solid rgba(240, 242, 233, .08); background: rgba(7, 19, 25, .72); backdrop-filter: blur(18px); }
.content-page .nav-shell { min-height: 76px; }
.content-page .desktop-nav a[aria-current='page'] { color: var(--paper); }
.content-page .desktop-nav a[aria-current='page']::after { transform: scaleX(1); transform-origin: left; }

.content-main { overflow: hidden; }
.content-hero { position: relative; padding: clamp(9rem, 15vw, 12.5rem) 0 clamp(4rem, 8vw, 7rem); }
.content-hero::before { content: ''; position: absolute; top: 9%; right: -16rem; width: min(62vw, 860px); aspect-ratio: 1; border: 1px solid rgba(240,242,233,.12); border-radius: 50%; transform: rotate(-20deg); }
.content-hero::after { content: ''; position: absolute; right: 8%; bottom: 13%; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 9px rgba(255,112,94,.12); }
.content-hero-inner { position: relative; z-index: 1; width: min(100% - 3rem, 1380px); margin: 0 auto; }
.content-hero .eyebrow { color: var(--coral-soft); }
.content-hero h1 { max-width: 940px; margin: 1.25rem 0 1.55rem; color: var(--paper); font-size: clamp(3.4rem, 8vw, 8.5rem); font-weight: 600; letter-spacing: -.085em; line-height: .86; }
.content-hero h1 em { color: var(--coral); font-style: normal; }
.content-lede { max-width: 680px; margin: 0; color: var(--paper-dim); font-size: clamp(1rem, 1.55vw, 1.22rem); font-weight: 500; line-height: 1.75; }
.content-rule { display: block; width: min(100% - 3rem, 1380px); height: 1px; margin: 0 auto; background: linear-gradient(90deg, var(--coral) 0 11%, var(--line) 11% 100%); }

.content-section { width: min(100% - 3rem, 1380px); margin: 0 auto; padding: clamp(4.5rem, 9vw, 9rem) 0; }
.section-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(260px, .65fr); gap: clamp(2.2rem, 8vw, 10rem); margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-intro h2, .legal-content h2, .contact-aside h2 { margin: 1.05rem 0 0; color: var(--paper); font-size: clamp(2.1rem, 4.7vw, 4.75rem); font-weight: 600; letter-spacing: -.07em; line-height: .95; }
.section-intro h2 em { color: var(--coral); font-style: normal; }
.section-intro-copy { align-self: end; color: var(--paper-dim); font-size: 1rem; line-height: 1.8; }
.section-intro-copy p:last-child { margin-bottom: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 288px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(16, 37, 45, .22); transition: background .25s ease, transform .25s ease; }
.feature-card:hover { background: rgba(255,112,94,.08); transform: translateY(-5px); }
.card-number { display: block; color: var(--coral-soft); font: 700 .67rem/1 var(--body); letter-spacing: .13em; }
.feature-card h3 { max-width: 260px; margin: 3.7rem 0 1rem; color: var(--paper); font-size: clamp(1.5rem, 2.3vw, 2.15rem); font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.feature-card p { max-width: 365px; margin: 0; color: var(--paper-dim); font-size: .88rem; font-weight: 500; line-height: 1.7; }

.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .8fr); gap: clamp(2rem, 7vw, 9rem); align-items: start; }
.manifesto-statement { margin: 1.1rem 0 0; color: var(--paper); font-family: var(--display); font-size: clamp(2.9rem, 6.2vw, 6.8rem); font-weight: 500; letter-spacing: -.08em; line-height: .9; }
.manifesto-statement em { color: var(--coral); font-style: normal; }
.value-stack { border-top: 1px solid var(--line); }
.value-block { padding: 1.9rem 0 2rem; border-bottom: 1px solid var(--line); }
.value-block span { display: block; color: var(--coral-soft); font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.value-block h3 { margin: .95rem 0 .8rem; color: var(--paper); font-size: 1.7rem; font-weight: 600; letter-spacing: -.055em; }
.value-block p { margin: 0; color: var(--paper-dim); font-size: .91rem; line-height: 1.75; }

.contact-layout { display: grid; grid-template-columns: minmax(250px, .66fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 9rem); }
.contact-aside { padding-top: .3rem; }
.contact-aside > p { margin: 1.4rem 0 2.9rem; color: var(--paper-dim); line-height: 1.75; }
.contact-details { border-top: 1px solid var(--line); }
.contact-detail { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.contact-detail span { color: var(--coral-soft); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail strong, .contact-detail address, .contact-detail a { color: var(--paper); font-size: .93rem; font-style: normal; font-weight: 600; line-height: 1.65; }
.contact-detail a:hover { color: var(--coral-soft); }
.contact-panel { padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid var(--line); background: rgba(16, 37, 45, .5); box-shadow: 18px 18px 0 rgba(255,112,94,.09); }
.contact-panel h2 { margin: 0 0 .55rem; color: var(--paper); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; letter-spacing: -.07em; }
.contact-panel > p { margin: 0 0 2rem; color: var(--paper-dim); font-size: .93rem; line-height: 1.65; }
.contact-form { display: grid; gap: 1.15rem; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.field { display: grid; gap: .55rem; }
.field label { color: var(--paper); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(240,242,233,.2); border-radius: 0; outline: 0; background: rgba(7,19,25,.75); color: var(--paper); padding: .9rem 1rem; font: 500 .94rem/1.4 var(--body); transition: border-color .2s ease, background .2s ease; }
.field textarea { min-height: 135px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #81928f; }
.field input:focus, .field textarea:focus { border-color: var(--coral); background: rgba(7,19,25,.95); }
.form-note { margin: .05rem 0 0; color: #8fa19e; font-size: .7rem; line-height: 1.55; }
.form-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.3rem; border: 0; border-radius: 999px; background: var(--coral); color: var(--ink); cursor: pointer; font: 800 .86rem/1 var(--body); transition: transform .2s ease, background .2s ease; }
.form-submit:hover { background: #ff8878; transform: translateY(-2px); }
.form-submit:focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; }

.legal-page .content-hero { padding-bottom: clamp(3.2rem, 5vw, 5rem); }
.legal-page .content-hero h1 { max-width: 780px; }
.legal-meta { margin-top: 1.6rem; color: var(--coral-soft); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.legal-content { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: clamp(2rem, 9vw, 10rem); }
.legal-rail { position: sticky; top: 106px; height: fit-content; padding-top: .25rem; }
.legal-rail p { margin: 1rem 0 0; color: var(--paper-dim); font-size: .85rem; line-height: 1.7; }
.legal-rail a { display: inline-flex; margin-top: 1.4rem; color: var(--coral-soft); font-size: .78rem; font-weight: 800; border-bottom: 1px solid currentColor; }
.legal-sections { border-top: 1px solid var(--line); }
.legal-section { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 1.5rem; padding: 2.35rem 0; border-bottom: 1px solid var(--line); }
.legal-section > span { padding-top: .35rem; color: var(--coral-soft); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.legal-section h2 { margin: 0 0 1rem; color: var(--paper); font-size: clamp(1.65rem, 2.9vw, 2.5rem); font-weight: 600; letter-spacing: -.06em; line-height: 1.02; }
.legal-section p, .legal-section li { color: var(--paper-dim); font-size: .94rem; font-weight: 500; line-height: 1.8; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { display: grid; gap: .55rem; margin: 1rem 0 0; padding-left: 1.15rem; }
.legal-section li::marker { color: var(--coral); }

.content-closing { width: min(100% - 3rem, 1380px); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(5rem, 9vw, 9rem); text-align: center; }
.content-closing p { margin: 0 0 .85rem; color: var(--coral-soft); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-closing h2 { max-width: 850px; margin: 0 auto 1.7rem; color: var(--paper); font-size: clamp(2.6rem, 6vw, 6rem); font-weight: 600; letter-spacing: -.08em; line-height: .9; }
.content-closing h2 em { color: var(--coral); font-style: normal; }

.content-footer { border-top: 1px solid var(--line); background: #061116; }
.footer-shell { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(0, 1.3fr); gap: 3rem; width: min(100% - 3rem, 1380px); margin: 0 auto; padding: 3.5rem 0 2rem; }
.footer-brand .brand-mark { width: fit-content; }
.footer-brand p { max-width: 260px; margin: 1.2rem 0 0; color: #8fa19e; font-size: .78rem; line-height: 1.7; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.footer-nav h3 { margin: 0 0 1.1rem; color: var(--paper); font-family: var(--body); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-nav a { display: block; width: fit-content; margin: 0 0 .8rem; color: var(--paper-dim); font-size: .8rem; font-weight: 600; }
.footer-nav a:hover { color: var(--coral-soft); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: min(100% - 3rem, 1380px); margin: 0 auto; padding: 1.35rem 0; border-top: 1px solid var(--line); color: #718481; font-size: .68rem; font-weight: 700; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--paper); }

@media (max-width: 900px) {
  .content-page .desktop-nav { display: none; }
  .content-page .menu-toggle { display: block; }
  .content-page .mobile-menu { background: rgba(7,19,25,.98); }
  .content-hero { padding-top: 8.8rem; }
  .section-intro, .manifesto-grid, .contact-layout, .legal-content, .footer-shell { grid-template-columns: 1fr; }
  .section-intro { gap: 1.5rem; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-rail { position: static; padding-bottom: 1rem; }
  .footer-shell { gap: 2.5rem; }
}

@media (max-width: 620px) {
  .content-hero-inner, .content-section, .content-closing, .footer-shell, .footer-bottom { width: min(100% - 2rem, 1380px); }
  .content-rule { width: min(100% - 2rem, 1380px); }
  .content-hero h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .feature-grid, .form-row { grid-template-columns: 1fr; }
  .feature-card { min-height: 235px; padding: 1.55rem; }
  .feature-card h3 { margin-top: 2.8rem; }
  .contact-detail, .legal-section { grid-template-columns: 1fr; gap: .5rem; }
  .contact-panel { box-shadow: 10px 10px 0 rgba(255,112,94,.09); }
  .footer-nav { gap: 1.2rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .65rem; }
}
