:root {
  --green: #535546;
  --green-2: #45483a;
  --green-3: #626553;
  --peach: #e5a17f;
  --peach-2: #d69070;
  --cream: #f4f1eb;
  --white: #fffaf4;
  --ink: #111715;
  --muted: #3d403d;
  --line: rgba(229, 161, 127, .55);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #535546;
  font-family: var(--sans);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button,
input,
select {
  font: inherit;
}

.container {
  width: 884px;
  max-width: calc(100% - 46px);
  margin: 0 auto;
}

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 218px 1fr 132px;
  align-items: start;
  gap: 24px;
  padding: 22px 70px 0;
  color: var(--white);
}

.logo-link img {
  width: 112px;
  height: auto;
}

.nav {
  justify-self: center;
  display: flex;
  gap: 31px;
  padding-top: 26px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  color: #111512;
  background: linear-gradient(180deg, #edae8a, var(--peach));
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pill:disabled {
  cursor: wait;
  opacity: .68;
}

.header-pill {
  margin-top: 11px;
  min-width: 132px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 505px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(83, 85, 70, .18), rgba(83, 85, 70, 0)),
    url("../img/hero-farol-bg.png") center / cover no-repeat,
    #535546;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(83, 85, 70, .52) 0%, rgba(83, 85, 70, .36) 35%, rgba(83, 85, 70, .12) 58%, rgba(83, 85, 70, 0) 84%),
    linear-gradient(180deg, rgba(83, 85, 70, .05) 0%, rgba(83, 85, 70, .1) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 884px;
  max-width: calc(100% - 46px);
  margin-left: 70px;
  margin-right: auto;
  padding-top: 137px;
}

.about .container,
.venues .container,
.partners .container,
.signup .container,
.footer .container {
  width: 884px;
  max-width: calc(100% - 46px);
  margin-left: 70px;
  margin-right: auto;
}

.workshop-logo {
  width: 594px;
  height: auto;
  margin: 0 0 28px -15px;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 0;
  margin-bottom: 29px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.meta-item svg {
  width: 32px;
  height: 32px;
  stroke: var(--peach);
  stroke-width: 1.7;
  fill: none;
}

.meta-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--peach);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.meta-item span {
  display: block;
  color: var(--white);
  font-size: 14px;
}

.meta-separator {
  width: 1px;
  height: 45px;
  background: rgba(229, 161, 127, .52);
}

.hero-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(860px, 100%);
}

.hero-pill {
  width: 100%;
  min-width: 0;
  padding-inline: 18px;
  text-align: center;
  line-height: 1.2;
}

.hero-pill span {
  margin-left: 13px;
  font-size: 16px;
}

.about {
  position: relative;
  overflow: hidden;
  background: #f6f2eb;
}

.about-grid {
  position: relative;
  min-height: 270px;
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  overflow: hidden;
}

.about-grid > div {
  position: relative;
  z-index: 1;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: #b06f55;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-label::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.about h2,
.signup h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: .96;
}

.about h2 {
  font-size: 34px;
}

.about p:not(.section-label) {
  max-width: 422px;
  margin: 14px 0 0;
  color: #202320;
  font-size: 14px;
  line-height: 1.55;
}

.kidney-about {
  position: absolute;
  top: 0;
  right: -4px;
  width: 620px;
  height: 270px;
  object-fit: contain;
  object-position: right center;
  opacity: .7;
  pointer-events: none;
}

.venues {
  padding: 21px 0 16px;
  background:
    radial-gradient(circle at 50% 35%, rgba(73, 91, 70, .42), transparent 360px),
    var(--green);
  color: var(--white);
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.venue-card {
  position: relative;
  min-height: 155px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: end;
  gap: 22px;
  overflow: hidden;
  padding: 28px 25px 21px;
  border: 1px solid rgba(229, 161, 127, .52);
  border-radius: 6px;
  background-position: center;
  background-size: cover;
}

.venue-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 31, 22, .78), rgba(14, 31, 22, .24));
}

.venue-card > * {
  position: relative;
  z-index: 1;
}

.salvador {
  background-image: url("../img/salvador-card.png");
}

.petrolina {
  background-image: url("../img/petrolina-card.png");
}

.venue-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 184, 143, .85);
  border-radius: 50%;
}

.venue-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--peach);
  stroke-width: 1.35;
  fill: none;
}

.venue-card h3 {
  margin: 0 0 4px;
  color: var(--peach);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.venue-card p {
  margin: 0;
  font-size: 14px;
}

.topics {
  margin-top: 19px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.topic-grid article {
  min-height: 82px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 0 12px;
  border-right: 1px solid rgba(229, 161, 127, .42);
  text-align: center;
}

.topic-grid article:last-child {
  border-right: 0;
}

.topic-grid svg,
.benefits svg {
  width: 34px;
  height: 34px;
  stroke: var(--peach);
  stroke-width: 1.45;
  fill: none;
}

.topic-grid span {
  font-size: 13px;
  line-height: 1.1;
}

.partners {
  padding: 18px 0 16px;
  background: #f4f1eb;
}

.partners .section-label {
  margin-bottom: 8px;
}

.partners-grid {
  display: grid;
  grid-template-columns: 32% 68%;
  width: min(100%, 680px);
  gap: 0;
  align-items: start;
}

.partner-block + .partner-block {
  border-left: 1px solid #d2b9aa;
}

.partner-block + .partner-block .section-label {
  padding-left: 24px;
}

.partner-strip-crop {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partner-strip-crop img {
  position: absolute;
  top: 0;
  display: block;
  max-width: none;
  height: auto;
}

.partner-strip-acredita {
  aspect-ratio: 220 / 109;
}

.partner-strip-acredita img {
  width: 401.82%;
  left: 0;
}

.partner-strip-isha {
  aspect-ratio: 301 / 98;
}

.partner-strip-isha img {
  width: 293.69%;
  left: -73.42%;
  transform: translateY(-10.1%);
}

.partner-logo-list {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(86px, .75fr);
  align-items: center;
  gap: 18px;
  padding-left: 24px;
}

.partner-logo-list .partner-strip-isha {
  width: 100%;
}

.partner-logo-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.partner-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-block {
  width: min(100%, 300px);
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #d2b9aa;
}

.support-logo-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.support-logo {
  width: min(100%, 280px);
  aspect-ratio: 4 / 1;
  overflow: hidden;
}

.support-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.35);
}

.support-logo-soben {
  width: 145px;
  aspect-ratio: 1 / 1;
  overflow: visible;
}

.support-logo-soben img {
  object-fit: contain;
  transform: none;
}

.signup {
  padding: 17px 0 10px;
  color: var(--white);
  background:
    radial-gradient(circle at 41% 26%, rgba(83, 99, 74, .38), transparent 310px),
    var(--green);
}

.signup-grid {
  display: grid;
  grid-template-columns: 292px 1fr;
  gap: 24px;
}

.signup h2 {
  color: var(--white);
  font-size: 27px;
}

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

.benefits span {
  display: grid;
  gap: 6px;
  color: var(--white);
  font-size: 10px;
  line-height: 1.15;
}

.signup-actions {
  align-self: start;
}

.payment-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.form-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 9px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.form-divider::before,
.form-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(229, 161, 127, .55);
}

.form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  gap: 7px 10px;
}

.form input,
.form select {
  width: 100%;
  height: 31px;
  padding: 0 13px;
  color: var(--white);
  background: rgba(14, 31, 22, .76);
  border: 1px solid rgba(229, 161, 127, .65);
  border-radius: 4px;
  outline: none;
  font-size: 12px;
}

.form input::placeholder {
  color: rgba(255, 250, 244, .82);
}

.form select {
  color: rgba(255, 250, 244, .86);
}

.form input:focus,
.form select:focus {
  border-color: #f1b58f;
  box-shadow: 0 0 0 2px rgba(229, 161, 127, .15);
}

.form .invalid,
.form input.invalid,
.form select.invalid {
  border-color: #ffcab6;
}

.form-button,
.form-message {
  grid-column: 1 / -1;
}

.form-button {
  width: 100%;
  height: 31px;
  min-height: 31px;
  margin-top: 2px;
  color: var(--white);
  background: transparent;
  border: 1px solid #e5a17f;
}

.form-button:hover {
  color: #111512;
  background: #e5a17f;
}

.payment-button {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding-inline: 16px;
  text-align: center;
  line-height: 1.2;
  color: #111512;
  background: #e5a17f;
}

.payment-button:hover {
  background: #f1b58f;
}

.form-message {
  min-height: 16px;
  margin: 0;
  color: #f3c19d;
  font-size: 11px;
  font-weight: 700;
}

.footer {
  padding: 13px 0 5px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(229, 161, 127, .18), transparent 1px),
    var(--green);
}

.footer-grid {
  display: grid;
  grid-template-columns: 135px 245px 112px 90px 90px 1fr;
  align-items: start;
  gap: 24px;
}

.footer-logo img {
  width: 112px;
}

.footer-call {
  margin: 6px 0 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.05;
}

.footer-call em {
  color: var(--peach);
  font-style: normal;
}

.socials {
  display: flex;
  gap: 10px;
  padding-top: 18px;
}

.socials a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--peach);
  border: 1px solid var(--peach);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.socials svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.footer-col {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  font-size: 10px;
  line-height: 1.2;
}

.footer-col strong {
  color: var(--peach);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.contact-link svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  stroke: var(--peach);
  stroke-width: 1.6;
  fill: none;
}

.copy {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  text-align: center;
  font-size: 10px;
  color: rgba(255, 250, 244, .78);
}

.events-page {
  background: var(--cream);
}

.events-header {
  position: fixed;
  background: rgba(83, 85, 70, .96);
  padding-bottom: 12px;
}

.events-hero {
  padding: 150px 0 52px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(83, 85, 70, .9), rgba(83, 85, 70, .6)),
    url("../img/hero-farol-bg.png") center / cover no-repeat;
}

.events-hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 600;
  line-height: .96;
}

.events-hero p:not(.section-label) {
  max-width: 560px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.events-list {
  padding: 36px 0 52px;
  background: var(--cream);
}

.events-toolbar,
.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.events-admin-link {
  min-height: 36px;
}

.event-stack {
  display: grid;
  gap: 28px;
}

.event-block,
.admin-panel,
.admin-preview {
  border: 1px solid rgba(176, 111, 85, .28);
  border-radius: 6px;
  background: #fffaf4;
}

.event-block {
  overflow: hidden;
}

.event-summary {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  padding: 24px;
  background: #fff7ef;
}

.event-summary img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 5px;
  background: var(--green);
}

.event-summary span {
  display: block;
  margin-bottom: 8px;
  color: #b06f55;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-summary h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.event-summary p,
.video-card p,
.testimonial-card p {
  color: #343833;
  line-height: 1.55;
}

.event-content-grid {
  display: grid;
  gap: 30px;
  padding: 24px;
}

.event-content-grid h3 {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.video-card,
.testimonial-card {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(176, 111, 85, .22);
  border-radius: 6px;
  background: #fffdf9;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 13px;
  border-radius: 5px;
  background: #202320;
}

.video-frame iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #202320;
}

.video-card h4 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.video-card p,
.testimonial-card p {
  margin: 0;
  font-size: 13px;
}

.testimonial-card cite {
  display: block;
  margin-top: 14px;
  color: var(--green-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.testimonial-card cite span {
  display: block;
  margin-top: 2px;
  color: #b06f55;
  font-size: 11px;
  font-weight: 700;
}

.empty-state {
  margin: 0;
  padding: 18px;
  border: 1px dashed rgba(176, 111, 85, .42);
  border-radius: 6px;
  color: #626553;
  font-weight: 700;
}

.admin-hero {
  padding-bottom: 42px;
}

.event-admin {
  padding: 32px 0 52px;
  background: var(--cream);
}

.admin-login-section {
  padding: 32px 0 52px;
  background: var(--cream);
}

.admin-login-card {
  max-width: 420px;
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(176, 111, 85, .28);
  border-radius: 6px;
  background: #fffaf4;
}

.admin-login-card input {
  width: 100%;
  height: 42px;
  padding: 0 13px;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid rgba(176, 111, 85, .36);
  border-radius: 4px;
  outline: none;
  font-size: 13px;
}

.event-admin.is-locked {
  display: none;
}

[hidden] {
  display: none !important;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.admin-form,
.dynamic-fields {
  display: grid;
  gap: 14px;
}

.admin-panel,
.admin-preview {
  padding: 18px;
}

.admin-form input,
.admin-form textarea,
.admin-preview textarea {
  width: 100%;
  padding: 11px 13px;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid rgba(176, 111, 85, .36);
  border-radius: 4px;
  outline: none;
  font-size: 13px;
}

.admin-form input[type="file"] {
  padding: 8px 13px;
  background: #fff7ef;
}

.upload-note {
  margin: -2px 0 12px;
}

.upload-control {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  color: #111512;
  background: linear-gradient(180deg, #edae8a, var(--peach));
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.cover-upload-control {
  background: transparent;
  border: 1px solid rgba(176, 111, 85, .45);
  color: var(--green-2);
}

.upload-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.selected-file {
  display: block;
  color: #626553;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.admin-form textarea {
  min-height: 92px;
  resize: vertical;
}

.field-group {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(176, 111, 85, .22);
  border-radius: 6px;
  background: #fff7ef;
}

.secondary-button,
.remove-button {
  min-height: 34px;
  padding: 0 14px;
  color: var(--green-2);
  background: transparent;
  border: 1px solid rgba(176, 111, 85, .45);
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.remove-button {
  justify-self: start;
  min-height: 30px;
  color: #9a4e3d;
}

.admin-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-message {
  color: #9a4e3d;
}

.admin-preview {
  position: sticky;
  top: 106px;
}

.admin-preview textarea {
  min-height: 360px;
  margin-top: 12px;
  resize: vertical;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 1.45;
}

.admin-note {
  margin: 10px 0 0;
  color: #535546;
  font-size: 11px;
  line-height: 1.45;
}

.saved-events {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.saved-events article {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 5px;
  background: #fff7ef;
  font-size: 12px;
}

.saved-events .edit-event-button {
  justify-self: start;
  min-height: 28px;
  margin-top: 6px;
}

.saved-events span {
  color: #b06f55;
  font-size: 11px;
}

@media (max-width: 900px) {
  .about .container,
  .venues .container,
  .partners .container,
  .signup .container,
  .footer .container {
    width: min(100% - 46px, 884px);
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    position: fixed;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 12px 22px;
    background: rgba(83, 85, 70, .95);
  }

  .logo-link img {
    width: 112px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-pill {
    display: none;
  }

  .nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px 24px 18px;
    background: rgba(83, 85, 70, .98);
    transform: translateY(-120%);
    transition: transform .25s ease;
  }

  .nav.is-open {
    transform: translateY(0);
  }

  .nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(229, 161, 127, .18);
  }

  .hero {
    min-height: auto;
    padding-bottom: 34px;
    background-size: auto, 100% auto, auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .hero-copy {
    width: min(100% - 46px, 884px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 125px;
  }

  .workshop-logo {
    width: 100%;
    max-width: 650px;
    margin-left: 0;
    margin-bottom: 26px;
  }

  .hero-meta,
  .venue-grid,
  .signup-grid,
  .footer-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    display: grid;
    gap: 18px;
  }

  .meta-separator {
    display: none;
  }

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

  .topic-grid article:nth-child(2n) {
    border-right: 0;
  }

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

  .copy {
    margin-top: 14px;
  }

  .about-grid {
    min-height: auto;
    padding: 26px 0 34px;
    overflow: hidden;
  }

  .kidney-about {
    top: 0;
    right: -120px;
    width: 520px;
    height: 100%;
    opacity: .18;
  }

  .events-hero h1 {
    font-size: 44px;
  }

  .event-summary,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-preview {
    position: static;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 884px);
  }

  .partners-grid {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 16px;
  }

  .partner-block + .partner-block {
    padding-top: 16px;
    border-top: 1px solid #d2b9aa;
    border-left: 0;
  }

  .partner-block + .partner-block .section-label,
  .partner-logo-list {
    padding-left: 0;
  }

  .partner-logo-list {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  .payment-buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .payment-button {
    min-height: 44px;
    font-size: 11px;
  }

  .workshop-logo {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .hero-copy {
    width: calc(100% - 40px);
    padding-top: 134px;
  }

  .hero-meta {
    margin-bottom: 24px;
  }

  .meta-item {
    gap: 12px;
  }

  .meta-item strong {
    font-size: 14px;
  }

  .meta-item span {
    font-size: 13px;
  }

  .hero-pill {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    padding-inline: 18px;
    text-align: center;
    line-height: 1.15;
  }

  .about .container,
  .venues .container,
  .partners .container,
  .signup .container,
  .footer .container {
    width: calc(100% - 40px);
  }

  .about h2,
  .signup h2 {
    font-size: 30px;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .topic-grid {
    grid-template-columns: 1fr;
  }

  .topic-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(229, 161, 127, .28);
    padding: 18px 0;
  }

  .events-hero {
    padding-top: 132px;
  }

  .events-hero h1 {
    font-size: 36px;
  }

  .events-toolbar,
  .preview-head,
  .admin-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .video-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
