/* Compact portrait-led hero. Loaded after the shared site theme. */
.hero-grid {
  width: 100%;
  max-width: 1060px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 22px;
  position: relative;
  min-height: 0;
  height: clamp(510px, calc(100svh - 156px), 730px);
  padding: 18px 0 55px;
  align-items: center;
}
.hero-copy { padding: 0; position: relative; z-index: 2; width: fit-content; max-width: 100%; justify-self: end; }
.hero h1 { margin-top: 25px; margin-bottom: 27px; }
.hero .hello { font-size: clamp(38px, 4vw, 58px); }
.hero .name { font-size: clamp(70px, 7.2vw, 104px); }
.hero .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero .product-tags > span {
  padding: 8px 15px;
  border: 1px solid #d9c8ce;
  border-radius: 7px;
  background: #fcf9fa;
  color: var(--red);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.hero-actions { margin-top: 29px; }
.hero .portrait-stage {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  isolation: isolate;
  margin: 0;
  justify-self: stretch;
}
.hero .portrait {
  z-index: 2;
  inset: 0 0 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  overflow: hidden;
}
.hero .portrait > img {
  position: absolute;
  top: 0;
  left: 48%;
  width: auto;
  max-width: none;
  height: 150%;
  transform: translateX(-46.5%);
  object-fit: initial;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(1px 0 0 #19191b) drop-shadow(-1px 0 0 #19191b) drop-shadow(0 1px 0 #19191b) drop-shadow(0 -1px 0 #19191b);
}
.hero .portrait:hover > img { filter: drop-shadow(1px 0 0 #19191b) drop-shadow(-1px 0 0 #19191b) drop-shadow(0 1px 0 #19191b) drop-shadow(0 -1px 0 #19191b); }
.hero .portrait-side { display: none; }
.hero .now-label {
  z-index: 1;
  right: -48px;
  bottom: 16%;
  width: max-content;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  color: var(--red);
  pointer-events: none;
}
.hero .now-label > span { display: block; text-align: right; letter-spacing: 2.3px; font-size: 11px; margin-bottom: 5px; }
.hero .now-label strong { display: block; font-family: var(--editorial); font-size: clamp(68px,7vw,104px); font-weight: 400; line-height: .95; letter-spacing: -3px; }
.hero-scroll { position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 17px; padding: 8px 14px; color: var(--red); font-size: 13px; white-space: nowrap; z-index: 3; }
.hero-scroll > span { font-size: 23px; line-height: 1; }
.hero-bottom { padding-block: 15px; color: #91868a; }
@media (min-width:1650px) {
  .hero-grid { max-width: 1150px; gap: 26px; }
  .hero .name { font-size: 114px; }
}
@media (max-width:1150px) {
  .hero-grid { max-width: 970px; grid-template-columns: 1.12fr 1fr; gap: 15px; }
  .hero .name { font-size: 82px; }
  .hero .product-tags { gap: 8px; }
  .hero .product-tags > span { font-size: 13px; padding: 7px 12px; }
}
@media (max-width:900px) {
  .hero-grid { gap: 12px; }
  .hero .name { font-size: 67px; }
  .hero .hello { font-size: 40px; }
  .hero .product-tags { gap: 7px; max-width: 350px; margin-top: 25px; }
  .hero .product-tags > span { padding: 6px 10px; font-size: 12px; }
  .hero .now-label { right: -20px; }
  .hero .now-label strong { font-size: 70px; }
}
@media (min-width:641px) and (max-height:760px) {
  .hero .name { font-size: clamp(64px,6.2vw,90px); }
  .hero .hello { font-size: 40px; }
  .hero h1 { margin-block: 18px 22px; }
  .hero .product-tags { margin-top: 21px; }
  .hero-actions { margin-top: 22px; }
}
@media (max-width:640px) {
  .hero-grid { display: flex; max-width: 420px; min-height: 0; height: auto; padding: 30px 0 18px; gap: 23px; }
  .hero-copy { width: 100%; }
  .hero .hello { font-size: 42px; }
  .hero .name { font-size: clamp(67px,18vw,94px); }
  .hero h1 { margin-top: 20px; margin-bottom: 22px; }
  .hero .product-tags { gap: 8px; max-width: none; margin-top: 23px; }
  .hero .product-tags > span { font-size: 12px; padding: 7px 10px; }
  .hero-actions { margin-top: 24px; }
  .hero .portrait-stage { width: 100%; max-width: 360px; height: 440px; margin: 0 auto; }
  .hero .portrait { inset: 0 0 4px; }
  .hero .now-label { bottom: 17%; right: -8px; }
  .hero .now-label strong { font-size: 68px; }
  .hero .now-label > span { font-size: 9px; letter-spacing: 1.8px; }
  .hero-scroll { position: static; transform: none; align-self: flex-start; order: 1; padding: 0; margin-top: -8px; }
  .hero .portrait-stage { order: 2; }
}

/* Quiet numbered typography replaces the square photo badges. */
.school-body { padding-right: 86px; }
.education-index { position: absolute; top: 27px; right: 0; color: #9e6675; font: italic 400 63px/1 var(--editorial); letter-spacing: -3px; }
.school-body .school-degree { display: flex; align-items: center; gap: 12px; margin-top: 11px; color: #62565b; font-size: 15px; }
.school-degree > span:first-child { color: var(--red); }
.school-degree > span + span { border-left: 1px solid #d9cbd0; padding-left: 12px; }
.ticker { padding: 24px var(--pad); }
.ticker > div { display: flex; align-items: center; justify-content: space-between; gap: clamp(18px,3vw,45px); width: 100%; max-width: 1060px; margin: auto; animation: none; }
.ticker .process-word { display: flex; align-items: center; gap: 11px; color: #71676b; font: 400 clamp(25px,2.8vw,39px)/1.15 var(--editorial); letter-spacing: .5px; word-spacing: 0; }
.ticker .process-word:nth-of-type(2) { color: var(--red); }
.process-word small { align-self: flex-start; font: 400 10px/1.4 var(--font); color: #9e7c86; letter-spacing: .5px; }
.process-line { height: 1px; flex: 1; background: #e8dfe2; }
.contact-bottom .contact-message { max-width: 680px; flex: 1; line-height: 2; }
.opportunity { display: block; color: var(--red); margin-bottom: 9px; font-size: 18px; }
.contact-message strong { font-weight: 500; color: #4c4447; }
@media (max-width:640px) {
  .education-index { font-size: 51px; top: 23px; }
  .school-body { padding-right: 65px; }
  .school-body .school-degree { font-size: 14px; }
  .ticker { padding-block: 20px; }
  .ticker > div { gap: 10px; }
  .ticker .process-word { gap: 5px; font-size: 23px; letter-spacing: 0; }
  .process-word small { font-size: 8px; }
  .opportunity { font-size: 17px; }
}
