/* Jojie’s 60th Birthday editorial guide — v1.10.5 */
.j60 {
  --j60-ink: #30231b;
  --j60-primary: var(--jws-page-primary, #123b5d);
  --j60-primary-dark: #0d314b;
  --j60-accent: var(--jws-page-accent, #bd8520);
  --j60-accent-dark: #8f6214;
  --j60-page: #fffdf9;
  --j60-soft: #f8f2e7;
  --j60-soft-blue: #eef4f7;
  --j60-card: #fff;
  --j60-body: #28343d;
  --j60-muted: #65717a;
  --j60-border: #e7d8bb;
  --j60-border-blue: rgba(13,49,75,.16);
  --j60-shadow: 0 22px 58px rgba(35,45,52,.10);
  --j60-radius: 16px;
  --j60-heading: var(--jws-page-heading, "Playfair Display", Georgia, serif);
  --j60-body-font: var(--jws-page-body, Poppins, Arial, sans-serif);
  background: var(--j60-page);
  color: var(--j60-body);
  font-family: var(--j60-body-font);
  font-size: 16px;
  line-height: 1.72;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  overflow-x: clip;
  position: relative;
  width: 100vw;
}
.j60 *, .j60 *::before, .j60 *::after { box-sizing: border-box; }
.j60 img { display: block; height: auto; max-width: 100%; }
.j60 a { color: var(--j60-primary); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.j60 a:hover { color: var(--j60-primary-dark); }
.j60 a:focus-visible, .j60 button:focus-visible { outline: 3px solid #e9b858; outline-offset: 3px; }
.j60 h1, .j60 h2, .j60 h3 { color: var(--j60-ink); font-family: var(--j60-heading); line-height: 1.12; margin: 0; text-wrap: balance; }
.j60 h1 { font-size: clamp(2.7rem, 5.1vw, 5.15rem); letter-spacing: -.045em; max-width: 780px; }
.j60 h2 { font-size: clamp(2rem, 3.2vw, 3.15rem); letter-spacing: -.03em; }
.j60 h3 { font-size: clamp(1.25rem, 1.7vw, 1.62rem); }
.j60 p { margin: 0 0 1rem; }
.j60 ul, .j60 ol { margin: .7rem 0 1.2rem; padding-left: 1.3rem; }
.j60 li + li { margin-top: .42rem; }
.j60__wrap { margin-inline: auto; max-width: 1580px; width: calc(100% - clamp(32px, 5vw, 88px)); }

/* Editorial hero */
.j60__hero { background: #fff; border-bottom: 1px solid var(--j60-border); overflow: hidden; position: relative; }
.j60__hero-grid { align-items: stretch; display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); min-height: clamp(560px, 68vw, 780px); width: 100%; }
.j60__hero-copy { align-self: center; padding: clamp(52px, 7vw, 104px) clamp(28px, 5vw, 80px) clamp(48px, 6vw, 88px) max(clamp(28px, 5vw, 80px), calc((100vw - 1580px)/2 + 44px)); position: relative; z-index: 2; }
.j60__eyebrow { color: var(--j60-accent-dark); font-size: .76rem; font-weight: 700; letter-spacing: .17em; margin-bottom: 16px; text-transform: uppercase; }
.j60__hero-subtitle { color: var(--j60-accent-dark); font-size: clamp(.92rem, 1.4vw, 1.22rem); font-weight: 650; letter-spacing: .105em; margin: 17px 0 22px; text-transform: uppercase; }
.j60__dek { color: #36434c; font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.58; margin: 0 0 16px; max-width: 650px; }
.j60__hero-copy > p:not([class]) { max-width: 650px; }
.j60__guide-label { align-items: flex-start; border-top: 1px solid var(--j60-border); display: flex; gap: 12px; margin-top: 24px; max-width: 650px; padding-top: 17px; }
.j60__guide-label strong { color: var(--j60-ink); display: block; font-size: .92rem; }
.j60__guide-label span { color: var(--j60-muted); display: block; font-size: .82rem; line-height: 1.52; }
.j60__guide-icon { color: var(--j60-accent); font-size: 1.2rem !important; line-height: 1; margin-top: 2px; }
.j60__hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.j60__hero-image { margin: 0; min-height: 100%; overflow: hidden; position: relative; }
.j60__hero-image::after { background: linear-gradient(90deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.08) 22%, transparent 40%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.j60__hero-image img { height: 100%; object-fit: cover; object-position: center; width: 100%; }

/* The four editorial promises below the hero */
.j60__feature-strip { background: #fffaf1; border-bottom: 1px solid var(--j60-border); padding: 22px 0; }
.j60__feature-grid { align-items: stretch; border: 1px solid #ead7b3; border-radius: 10px; display: grid; grid-template-columns: minmax(170px, .9fr) repeat(4, 1fr); overflow: hidden; }
.j60__feature { align-items: center; display: flex; gap: 12px; min-height: 104px; padding: 20px 22px; }
.j60__feature + .j60__feature { border-left: 1px solid #ead7b3; }
.j60__feature--lead { align-items: flex-start; flex-direction: column; justify-content: center; }
.j60__feature--lead span { color: var(--j60-accent-dark); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.j60__feature--lead strong { color: var(--j60-ink); font-family: var(--j60-heading); font-size: 1.12rem; line-height: 1.28; }
.j60__feature-icon { align-items: center; border: 1px solid #d7ae63; border-radius: 50%; color: var(--j60-accent-dark); display: inline-flex; flex: 0 0 42px; font-size: 1.1rem; height: 42px; justify-content: center; }
.j60__feature p { color: #2f363b; font-size: .9rem; line-height: 1.5; margin: 0; }

/* Main editorial grid */
.j60__layout { align-items: start; display: grid; gap: clamp(34px, 4vw, 68px); grid-template-columns: minmax(210px, 236px) minmax(0, 1fr); padding: 52px 0 100px; }
.j60__toc { background: rgba(255,255,255,.94); border: 1px solid var(--j60-border); border-radius: 12px; box-shadow: 0 10px 34px rgba(35,45,52,.07); overflow: hidden; position: sticky; top: 22px; }
.j60__toc-title { background: var(--j60-primary-dark); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .14em; padding: 14px 17px; text-transform: uppercase; }
.j60__toc nav { display: grid; padding: 8px 0; }
.j60__toc a { border-left: 3px solid transparent; color: #55616a; font-size: .81rem; line-height: 1.38; min-height: 42px; padding: 10px 14px; text-decoration: none; }
.j60__toc a:hover, .j60__toc a.is-active { background: #fff9ed; border-left-color: var(--j60-accent); color: var(--j60-ink); font-weight: 650; }
.j60__content { min-width: 0; width: 100%; }
.j60__section { scroll-margin-top: 28px; }
.j60__section + .j60__section { border-top: 1px solid var(--j60-border); margin-top: 72px; padding-top: 72px; }
.j60__section-kicker { color: var(--j60-accent-dark); font-size: .72rem; font-weight: 700; letter-spacing: .15em; margin-bottom: 11px !important; text-transform: uppercase; }
.j60__section > h2 { max-width: 1050px; }
.j60__section-intro { color: #4d5962; font-size: 1.09rem; line-height: 1.72; margin: 17px 0 26px; max-width: 920px; }
.j60__section > p:not(.j60__section-intro):not(.j60__note):not(.j60__section-kicker),
.j60__subsection > p { max-width: 940px; }
.j60__section-subtitle { margin-top: 48px !important; }
.j60__subsection { border-left: 2px solid #ead7b3; margin-top: 29px; padding-left: 20px; }
.j60__subsection h3 { margin-bottom: 9px; }

/* Cards, images and data */
.j60__cards { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 25px 0; }
.j60__cards--venues { grid-template-columns: repeat(3, minmax(0,1fr)); }
.j60__card { background: var(--j60-card); border: 1px solid var(--j60-border-blue); border-radius: 12px; box-shadow: 0 9px 26px rgba(13,49,75,.055); padding: 23px; }
.j60__card h3 { margin-bottom: 10px; }
.j60__card p:last-child { margin-bottom: 0; }
.j60__venue-card { counter-increment: venue; padding-top: 58px; position: relative; }
.j60__cards--venues { counter-reset: venue; }
.j60__venue-card::before { align-items: center; background: #fff7e5; border: 1px solid #ddb66c; border-radius: 50%; color: var(--j60-accent-dark); content: counter(venue); display: flex; font-family: var(--j60-heading); font-size: 1.06rem; height: 34px; justify-content: center; left: 22px; position: absolute; top: 17px; width: 34px; }
.j60__figure { margin: 32px 0; }
.j60__figure img { border: 1px solid var(--j60-border); border-radius: 12px; box-shadow: var(--j60-shadow); width: 100%; }
.j60__figure figcaption { color: var(--j60-muted); font-size: .78rem; line-height: 1.5; margin-top: 10px; text-align: center; }
.j60__checklist-cover { margin-inline: auto; max-width: 660px; }
.j60__table-wrap { background: #fff; border: 1px solid var(--j60-border); border-radius: 12px; box-shadow: 0 10px 28px rgba(35,45,52,.055); margin: 26px 0; overflow-x: auto; }
.j60__table { border-collapse: separate; border-spacing: 0; min-width: 680px; width: 100%; }
.j60__table th { background: linear-gradient(180deg,#c7912b,#ad7615); color: #fff; font-size: .76rem; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.j60__table th, .j60__table td { border-bottom: 1px solid #eadfc9; padding: 15px 18px; vertical-align: top; }
.j60__table td:first-child { color: var(--j60-ink); font-weight: 650; }
.j60__table tr:last-child td { border-bottom: 0; }
.j60__table tbody tr:nth-child(even) { background: #fffaf1; }
.j60__table tbody tr:hover { background: #f8f2e7; }
.j60__note { background: #fff8e8; border-left: 4px solid var(--j60-accent); border-radius: 0 12px 12px 0; margin: 25px 0; max-width: 980px; padding: 18px 21px; }
.j60__note strong { color: var(--j60-ink); }
.j60__comparison { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin: 26px 0; }
.j60__comparison > div { background: #fff; border: 1px solid var(--j60-border); border-radius: 12px; padding: 24px; }
.j60__comparison h3 { margin-bottom: 10px; }

/* Program editorial split */
.j60__program-layout { align-items: start; display: grid; gap: 20px; grid-template-columns: minmax(0, 1.32fr) minmax(280px, .68fr); margin: 26px 0; }
.j60__program-layout .j60__table-wrap { margin: 0; }
.j60__program-tips { background: linear-gradient(145deg,#f4f6eb,#edf2e4); border: 1px solid #ced7bb; border-radius: 12px; padding: 27px; }
.j60__program-tips h3 { color: #58421b; margin-bottom: 17px; }
.j60__program-tips ul { list-style: none; margin: 0; padding: 0; }
.j60__program-tips li { padding-left: 28px; position: relative; }
.j60__program-tips li::before { align-items: center; background: #5f7b38; border-radius: 50%; color: #fff; content: "✓"; display: flex; font-size: .7rem; height: 18px; justify-content: center; left: 0; position: absolute; top: 4px; width: 18px; }

/* Contextual conversion card */
.j60__context-cta { align-items: center; background: linear-gradient(135deg,var(--j60-primary-dark),#174e70); border-radius: 14px; color: #eef5f8; display: grid; gap: 24px; grid-template-columns: minmax(0,1fr) auto; margin: 34px 0; padding: clamp(25px, 4vw, 40px); }
.j60__context-cta .j60__section-kicker { color: #f4ca79; }
.j60__context-cta h3 { color: #fff; font-size: clamp(1.55rem, 2.3vw, 2.2rem); margin-bottom: 9px; }
.j60__context-cta p { margin-bottom: 0; max-width: 760px; }
.j60__context-actions { display: flex; flex-direction: column; gap: 10px; min-width: 210px; }

/* Checklist, mistakes, services and FAQ */
.j60__checklist { background: #fff; border: 1px solid var(--j60-border); border-radius: 14px; box-shadow: var(--j60-shadow); margin-top: 28px; padding: clamp(22px,4vw,38px); }
.j60__checklist-head { align-items: center; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 24px; }
.j60__print { appearance: none; background: var(--j60-primary); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font: inherit; font-size: .82rem; font-weight: 700; min-height: 46px; padding: 11px 18px; }
.j60__print:hover { background: var(--j60-primary-dark); }
.j60__check-group + .j60__check-group { border-top: 1px solid var(--j60-border); margin-top: 22px; padding-top: 22px; }
.j60__check-group h3 { margin-bottom: 12px; }
.j60__checks { display: grid; gap: 8px; list-style: none; padding: 0; }
.j60__checks li { align-items: flex-start; display: flex; gap: 10px; margin: 0; }
.j60__checks li::before { border: 1.5px solid #87939c; border-radius: 3px; content: ""; flex: 0 0 16px; height: 16px; margin-top: 5px; }
.j60__mistakes { counter-reset: j60mistake; display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 26px; }
.j60__mistake { background: #fff; border: 1px solid var(--j60-border); border-radius: 12px; padding: 22px 22px 22px 64px; position: relative; }
.j60__mistake::before { align-items: center; background: #fff3d9; border: 1px solid #ddb66c; border-radius: 50%; color: var(--j60-accent-dark); content: counter(j60mistake); counter-increment: j60mistake; display: flex; font-family: var(--j60-heading); font-size: 1.05rem; height: 34px; justify-content: center; left: 18px; position: absolute; top: 20px; width: 34px; }
.j60__mistake h3 { font-size: 1.18rem; margin-bottom: 7px; }
.j60__service-box { background: linear-gradient(135deg,var(--j60-primary-dark),#174f76); border-radius: 15px; color: #eef5f9; margin-top: 28px; overflow: hidden; padding: clamp(27px,5vw,45px); }
.j60__service-box h2, .j60__service-box h3 { color: #fff; }
.j60__service-box a { color: #ffe09a; }
.j60__service-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.j60__service-card { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 21px; }
.j60__service-card p:last-child { margin-bottom: 0; }
.j60__good-to-know { background: rgba(255,255,255,.96); border: 1px solid #e3d5b8; border-radius: 12px; color: var(--j60-body); margin-top: 23px; padding: 25px; }
.j60__good-to-know h3 { color: var(--j60-ink); }
.j60__faq { border-top: 1px solid var(--j60-border); margin-top: 24px; }
.j60__faq-item { border-bottom: 1px solid var(--j60-border); }
.j60__faq-button { align-items: center; appearance: none; background: transparent; border: 0; color: var(--j60-ink); cursor: pointer; display: flex; font-family: var(--j60-heading); font-size: 1.16rem; font-weight: 700; justify-content: space-between; min-height: 58px; padding: 17px 0; text-align: left; width: 100%; }
.j60__faq-button::after { content: "+"; font-family: Arial,sans-serif; font-size: 1.5rem; font-weight: 400; }
.j60__faq-button[aria-expanded="true"]::after { content: "−"; }
.j60__faq-panel { padding: 0 0 19px; }
.j60__faq-panel p:last-child { margin-bottom: 0; }

/* Buttons and closing section */
.j60__buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.j60__button { align-items: center; background: var(--j60-primary); border: 1px solid var(--j60-primary); border-radius: 999px; color: #fff !important; display: inline-flex; font-size: .86rem; font-weight: 700; justify-content: center; min-height: 48px; padding: 12px 20px; text-decoration: none !important; }
.j60__button:hover { background: var(--j60-primary-dark); transform: translateY(-1px); }
.j60__button--gold { background: var(--j60-accent); border-color: var(--j60-accent); color: #20170e !important; }
.j60__button--gold:hover { background: #d4a146; }
.j60__button--ghost { background: transparent; border-color: currentColor; color: var(--j60-primary) !important; }
.j60__hero-actions .j60__button--ghost { background: #fff; }
.j60__context-actions .j60__button--ghost { color: #fff !important; }
.j60__cta { background: linear-gradient(135deg,#143b44,#0e2d3a); border-radius: 15px; box-shadow: var(--j60-shadow); color: #edf7f5; margin-top: 34px; padding: clamp(32px,5vw,54px); text-align: center; }
.j60__cta h2 { color: #fff; }
.j60__cta p { margin: 16px auto 25px; max-width: 720px; }
.j60__cta .j60__button--ghost { color: #fff !important; }
.j60__related { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 28px; }
.j60__related a { background: #fff; border: 1px solid var(--j60-border); border-radius: 12px; display: block; padding: 21px; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.j60__related a:hover { box-shadow: 0 12px 30px rgba(35,45,52,.09); transform: translateY(-2px); }
.j60__related strong { color: var(--j60-ink); display: block; font-family: var(--j60-heading); font-size: 1.13rem; margin-bottom: 5px; }
.j60__related span { color: var(--j60-muted); font-size: .85rem; }

@media (max-width: 1180px) {
  .j60__feature-grid { grid-template-columns: repeat(4,1fr); }
  .j60__feature--lead { grid-column: 1 / -1; min-height: auto; }
  .j60__feature:nth-child(2) { border-left: 0; }
  .j60__feature:nth-child(n+2) { border-top: 1px solid #ead7b3; }
  .j60__cards--venues { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 960px) {
  .j60__hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .j60__hero-copy { padding: 44px 24px 34px; }
  .j60__hero-image { min-height: 420px; }
  .j60__hero-image::after { background: linear-gradient(180deg,rgba(255,255,255,.2),transparent 40%); }
  .j60__layout { display: block; padding-top: 18px; }
  .j60__toc { border-left: 0; border-radius: 0; margin: 0 calc(50% - 50vw) 44px; overflow: visible; padding: 8px 14px; position: sticky; top: 0; width: 100vw; z-index: 30; }
  .j60__toc-title { display: none; }
  .j60__toc nav { display: flex; gap: 7px; overflow-x: auto; padding: 0; scrollbar-width: thin; }
  .j60__toc a { background: #fff8e8; border: 1px solid #ead7b3; border-radius: 999px; flex: 0 0 auto; min-height: 44px; padding: 11px 14px; white-space: nowrap; }
  .j60__toc a:hover, .j60__toc a.is-active { border-color: var(--j60-accent); }
  .j60__program-layout { grid-template-columns: 1fr; }
  .j60__context-cta { grid-template-columns: 1fr; }
  .j60__context-actions { flex-direction: row; flex-wrap: wrap; min-width: 0; }
  .j60__service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .j60 { font-size: 15.5px; }
  .j60__wrap { max-width: none; width: calc(100% - 28px); }
  .j60__hero-copy { padding: 38px 18px 30px; }
  .j60__hero-image { min-height: 330px; }
  .j60__hero-actions .j60__button { flex: 1 1 160px; }
  .j60__feature-strip { padding: 14px 0; }
  .j60__feature-grid { grid-template-columns: 1fr; }
  .j60__feature + .j60__feature { border-left: 0; border-top: 1px solid #ead7b3; }
  .j60__feature { min-height: auto; padding: 16px 17px; }
  .j60__layout { padding-bottom: 68px; }
  .j60__cards, .j60__cards--venues, .j60__comparison, .j60__mistakes, .j60__related { grid-template-columns: 1fr; }
  .j60__section + .j60__section { margin-top: 52px; padding-top: 52px; }
  .j60__figure { margin-inline: -3px; }
  .j60__checklist-head { align-items: flex-start; flex-direction: column; }
  .j60__context-actions .j60__button { flex: 1 1 100%; }
  .j60__table th, .j60__table td { padding: 14px 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .j60 *, .j60 *::before, .j60 *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media print {
  body * { visibility: hidden !important; }
  #planning-checklist, #planning-checklist * { visibility: visible !important; }
  #planning-checklist { background: #fff !important; left: 0; position: absolute; top: 0; width: 100%; }
  #planning-checklist .j60__figure, #planning-checklist .j60__print { display: none !important; }
  #planning-checklist .j60__checklist { border: 0; box-shadow: none; padding: 0; }
}
