/*
 * Governance page styles, extracted from "Governance.dc.html".
 *
 * Generated by tools/extract-page.php. The numbered classes below are the design's
 * inline styles lifted verbatim, one class per unique declaration block, so the
 * computed result is identical while the markup stays free of style attributes the
 * Content-Security-Policy would drop.
 */

/* Page canvas. The 1440px cap is deliberately absent: full-width bands reach the
   viewport edge, and each section holds its own content on the --content-max grid. */
.governance-s01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: var(--cream);
  overflow: hidden;
}

.governance-s02 {
  position: relative;
  padding: 150px 48px 20px;
  text-align: center;
  background: var(--cream);
  overflow: hidden;
}

.governance-s03 {
  position: absolute;
  top: 118px;
  right: 60px;
  width: 132px;
  opacity: .16;
  transform: rotate(-8deg);
  pointer-events: none;
}

.governance-s04 {
  max-width: 900px;
  margin: 0 auto;
  animation: govRise .7s ease both;
  position: relative;
}

.governance-s05 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .34em;
  color: var(--gold-text);
}

.governance-s06 {
  width: 30px;
  height: 1px;
  background: var(--gold-dark);
}

.governance-s07 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: clamp(46px,6.6vw,92px);
  line-height: 1.02;
  letter-spacing: -.01em;
  color: var(--blue-deep);
  margin: 22px 0 0;
}

.governance-s08 {
  font-family: 'Bricolage Grotesque';
  font-weight: 500;
  font-size: clamp(18px,2vw,22px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 20px auto 0;
}

.governance-s09 {
  position: relative;
  padding: 44px 48px 10px;
  background: var(--cream);
}

.governance-s10 {
  max-width: calc(1200px * var(--container-scale));
  margin: 0 auto;
}

.governance-s11 {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(36,28,18,.10);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  border: 1px solid rgba(201,162,75,.25);
}

.governance-s12 {
  position: relative;
  background: var(--blue-deep);
  min-height: 440px;
  overflow: hidden;
}

.governance-s13 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 6%;
}

.governance-s14 {
  padding: 52px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.governance-s15 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: .28em;
  color: var(--gold-text);
  position: relative;
}

.governance-s16 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: clamp(32px,3.6vw,50px);
  line-height: 1.02;
  color: var(--blue-deep);
  margin: 14px 0 0;
  position: relative;
}

.governance-s17 {
  width: 48px;
  height: 2px;
  background: var(--gold-dark);
  margin: 20px 0 20px;
}

.governance-s18 {
  font-family: 'Bricolage Grotesque';
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  max-width: 580px;
  position: relative;
}

.governance-s19 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .04em;
  color: var(--blue-deep);
  position: relative;
}

.governance-s20 {
  color: var(--gold-text);
  font-size: 17px;
}

.governance-s21 {
  position: relative;
  padding: 44px 48px 90px;
  background: var(--cream);
}

.governance-s22 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(201,162,75,.35);
  margin-bottom: 38px;
}

.governance-s23 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: clamp(28px,3vw,40px);
  line-height: 1;
  color: var(--blue-deep);
  margin: 0;
}

.governance-s24 {
  display: flex;
  align-items: center;
  gap: 26px;
}

.governance-s25 {
  background: none;
  border: none;
  padding: 6px 0;
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  /*
   * The design binds these to the tab's own selected state. .is-on already carries
   * that state on this page, so the two cases are written out here; the placeholder
   * the extractor left behind was invalid and dropped both declarations.
   */
  color: var(--ink-soft);
  border-bottom: 2px solid transparent;
}

.governance-s26 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}

.governance-s27 {
  text-align: left;
  border: 1px solid rgba(201,162,75,.22);
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(36,28,18,.07);
  display: flex;
  flex-direction: column;
}

.governance-s28 {
  position: relative;
  background: var(--blue-deep);
  aspect-ratio: 1/1;
  overflow: hidden;
}

.governance-s29 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.governance-s30 {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  /* Per-group accent, from accentFor() in the design. Set as a class by the view. */
  background: var(--gold);
  padding: 5px 10px;
  border-radius: 2px;
}

.governance-s31 {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.governance-s32 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 21px;
  line-height: 1.1;
  color: var(--blue-deep);
}

.governance-s33 {
  font-family: 'Bricolage Grotesque';
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 8px;
}

.governance-s34 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--blue-deep);
}

.governance-s35 {
  color: var(--gold-text);
  font-size: 15px;
}

.governance-s36 {
  position: relative;
  background: var(--cream);
  border-radius: 22px;
  max-width: 860px;
  width: 100%;
  max-height: 88vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 320px 1fr;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
}

.governance-s37 {
  position: relative;
  background: var(--blue-deep);
  min-height: 100%;
}

.governance-s38 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
}

.governance-s39 {
  padding: 40px 42px;
  overflow-y: auto;
  max-height: 88vh;
}

.governance-s40 {
  font-family: 'Bricolage Grotesque';
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .24em;
  color: var(--gold-text);
}

.governance-s41 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: clamp(28px,3vw,42px);
  line-height: 1.04;
  color: var(--blue-deep);
  margin: 12px 0 0;
}

.governance-s42 {
  width: 52px;
  height: 3px;
  background: var(--gold-dark);
  border-radius: 2px;
  margin: 20px 0 22px;
}

.governance-s43 {
  font-family: 'Bricolage Grotesque';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.72;
  color: var(--ink);
  margin: 0;
  white-space: pre-line;
}

.governance-s44 {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(36,28,18,.14);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.governance-s45 {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 130;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 308px;
  background: var(--cream);
  border: 1px solid rgba(201,162,75,.42);
  border-radius: 18px;
  padding: 15px 20px;
  box-shadow: 0 14px 40px rgba(36,28,18,.18);
  text-decoration: none;
}

.governance-s46 {
  font-family: 'Bricolage Grotesque';
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-text);
}

.governance-s47 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.12;
  color: var(--blue-deep);
  margin-top: 3px;
}

.governance-s48 {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue-deep);
  color: #fff;
  font-size: 19px;
  line-height: 1;
  transition: transform .25s ease;
}

.governance-s49 {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 131;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bricolage Grotesque';
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
/* --------------------------------------------------------------------------
 * From the design's own <style> block and any <style> element hoisted out of
 * the page body. Tokens, the reset, the nav and the mobile drawer are omitted;
 * base.css already provides them.
 * ----------------------------------------------------------------------- */

}

/* ----------------------------------------------------------------------------
 * From the design's own <style> block. Review and trim: tokens, keyframes, the
 * nav and the mobile drawer are already in base.css.
 * -------------------------------------------------------------------------- */

@keyframes govRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.gov-menu:hover .gov-panel{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;}
.about-menu:hover .about-panel{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;}
.ab-row{transition:background .16s ease,padding-left .16s ease;}
.ab-row:hover{background:rgba(201,162,75,.1)!important;padding-left:14px!important;}
.gov-link{transition:color .16s ease;}
.gov-link:hover{color:var(--blue-deep)!important;}
.gov-card:hover{transform:translateY(-3px)!important;box-shadow:0 20px 38px rgba(12,20,40,.16)!important;}
.gtab{transition:color .18s ease,border-color .18s ease;cursor:pointer;}
.gtab:hover{color:var(--blue-deep)!important;}
.dir-card{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease;}
.dir-card:hover{transform:translateY(-6px)!important;box-shadow:0 24px 54px rgba(36,28,18,.17)!important;}
.dir-card:hover .dir-img{transform:scale(1.05)!important;filter:saturate(1)!important;}
.dir-img{transition:transform .5s cubic-bezier(.22,1,.36,1),filter .4s ease;filter:saturate(.9);object-position:50% 16%;}
.dir-card:hover .dir-arrow{transform:translateX(4px)!important;}
.dir-arrow{transition:transform .25s ease;}
.gdoc:hover{background:var(--blue-deep)!important;color:#fff!important;}
.gdoc:hover .gdoc-ar{color:#fff!important;}
.brands-menu:hover .brands-panel{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;}
.people-menu:hover .people-panel{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;}
.bcol a{transition:color .16s ease,padding-left .16s ease;}
.bcol a:hover{color:var(--blue-deep)!important;padding-left:4px!important;}
.brand-chip{transition:background .18s ease,color .18s ease,border-color .18s ease;}
.brand-chip:hover{background:var(--blue-deep)!important;color:#fff!important;border-color:var(--blue-deep)!important;}
@media (prefers-reduced-motion: reduce){*{animation:none!important;}}
@media (max-width:760px){
  .gov-title{padding:104px 20px 16px!important;}
  .gov-chair{grid-template-columns:1fr!important;}
  .gov-chair > div:first-child{min-height:360px!important;}
  .gov-chair .dir-img{object-position:50% 18%!important;}
  .gov-chair > div:last-child{padding:34px 26px!important;}
  .gov-grid{grid-template-columns:1fr 1fr!important;gap:16px!important;}
  .gov-modal{grid-template-columns:1fr!important;max-height:90vh!important;}
  .gov-modal > div:first-child{min-height:240px!important;}
  .gov-footer-grid{grid-template-columns:1fr 1fr!important;gap:28px!important;}
  .gov-tabs{flex-wrap:wrap!important;gap:14px 18px!important;width:100%!important;}
  .gov-tabs .gtab{font-size:12px!important;letter-spacing:.06em!important;}
}
@media (max-width:440px){
  .gov-grid{grid-template-columns:1fr!important;}
}

/* ------------------------------------------------------------ port additions */

/*
 * Board group accents. Classes rather than an inline custom property, because the
 * strict CSP drops style attributes.
 */
.gov-accent--blue   { --gov-accent: var(--blue-deep); }
.gov-accent--gold   { --gov-accent: var(--gold); }
.gov-accent--orange { --gov-accent: var(--orange); }
.dir-card .governance-s30 { background: var(--gov-accent, var(--gold)); }

/* Filter tabs carry their selected state as a class rather than an inline colour. */
.gtab { cursor: pointer; }
.gtab.is-on { color: var(--blue-deep); border-bottom-color: var(--gold-dark); }

.dir-card[hidden] { display: none; }

/* Biography dialog, rebuilt from the design's overlay. */
.gov-modal-scrim {
  position: fixed;
  inset: 0;
  z-index: 119;
  background: rgba(12, 20, 40, .72);
  backdrop-filter: blur(4px);
}

.gov-modal-scrim[hidden],
.gov-modal[hidden] { display: none; }

.gov-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 120; }

body.gov-modal-open { overflow: hidden; }
