/* One front-door language for Gentoo, Penn, and Conny. Native disclosure
   drawers work without JavaScript; the explanation and next action stay visible. */
.product-front, .conny-entry {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
}
.product-front { padding-block: 42px 26px; }
.front-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 48px; margin-bottom: 30px; }
.entry-kicker { margin: 0 0 15px; color: var(--gl-brand-grey); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.front-heading h1 { margin: 0; color: var(--gl-brand-strong); font-size: clamp(42px, 4.6vw, 64px); font-weight: 800; line-height: .99; letter-spacing: -.055em; }
.front-heading h1 em, .drawer-title em { color: var(--gl-brand); font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.front-heading > p { margin: 0 0 3px; color: var(--gl-text-2); font-size: 16px; line-height: 1.7; }
.front-heading > p strong { color: var(--gl-brand-strong); }
.front-signoff { display: inline-block; margin-top: 9px; color: var(--gl-brand-strong); font-size: 12px; font-weight: 800; }
.product-drawers { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 22px; align-items: start; }
.product-drawer { position: relative; min-width: 0; border: 1px solid var(--gl-border); border-radius: 22px 22px 6px 22px; background: var(--gl-surface); color: var(--gl-brand-strong); box-shadow: 0 16px 40px color-mix(in srgb, var(--gl-brand-strong) 6%, transparent); }
.product-drawer::before { content: ""; position: absolute; width: 54px; height: 3px; left: 28px; top: -2px; border-radius: 3px; background: var(--gl-brand); }
.product-drawer summary { display: block; cursor: pointer; padding: 24px 28px 0; list-style: none; border-radius: 22px 22px 0 0; }
.product-drawer summary::-webkit-details-marker, .service-drawer summary::-webkit-details-marker { display: none; }
.product-drawer summary:hover .drawer-toggle, .service-drawer summary:hover .drawer-toggle { color: var(--gl-brand-strong); }
.product-drawer summary:focus-visible, .service-drawer summary:focus-visible, .entry-button:focus-visible, .entry-text-link:focus-visible, .family-nav a:focus-visible { outline: 3px solid var(--gl-brand); outline-offset: 4px; }
.drawer-identity { display: flex; align-items: center; gap: 10px; min-height: 36px; margin-bottom: 18px; }
.drawer-identity img { display: block; width: 36px; height: 36px; }
.drawer-identity strong { font-size: 17px; letter-spacing: -.025em; }
.drawer-identity small { margin-left: auto; color: var(--gl-brand-grey); font-size: 10px; font-weight: 700; text-align: right; }
.drawer-title { display: block; font-size: clamp(30px, 3vw, 43px); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; }
.drawer-description { display: block; margin-top: 17px; color: var(--gl-text-2); font-size: 14px; line-height: 1.65; min-height: 70px; }
.drawer-peek { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 20px; padding-block: 14px; border-top: 1px solid var(--gl-border); font-size: 10px; color: var(--gl-brand-grey); }
.drawer-toggle { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: 10px; font-weight: 800; color: var(--gl-text-2); }
.drawer-toggle i { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--gl-border); border-radius: 50%; font-size: 19px; font-style: normal; transition: transform .2s; }
details[open] > summary .drawer-toggle i { transform: rotate(45deg); }
.drawer-body { padding: 20px 28px; border-top: 1px solid var(--gl-border); background: var(--gl-brand-paper); font-size: 13px; line-height: 1.65; color: var(--gl-text-2); }
.drawer-body ul { padding-left: 18px; margin: 0 0 16px; }
.drawer-body li + li { margin-top: 10px; }
.drawer-body p:last-child { margin-bottom: 0; }
.drawer-body strong { color: var(--gl-brand-strong); }
.drawer-action { display: flex; align-items: center; gap: 20px; padding: 8px 28px 24px; }
details[open] + .drawer-action { padding-top: 22px; }
.entry-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 46px; padding: 12px 18px; border-radius: 999px; background: var(--gl-brand-strong); color: var(--gl-surface); font-size: 12px; line-height: 1.4; font-weight: 800; text-decoration: none; }
.entry-button:hover { background: color-mix(in srgb, var(--gl-brand-strong) 85%, var(--gl-brand)); color: var(--gl-surface); }
.drawer-action > span { color: var(--gl-brand-grey); font-size: 10px; line-height: 1.6; }
.drawer-conny { background: color-mix(in srgb, var(--gl-brand-soft) 32%, var(--gl-surface)); }
.entry-text-link { display: inline-block; color: var(--gl-brand-strong); font-size: 12px; font-weight: 800; text-decoration: underline; text-decoration-color: var(--gl-brand); text-underline-offset: 5px; }
.front-footnote { display: flex; align-items: center; gap: 12px; margin: 20px 0 0; font-size: 11px; color: var(--gl-brand-grey); }
.entry-line { width: 36px; height: 2px; flex-shrink: 0; background: var(--gl-brand); }
.entry-intro.intro { padding-block: 40px 28px; gap: 40px; grid-template-columns: 1.2fr 1fr; }
.entry-intro.intro h1 { font-size: clamp(40px, 4.8vw, 65px); line-height: 1; }
.entry-intro .intro-copy { font-size: 16px; max-width: 480px; }
.conny-entry { margin-bottom: 42px; }
.service-drawer { border: 1px solid var(--gl-border); border-radius: 18px; overflow: hidden; background: var(--gl-surface); }
.service-drawer summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px 24px; cursor: pointer; }
.service-drawer summary strong, .service-drawer summary small { display: block; }
.service-drawer summary strong { font-size: 14px; }
.service-drawer summary small { margin-top: 4px; font-size: 12px; color: var(--gl-brand-grey); }
.service-examples { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.service-examples h2 { font-size: 17px; line-height: 1.4; margin-bottom: 10px; color: var(--gl-brand-strong); }
.interview-start { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 21px; color: var(--gl-text-2); font-size: 12px; }
.interview-start strong { color: var(--gl-brand-strong); }
#enhancer, #ask, #penn-interview { scroll-margin-top: 20px; }
/* Keep the same three-product selector available on touch screens, too. */
@media (max-width: 880px) {
  .site-header { grid-template-columns: 1fr auto; gap: 12px; padding-block: 14px; }
  .site-header .family-nav { display: flex; grid-row: 2; grid-column: 1 / -1; justify-self: center; }
  .site-header .header-link { grid-column: 2; grid-row: 1; }
  .front-heading { gap: 28px; }
  .drawer-identity { flex-wrap: wrap; }
  .drawer-identity small { flex-basis: 100%; margin: 0; text-align: left; }
  .drawer-action { align-items: flex-start; flex-direction: column; gap: 9px; }
  .drawer-action > span br { display: none; }
  .drawer-peek { align-items: flex-start; flex-direction: column; }
  .service-examples { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 600px) {
  .product-front, .conny-entry { width: calc(100% - 32px); }
  .product-front { padding-top: 28px; }
  .front-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 23px; }
  .front-heading h1 { font-size: clamp(30px, 9vw, 38px); }
  .front-heading > p { font-size: 14px; }
  .front-heading > p br { display: none; }
  .front-signoff { display: block; }
  .product-drawers { grid-template-columns: 1fr; gap: 20px; }
  .product-drawer summary { padding: 20px 20px 0; }
  .drawer-identity { margin-bottom: 14px; }
  .drawer-identity small { flex-basis: auto; margin-left: auto; font-size: 9px; }
  .drawer-title { font-size: 34px; }
  .drawer-description { min-height: 0; font-size: 13px; margin-top: 13px; }
  .drawer-peek { flex-direction: row; align-items: center; margin-top: 14px; gap: 8px; }
  .drawer-action { padding: 4px 20px 20px; }
  .drawer-body { padding: 18px 20px; }
  .entry-intro.intro { grid-template-columns: 1fr; gap: 18px; padding-block: 28px 23px; }
  .entry-intro.intro h1 { font-size: 44px; }
  .entry-intro .intro-copy { font-size: 14px; }
  .penn-peek { margin-inline: 16px; }
  .service-drawer summary { padding: 17px; align-items: flex-start; }
  .service-drawer summary .drawer-toggle { font-size: 0; }
  .interview-start { align-items: flex-start; flex-direction: column; gap: 10px; }
  .front-footnote { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { .drawer-toggle i { transition: none; } }
