/* Director profile page — demo-specific styling */
.profile-page { overflow-x: hidden; background: #fff; }
.profile-page .breadcrumb { color: #c6d2de; background: var(--navy-950); }
.profile-page .breadcrumb a { color: #fff; }

.profile-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(112deg, rgba(6, 24, 45, 0.99) 0 59%, rgba(18, 54, 87, 0.95) 100%), var(--navy-950);
}
.profile-hero::before {
  position: absolute; top: -14rem; right: -12rem; width: 39rem; height: 39rem;
  border: 1px solid rgba(231, 199, 140, 0.24); content: ""; transform: rotate(39deg);
}
.profile-hero::after {
  position: absolute; bottom: -18rem; left: 22%; width: 30rem; height: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 50%; content: "";
}
.profile-hero__inner {
  position: relative; z-index: 1; display: grid; min-height: 43rem;
  padding-block: clamp(3.5rem, 7vw, 6.5rem); align-items: center;
  gap: clamp(3rem, 8vw, 7rem); grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.72fr);
}
.profile-hero__copy h1 {
  max-width: none; margin: 0 0 1.5rem; color: #fff;
  font-size: clamp(2.5rem, 5.4vw, 4.7rem); letter-spacing: 0.045em; line-height: 1.35;
}
.profile-hero__lead {
  max-width: 42rem; padding-left: 1.35rem; border-left: 3px solid var(--gold-500);
  margin: 0 0 2.4rem; color: #d5e0e9; font-size: 1.02rem; line-height: 2;
}
.profile-hero__name {
  display: grid; width: fit-content; padding: 1.15rem 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25); border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  align-items: baseline; gap: 0.15rem 1rem; grid-template-columns: auto auto;
}
.profile-hero__name span { color: #bfcbd6; font-size: 0.76rem; letter-spacing: 0.08em; }
.profile-hero__name strong {
  grid-row: 2; color: #fff; font-family: var(--font-serif); font-size: 1.75rem; letter-spacing: 0.12em;
}
.profile-hero__name small {
  grid-row: 2; color: var(--gold-300); font-family: Georgia, "Times New Roman", serif;
  font-size: 0.67rem; letter-spacing: 0.16em;
}
.profile-demo-label {
  width: fit-content; padding: 0.45rem 0.75rem; margin: 1rem 0 0;
  color: #c8d3dd; background: rgba(255, 255, 255, 0.08); font-size: 0.72rem; letter-spacing: 0.04em;
}
.profile-hero__portrait { position: relative; max-width: 27rem; margin: 0; }
.profile-hero__portrait::before {
  position: absolute; top: 1.2rem; right: -1.2rem; bottom: 4.5rem; left: 1.2rem;
  border: 2px solid var(--gold-500); content: "";
}
.profile-hero__portrait img {
  position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 4 / 5;
  border: 0.42rem solid #fff; object-fit: cover; box-shadow: 0 28px 62px rgba(0, 0, 0, 0.36);
}
.profile-hero__portrait figcaption {
  position: relative; z-index: 2; display: grid; padding-top: 1rem;
  color: #cbd7e1; font-size: 0.76rem; text-align: right;
}
.profile-hero__portrait figcaption span { color: var(--gold-300); font-weight: 700; letter-spacing: 0.12em; }

.profile-anchor { position: relative; z-index: 3; background: #fff; box-shadow: 0 14px 34px rgba(6, 24, 45, 0.11); }
.profile-anchor .l-container {
  display: grid; min-height: 7rem; align-items: center; gap: 2rem; grid-template-columns: 10.5rem 1fr;
}
.profile-anchor .l-container > span {
  color: var(--navy-900); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em;
}
.profile-anchor ol {
  display: grid; padding: 0; margin: 0; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none;
}
.profile-anchor li + li { border-left: 1px solid #d2dbe3; }
.profile-anchor a {
  display: flex; min-height: 4.2rem; padding: 0.75rem 1rem; align-items: center; gap: 0.65rem;
  color: var(--navy-900); font-size: 0.83rem; font-weight: 700; text-decoration: none;
}
.profile-anchor a:hover, .profile-anchor a:focus-visible { color: var(--gold-500); background: var(--navy-050); }
.profile-anchor em {
  color: var(--gold-500); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-style: normal;
}

.profile-message, .profile-story, .profile-values, .profile-vision, .profile-facts, .profile-closing {
  scroll-margin-top: calc(var(--fixed-header-height) + 1rem); padding-block: clamp(4.8rem, 9vw, 8rem);
}
.profile-section-heading { max-width: 48rem; }
.profile-section-heading h2 {
  margin: 0 0 1rem; color: var(--navy-900); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.5;
}
.profile-section-heading > p:last-child { color: #586979; }
.profile-section-heading--center { margin: 0 auto clamp(2.7rem, 5vw, 4.3rem); text-align: center; }
.profile-section-heading--center .section__label::before { display: none; }
.profile-section-heading--light h2 { color: #fff; }
.profile-section-heading--light > p:last-child { color: #bdcad6; }

.profile-message { background: #fff; }
.profile-message__grid {
  display: grid; align-items: start; gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr);
}
.profile-message__body {
  padding: clamp(1.8rem, 4vw, 3rem); border-top: 6px solid var(--gold-500); background: var(--navy-050);
}
.profile-message__body p { color: #455666; line-height: 2; }
.profile-message__body p:last-child { margin-bottom: 0; }
.profile-message__lead {
  color: var(--navy-900) !important; font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 700;
}
.profile-message blockquote {
  padding: 1.45rem 1.7rem; border-left: 5px solid var(--navy-900); margin: 2rem 0;
  color: var(--navy-900); background: #fff; font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.42rem); font-weight: 700; line-height: 1.9;
}

.profile-story { position: relative; color: #dce5ed; background: var(--navy-950); }
.profile-story::before {
  position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.025) 0 26%, transparent 26% 100%);
  content: ""; pointer-events: none;
}
.profile-story > .l-container { position: relative; z-index: 1; }
.profile-story__timeline {
  position: relative; display: grid; max-width: 59rem; padding-left: 5.25rem;
  margin: clamp(3rem, 6vw, 5rem) 0 0 auto; gap: 1.5rem;
}
.profile-story__timeline::before {
  position: absolute; top: 1.5rem; bottom: 1.5rem; left: 2rem; width: 1px;
  background: rgba(231, 199, 140, 0.45); content: "";
}
.profile-chapter {
  position: relative; display: grid; border: 1px solid rgba(255,255,255,0.15);
  background: var(--navy-900); grid-template-columns: 7.2rem minmax(0, 1fr);
}
.profile-chapter::before {
  position: absolute; top: 2rem; left: -3.75rem; width: 0.7rem; height: 0.7rem;
  border: 0.2rem solid var(--navy-950); border-radius: 50%; background: var(--gold-500);
  box-shadow: 0 0 0 1px var(--gold-300); content: "";
}
.profile-chapter > header {
  display: flex; padding: 2rem 1.25rem; border-right: 1px solid rgba(255,255,255,0.15);
  flex-direction: column; align-items: center;
}
.profile-chapter > header span { color: #9fb0c0; font-size: 0.62rem; letter-spacing: 0.15em; }
.profile-chapter > header strong {
  color: var(--gold-300); font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem; font-weight: 400; line-height: 1.1;
}
.profile-chapter__copy { padding: clamp(1.8rem, 4vw, 3rem); }
.profile-chapter__year {
  margin: 0 0 0.65rem; color: var(--gold-300); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
}
.profile-chapter h3 {
  padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.17); margin: 0 0 1.35rem;
  color: #fff; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.65;
}
.profile-chapter__copy p:not(.profile-chapter__year) { color: #ced9e3; line-height: 1.95; }
.profile-chapter__copy p:last-child { margin-bottom: 0; }
.profile-chapter--image { grid-template-columns: 7.2rem minmax(0, 1fr) minmax(15rem, 0.64fr); }
.profile-chapter--image figure { min-height: 100%; margin: 0; background: var(--navy-800); }
.profile-chapter--image img {
  display: block; width: 100%; height: calc(100% - 2.6rem); min-height: 25rem; object-fit: cover;
}
.profile-chapter--image figcaption {
  padding: 0.65rem 0.8rem; color: #aebdca; font-size: 0.67rem; text-align: center;
}

.profile-values { background: #fff; }
.profile-values__grid {
  display: grid; border-top: 1px solid #c8d3dd; border-left: 1px solid #c8d3dd;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.profile-value-card {
  position: relative; min-height: 24rem; padding: clamp(2rem, 4vw, 3rem);
  border-right: 1px solid #c8d3dd; border-bottom: 1px solid #c8d3dd; background: #fff;
}
.profile-value-card::after {
  position: absolute; right: 2rem; bottom: 2rem; width: 2.5rem; height: 2px;
  background: var(--gold-500); content: "";
}
.profile-value-card__number {
  color: #d6dee5; font-family: Georgia, "Times New Roman", serif; font-size: 4rem; line-height: 1;
}
.profile-value-card__en {
  margin: 1.5rem 0 0.5rem; color: var(--gold-500); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em;
}
.profile-value-card h3 {
  padding-bottom: 1rem; border-bottom: 3px solid var(--navy-900); margin: 0 0 1.2rem;
  color: var(--navy-900); font-size: 1.45rem;
}
.profile-value-card p:last-of-type { margin: 0; color: #526374; }

.profile-vision {
  position: relative;
  overflow: hidden;
  color: #dce5ed;
  background: var(--navy-900);
}
.profile-vision::before {
  position: absolute; top: -18rem; right: -12rem; width: 40rem; height: 40rem;
  border: 1px solid rgba(231, 199, 140, 0.2); content: ""; transform: rotate(38deg);
}
.profile-vision > .l-container { position: relative; z-index: 1; }
.profile-vision__intro {
  display: grid; align-items: start; gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.82fr);
}
.profile-vision__lead {
  padding: clamp(1.7rem, 4vw, 2.5rem); border-top: 5px solid var(--gold-500);
  background: rgba(3, 18, 34, 0.36);
}
.profile-vision__lead p { color: #d1dce5; line-height: 2; }
.profile-vision__lead p:last-child { margin-bottom: 0; }
.profile-vision__statement {
  display: grid; padding: clamp(2.2rem, 5vw, 4rem); margin: clamp(3rem, 6vw, 5rem) 0 1.5rem;
  border: 1px solid rgba(231, 199, 140, 0.45); text-align: center; background: var(--navy-950);
}
.profile-vision__statement span {
  color: var(--gold-300); font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem; letter-spacing: 0.18em;
}
.profile-vision__statement p {
  margin: 1.2rem 0 0; color: #fff; font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3.6vw, 2.7rem); font-weight: 700; line-height: 1.75;
}
.profile-vision__grid {
  display: grid; border-top: 1px solid rgba(255,255,255,0.18);
  border-left: 1px solid rgba(255,255,255,0.18); grid-template-columns: repeat(3, minmax(0, 1fr));
}
.profile-vision-card {
  min-height: 25rem; padding: clamp(1.7rem, 3.5vw, 2.5rem);
  border-right: 1px solid rgba(255,255,255,0.18); border-bottom: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.035);
}
.profile-vision-card__number {
  color: rgba(255,255,255,0.18); font-family: Georgia, "Times New Roman", serif; font-size: 3.7rem; line-height: 1;
}
.profile-vision-card__label {
  margin: 1.4rem 0 0.55rem; color: var(--gold-300); font-size: 0.67rem;
  font-weight: 700; letter-spacing: 0.14em;
}
.profile-vision-card h3 {
  padding-bottom: 1rem; border-bottom: 2px solid var(--gold-500); margin: 0 0 1.2rem;
  color: #fff; font-size: 1.3rem; line-height: 1.65;
}
.profile-vision-card p:last-child { margin: 0; color: #cbd7e0; line-height: 1.9; }
.profile-vision__roadmap {
  display: grid; padding: clamp(2rem, 5vw, 3.5rem); margin-top: 1.5rem;
  gap: clamp(2.5rem, 7vw, 6rem); background: #fff;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
}
.profile-vision__roadmap h3 {
  margin-bottom: 1rem; color: var(--navy-900); font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.55;
}
.profile-vision__roadmap > div > p:last-child { margin: 0; color: #596a7a; }
.profile-vision__roadmap ol { padding: 0; margin: 0; list-style: none; }
.profile-vision__roadmap li {
  display: grid; padding: 1.4rem 0; border-bottom: 1px solid #cbd5de;
  align-items: start; gap: 1rem; grid-template-columns: 2.6rem minmax(0, 1fr);
}
.profile-vision__roadmap li:first-child { padding-top: 0; }
.profile-vision__roadmap li > span {
  color: var(--gold-500); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem;
}
.profile-vision__roadmap strong {
  display: block; margin-bottom: 0.4rem; color: var(--navy-900);
  font-family: var(--font-serif); font-size: 1.05rem;
}
.profile-vision__roadmap li p { margin: 0; color: #586979; font-size: 0.86rem; line-height: 1.8; }
.profile-vision__closing {
  max-width: 49rem; padding-top: clamp(2.5rem, 5vw, 4rem); margin: 0 auto;
  color: #fff; font-family: var(--font-serif); font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 700; line-height: 1.9; text-align: center;
}

.profile-facts { background: var(--navy-050); }
.profile-facts__layout {
  display: grid; align-items: start; gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(17rem, 0.75fr) minmax(0, 1.25fr);
}
.profile-facts__heading { position: sticky; top: calc(var(--fixed-header-height) + 2rem); }
.profile-facts__heading h2 {
  color: var(--navy-900); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.5;
}
.profile-facts__heading > p:last-child { color: #586979; }
.profile-facts__content { min-width: 0; }
.profile-facts__list { border-top: 5px solid var(--navy-900); margin: 0; background: #fff; }
.profile-facts__list > div {
  display: grid; padding: 1.35rem 1.5rem; border-right: 1px solid #c8d3dd;
  border-bottom: 1px solid #c8d3dd; border-left: 1px solid #c8d3dd;
  gap: 1.25rem; grid-template-columns: 8.5rem minmax(0, 1fr);
}
.profile-facts__list dt { color: var(--navy-900); font-weight: 700; }
.profile-facts__list dd { margin: 0; color: #4b5c6c; }
.profile-facts__fiction {
  padding: 0.85rem 1rem; border-left: 4px solid var(--gold-500); margin: 1rem 0 2rem;
  color: #5b6b7a; background: #e6edf3; font-size: 0.76rem;
}
.profile-personal {
  display: grid; border-top: 1px solid #c8d3dd; border-left: 1px solid #c8d3dd;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.profile-personal article {
  min-height: 13rem; padding: 1.5rem; border-right: 1px solid #c8d3dd;
  border-bottom: 1px solid #c8d3dd; background: #fff;
}
.profile-personal span {
  display: block; margin-bottom: 0.75rem; color: var(--gold-500);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
}
.profile-personal strong {
  display: block; min-height: 3.6em; color: var(--navy-900); font-family: var(--font-serif); line-height: 1.65;
}
.profile-personal p { margin: 0.75rem 0 0; color: #5b6b7a; font-size: 0.82rem; line-height: 1.75; }
.profile-career-list { display: grid; padding: 0; margin: 0; gap: 0.45rem; list-style: none; }
.profile-career-list li { position: relative; padding-left: 1.15rem; }
.profile-career-list li::before {
  position: absolute; top: 0.72em; left: 0; width: 0.34rem; height: 0.34rem;
  border-radius: 50%; background: var(--gold-500); content: "";
}

.profile-closing {
  color: #fff;
  background: linear-gradient(rgba(7, 28, 51, 0.91), rgba(7, 28, 51, 0.96)),
    url("../images/navy/director-closing.webp") center 38% / cover no-repeat;
}
.profile-closing__inner { max-width: 51rem; }
.profile-closing h2 {
  margin-bottom: 1.5rem; color: #fff; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.55;
}
.profile-closing__inner > p:not(.section__label):not(.profile-closing__signature) {
  max-width: 43rem; color: #d4dfe8; font-size: 1.02rem; line-height: 2;
}
.profile-closing__signature {
  display: grid; width: fit-content; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.3);
  margin: 2.4rem 0 0;
}
.profile-closing__signature span { color: #bac8d4; font-size: 0.76rem; }
.profile-closing__signature strong {
  margin-top: 0.25rem; color: #fff; font-family: var(--font-serif); font-size: 1.6rem; letter-spacing: 0.12em;
}
.profile-reservation { border-top: 8px solid var(--gold-500); }
.profile-reservation__phone {
  display: grid; min-width: min(100%, 23rem); padding: 1rem 1.4rem;
  border: 1px solid rgba(255,255,255,0.35); color: #fff; text-align: center; text-decoration: none;
}
.profile-reservation__phone:hover { border-color: var(--gold-300); background: rgba(255,255,255,0.06); }
.profile-reservation__phone span, .profile-reservation__phone small { color: #c7d3de; font-size: 0.72rem; }
.profile-reservation__phone strong {
  color: #fff; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 4vw, 2.05rem); letter-spacing: 0.05em;
}

@media (max-width: 64rem) {
  .profile-hero__inner { gap: 3rem; grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr); }
  .profile-anchor .l-container { grid-template-columns: 1fr; gap: 0; }
  .profile-anchor .l-container > span { padding-top: 1rem; }
  .profile-chapter--image { grid-template-columns: 7.2rem minmax(0, 1fr); }
  .profile-chapter--image figure { grid-column: 2; }
  .profile-chapter--image img { height: auto; min-height: 0; max-height: 34rem; object-position: center 32%; }
  .profile-vision__grid { grid-template-columns: 1fr; }
  .profile-vision-card { min-height: 0; }
  .profile-personal { grid-template-columns: 1fr; }
  .profile-personal article { min-height: 0; }
  .profile-personal strong { min-height: 0; }
}

@media (max-width: 52rem) {
  .profile-hero__inner, .profile-message__grid, .profile-vision__intro,
  .profile-vision__roadmap, .profile-facts__layout { grid-template-columns: 1fr; }
  .profile-hero__inner { min-height: 0; }
  .profile-hero__portrait { width: min(100%, 31rem); margin-inline: auto; }
  .profile-hero__portrait img { aspect-ratio: 4 / 5; }
  .profile-message__grid { gap: 2rem; }
  .profile-story__timeline { padding-left: 3.4rem; }
  .profile-story__timeline::before { left: 1rem; }
  .profile-chapter::before { left: -2.75rem; }
  .profile-values__grid { grid-template-columns: 1fr; }
  .profile-value-card { min-height: 0; }
  .profile-facts__heading { position: static; }
}

@media (max-width: 40rem) {
  .profile-hero__copy h1 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .profile-hero__name { width: 100%; }
  .profile-anchor .l-container > span { display: none; }
  .profile-anchor ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-anchor li:nth-child(odd) { border-left: 0; }
  .profile-anchor li:nth-child(n+3) { border-top: 1px solid #d2dbe3; }
  .profile-anchor li:last-child { grid-column: 1 / -1; border-left: 0; }
  .profile-anchor a { padding-inline: 0.65rem; font-size: 0.76rem; }
  .profile-story__timeline { padding-left: 0; }
  .profile-story__timeline::before, .profile-chapter::before { display: none; }
  .profile-chapter, .profile-chapter--image { grid-template-columns: 1fr; }
  .profile-chapter > header {
    padding: 1rem 1.25rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.15);
    flex-direction: row; justify-content: space-between;
  }
  .profile-chapter > header strong { font-size: 2rem; }
  .profile-chapter--image figure { grid-column: 1; }
  .profile-facts__list > div { gap: 0.35rem; grid-template-columns: 1fr; }
  .profile-closing h2 br, .profile-message h2 br, .profile-vision h2 br,
  .profile-vision__statement br, .profile-vision__closing br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .profile-page { scroll-behavior: auto; }
}
