/* Forte Life — shared web system.
   The print pieces are fixed 816×1056 sheets; the web pages carry the same palette,
   type, marks and voice on a fluid grid. Everything here is what both pages share. */

:root {
  --cream: #F5EFE2;
  --navy: #0F2438;
  --gold: #B8923F;
  --gold-l: #D4B569;
  --body: #1A1A1A;
  --muted: #4A4A4A;
  --neg: #A02020;
  --rule: rgba(184, 146, 63, .34);
  --cin: 'Cinzel', Georgia, serif;
  --geo: Georgia, 'Times New Roman', serif;
  --shell: min(1120px, 92vw);
  --read: min(720px, 92vw);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--body);
  font: 400 17px/1.62 var(--geo);
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--navy); }
a:hover { color: var(--gold); }

img, svg { max-width: 100%; }

/* ---------- masthead ---------- */
.fl-mast {
  width: var(--shell);
  margin: 0 auto;
  padding: 26px 0 13px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.fl-eyebrow {
  font: 600 11px/1.3 var(--cin);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  text-indent: .2em;
}
.fl-lockup { display: flex; align-items: center; gap: 11px; flex: none; }
.fl-lockup .mark { width: 42px; height: 34px; flex: none; line-height: 0; }
.fl-lockup .mark svg { width: 42px; height: 34px; display: block; }
.fl-wordmark {
  font: 600 16px/1.15 var(--cin);
  letter-spacing: .2em;
  text-indent: .2em;
  white-space: nowrap;
  color: var(--navy);
}
.fl-wordmark em { font-style: normal; color: var(--gold); }
.fl-tagline {
  font: italic 400 10px/1.5 var(--geo);
  letter-spacing: .03em;
  color: var(--muted);
  white-space: nowrap;
}
.fl-mast-rule {
  width: var(--shell);
  margin: 0 auto;
  height: 1px;
  background: var(--gold);
  opacity: .6;
}

/* ---------- footer ---------- */
.fl-foot {
  width: var(--shell);
  margin: 54px auto 0;
  padding-bottom: 46px;
}
.fl-foot-rule { height: 1px; background: var(--gold); opacity: .6; margin-bottom: 13px; }
.fl-foot-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.fl-foot-l { font: 400 12.5px/1.6 var(--geo); color: var(--muted); }
.fl-foot-l a { color: var(--navy); text-decoration: none; }
.fl-foot-l a:hover { color: var(--gold); }
.fl-foot-r {
  font: 600 10px/1.3 var(--cin);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  text-indent: .26em;
  white-space: nowrap;
}
.fl-disclaimer {
  font: italic 400 11.5px/1.55 var(--geo);
  color: var(--muted);
  margin: 16px 0 0;
  max-width: 74ch;
}

/* ---------- booking block (shared) ---------- */
.fl-book {
  background: var(--navy);
  color: var(--cream);
  border-radius: 5px;
  padding: 30px 34px;
}
.fl-book .kicker {
  font: 600 10px/1 var(--cin);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-l);
  text-indent: .28em;
}
.fl-book h2, .fl-book .h {
  font: 600 21px/1.3 var(--cin);
  color: var(--cream);
  margin: 13px 0 0;
}
.fl-book p { font: 400 14.5px/1.62 var(--geo); color: rgba(245,239,226,.82); margin: 11px 0 0; }
.fl-cta {
  display: inline-block;
  margin-top: 19px;
  padding: 11px 22px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  background: rgba(184,146,63,.14);
  font: 600 12px/1 var(--cin);
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gold-l);
  text-indent: .13em;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.fl-cta:hover { background: var(--gold); color: var(--navy); }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .fl-mast { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 18px; }
  .fl-book { padding: 24px 20px; }
}


/* ---------- paper cover: the print pieces lead with the mark, then the tier ---------- */
.covermark { width: 120px; height: 96px; margin: 0 auto 22px; line-height: 0; }
.covermark svg { width: 120px; height: 96px; display: block; }

/* the hero stat pair — the signature moment on the reach tiers. Two figures side by
   side under a shared eyebrow, each with its own label above and caption below, split
   by a hairline; the print pieces set these as the argument in miniature. */
.herostat {
  display: flex; align-items: stretch; justify-content: center; gap: 0;
  margin: 26px auto 4px; max-width: 720px;
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 22px 0;
}
.herostat .h {
  flex: 1; min-width: 0; text-align: center; padding: 0 22px;
  display: flex; flex-direction: column; justify-content: flex-start;
}
.herostat .h + .h { border-left: 1px solid var(--rule); }
.herostat .lbl {
  font: 600 10px/1.3 var(--cin); letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); text-indent: .2em;
}
.herostat .fig { font: 700 clamp(38px, 6vw, 56px)/1.05 var(--cin); padding: 10px 0 8px; }
.herostat .h.gold .fig { color: var(--gold); }
.herostat .h.navy .fig { color: var(--navy); }
.herostat .cap { font: italic 400 12px/1.5 var(--geo); color: var(--muted); }
.heroeyebrow {
  text-align: center; margin-top: 30px;
  font: 600 10.5px/1 var(--cin); letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold); text-indent: .26em;
}
@media (max-width: 560px) {
  .herostat { flex-direction: column; gap: 24px; }
  .herostat .h + .h { border-left: 0; border-top: 1px solid var(--rule); padding-top: 24px; }
}

/* the print cover's hook sits under the title and tells a reader what the paper is */
.cover .hook {
  font: italic 400 15px/1.55 var(--geo); color: var(--muted);
  margin: 16px auto 0; max-width: 52ch;
}

/* the print cover names its audience beneath the hook */
.cover .aud { font: 600 13px/1.5 var(--cin); color: var(--navy); margin: 14px auto 0; letter-spacing: .02em; }

/* ---- treatments read off the finished print piece ----
   Section opener: gold letter-spaced "SECTION N" eyebrow, centred Cinzel title, then a
   short rule–diamond–rule ornament. Subheads set as small caps in navy, not sentence case.
   The display formula line centres in gold italic Cinzel. */
.sec .eyebrow {
  font: 600 10px/1 var(--cin); letter-spacing: .42em; text-transform: uppercase;
  color: var(--gold); text-indent: .42em;
}
.sec h3 {
  font: 600 13.5px/1.4 var(--cin); letter-spacing: .04em; color: var(--navy);
  margin: 34px 0 0; padding-bottom: 0; border-bottom: 0;
  font-variant: small-caps; text-transform: none;
}
.sec p.formula {
  text-align: center; font: italic 700 17px/1.5 var(--cin); color: var(--gold);
  margin: 22px 0 0;
}
/* the print piece's framed aside and pull-quote, both absent from the first web build */
.sec .aside {
  border: 1px solid var(--rule); border-top: 2px solid var(--gold);
  background: rgba(255,255,255,.5); padding: 18px 22px; margin: 26px 0 0;
}
.aside p { margin: 0; font: 400 14.5px/1.6 var(--geo); color: var(--body); }
.aside p + p { margin-top: 10px; }
blockquote {
  margin: 28px 0 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--gold);
  font: italic 400 19px/1.5 var(--geo); color: var(--navy);
}

/* the Four Forces of Return Compression: named in the palette's loss red with a red rule
   beneath, so the four read as one set rather than as ordinary bold emphasis */
.fdrag {
  color: var(--neg); font-weight: 700; white-space: nowrap;
  border-bottom: 2px solid var(--neg); padding-bottom: 1px;
}
h3 .fdrag { border-bottom-width: 3px; }
