@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

@font-face {
  font-family: 'Majesty Web';
  src: url('../fonts/Majesty-Regular.woff2') format('woff2'),
       url('../fonts/Majesty-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IntroRust Web';
  src: url('../fonts/IntroRust.woff2') format('woff2'),
       url('../fonts/IntroRust.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Base */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  color: #111827;
  background: #fff;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding-left: 20px;
}

p,
li {
  font-size: 16px;
  line-height: 1.55;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

li {
  margin-bottom: 10px;
}

strong,
b {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}

small,
sup {
  font-size: 13px;
  line-height: 1.4;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

/* Central type */

h1 {
  margin-bottom: 22px;
  color: #fff;
  font-family: 'Majesty Web', cursive;
  font-size: 108px;
  font-weight: 400;
  line-height: 0.9;
}

h2 {
  margin-bottom: 24px;
  color: #16468f;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

h4 {
  margin: 0 0 4px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.eyebrow {
  margin: 0 0 8px;
  color: #16468f;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lead,
.subtitle {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.button,
.header-cta,
.price-pill,
.secure,
.checkout-caption,
.ahri-member-field label,
.ahri-ok-button,
.badge {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.secure,
.checkout-caption,
.form-error,
.form-success {
  font-size: 13px;
  line-height: 1.4;
}

blockquote {
  margin: 34px 0 0;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  color: #0d2f67;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

blockquote cite {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 15px;
  line-height: 1.4;
  font-style: normal;
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  color: #16468f;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.text-link:after {
  content: "→";
  display: inline-block;
  margin-left: 0px;
}

.text-link:hover,
.text-link:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.side-link {
      border: dashed 2px #16468f;
    border-radius: 12px;
    padding: 8px 16px;
}

/* Layout helpers */

.section {
  position: relative;
  overflow: hidden;
}

.container,
.hero-content,
.two-col,
.workshop-grid,
.learn-grid,
.ticket-grid {
  width: 94%;
  max-width: 1180px;
  margin: 0 auto;
}

.profile-card,
.event-card,
.share-card,
.checkout-card {
  position: relative;
  border-radius: 34px;
}

.site-header:before,
.site-header:after,
.hero-content:before,
.hero-content:after,
.two-col:before,
.two-col:after,
.profile-card:after,
.workshop-grid:before,
.workshop-grid:after,
.copy-columns:before,
.copy-columns:after,
.learn-grid:before,
.learn-grid:after,
.ticket-grid:before,
.ticket-grid:after,
.event-details:before,
.event-details:after,
.share-card:before,
.share-card:after,
.footer-logos:before,
.footer-logos:after {
  content: "";
  display: table;
}

.site-header:after,
.hero-content:after,
.two-col:after,
.profile-card:after,
.workshop-grid:after,
.copy-columns:after,
.learn-grid:after,
.ticket-grid:after,
.event-details:after,
.share-card:after,
.footer-logos:after {
  clear: both;
}

/* Buttons */

.button {
  display: inline-block;
  min-height: 54px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  line-height: 54px;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.button.primary {
  background: #f64bbd;
  color: #111;
}

.button.secondary {
  background: #fff;
  color: #0d2f67;
}

.button.light {
  background: #fff;
  color: #111827;
}

.button.pay {
  display: block;
  width: 100%;
  margin: 10px 0;
  background: #00bd53;
  color: #061b10;
}

.button.pay:disabled,
.button.pay.is-disabled {
  background: #c8ced6;
  color: #6b7280;
  cursor: not-allowed;
  box-shadow: none;
}

/* Header */

.site-header {
  position: relative;
  z-index: 20;
  min-height: 76px;
  padding: 14px 56px;
  background: #fff;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(22, 70, 143, 0.12);
}

.site-header .brand {
  float: left;
}

.site-header .brand img {
  width: 200px;
}

.site-header nav {
  float: right;
  padding-top: 16px;
  color: #0d2f67;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.site-header nav a {
  display: inline-block;
  margin-left: 24px;
}

.site-header .header-cta {
  float: right;
  display: inline-block;
  margin-left: 24px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #16468f;
  color: #fff;
}

.nav-check {
  position: absolute;
  left: -9999px;
}

.nav-toggle {
  display: none;
  float: right;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #16468f;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 999px;
}

.nav-toggle span:first-child {
  margin-top: 14px;
}

/* Hero */

.hero {
  position: relative;
  min-height: 820px;
  background: #17498f;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 78px;
  left: 0;
}

.hero-bg {
  background-image: url('assets/water-croc.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.72;
}

.hero-overlay {
  background: #16468f;
  opacity: 0.72;
}

.hero-content {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  min-height: 742px;
  padding: 86px 0 110px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  float: left;
  width: 48%;
  min-height: 680px;
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 6;
  float: right;
  width: 48%;
  max-width: 620px;
  padding-top: 115px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.hero-copy .eyebrow {
  color: #e7d91f;
}

.hero-copy p {
  color: #fff;
}

.hero-copy .lead {
  max-width: 620px;
}

.hero-copy p:not(.lead):not(.eyebrow) {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.45;
}

.hero-actions {
  display: block;
  margin-top: 34px;
}

.hero-actions .button {
  margin-right: 16px;
  margin-bottom: 16px;
}

.star {
  position: absolute;
  left: -86px;
  top: 70px;
  z-index: 1;
  width: 560px;
  height: 560px;
  opacity: 0.78;
  background: #e7d91f url('assets/star-yellow.png') center center no-repeat;
  background-size: contain;
}

@supports (clip-path: polygon(50% 0%, 0% 100%, 100% 100%)) {
  .star {
    background: #e7d91f;
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 56%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 56%,
      2% 35%,
      39% 35%
    );
  }
}

.hero-person {
  position: absolute;
  height: auto;
}

.hero-person.rebecca {
  left: 0;
  bottom: -42px;
  z-index: 2;
  width: 470px;
}

.hero-person.annette {
  left: 220px;
  bottom: -28px;
  z-index: 3;
  width: 380px;
}

.sponsor-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  min-height: 78px;
  padding: 18px 56px;
  background: #16468f;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}

.sponsor-strip span,
.sponsor-strip img {
  display: inline-block;
  vertical-align: middle;
}

.sponsor-strip span {
  margin-right: 24px;
}

.sponsor-strip img {
  width: auto;
  height: 52px;
}

/* People */

.people-section {
  padding: 76px 0 92px;
  background: #fff;
}

.two-col {
  max-width: 1440px;
  width: 96%;
}

.profile-card {
  float: left;
  width: 49%;
  min-height: 560px;
  margin-right: 2%;
  padding: 30px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 22px 46px rgba(26, 50, 88, 0.08);
  box-shadow: 0 22px 46px rgba(26, 50, 88, 0.08);
}

.profile-card:nth-child(2n) {
  margin-right: 0;
}

.profile-card:before {
  content: '';
  display: block;
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 250px;
  height: 250px;
  background: rgba(22, 70, 143, 0.08) url('assets/star-yellow.png') center center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.profile-card h2 {
  margin-bottom: 16px;
  color: #e7d91f;
  font-family: 'Majesty Web', cursive;
  font-size: 68px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.profile-copy {
  position: relative;
  z-index: 3;
  float: left;
  width: 58%;
  min-width: 0;
}

.profile-copy p {
  margin-bottom: 18px;
}

.profile-media {
  position: relative;
  z-index: 1;
  float: right;
  width: 38%;
  min-width: 0;
  overflow: hidden;
}

.profile-rebecca .profile-copy {
  float: left;
  width: 58%;
}

.profile-rebecca .profile-media {
  float: right;
  width: 38%;
  background: none;
}

.book-media {
  min-height: 500px;
}

.book-media > img:first-child {
  display: block;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 34px;
  width: 65%;
  height: auto;
  max-width: none;
  opacity: 0.92;
}

.book-media .profile-cutout {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: 0;
  width: 105%;
  height: auto;
  max-width: none;
}

.portrait-media {
  min-height: 390px;
  overflow: hidden;
}

.portrait-media > img:first-child {
  display: block;
  width: 100%;
  height: auto;
  max-width: 260px;
  margin: 0 auto;
}

.host-note {
  color: #d41431;
  font-weight: 800;
}

/* Workshop */

.workshop-section {
  position: relative;
  min-height: 760px;
  padding: 0;
  background: #0d2f67;
  color: #fff;
  overflow: hidden;
}

.workshop-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 31%;
  min-width: 320px;
  max-width: 455px;
  background: #f5f6f7;
}

.workshop-grid {
  max-width: 1360px;
  width: 96%;
  position: relative;
  min-height: 760px;
}

.workshop-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 31%;
  min-width: 320px;
  max-width: 455px;
  overflow: hidden;
  background: #f5f6f7;
}

.workshop-image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.workshop-copy {
  display: block;
  margin-left: 38%;
  padding: 46px 0 58px;
}

.workshop-copy .eyebrow {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 0.9;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

.workshop-copy h2 {
  margin-bottom: 22px;
  color: #e7d91f;
  font-family: 'Majesty Web', cursive;
  font-size: 96px;
  font-weight: 400;
  line-height: 0.85;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

.copy-columns {
  display: block;
}

.copy-columns > div {
  float: left;
  width: 58%;
}

.copy-columns > .takeaway-card {
  float: right;
  width: 36%;
}

.takeaway-card {
  padding-left: 10px;
}

.takeaway-photo {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 28px auto 0;
}

/* Learn */

.learn-section {
  position: relative;
  min-height: 760px;
  padding: 0;
  background: #f8fbff;
  overflow: hidden;
}

.learn-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('assets/rebecca-window.jpg') center center no-repeat;
  background-size: cover;
  opacity: 0.22;
}

.learn-grid {
  max-width: 1280px;
  position: relative;
  min-height: 760px;
}

.learn-copy {
  position: relative;
  z-index: 2;
  float: left;
  width: 72%;
  margin: 70px 0 100px;
  padding: 34px 44px;
  background: #16468f;
  background: rgba(22, 70, 143, 0.95);
  color: #fff;
}

.learn-copy .eyebrow,
.learn-copy h2 {
  color: #fff;
}

.learn-copy h2 {
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.learn-list {
  margin-top: 0;
  margin-bottom: 0;
}

.learn-list li {
  margin-bottom: 12px;
}

.learn-media {
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: 0;
  width: auto;
  margin: 0;
  overflow: visible;
}

.learn-media img {
  display: block;
  width: auto;
  height: 690px;
  max-width: none;
}

/* Tickets */

.ticket-section {
  position: relative;
  min-height: 760px;
  padding: 60px 0 80px;
  background: #fffdf1;
  overflow: hidden;
}

.ticket-grid {
  max-width: 1380px;
  width: 96%;
  position: relative;
  min-height: 620px;
}

.ticket-copy {
  position: relative;
  z-index: 8;
  float: left;
  width: 58%;
}

.ticket-copy h2 {
  color: #e7d91f;
  font-family: 'Majesty Web', cursive;
  font-weight: 400;
  letter-spacing: 0;
}

.event-card,
.share-card {
  z-index: 8;
  background: #aee5df;
  background: rgba(174, 229, 223, 0.92);
  padding: 34px;
  -webkit-box-shadow: 0 18px 46px rgba(22, 70, 143, 0.1);
  box-shadow: 0 18px 46px rgba(22, 70, 143, 0.1);
}

.event-details {
  display: block;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 2px solid rgba(0, 0, 0, 0.45);
}

.event-details > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.event-details > div:nth-child(2n) {
  margin-right: 0;
}

.event-details p {
  margin: 0 0 0 54px;
}

.icon {
  float: left;
  width: 42px;
  font-size: 34px;
  line-height: 1;
}

.share-card {
  display: block;
  margin-top: 28px;
}

.share-card h3 {
  float: left;
  width: 58%;
  margin: 0;
}

.share-card .button {
  float: right;
  max-width: 38%;
  white-space: normal;
  line-height: 1.2;
  padding-top: 14px;
  padding-bottom: 14px;
}

.checkout-card {
  z-index: 6;
  float: right;
  width: 34%;
  margin-top: 80px;
  padding: 38px 46px;
  border-radius: 36px;
  text-align: center;
  /*background: #eef1f4;
  background: rgba(238, 241, 244, 0.96);
  -webkit-box-shadow: 0 24px 70px rgba(18, 52, 100, 0.18);
  box-shadow: 0 24px 70px rgba(18, 52, 100, 0.18);*/
}

.checkout-card h3 {
  font-size: 27px;
}

.checkout-caption {
  margin: -10px 0 16px;
  color: #667085;
  letter-spacing: 0.08em;
}

.ticket-options {
  display: block;
  margin-bottom: 16px;
}

.price-pill {
  width: 82%;
  margin: 18px auto;
  letter-spacing: 0.04em;
}

.price-pill.ticket-pill {
  display: block;
  width: 82%;
  margin: 0 auto 18px;
  padding: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.price-pill.ticket-pill input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.price-pill.ticket-pill .ticket-label {
  display: block;
  width: 100%;
  min-height: 64px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #fff;
  line-height: 1.1;
  border:solid 2px rgba(183, 183, 183, 1);

}

.price-pill.ticket-pill .ticket-name,
.price-pill.ticket-pill .ticket-price {
  display: block;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.price-pill.ticket-pill .ticket-name {
  color: inherit;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.price-pill.ticket-pill .ticket-price {
  color: #667085;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.price-pill.ticket-pill input[type="radio"]:checked + .ticket-label {
  background: #00bd53;
  color: #07111f;
  -webkit-box-shadow: 0 10px 24px rgba(0, 189, 83, 0.25);
  box-shadow: 0 10px 24px rgba(0, 189, 83, 0.25);
}

.price-pill.ticket-pill input[type="radio"]:checked + .ticket-label .ticket-price {
  color: #07111f;
}

.price-pill.ticket-pill input[type="radio"]:focus + .ticket-label {
  outline: 3px solid rgba(22, 70, 143, 0.35);
  outline-offset: 4px;
}

.price-pill.ticket-pill.is-disabled {
  position: relative;
  cursor: not-allowed;
  opacity: 0.45;
}

.price-pill.ticket-pill.is-disabled .ticket-label {
  background: #e5e7eb;
  color: #6b7280;
  box-shadow: none;
}

.price-pill.ticket-pill.is-disabled input[type="radio"] {
  pointer-events: none;
}

.price-pill.ticket-pill.is-disabled:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 8px;
  margin-top: -4px;
  background: #d41431;
  border-radius: 999px;
  pointer-events: none;
}

/* AHRI field */

.ahri-member-field {
  margin-top: -8px;
  text-align: center;
}

.ahri-member-field label {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.ahri-input-row {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  font-size: 0;
  white-space: nowrap;
}

.ahri-input-row input {
  display: inline-block;
  width: 78%;
  height: 32px;
  margin: 0;
  padding: 8px 22px;
  border: 1px solid #111827;
  border-right: 0;
  border-radius: 999px 0 0 999px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.ahri-ok-button {
  display: inline-block;
  width: 22%;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 1px solid #00bd53;
  border-radius: 0 999px 999px 0;
  background: #00bd53;
  color: #07111f;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.form-error,
.form-success {
  margin-top: 8px;
  font-weight: 700;
}

.form-error {
  color: #b00020;
}

.form-success {
  color: #007a35;
}

.ticket-image {
  position: absolute;
  right: -8px;
  bottom: -6px;
  z-index: 3;
  width: 560px;
  height: 660px;
  overflow: visible;
  pointer-events: none;
}

.ticket-image > img:first-child {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 310px;
  height: auto;
  opacity: 0.72;
}

.ticket-image .ticket-cutout {
  position: absolute;
  right: 4px;
  bottom: -4px;
  width: 315px;
  height: auto;
}

.checkout-summary {
  width: min(360px, 100%);
  margin: 16px auto 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(20, 27, 43, 0.16);
}

.quantity-row,
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quantity-row {
  margin-bottom: 10px;
  font-weight: 800;
}

.quantity-row input {
  width: 58px;
  height: 24px;
  padding: 2px 6px;
  border: 1.5px solid rgba(20, 27, 43, 0.25);
  border-radius: 10px;
  background: #fff;
  color: #141b2b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.summary-row {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.2;
}

.summary-row strong {
  font-weight: 800;
}

.total-row {
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(20, 27, 43, 0.16);
  font-size: 18px;
}

.total-row strong {
  font-size: 20px;
  font-weight: 900;
}

.checkout-card .button.pay {
  margin-top: 0;
}

/* Final CTA */

.final-cta {
  padding: 90px 0 40px;
  background: #5c78ab !important;
  color: #fff;
}

.final-grid {
  display: block;
  text-align: center;
}

.badge {
  display: inline-block;
  padding: 14px 44px;
  border-radius: 999px;
  background: #00b9ad;
  color: #0d2f67;
  letter-spacing: 0.08em;
}

.final-cta h2 {
  color: #fff;
  font-family: 'IntroRust Web', 'Montserrat', sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.quote {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-logos {
  display: block;
  margin-top: 60px;
  text-align: center;
}

.footer-logos div {
  float: left;
  width: 33.333%;
  font-weight: 900;
}

.footer-logos img {
  display: block;
  width: auto;
  max-height: 74px;
  margin: 0 auto 10px;
  background: #5c78ab;
}

.footer-logos div:first-child img {
  max-height: 86px;
}

.footer-logos div:nth-child(2) img {
  max-height: 112px;
}

.footer-logos div:nth-child(3) img {
  max-height: 92px;
}

/* Tablet */

@media (max-width: 1200px) and (min-width: 901px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 68px;
  }

  .profile-card h2 {
    font-size: 68px;
  }

  .workshop-copy .eyebrow {
    font-size: 68px;
  }

  .workshop-copy h2 {
    font-size: 86px;
  }

  .learn-copy h2 {
    font-size: 64px;
  }

  .hero-content {
    max-width: 1120px;
  }

  .hero-visual {
    width: 48%;
  }

  .hero-copy {
    width: 48%;
    max-width: 560px;
  }

  .hero-person.rebecca {
    width: 430px;
  }

  .hero-person.annette {
    left: 200px;
    width: 350px;
  }

  .two-col {
    width: 94%;
    max-width: 860px;
  }

  .profile-card {
    float: none;
    width: 100%;
    min-height: 0;
    margin-right: 0;
    margin-bottom: 28px;
  }

  .profile-copy,
  .profile-rebecca .profile-copy {
    float: left;
    width: 58%;
  }

  .profile-media,
  .profile-rebecca .profile-media {
    float: right;
    width: 38%;
    overflow: hidden;
  }

  .book-media {
    min-height: 500px;
  }

  .book-media > img:first-child {
    top: 60px;
    right: 10px;
    width: 65%;
    height: auto;
    max-width: none;
  }

  .book-media .profile-cutout {
    right: -18px;
    bottom: 0;
    width: 105%;
    height: auto;
    max-width: none;
  }

  .portrait-media > img:first-child {
    width: 100%;
    height: auto;
    max-width: 260px;
    margin: 0 auto;
  }
}

/* Small screens */

@media (max-width: 900px) {
  .site-header {
    padding: 14px 18px;
    overflow: visible;
  }

  .site-header .brand {
    float: left;
  }

  .nav-toggle {
    display: block;
  }

  .site-header nav {
    position: absolute;
    top: 100%;
    left: 18px;
    right: 18px;
    display: none;
    float: none;
    clear: both;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(18, 52, 100, 0.18);
  }

  .site-header nav a {
    display: block;
    margin-left: 0;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(22, 70, 143, 0.12);
  }

  .site-header nav a:last-child {
    border-bottom: 0;
  }

  .nav-check:checked ~ nav {
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: 0;
    padding: 34px 0 120px;
  }

  .hero-visual {
    position: relative;
    float: none;
    left: auto;
    top: auto;
    width: 100%;
    height: 560px;
    min-height: 0;
    margin-bottom: 34px;
  }

  .hero-copy {
    position: relative;
    z-index: 6;
    float: none;
    width: 100%;
    max-width: 760px;
    padding-top: 0;
  }

  .hero-person.rebecca {
    left: 0;
    bottom: 0;
    width: 360px;
  }

  .hero-person.annette {
    left: 240px;
    bottom: 10px;
    width: 300px;
  }

  .people-section {
    padding: 44px 0;
  }

  .profile-card {
    float: none;
    width: 100%;
    min-height: 0;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
  }

  .profile-card:before {
    display: none;
  }

  .profile-copy,
  .profile-media,
  .profile-rebecca .profile-copy,
  .profile-rebecca .profile-media {
    float: none;
    display: block;
    width: 100%;
  }

  .profile-media {
    margin-top: 20px;
    overflow: hidden;
  }

  .book-media {
    min-height: 360px;
  }

  .book-media > img:first-child {
    right: 20px;
    top: 0;
    width: 46%;
    height: auto;
    max-width: none;
  }

  .book-media .profile-cutout {
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 78%;
    height: auto;
    max-width: none;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .portrait-media {
    min-height: 0;
  }

  .portrait-media > img:first-child {
    width: 100%;
    height: auto;
    max-width: 280px;
    margin: 0 auto;
  }

  .ticket-grid,
  .workshop-grid {
    width: 94%;
    max-width: 760px;
  }

  .workshop-section {
    padding: 48px 0 56px;
  }

  .workshop-section:before,
  .workshop-image {
    display: none;
  }

  .workshop-copy {
    margin-left: 0;
    padding: 0;
  }

  .learn-media {
    display: none;
  }

  .learn-copy {
    float: none;
    width: auto;
  }

  .ticket-copy,
  .checkout-card {
    float: none;
    width: 100%;
  }

  .checkout-card {
    margin-top: 24px;
  }

  .ticket-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 560px;
    height: 560px;
    margin: -40px auto 0;
  }
}

/* Mobile */

@media (max-width: 700px) {
  body,
  p,
  li {
    font-size: 16px;
    line-height: 1.55;
  }

  small,
  sup,
  .secure,
  .checkout-caption,
  .form-error,
  .form-success {
    font-size: 13px;
    line-height: 1.4;
  }

  h1 {
    font-size: 52px;
    line-height: 0.92;
  }

  h2 {
    font-size: 40px;
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  h4 {
    font-size: 14px;
    line-height: 1.25;
  }

  .eyebrow,
  .button,
  .header-cta,
  .price-pill,
  .ahri-member-field label,
  .ahri-ok-button,
  .badge {
    font-size: 13px;
    line-height: 1.2;
  }

  .lead,
  .subtitle {
    font-size: 20px;
    line-height: 1.35;
  }

  blockquote {
    font-size: 18px;
    line-height: 1.35;
  }

  blockquote cite {
    font-size: 15px;
    line-height: 1.4;
  }

  .button {
    min-height: 50px;
    padding: 0 24px;
    line-height: 50px;
  }

  .site-header {
    padding: 12px 18px;
  }

  .site-header .brand img {
    width: 200px;
  }

  .site-header nav {
    font-size: 14px;
  }

  .header-cta {
    display: none;
  }

  .container,
  .hero-content,
  .two-col,
  .ticket-grid,
  .workshop-grid {
    width: 94%;
    max-width: 640px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg,
  .hero-overlay {
    bottom: 78px;
  }

  .hero-content {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 110px;
  }

  .hero-visual {
    position: relative;
    float: none;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: 430px;
    min-height: 0;
    margin-bottom: 12px;
  }

  .hero-copy {
    position: relative;
    z-index: 6;
    float: none;
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .hero-copy p:not(.lead):not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-actions .button {
    display: inline-block;
    width: auto;
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .hero-person.rebecca {
    left: -18px;
    right: auto;
    bottom: 0;
    width: 290px;
  }

  .hero-person.annette {
    left: 150px;
    right: auto;
    bottom: 6px;
    width: 230px;
  }

  .star {
    left: -50px;
    top: 20px;
    width: 340px;
    height: 340px;
  }

  .sponsor-strip {
    min-height: 78px;
    padding: 16px 28px;
    font-size: 14px;
    line-height: 1.3;
  }

  .sponsor-strip img {
    height: 44px;
    margin-left: 16px;
  }

  .learn-section,
  .ticket-section {
    padding: 44px 0;
  }

  .learn-copy,
  .event-card,
  .share-card,
  .checkout-card {
    padding: 24px;
    border-radius: 24px;
  }

  .workshop-copy .eyebrow {
    font-size: 38px;
    line-height: 0.95;
  }

  .workshop-copy h2 {
    margin-bottom: 26px;
    font-size: 46px;
    line-height: 0.92;
  }

  .copy-columns > div,
  .copy-columns > .takeaway-card {
    float: none;
    width: 100%;
  }

  .takeaway-card {
    padding: 0;
  }

  .takeaway-card h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .takeaway-photo {
    width: 86%;
    max-width: 260px;
    height: auto;
    margin-top: 24px;
  }

  .learn-copy {
    margin: 18px 0 24px;
  }

  .learn-copy h2 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
  }

  .ticket-copy,
  .checkout-card {
    float: none;
    width: 100%;
  }

  .checkout-card {
    padding: 32px 24px;
  }

  .checkout-card h3 {
    font-size: 22px;
  }

  .ticket-options {
    margin-bottom: 16px;
  }

  .price-pill,
  .price-pill.ticket-pill {
    width: 100%;
  }

  .price-pill.ticket-pill .ticket-label {
    min-height: 60px;
  }

  .event-details > div,
  .footer-logos div {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .event-details > div + div {
    margin-top: 28px;
  }

  .event-details p {
    margin-left: 54px;
  }

  .share-card {
    text-align: center;
  }

  .share-card h3,
  .share-card .button {
    float: none;
    width: 100%;
    max-width: none;
  }

  .share-card .button {
    display: block;
    margin-top: 16px;
  }

  .ticket-image {
    width: 100%;
    max-width: 420px;
    height: 520px;
  }

  .ticket-image > img:first-child {
    width: 250px;
    height: auto;
  }

  .ticket-image .ticket-cutout {
    width: 260px;
    height: auto;
  }

  .final-cta h2 {
    font-size: 32px;
    line-height: 1.05;
  }

  .quote {
    font-size: 18px;
    line-height: 1.35;
  }
}