/* Client review updates — 31 July 2026 */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site-header {
  background: #fff;
  color: #071b6f;
  border-bottom: 1px solid #e3e8f2;
}

.site-logo {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.site-logo img {
  height: 64px;
}

.main-nav a::after {
  background: #ec168c;
}

.menu-toggle {
  color: #071b6f;
}

.nav-register {
  background: #071b6f;
  color: #fff;
}

.visual-hero {
  background: #fff;
}

.hero-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #d9e8ff;
}

.hero-banner {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.speaker-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #eaf2ff, #cbdcff);
  color: #173a91;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .08em;
}

.event-details-strip {
  position: absolute;
  z-index: 2;
  top: 72%;
  left: 50%;
  display: grid;
  gap: 4px;
  width: min(520px, 26vw);
  padding: 15px 30px 18px;
  transform: translate(-50%, -50%);
  color: #5127b8;
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, .98) 0%,
    rgba(246, 250, 255, .92) 45%,
    rgba(225, 239, 255, .5) 68%,
    rgba(225, 239, 255, 0) 84%
  );
  text-shadow: 0 1px 0 rgba(255, 255, 255, .96);
}

.event-details-strip span {
  display: block;
  width: 100%;
  text-align: center;
}

.event-details-strip b {
  display: none;
}

.event-details-strip em {
  display: block;
  font-style: normal;
}

.event-details-strip span:first-child em {
  font-size: 1.12em;
  letter-spacing: .03em;
}

.event-details-strip span + span {
  margin-top: 3px;
}

.banner-actions .pill-pink {
  background: #071b6f;
  color: #fff;
  box-shadow: 0 8px 24px rgba(7, 27, 111, .28);
}

.banner-actions .banner-agenda {
  border: 2px solid #071b6f;
  background: #fff;
  color: #071b6f;
}

.centered-section-title {
  margin: 0 0 52px;
  color: inherit;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
}

.dark-section .theme-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, .32);
}

.dark-section .theme-grid article {
  min-height: 240px;
  padding: 28px 24px;
}

.dark-section .theme-grid h3 {
  margin: 45px 0 14px;
  font-size: 22px;
}

.dark-section .theme-grid p {
  font-size: 14px;
}

.partners .centered-section-title {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  color: #11131a;
  font-size: clamp(18px, 4.6vw, 66px);
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
}

.partner-group {
  margin-top: 48px;
}

.partner-group h3 {
  margin: 0 0 18px;
  text-align: center;
}

.category-logos {
  justify-content: center;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.category-logos-two {
  grid-template-columns: repeat(2, minmax(0, 250px));
}

.category-logos-one {
  grid-template-columns: minmax(0, 250px);
}

.category-logos-three {
  grid-template-columns: repeat(3, minmax(0, 250px));
}

.category-logos > div {
  width: 100%;
  height: 140px;
  padding: 24px;
}

.category-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.category-logos a:focus-visible {
  outline: 3px solid #174bc7;
  outline-offset: 5px;
}

.category-logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-logos > .logo-teema {
  padding: 10px;
}

.logo-teema img {
  transform: scale(1.04);
  transform-origin: center;
}

.speaker-section .centered-section-title {
  color: #ffd260;
}

.speaker-order-note {
  margin: -30px 0 48px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.speaker-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 14px;
}

.speaker-grid article {
  min-width: 0;
}

.speaker-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  align-items: stretch;
  overflow: hidden;
  background: #102a83;
}

.speaker-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.speaker-grid h3 {
  font-size: 18px;
}

.speaker-name-button {
  appearance: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(236, 22, 140, .42);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.speaker-name-button:hover,
.speaker-name-button:focus-visible {
  color: #ec168c;
  text-decoration-color: currentColor;
}

.speaker-name-button:focus-visible {
  outline: 2px solid #ec168c;
  outline-offset: 4px;
}

.speaker-grid p {
  font-size: 13px;
}

.agenda-section .centered-section-title {
  color: #11131a;
}

.agenda-disclaimer {
  margin: 16px 0 0;
  color: #777b86;
  font-size: 13px;
  text-align: right;
}

.agenda-meta > span {
  display: block;
}

.agenda-meta > span + span {
  margin-top: 5px;
}

.registration-cta {
  padding: 104px 0;
}

.registration-cta h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.venue-section .venue-grid {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
}

.venue-section .venue-grid h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
}

.simple-footer {
  padding: 38px 0;
  background: #07145c;
  color: #fff;
}

.simple-footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.simple-footer p {
  margin: 0;
  color: #c6cce2;
  font-size: 13px;
  white-space: nowrap;
}

.simple-footer address {
  display: grid;
  gap: 5px;
  max-width: 650px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  text-align: right;
}

.simple-footer address a {
  margin: 0;
  color: #fff;
}

.price-card.featured {
  background: linear-gradient(145deg, #3156d8, #7950d6);
  border-color: #3156d8;
}

.price-card h3 {
  min-height: 58px;
  margin: 8px 0 18px;
  color: #7a7f8d;
  font-size: 13px;
  font-weight: 600;
}

.price-card .pass-name {
  color: #11131a;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .045em;
}

.price-card .pass-description {
  line-height: 1.55;
}

.price-card .pass-description span {
  display: block;
}

.price-card .pass-description span + span {
  margin-top: 9px;
}

.price-card.featured h3 {
  color: rgba(255, 255, 255, .78);
}

.price-card.featured .pass-name,
.price-card.featured .pass-description {
  color: #fff;
}

.form-shell {
  grid-template-columns: .62fr 1.38fr;
  gap: 54px;
}

.form-intro {
  top: 125px;
}

.form-intro .section-label {
  margin-bottom: 28px;
}

.size-table th:first-child,
.size-table td:first-child {
  text-align: center;
}

@media (max-width: 1050px) {
  .dark-section .theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speaker-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .venue-section .venue-grid,
  .form-shell {
    grid-template-columns: 1fr;
  }

  .simple-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .simple-footer address {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .site-logo img {
    height: 54px;
  }

  .main-nav.open {
    background: #fff;
    color: #071b6f;
    box-shadow: 0 18px 35px rgba(7, 27, 111, .14);
  }

  .event-details-strip {
    position: static;
    display: grid;
    gap: 7px;
    width: 100%;
    max-width: none;
    padding: 12px 16px;
    transform: none;
    border-width: 1px 0;
    border-radius: 0;
    background: #f4f7ff;
    font-size: 12px;
    text-align: left;
    text-shadow: none;
    box-shadow: none;
  }

  .event-details-strip span {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 6px;
    width: auto;
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
  }

  .event-details-strip b {
    display: block;
  }

  .event-details-strip span:first-child em {
    font-size: inherit;
    letter-spacing: normal;
  }

  .centered-section-title {
    margin-bottom: 34px;
    font-size: 36px;
    letter-spacing: .08em;
  }

  .dark-section .theme-grid {
    grid-template-columns: 1fr;
  }

  .dark-section .theme-grid article {
    min-height: 220px;
  }

  .category-logos-two,
  .category-logos-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-logos > div {
    height: 112px;
    padding: 16px;
  }

  .speaker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 12px;
  }

  .speaker-grid h3 {
    font-size: 17px;
  }

  .speaker-grid p {
    font-size: 12px;
    line-height: 1.4;
  }

  .registration-cta {
    padding: 78px 0;
  }

  .registration-cta h2 {
    font-size: 38px;
  }

  .venue-section .venue-grid h2 {
    font-size: 42px;
  }

  .simple-footer p {
    white-space: normal;
  }

  .price-card h3 {
    min-height: 0;
  }

}

/* Client revisions — 4 August 2026 */
.intro h2,
.centered-section-title,
.registration-cta h2,
.venue-section .venue-grid h2,
.registration-hero h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .04em;
  text-align: center;
}

.centered-section-title {
  margin: 0;
  padding: 45px 0;
}

.partners .centered-section-title {
  font-size: 34px;
}

.registration-cta h2 {
  margin: 0 auto;
  padding: 45px 0;
}

.intro h2,
.venue-section .venue-grid h2,
.registration-hero h1 {
  padding: 45px 0;
}

.registration-hero h1 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.registration-hero {
  padding-top: 55px;
  padding-bottom: 40px;
}

.category-logos > .logo-rs {
  background: #fff;
}

.category-logos > .logo-rs img {
  filter: none;
}

.speaker-crop-tight .speaker-visual img { transform: scale(1.07); transform-origin: center 58%; }

.field.has-error input,
.field.has-error select {
  border-color: #c62828;
  box-shadow: 0 0 0 1px #c62828;
}

.privacy-box.has-error {
  outline: 2px solid #c62828;
}

.field-error {
  display: block;
  color: #c62828;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 1050px) {
  .intro h2,
  .centered-section-title,
  .partners .centered-section-title,
  .registration-cta h2,
  .venue-section .venue-grid h2,
  .registration-hero h1 {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  .intro h2,
  .centered-section-title,
  .partners .centered-section-title,
  .registration-cta h2,
  .venue-section .venue-grid h2,
  .registration-hero h1 {
    font-size: 26px;
  }

  .centered-section-title,
  .registration-cta h2,
  .intro h2,
  .venue-section .venue-grid h2,
  .registration-hero h1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .registration-hero h1 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .registration-hero {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .speaker-order-note {
    margin-top: -30px;
    margin-bottom: 38px;
    font-size: 13px;
  }
}
/* End client revisions — 4 August 2026 */

/* Client revisions — 5 August 2026 */
.intro h2 {
  text-align: left;
}

.speaker-harald .speaker-visual img {
  object-position: center 18%;
}

.registration-cta {
  padding-top: 0;
  padding-bottom: 0;
}

.registration-cta .container {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.registration-cta h2 {
  margin: 0 auto;
  padding: 0;
  transform: translateY(-0.5em);
}

.venue-section .venue-grid h2,
.registration-hero h1 {
  text-align: left;
}

.registration-hero h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.registration-hero .container,
.registration-hero .section-label,
.registration-hero h1,
.registration-hero p {
  text-align: left;
}

.gift-card img {
  border-radius: 2px;
  background: #fff;
}

.gift-image-frame {
  width: 180px;
  height: 180px;
  overflow: hidden;
  background: #fff;
}

.gift-image-frame img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.gift-image-backpack img {
  transform: none;
}

.gift-image-polo img {
  transform: none;
}

@media (max-width: 700px) {
  .registration-cta .container {
    min-height: 350px;
    gap: 22px;
  }

  .gift-image-frame {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }

  .gift-image-backpack img {
    transform: none;
  }

  .gift-image-polo img {
    transform: none;
  }

  .venue-section .venue-grid h2,
  .registration-hero h1 {
    text-align: left;
  }
}
/* End client revisions — 5 August 2026 */
