.transition,
.transition [data-animation-role="block-element"],
.transition [data-animation-role="image"] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.migration-form-note {
  margin: 12px 0 0;
  color: rgb(153, 169, 116);
  font: 500 13px/1.4 Inter, sans-serif;
}

/* Restored blog index */
.migrated-blog-grid {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 68px;
}

.migrated-blog-card {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, .95fr);
  overflow: hidden;
  border: 1px solid rgba(250, 242, 229, .52);
  border-radius: 28px;
  background: rgb(250, 242, 229);
  box-shadow: 0 26px 70px rgba(62, 78, 39, .16);
}

.migrated-blog-card__image {
  min-height: 430px;
  overflow: hidden;
  background: rgb(246, 218, 172);
}

.migrated-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.migrated-blog-card:hover .migrated-blog-card__image img { transform: scale(1.035); }

.migrated-blog-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 76px);
  color: rgb(28, 97, 140);
}

.migrated-blog-card__meta {
  margin: 0 0 24px;
  color: rgb(153, 169, 116);
  font: 600 12px/1.4 Montserrat, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.migrated-blog-card h2 { margin: 0 0 18px; font: 700 clamp(32px, 4vw, 52px)/1.05 Montserrat, sans-serif; }
.migrated-blog-card h2 a { color: inherit; text-decoration: none; }
.migrated-blog-card__body > p:not(.migrated-blog-card__meta) { margin: 0 0 32px; font: 400 17px/1.7 Montserrat, sans-serif; }
.migrated-blog-card__link { align-self: flex-start; color: rgb(28, 97, 140); font: 600 15px/1.4 Montserrat, sans-serif; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

/* Contact page */
.contact-page { margin: 0; color: #1c618c; background: #faf2e5; font-family: Montserrat, sans-serif; }
.contact-page * { box-sizing: border-box; }
.contact-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 101px; padding: 22px max(24px, calc((100vw - 1224px) / 2)); background: rgba(250, 242, 229, .93); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(28, 97, 140, .1); }
.contact-header__logo img { display: block; width: 118px; }
.contact-header__nav { display: flex; align-items: center; gap: 28px; }
.contact-header__nav a { position: relative; color: #1c618c; font-size: 15px; text-decoration: none; }
.contact-header__nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #99a974; transition: right .25s ease; }
.contact-header__nav a:hover::after, .contact-header__nav a[aria-current="page"]::after { right: 0; }
.contact-header__toggle { display: none; border: 0; background: transparent; color: #1c618c; font: 600 14px Montserrat, sans-serif; }
.contact-hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: calc(100vh - 101px); }
.contact-hero__intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 9vw, 140px) max(40px, calc((100vw - 1224px) / 2)); padding-right: clamp(48px, 7vw, 110px); background: #f6daac; }
.contact-eyebrow, .contact-card__number { margin: 0 0 30px; color: #99a974; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-hero h1 { margin: 0 0 28px; font-size: clamp(54px, 7vw, 104px); line-height: .92; letter-spacing: -.055em; }
.contact-hero__intro > p:not(.contact-eyebrow) { max-width: 590px; margin: 0; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.65; }
.contact-direct { display: grid; gap: 14px; margin-top: 54px; }
.contact-direct a { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #1c618c; font-size: 15px; text-decoration: none; }
.contact-direct span { min-width: 74px; color: #99a974; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 120px); background: #99a974; }
.contact-card__number { color: #faf2e5; opacity: .74; }
.contact-form { display: grid; }
.contact-form label { margin: 0 0 9px; color: #faf2e5; font-size: 13px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; margin: 0 0 25px; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(250, 242, 229, .65); border-radius: 0; outline: none; color: #faf2e5; background: transparent; font: 400 16px/1.5 Montserrat, sans-serif; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(250, 242, 229, .62); }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: #1c618c; }
.contact-form button { justify-self: start; display: inline-flex; gap: 20px; align-items: center; padding: 15px 24px; border: 1px solid #faf2e5; border-radius: 999px; color: #99a974; background: #faf2e5; font: 600 14px Montserrat, sans-serif; cursor: pointer; transition: color .25s, background .25s; }
.contact-form button:hover { color: #faf2e5; background: transparent; }
.contact-card .migration-form-note { color: #faf2e5; }
.contact-footer { display: flex; justify-content: space-between; gap: 28px; padding: 30px max(24px, calc((100vw - 1224px) / 2)); color: #99a974; background: #faf2e5; font-size: 13px; }
.contact-footer p { margin: 0; }
.contact-footer nav { display: flex; gap: 24px; }
.contact-footer a { color: inherit; text-decoration: none; }

/* Restored YouTube players */
.video.video--playing {
  overflow: hidden;
  background: #0f2635;
}

.video.video--playing iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.video__play--youtube {
  transition: transform .22s ease, filter .22s ease;
}

.video__play--youtube:hover { transform: translate(-50%, -50%) scale(1.07); }
.video__play--youtube:focus-visible { outline: 3px solid #faf2e5; outline-offset: 5px; }

/* Restored Yellow Girl gallery lightbox */
body.lightbox-open { overflow: hidden; }

.grid-gallery .image--zoom {
  cursor: zoom-in;
}

.grid-gallery .image--zoom:focus-visible {
  outline: 3px solid #faf2e5;
  outline-offset: 4px;
}

.art-lightbox[hidden] { display: none !important; }

.art-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: minmax(58px, 1fr) minmax(0, 1120px) minmax(58px, 1fr);
  grid-template-rows: 78px minmax(0, 1fr) 42px;
  align-items: center;
  padding: 0 22px;
  opacity: 0;
  color: #faf2e5;
  background: rgba(10, 32, 46, .96);
  backdrop-filter: blur(16px);
  transition: opacity .18s ease;
}

.art-lightbox.is-open { opacity: 1; }

.art-lightbox__topbar {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1280px);
  margin: 0 auto;
  border-bottom: 1px solid rgba(250, 242, 229, .2);
}

.art-lightbox__counter {
  color: #99a974;
  font: 700 12px/1 Montserrat, sans-serif;
  letter-spacing: .14em;
}

.art-lightbox button {
  border: 0;
  color: #faf2e5;
  background: transparent;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}

.art-lightbox button:focus-visible { outline: 2px solid #f6daac; outline-offset: 5px; }

.art-lightbox__close {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.art-lightbox__close span { color: #f6daac; font-size: 26px; font-weight: 300; }

.art-lightbox__figure {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 18px;
}

.art-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 142px);
  object-fit: contain;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38);
}

.art-lightbox__nav {
  grid-row: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  justify-self: center;
  border: 1px solid rgba(250, 242, 229, .35) !important;
  border-radius: 50%;
  font-size: 21px;
  transition: color .2s, background .2s, border-color .2s;
}

.art-lightbox__nav:hover { color: #1c618c; background: #f6daac; border-color: #f6daac !important; }
.art-lightbox__nav--previous { grid-column: 1; }
.art-lightbox__nav--next { grid-column: 3; }

@media (max-width: 760px) {
  .migrated-blog-grid { width: min(100% - 32px, 560px); padding: 8px 0 42px; }
  .migrated-blog-card { grid-template-columns: 1fr; border-radius: 22px; }
  .migrated-blog-card__image { min-height: 280px; }
  .migrated-blog-card__body { padding: 32px 26px 38px; }
  .contact-header { min-height: 86px; padding: 20px 18px; }
  .contact-header__logo img { width: 112px; }
  .contact-header__toggle { display: block; }
  .contact-header__nav { position: absolute; top: 86px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 10px 22px 24px; background: #faf2e5; border-bottom: 1px solid rgba(28, 97, 140, .12); }
  .contact-header__nav.is-open { display: flex; }
  .contact-header__nav a { width: 100%; padding: 13px 0; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-hero__intro, .contact-card { padding: 64px 24px; }
  .contact-hero h1 { font-size: clamp(52px, 17vw, 76px); }
  .contact-footer { flex-direction: column; padding: 28px 24px; }
  .contact-footer nav { flex-wrap: wrap; }
  .art-lightbox { grid-template-columns: 52px minmax(0, 1fr) 52px; grid-template-rows: 68px minmax(0, 1fr) 72px; padding: 0 10px; }
  .art-lightbox__figure { grid-column: 1 / -1; padding: 8px 4px 70px; }
  .art-lightbox__image { max-height: calc(100vh - 150px); }
  .art-lightbox__nav { grid-row: 3; align-self: start; }
  .art-lightbox__nav--previous { grid-column: 1 / 2; }
  .art-lightbox__nav--next { grid-column: 3 / 4; }
}

@media (prefers-reduced-motion: reduce) {
  .video__play--youtube,
  .art-lightbox { transition: none; }
}
