:root {
  --shudo: #701428;
  --shudo-dark: #4b0917;
  --ink: #211f20;
  --muted: #686366;
  --paper: #fff;
  --soft: #f5f2f1;
  --line: #ded8d8;
  --gold: #b6914c;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  --sans:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo,
    sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: 0.6rem 1rem;
  color: #fff;
  background: var(--shudo-dark);
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--ink);
  text-decoration: none;
}
.brand img {
  width: 44px;
  height: 44px;
}
.brand-copy {
  display: grid;
  line-height: 1.45;
}
.school-name {
  font-family: var(--serif);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}
.council-name {
  color: var(--shudo);
  font-weight: 700;
  font-size: 1.13rem;
  letter-spacing: 0.06em;
}
.global-nav {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.global-nav a {
  position: relative;
  display: grid;
  height: 100%;
  place-items: center;
  color: #3d383a;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.global-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: var(--shudo);
  transition:
    left 0.2s,
    right 0.2s;
}
.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.global-nav a[aria-current="page"]::after {
  left: 0;
  right: 0;
}
.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("../images/council-armband.jpg") center 46% / cover no-repeat;
  transform: scale(1.04);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(45, 0, 9, 0.88),
    rgba(77, 6, 21, 0.58) 56%,
    rgba(0, 0, 0, 0.2)
  );
}
.hero-inner {
  position: relative;
  width: min(1080px, calc(100% - 48px));
}
.eyebrow,
.section-kicker {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 4.7rem);
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.page-hero h1::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 1.3rem;
  background: var(--gold);
}
.page-hero .hero-inner > p:last-child {
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}
.breadcrumb {
  border-bottom: 1px solid var(--line);
}
.breadcrumb ol {
  width: min(1080px, calc(100% - 48px));
  margin: auto;
  padding: 0.8rem 0;
  display: flex;
  gap: 0.8rem;
  list-style: none;
  color: var(--muted);
  font-size: 0.78rem;
}
.breadcrumb li + li::before {
  content: "/";
  margin-right: 0.8rem;
  color: #aaa;
}
.breadcrumb a {
  text-decoration: none;
}
.section {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0;
}
.section-heading {
  margin-bottom: 3rem;
}
.section-heading h2,
.feature-panel h2,
.message-copy h2 {
  margin: 0;
  color: var(--shudo);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.section-heading h2::after,
.message-copy h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 1rem;
  background: var(--gold);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 8%;
  align-items: start;
}
.intro-copy p {
  margin: 0 0 1.2rem;
}
.intro-copy .lead {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.8;
}
.principle {
  position: relative;
  padding: 2.2rem 2rem;
  color: var(--shudo-dark);
  border-top: 1px solid var(--shudo);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.principle-number {
  position: absolute;
  right: 1rem;
  top: 0.15rem;
  color: rgba(112, 20, 40, 0.1);
  font:
    5.5rem/1 Georgia,
    serif;
}
.principle p {
  position: relative;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
}
.section-wide {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}
.photo-feature {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  align-items: stretch;
  background: var(--shudo);
}
.feature-photo {
  min-height: 520px;
}
.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.feature-panel {
  padding: clamp(2.2rem, 5vw, 4.5rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-panel h2 {
  color: #fff;
}
.feature-panel > p:not(.section-kicker) {
  margin: 1.8rem 0 2rem;
}
.light {
  color: #d9bc81;
}
.quick-facts {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.quick-facts div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.quick-facts dt {
  font-size: 0.85rem;
}
.quick-facts dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.1rem;
}
.role-list {
  border-top: 1px solid var(--line);
}
.role-list article {
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}
.role-list article > span {
  color: var(--gold);
  font:
    1rem Georgia,
    serif;
}
.role-list h3 {
  margin: 0;
  color: var(--shudo);
  font-family: var(--serif);
  font-size: 1.15rem;
}
.role-list p {
  margin: 0;
  color: var(--muted);
}
.activities {
  color: #fff;
  background: var(--shudo-dark);
}
.activities-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-heading.inverse {
  max-width: 620px;
}
.section-heading.inverse h2 {
  color: #fff;
}
.section-heading.inverse h2::after {
  background: var(--gold);
}
.section-heading.inverse > p:last-child {
  margin: 1rem 0 0;
  color: #d9ced1;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.activity-grid article {
  padding: 2.1rem;
  background: #58101e;
}
.activity-grid span {
  color: #d9bc81;
  font:
    0.9rem Georgia,
    serif;
}
.activity-grid h3 {
  margin: 0.8rem 0;
  font-family: var(--serif);
  font-size: 1.2rem;
}
.activity-grid p {
  margin: 0;
  color: #ded4d6;
  font-size: 0.94rem;
}
.message-section {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 7%;
  align-items: center;
}
.message-image {
  position: relative;
}
.message-image::before {
  content: "";
  position: absolute;
  inset: -16px 16px 16px -16px;
  z-index: -1;
  background: var(--soft);
}
.message-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.message-copy blockquote {
  margin: 1.8rem 0;
  color: var(--shudo);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 600;
}
.message-copy > p:last-child {
  margin: 0;
}
.site-footer {
  color: #eee;
  background: #241f20;
  border-top: 5px solid var(--shudo);
}
.footer-inner {
  width: min(1080px, calc(100% - 48px));
  min-height: 170px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.footer-brand img {
  filter: grayscale(1) brightness(3);
}
.footer-brand p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.65;
}
.footer-brand strong {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.copyright {
  margin: 0;
  color: #aaa;
  font-size: 0.75rem;
}
@media (max-width: 820px) {
  .header-inner {
    min-height: auto;
    padding: 1rem 0 0.65rem;
    flex-direction: column;
    gap: 0.7rem;
    align-items: stretch;
  }
  .brand {
    justify-content: center;
  }
  .global-nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 1.5rem;
    padding-bottom: 0.45rem;
  }
  .global-nav a {
    min-width: max-content;
    height: 40px;
  }
  .page-hero {
    min-height: 340px;
  }
  .intro-grid,
  .photo-feature,
  .message-section {
    grid-template-columns: 1fr;
  }
  .feature-photo {
    min-height: 0;
  }
  .feature-panel {
    padding: 3rem 2rem;
  }
  .activity-grid {
    grid-template-columns: 1fr;
  }
  .message-copy {
    padding-top: 1rem;
  }
}
@media (max-width: 560px) {
  .header-inner,
  .hero-inner,
  .breadcrumb ol,
  .section,
  .section-wide,
  .footer-inner {
    width: min(100% - 32px, 1080px);
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
  .school-name {
    font-size: 0.75rem;
  }
  .council-name {
    font-size: 0.96rem;
  }
  .global-nav {
    margin-inline: -16px;
    padding-inline: 16px;
  }
  .page-hero {
    min-height: 300px;
  }
  .hero-shade {
    background: rgba(65, 4, 17, 0.72);
  }
  .section {
    padding: 70px 0;
  }
  .section-heading {
    margin-bottom: 2rem;
  }
  .role-list article {
    grid-template-columns: 40px 1fr;
    align-items: start;
  }
  .role-list article > div {
    grid-column: 2;
  }
  .role-list h3 {
    margin-bottom: 0.3rem;
  }
  .message-image::before {
    inset: -10px 10px 10px -10px;
  }
  .footer-inner {
    min-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
