/* ============================================================
   SGG ADVISORY LTD - COUNSEL TABLE MOTIF
   This design is exclusive to sggadvisory.lol
   Session-grey theme, counsel-green accent, solid colors only
   ============================================================ */

/* ---- Palette Tokens (documentation only, values are hard hex) ---- */
/* session body     : #F3F4F1
   slate-charcoal   : #24282B
   counsel-green    : #2F6B4F
   session-panel    : #FBFCFA
   hearth-deep      : #1E2823
   paper-white      : #F8FAF7
   oak-tan          : #B08A52
   red-line         : #B2492F
   hairline         : #DFE2DC
*/

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #F3F4F1;
  color: #24282B;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   NAME TENT NAV (.nametent)
   A counsel-table felt edge with folded name tent cards.
   ============================================================ */

.nametent-wrap {
  background-color: #1E2823;
}

.nametent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  padding: 26px 26px 20px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.nametent-static-mark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background-color: #2F6B4F;
  z-index: 1;
}

.nametent-tent {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #F8FAF7;
  padding: 18px 24px 14px;
  font-family: "Georgia", serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #2F6B4F;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  border: 1px solid #2F6B4F;
  text-align: center;
  font-weight: normal;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nametent-tent:hover,
.nametent-tent:focus-visible {
  background-color: #1E2823;
  color: #F8FAF7;
}

.nametent-tent.is-active {
  background-color: #1E2823;
  color: #F8FAF7;
}

.nametent-redline {
  height: 3px;
  background-color: #B2492F;
  margin: 6px auto 0;
  width: 42px;
  transition: opacity 0.2s ease;
}

.nametent-tent.is-active .nametent-redline {
  opacity: 1;
}

.nametent-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  padding: 10px 22px 14px;
  background-color: #B08A52;
  color: #1E2823;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  min-width: 190px;
}

.nametent-brand b {
  font-size: 17px;
  letter-spacing: 0.12em;
  font-family: "Georgia", serif;
  font-weight: bold;
}

.nametent-brand small {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.gavel-glyph {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 6px;
}

.gavel-head {
  width: 22px;
  height: 7px;
  background-color: #24282B;
  border-radius: 2px;
}

.gavel-handle {
  width: 26px;
  height: 4px;
  background-color: #B08A52;
  margin-top: 2px;
}

/* ============================================================
   BOARDROOM HERO (.boardroom)
   Top-down oval table with place mats and counsel artifacts.
   ============================================================ */

.boardroom {
  position: relative;
  background-color: #F3F4F1;
  padding: 40px 20px 30px;
  overflow: hidden;
}

.boardroom-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}

/* The giant oval table drawn as an ellipse */
.boardroom-table {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 60px 22px 40px;
  background-color: #FBFCFA;
  border-radius: 50%;
  border: 14px solid #B08A52;
  outline: 1px solid #B08A52;
  outline-offset: 6px;
  box-shadow: 0 22px 50px -30px #1E2823;
}

.boardroom-table .table-felt {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background-color: #2F6B4F;
  opacity: 1;
  z-index: 0;
}

/* a thin oak seam on the felt for realism */
.boardroom-table .felt-seam {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 4px;
  background-color: #265638;
  transform: translateY(-50%);
  z-index: 1;
}

.boardroom-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.boardroom-kicker {
  font-family: "Georgia", serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 12px;
  color: #F8FAF7;
  margin-bottom: 16px;
}

.boardroom-eyebrow-bar {
  width: 60px;
  height: 3px;
  background-color: #B2492F;
  margin: 0 auto 22px;
}

.boardroom h1 {
  margin: 0 0 8px;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0.01em;
  font-weight: normal;
  color: #F8FAF7;
}

.boardroom h1 .counsel-word {
  color: #F8FAF7;
  display: inline-block;
  border-bottom: 3px solid #B08A52;
  padding-bottom: 4px;
}

.boardroom-tagline {
  font-size: 18px;
  margin: 10px 0 18px;
  color: #F8FAF7;
  letter-spacing: 0.01em;
}

.boardroom-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #F8FAF7;
  max-width: 640px;
  margin: 0 auto 26px;
}

.boardroom-cta {
  display: inline-block;
  text-decoration: none;
  font-family: "Georgia", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 30px;
  margin: 4px 8px;
  border-radius: 26px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.boardroom-cta.mat-green {
  background-color: #2F6B4F;
  color: #F8FAF7;
  border: 2px solid #2F6B4F;
}

.boardroom-cta.mat-green:hover,
.boardroom-cta.mat-green:focus-visible {
  background-color: #24282B;
  border-color: #24282B;
}

.boardroom-cta.carbon-outline {
  background-color: transparent;
  color: #F8FAF7;
  border: 2px solid #F8FAF7;
}

.boardroom-cta.carbon-outline:hover,
.boardroom-cta.carbon-outline:focus-visible {
  background-color: #B2492F;
  border-color: #B2492F;
}

/* -------- place mats around the table (top-down rings) -------- */
.boardroom-placemat {
  position: absolute;
  z-index: 2;
}

.placemat {
  width: 120px;
  height: 60px;
  background-color: #FBFCFA;
  border-radius: 50%;
  border: 1px solid #FBFCFA;
  position: relative;
}

.placemat::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background-color: #F3F4F1;
  border: 1px solid #DFE2DC;
}

.placemat::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 18px;
  transform: translate(-50%, -50%);
  background-color: #B08A52;
  border-radius: 3px;
  /* folded tent resting on the mat */
}

.pm-1 { top: -6px; left: 4%; }
.pm-2 { top: 2%; left: 22%; width: 130px; }
.pm-3 { top: -4px; right: 22%; }
.pm-4 { top: 2px; right: 3%; width: 132px; }
.pm-5 { bottom: 2%; left: 6%; }
.pm-6 { bottom: -4px; left: 26%; }
.pm-7 { bottom: -2px; right: 26%; }
.pm-8 { bottom: 3%; right: 6%; }

/* -------- hourglass beside the table -------- */
.boardroom-hourglass {
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 96px;
  left: 12px;
  bottom: -6px;
}

.hourglass-wood {
  width: 6px;
  height: 6px;
  background-color: #B08A52;
}

.hourglass-glass {
  width: 44px;
  height: 80px;
  margin: 2px auto 0;
  background-color: #FBFCFA;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #B08A52;
}

.hourglass-sand-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42%;
  background-color: #B08A52;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 64%, 0 100%);
}

.hourglass-sand-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34%;
  background-color: #B08A52;
  clip-path: polygon(0 24%, 100% 24%, 100% 100%, 0 100%);
}

.hourglass-waist-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #B08A52;
}

/* -------- gavel at table head -------- */
.boardroom-gavel {
  position: absolute;
  z-index: 3;
  width: 120px;
  top: -10px;
  left: 40%;
  transform: translateX(0);
}

.sound-block {
  width: 46px;
  height: 18px;
  background-color: #B08A52;
  border-radius: 5px;
  margin: 2px auto 0;
}

.gavel-striker {
  height: 9px;
  width: 90px;
  background-color: #24282B;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
}

.gavel-striker::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 5px;
  height: 26px;
  background-color: #B08A52;
  transform: translateX(-50%);
}

/* -------- flip chart easel with annotated action page -------- */
.boardroom-flipchart {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 30px;
  width: 128px;
}

.easel-leg {
  width: 5px;
  height: 120px;
  background-color: #B08A52;
  display: inline-block;
  border-radius: 3px;
}

.easel-page {
  width: 108px;
  height: 120px;
  background-color: #FBFCFA;
  border: 1px solid #DFE2DC;
  padding: 12px 8px;
  box-shadow: 0 8px 16px -10px #1E2823;
  text-align: left;
}

.easel-title {
  font-size: 10px;
  color: #24282B;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Georgia", serif;
  border-bottom: 1px solid #DFE2DC;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.easel-lines p {
  font-size: 8px;
  color: #24282B;
  line-height: 1.7;
  margin: 0 0 4px;
  background-color: #F8FAF7;
}

.exec-line {
  color: #B2492F !important;
  font-size: 9px !important;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.action-circle {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #B2492F;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: -1px;
}

.easel-redline {
  width: 100%;
  height: 2px;
  background-color: #B2492F;
  margin-top: 8px;
}

.boardroom-headnote {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #24282B;
  margin: 14px 0 0;
  font-size: 13px;
  letter-spacing: 0.03em;
}

/* ============================================================
   MINUTE PAGES (.minutepages)
   Cascade of ruled session sheets, each rotated 1 degree.
   ============================================================ */

.minutepages {
  background-color: #F3F4F1;
  padding: 30px 20px 34px;
  position: relative;
}

.minutepages-heading-wrap {
  max-width: 960px;
  margin: 0 auto 24px;
  text-align: center;
}

.rubric-label {
  font-family: "Georgia", serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 12px;
  color: #24282B;
}

.minutepages-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}

.minute-page {
  background-color: #FBFCFA;
  border: 1px solid #DFE2DC;
  padding: 30px 30px 26px 48px;
  position: relative;
  box-shadow: 0 12px 22px -18px #1E2823;
  transform: rotate(-1deg);
}

.minute-page:nth-child(even) {
  transform: rotate(1deg);
}

.minute-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #2F6B4F;
}

/* ruled band near the top of the sheet */
.minute-rule-band {
  border-bottom: 1px solid #DFE2DC;
  margin-bottom: 16px;
  padding-bottom: 6px;
  font-family: "Georgia", serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 10px;
  color: #24282B;
}

/* oak-tan folder tab on the left edge */
.minute-tab {
  position: absolute;
  left: -26px;
  top: 40px;
  width: 26px;
  height: 40px;
  background-color: #B08A52;
  border: 1px solid #B08A52;
  border-radius: 0 6px 6px 0;
}

.minute-page-inner-margin {
  margin: 0;
}

.minute-h {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.minute-h h3 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #24282B;
  line-height: 1.2;
}

.action-dot {
  flex: 0 0 auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #B2492F;
  border-radius: 50%;
  margin-top: 3px;
  position: relative;
}

.action-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 16px;
  height: 2px;
  background-color: #B2492F;
}

.minute-p {
  margin: 0;
  color: #24282B;
  font-size: 17px;
  line-height: 1.75;
  max-width: 640px;
}

.minute-foot {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #DFE2DC;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #24282B;
  font-family: "Georgia", serif;
}

/* ============================================================
   BOOK A SESSION ACCENT (.bookband)
   ============================================================ */

.bookband {
  background-color: #1E2823;
  padding: 44px 22px;
  position: relative;
}

.bookband-inner {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  justify-content: center;
  text-align: center;
}

.bookband-glyph-lg {
  text-align: center;
  padding: 10px;
}

.bookband-glyph-lg .gavel-head-lg {
  width: 54px;
  height: 12px;
  background-color: #B08A52;
  border-radius: 4px;
  margin: 0 auto;
}

.bookband-glyph-lg .gavel-handle-lg {
  width: 8px;
  height: 40px;
  background-color: #B08A52;
  margin: 0 auto;
}

.bookband-text h2 {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: normal;
  color: #F8FAF7;
  letter-spacing: 0.02em;
}

.bookband-text p {
  margin: 0 0 14px;
  color: #F8FAF7;
  font-size: 16px;
  max-width: 560px;
}

.bookband-cta {
  display: inline-block;
  text-decoration: none;
  font-family: "Georgia", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #B2492F;
  color: #F8FAF7;
  padding: 13px 26px;
  border-radius: 24px;
  transition: background-color 0.2s ease;
}

.bookband-cta:hover,
.bookband-cta:focus-visible {
  background-color: #B08A52;
  color: #1E2823;
}

/* ============================================================
   GENERAL SECTIONS (.sections) for content pages
   ============================================================ */

.sections {
  background-color: #F3F4F1;
  padding: 40px 20px;
}

.sections-inner {
  max-width: 960px;
  margin: 0 auto;
}

.section-heading-rule {
  width: 70px;
  height: 4px;
  background-color: #B2492F;
  margin: 0 0 22px;
}

.sections h2 {
  font-size: 32px;
  font-weight: normal;
  color: #24282B;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}

.sections p {
  font-size: 17px;
  line-height: 1.75;
  color: #24282B;
  margin: 0 0 16px;
}

.sections h3 {
  font-size: 22px;
  font-weight: normal;
  color: #2F6B4F;
  margin: 26px 0 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  margin-top: 22px;
}

.contact-col {
  background-color: #FBFCFA;
  border: 1px solid #DFE2DC;
  padding: 26px;
}

.contact-col h3 {
  color: #24282B;
  margin-top: 0;
  font-size: 20px;
  border-bottom: 1px solid #DFE2DC;
  padding-bottom: 10px;
}

.alt-card {
  background-color: #FBFCFA;
  border: 1px solid #DFE2DC;
  border-top: 6px solid #2F6B4F;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-family: "Georgia", serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: #24282B;
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background-color: #F8FAF7;
  border: 1px solid #DFE2DC;
  color: #24282B;
  font-family: inherit;
  font-size: 15px;
  padding: 11px 12px;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2F6B4F;
  box-shadow: 0 0 0 3px #cee0d6;
}

.control-btn {
  display: inline-block;
  font-family: "Georgia", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  border: none;
  background-color: #2F6B4F;
  color: #F8FAF7;
  padding: 13px 28px;
  border-radius: 22px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.control-btn:hover,
.control-btn:focus-visible {
  background-color: #24282B;
}

.control-btn.is-link {
  text-decoration: none;
  display: inline-block;
}

.detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-list li {
  padding: 10px 0 10px 26px;
  position: relative;
  border-bottom: 1px solid #DFE2DC;
  font-size: 16px;
  color: #24282B;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  border: 2px solid #2F6B4F;
  border-radius: 50%;
}

.faq-item {
  border-bottom: 1px solid #DFE2DC;
  padding: 16px 0;
}

.faq-item summary,
.faq-q {
  font-size: 18px;
  font-weight: normal;
  color: #2F6B4F;
  cursor: pointer;
  font-family: "Georgia", serif;
}

.faq-a {
  margin-top: 8px;
  color: #24282B;
  font-size: 16px;
}

/* steps strip for services */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.step-card {
  background-color: #FBFCFA;
  border: 1px solid #DFE2DC;
  border-bottom: 6px solid #2F6B4F;
  padding: 18px;
}

.step-num {
  font-size: 30px;
  color: #B2492F;
  margin-bottom: 6px;
  font-family: "Georgia", serif;
}

.step-card h4 {
  margin: 0 0 6px;
  font-size: 17px;
  color: #24282B;
  font-weight: normal;
}

.step-card p {
  margin: 0;
  font-size: 14px;
}

/* ============================================================
   REVEAL ANIMATION (safe without JS)
   ============================================================ */

.motion-item {
  opacity: 1;
}

.motion-item.is-hidden {
  opacity: 0;
}

.motion-item.is-visible {
  opacity: 1;
}

.js .motion-item.is-hidden {
  opacity: 0;
}

.js .motion-item.is-visible {
  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ============================================================
   FOLDER STACK FOOTER (.folderstack)
   ============================================================ */

.folderstack {
  position: relative;
  background-color: #1E2823;
  overflow: hidden;
  padding-bottom: 0;
}

.folderstack-decoration {
  position: absolute;
  right: -40px;
  bottom: 40px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #1E2823;
  border: 60px solid #1C2622;
  visibility: hidden;
}

.folderstack-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 22px 0;
}

.folder-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 26px;
}

.folder-tab {
  display: inline-block;
  padding: 8px 22px 26px 22px;
  color: #1E2823;
  font-family: "Georgia", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #B08A52;
  border-radius: 4px 4px 0 0;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin-top: 0;
}

.folder-tab:hover,
.folder-tab:focus-visible {
  background-color: #b89a66;
}

.folderstack-bays {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 30px;
  padding: 26px 0 30px;
  border-top: 1px solid #2F3D33;
}

.footer-mission {
  padding-right: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand .footer-name {
  color: #F8FAF7;
  font-size: 20px;
  letter-spacing: 0.12em;
}

.footer-mission p {
  color: #c9d5cd;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.footer-heading {
  color: #B08A52;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-family: "Georgia", serif;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2F3D33;
}

.footer-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #c9d5cd;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #F8FAF7;
  text-decoration: underline;
}

.footer-contact p {
  color: #c9d5cd;
  font-size: 15px;
  margin: 0 0 8px;
}

.footer-contact a {
  color: #c9d5cd;
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: #F8FAF7;
  text-decoration: underline;
}

.footer-ruled-strip {
  border-top: 2px solid #B2492F;
  margin: 0;
  padding: 14px 0 16px;
}

.footer-copyright {
  font-size: 13px;
  color: #c9d5cd;
  letter-spacing: 0.04em;
}

.footer-copyright a {
  color: #F8FAF7;
  text-decoration: none;
}

.footer-copyright a:hover,
.footer-copyright a:focus-visible {
  color: #B08A52;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 860px) {
  .boardroom h1 {
    font-size: 34px;
  }
  .nm-placemat-row {
    flex-wrap: wrap;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .folderstack-bays {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .boardroom-table {
    border-width: 9px;
    padding: 40px 18px 30px;
  }
  .boardroom-placemat {
    display: none;
  }
  .boardroom-hourglass {
    display: none;
  }
  .boardroom-flipchart {
    display: none;
  }
  .minute-page {
    padding: 24px 22px 22px 40px;
  }
}

@media (max-width: 560px) {
  .nametent {
    gap: 8px;
    padding: 18px 14px 16px;
  }
  .nametent-tent {
    font-size: 11px;
    padding: 12px 16px 10px;
  }
  .nametent-brand {
    min-width: 0;
    padding: 8px 14px;
  }
  .boardroom h1 {
    font-size: 26px;
  }
  .boardroom-intro {
    font-size: 15px;
  }
  .minute-h {
    flex-direction: column;
  }
  .minute-tab {
    left: -18px;
    width: 18px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js .motion-item.is-hidden {
    opacity: 1;
    transform: none;
  }
}
