:root {
  color-scheme: light;
  --ink: #0f2b3d;
  --muted: #5b6f7c;
  --line: #b8d0dd;
  --paper: #eef6fa;
  --white: #ffffff;
  --teal: #003152;
  --deep-teal: #003152;
  --coral: #8a2a1f;
  --gold: #90b8c0;
  --cream: #dcecf2;
  --sage: #2f6f8f;
  --shadow: 0 1px 0 rgba(0, 49, 82, 0.08);
  --soft-shadow: 0 18px 50px rgba(0, 49, 82, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(0, 49, 82, 0.16);
  background: rgba(238, 246, 250, 0.96);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.brand,
.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 8px;
}

.main-nav {
  gap: 18px;
}

.brand {
  gap: 12px;
  font-weight: 750;
  justify-content: flex-start;
}

.brand-logos {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 49, 82, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  object-fit: contain;
}

.brand-logo-ncku {
  padding: 3px;
}

.brand-logo-imb {
  padding: 0;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: var(--coral);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.8fr);
  gap: clamp(64px, 7vw, 118px);
  width: min(1340px, calc(100% - 56px));
  min-height: 610px;
  margin: 0 auto;
  padding: 78px 0 54px;
  align-items: center;
  color: var(--ink);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  width: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}

.hero-media {
  justify-self: end;
  width: min(100%, 760px);
  height: min(560px, 68vh);
  border: 1px solid var(--line);
  background: var(--gold);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0 0 18px;
  max-width: min(760px, 100%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.65vw, 5rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 span {
  display: block;
}

.hero-title-long {
  font-size: 1em;
}

.hero-kicker {
  max-width: 640px;
  margin: 0 0 24px;
  color: var(--coral);
  font-size: clamp(1.2rem, 2.2vw, 1.95rem);
  font-weight: 850;
  line-height: 1.18;
}

.hero-copy {
  max-width: 560px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  background: var(--coral);
  color: var(--white);
}

.button.secondary {
  border-color: var(--ink);
  color: var(--ink);
}

.event-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 40px));
  margin: 14px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--line);
  box-shadow: var(--shadow);
}

.event-details div {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
}

.event-summary {
  grid-column: 1 / -1;
  justify-items: center;
  padding: 42px 24px 34px !important;
  text-align: center;
}

.event-summary h2 {
  margin: 0;
  color: var(--deep-teal);
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 720px;
  line-height: 1.05;
}

.event-summary p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.event-details span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-details strong {
  color: var(--deep-teal);
  font-size: 0.98rem;
  line-height: 1.45;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px 26px;
  margin-bottom: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 49, 82, 0.24);
}

.section-heading h2,
.register-copy h2 {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  max-width: 760px;
  font-size: clamp(2.05rem, 3.8vw, 3.45rem);
  font-weight: 400;
  line-height: 1;
}

.section-heading .eyebrow {
  grid-column: 2;
}

.section-number {
  grid-row: 1 / span 2;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  line-height: 0.9;
}

.about-section {
  padding-bottom: 32px;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.info-panel {
  padding: 30px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.info-panel h3 {
  margin-bottom: 16px;
  color: var(--deep-teal);
  font-size: 1.3rem;
}

.info-panel h4 {
  margin: 22px 0 10px;
  color: var(--teal);
  font-size: 0.96rem;
  text-transform: uppercase;
}

.info-panel p,
.info-panel li {
  color: var(--muted);
  max-width: 58rem;
  line-height: 1.76;
}

.info-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.schedule {
  display: grid;
  gap: 14px;
}

.schedule-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: var(--shadow);
}

.schedule-days {
  display: grid;
  grid-template-columns: repeat(3, 118px minmax(0, 1fr));
  grid-template-rows:
    auto
    minmax(78px, auto)
    minmax(40px, auto)
    minmax(28px, auto)
    minmax(124px, auto)
    minmax(112px, auto)
    minmax(96px, auto)
    minmax(40px, auto)
    minmax(40px, auto)
    minmax(28px, auto)
    minmax(58px, auto)
    minmax(90px, auto)
    minmax(34px, auto)
    minmax(1px, auto);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.schedule-day-title {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(144, 184, 192, 0.24);
  color: var(--deep-teal);
  font-size: 1.15rem;
  text-align: center;
}

.schedule-day-title:first-child {
  border-left: 0;
}

.day-1 {
  grid-column: 1 / 3;
}

.day-2 {
  grid-column: 3 / 5;
}

.day-3 {
  grid-column: 5 / 7;
}

.agenda-item,
.agenda-blank {
  display: grid;
  grid-template-columns: 112px 1fr;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.d1 {
  grid-column: 1 / 3;
  border-left: 0;
}

.d2 {
  grid-column: 3 / 5;
}

.d3 {
  grid-column: 5 / 7;
}

.morning-transfer {
  grid-row: 2 / 3;
}

.opening {
  grid-row: 3 / 5;
}

.keynote-one,
.session-three,
.session-four {
  grid-row: 5 / 6;
}

.keynote-two {
  grid-row: 2 / 5;
}

.keynote-three {
  grid-row: 2 / 4;
}

.coffee-three {
  grid-row: 4 / 5;
}

.lunch {
  grid-row: 6 / 7;
}

.session-one {
  grid-row: 7 / 9;
}

.career {
  grid-row: 7 / 11;
}

.discussion {
  grid-row: 7 / 8;
}

.coffee-two {
  grid-row: 8 / 9;
}

.coffee-one {
  grid-row: 9 / 10;
}

.session-two {
  grid-row: 10 / 13;
}

.workshop {
  grid-row: 9 / 14;
}

.closing {
  grid-row: 11 / 12;
}

.day-one-end-blank {
  grid-row: 13 / -1;
}

.day-three-end-blank {
  grid-row: 12 / -1;
}

.agenda-item time {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border-right: 1px solid var(--line);
  color: var(--deep-teal);
  font-size: 0.94rem;
  font-weight: 850;
  text-align: center;
}

.agenda-item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  flex-direction: column;
  text-align: left;
}

.agenda-item h4 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.32;
}

.agenda-item p,
.agenda-item ul {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.agenda-item ul {
  display: inline-block;
  padding-left: 18px;
  text-align: left;
}

.coffee-one h4,
.coffee-two h4,
.coffee-three h4,
.lunch h4 {
  margin: 0;
  color: var(--deep-teal);
  text-align: center;
}

.coffee-one > div,
.coffee-two > div,
.coffee-three > div,
.lunch > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lunch time,
.lunch > div {
  background: rgba(0, 49, 82, 0.1);
}

.table-row {
  display: grid;
  grid-template-columns: 130px repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.table-row:first-child {
  border-top: 0;
}

.table-row:nth-child(even) span {
  background: #f4f9fb;
}

.table-row span {
  min-height: 58px;
  padding: 16px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.table-row span:first-child {
  border-left: 0;
  color: var(--deep-teal);
  font-weight: 850;
}

.table-head {
  background: var(--teal);
}

.table-head span,
.table-head span:first-child {
  background: var(--teal);
  color: var(--white);
  font-weight: 850;
}

.schedule-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.brief-section {
  padding-top: 28px;
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.brief-grid .schedule-item {
  display: flex;
  grid-template-columns: 1fr;
  gap: 0;
  height: 100%;
  flex-direction: column;
}

.brief-grid .schedule-item > div {
  display: block;
  min-height: 0;
}

.brief-grid .schedule-item time {
  display: block;
  height: 68px;
}

.brief-grid .schedule-item h3 {
  min-height: 0;
  margin: 0 0 24px;
}

.schedule-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.schedule-item time {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 850;
}

.schedule-item h3,
.speaker-card h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.25;
}

.schedule-item p,
.speaker-card p,
.register-copy p {
  color: var(--muted);
  line-height: 1.72;
}

.speakers-section {
  padding-top: 36px;
}

.pi-note {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 32px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(144, 184, 192, 0.28), rgba(255, 255, 255, 0) 42%),
    rgba(255, 255, 255, 0.68);
}

.pi-note .eyebrow {
  margin-bottom: 8px;
}

.pi-note h3 {
  margin-bottom: 8px;
  color: var(--deep-teal);
  font-size: 1.65rem;
}

.pi-note p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.pi-note .talk-title {
  margin-bottom: 12px;
  color: var(--coral);
  font-weight: 750;
}

.pi-photo {
  width: 156px;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  object-fit: cover;
  object-position: center top;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 18px;
  margin-bottom: 26px;
}

.speaker-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.speaker-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.speaker-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.speaker-card h3 {
  margin-bottom: 4px;
}

.speaker-photo {
  width: 72px;
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  background: var(--cream);
}

.speaker-placeholder {
  display: grid;
  width: 72px;
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0;
  background: linear-gradient(135deg, var(--teal), var(--sage));
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 850;
}

.avatar {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-weight: 850;
}

.avatar.coral {
  background: var(--coral);
}

.avatar.gold {
  background: var(--gold);
}

.role {
  margin-bottom: 0;
  color: var(--deep-teal) !important;
  font-size: 0.86rem;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  color: var(--coral);
  font-weight: 850;
}

.text-link:hover {
  color: var(--sage);
}

.register-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(34px, 5vw, 70px);
  padding: 88px max(20px, calc((100vw - 1120px) / 2));
  background:
    radial-gradient(circle at 15% 10%, rgba(144, 184, 192, 0.34), transparent 28%),
    linear-gradient(120deg, rgba(0, 49, 82, 0.08), rgba(144, 184, 192, 0.24)),
    #e8f3f7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.register-copy {
  align-self: start;
  position: sticky;
  top: 104px;
}

.registration-notes {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  border: 1px solid var(--line);
  background: var(--line);
}

.registration-notes div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.registration-notes span {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 850;
}

.registration-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.registration-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
    var(--white);
  box-shadow: 0 24px 70px rgba(0, 49, 82, 0.12);
}

.form-section {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(0, 49, 82, 0.14);
  background: rgba(255, 255, 255, 0.56);
}

.form-section-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 49, 82, 0.12);
}

.form-section-header span {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1;
}

.form-section-header h3 {
  margin: 0;
  color: var(--deep-teal);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bank-info {
  padding: 20px;
  border: 1px solid rgba(0, 49, 82, 0.16);
  background: rgba(232, 243, 247, 0.76);
}

.bank-info .eyebrow {
  margin-bottom: 14px;
}

.bank-info dl {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}

.bank-info dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
}

.bank-info dt {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bank-info dd {
  margin: 0;
  color: var(--deep-teal);
  font-weight: 800;
}

.bank-info p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.registration-notes strong,
.bank-info strong {
  color: var(--deep-teal);
  font-weight: 850;
}

.payment-summary {
  padding: 20px;
  border: 1px solid rgba(0, 49, 82, 0.18);
  background:
    linear-gradient(135deg, rgba(227, 199, 159, 0.2), rgba(232, 243, 247, 0.72)),
    var(--white);
}

.payment-summary .eyebrow {
  margin-bottom: 14px;
}

.payment-summary dl {
  display: grid;
  margin: 0;
}

.payment-summary dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 49, 82, 0.12);
}

.payment-summary dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.payment-summary dt {
  color: var(--muted);
  font-weight: 750;
}

.payment-summary dd {
  margin: 0;
  color: var(--deep-teal);
  font-weight: 850;
}

.payment-total {
  padding-bottom: 0;
  border-bottom: 0;
}

.payment-total dt,
.payment-total dd {
  color: var(--coral);
  font-size: 1.12rem;
}

.hidden-frame {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

label {
  display: grid;
  gap: 8px;
  align-content: start;
  color: var(--deep-teal);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

label > span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #b7ceda;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  font-weight: 550;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input,
select {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  min-height: 112px;
  resize: vertical;
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(0, 49, 82, 0.14);
  border-color: var(--teal);
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(0, 49, 82, 0.08);
}

.full {
  grid-column: 1 / -1;
}

.checkbox {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0, 49, 82, 0.14);
  background: rgba(232, 243, 247, 0.7);
  color: var(--muted);
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.checkbox input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.registration-form button {
  border: 0;
  min-height: 54px;
  justify-content: center;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--deep-teal);
  font-weight: 750;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 32px;
  background: #003152;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer p {
  margin: 0 0 8px;
  color: var(--white);
  font-weight: 800;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer address {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin: 0;
  font-style: normal;
  line-height: 1.55;
  text-align: right;
}

.site-footer a:hover {
  color: var(--white);
}

@media (max-width: 1040px) {
  .speaker-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.social-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}

.social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--white);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.social-links a:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    min-height: auto;
    padding: 16px 20px;
    flex-direction: column;
    gap: 14px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 0 36px;
  }

  .hero-content {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .hero-media {
    height: 360px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13vw, 4.6rem);
    line-height: 0.98;
  }

  .hero-title-long {
    font-size: 1em;
  }

  .hero-kicker {
    max-width: 100%;
    font-size: 1.25rem;
  }

  .event-details,
  .about-grid,
  .brief-grid,
  .speaker-grid,
  .register-band,
  .registration-form {
    grid-template-columns: 1fr;
  }

  .register-copy {
    position: static;
  }

  .section {
    padding: 64px 0;
  }

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

  .section-heading h2,
  .section-heading .eyebrow,
  .register-copy h2 {
    grid-column: auto;
  }

  .section-number {
    grid-row: auto;
    font-size: 2.4rem;
  }

  .speaker-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .pi-note {
    grid-template-columns: 1fr;
  }

  .pi-photo {
    width: min(180px, 100%);
  }

  .speaker-card {
    grid-template-columns: 64px 1fr;
  }

  .speaker-photo,
  .speaker-placeholder {
    width: 64px;
  }

  .schedule-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .schedule-table,
  .schedule-days {
    overflow-x: auto;
  }

  .table-row {
    min-width: 760px;
  }

  .schedule-days {
    min-width: 1120px;
  }

  .register-band {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
    height: auto;
  }

  .site-header {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand,
  .brand-logos,
  .main-nav {
    max-width: 100%;
    min-width: 0;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 14px;
    row-gap: 10px;
  }

  .main-nav a {
    white-space: normal;
  }

  .hero,
  .event-details,
  .section,
  .register-band {
    width: min(100% - 28px, 100%);
    max-width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    overflow: hidden;
    gap: 28px;
  }

  .hero-content,
  .event-details,
  .section-heading,
  .about-grid,
  .brief-grid,
  .speaker-grid,
  .register-copy,
  .registration-form,
  .form-section,
  .form-section-grid,
  .site-footer,
  .site-footer address {
    max-width: 100%;
    min-width: 0;
  }

  .hero-content,
  .event-details,
  .section,
  .register-copy {
    text-align: left;
  }

  .event-summary {
    text-align: center;
  }

  .event-details div,
  .info-panel,
  .brief-card,
  .pi-note,
  .speaker-card,
  .registration-form,
  .form-section,
  .bank-info,
  .payment-summary {
    min-width: 0;
  }

  .event-details div,
  .registration-form,
  .form-section,
  .bank-info,
  .payment-summary {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section,
  .register-band {
    padding-right: 0;
    padding-left: 0;
  }

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

  input,
  select,
  textarea {
    max-width: 100%;
  }

  .schedule-table,
  .schedule-days {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .schedule-days {
    min-width: 0;
    grid-template-columns: repeat(3, 104px minmax(260px, 1fr));
  }

  .table-row {
    min-width: 760px;
  }
}
