
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url("../fonts/oswald-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
}

.tak-sf {
  --font-body: "Source Sans 3";
  --font-display: "Oswald";
  width: 100%;
}

.elementor-widget-shortcode:has(.tak-sf),
.elementor-widget-shortcode:has(.tak-sf) > .elementor-widget-container {
  width: 100%;
}



.tak-sf {
  --cream: #fff8ec;
  --paper: #fffaf1;
  --navy: #073d91;
  --cyan: #0ba6dc;
  --magenta: #d30079;
  --yellow: #ffc900;
  --ink: #073575;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 46, 105, 0.16);
  --content-max: 1140px;
  --page-gutter: max(24px, calc((100vw - var(--content-max)) / 2));
}

.tak-sf, .tak-sf * {
  box-sizing: border-box;
}

.tak-sf {
  scroll-behavior: smooth;
}

.tak-sf {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
}

.tak-sf a {
  color: inherit;
  text-decoration: none;
}

.tak-sf img {
  display: block;
  max-width: 100%;
}

.tak-sf .site-nav {
  align-items: center;
  background: rgba(255, 250, 241, 0.94);
  border-bottom: 1px solid rgba(7, 61, 145, 0.12);
  display: flex;
  height: 84px;
  justify-content: space-between;
  padding: 10px var(--page-gutter);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.tak-sf .brand {
  width: 205px;
}

.tak-sf .nav-links {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 30px;
}

.tak-sf .nav-links a {
  transition: color 180ms ease, transform 180ms ease;
}

.tak-sf .nav-links a:hover,
.tak-sf .nav-links a:focus-visible {
  color: var(--magenta);
  transform: translateY(-2px);
}

.tak-sf .nav-cta {
  background: var(--magenta);
  border-radius: 999px;
  color: white !important;
  padding: 12px 22px;
}

.tak-sf .paper {
  background-color: var(--paper);
  background-image:
    radial-gradient(rgba(7, 61, 145, 0.035) 0.8px, transparent 0.8px),
    radial-gradient(rgba(211, 0, 121, 0.025) 0.7px, transparent 0.7px);
  background-position: 0 0, 9px 9px;
  background-size: 18px 18px;
}

.tak-sf .hero {
  min-height: 850px;
  overflow: hidden;
  padding: 104px var(--page-gutter) 225px;
  position: relative;
}

.tak-sf .hero-slideshow {
  display: none;
}

.tak-sf .hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 5;
}

.tak-sf .eyebrow {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.tak-sf .section .eyebrow {
  color: var(--navy);
  display: inline-block;
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  isolation: isolate;
  letter-spacing: 0.13em;
  margin-bottom: 28px;
  padding: 9px 20px 10px;
  position: relative;
}

.tak-sf .section .eyebrow::before {
  background: white;
  clip-path: polygon(2% 10%, 98% 0, 100% 82%, 95% 94%, 3% 100%, 0 22%);
  content: "";
  filter: drop-shadow(0 5px 7px rgba(7, 53, 117, 0.12));
  inset: 0 -7px;
  position: absolute;
  transform: rotate(-0.8deg);
  z-index: -1;
}

.tak-sf .section .light-eyebrow {
  color: var(--navy);
}

.tak-sf .paper.section .eyebrow {
  color: white;
}

.tak-sf .paper.section .eyebrow::before {
  background: var(--navy);
  filter: drop-shadow(0 6px 9px rgba(7, 53, 117, 0.22));
}

.tak-sf h1,
.tak-sf h2,
.tak-sf h3 {
  font-family: var(--font-display), Impact, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0;
}

.tak-sf h1 {
  font-size: clamp(5rem, 9vw, 9.4rem);
  line-height: 0.77;
  text-transform: uppercase;
}

.tak-sf h1 span {
  display: block;
}

.tak-sf .navy {
  color: var(--navy);
}

.tak-sf .magenta {
  color: var(--magenta);
}

.tak-sf .cyan {
  color: var(--cyan);
}

.tak-sf .hero-lead {
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  font-weight: 750;
  line-height: 1.35;
  margin: 42px 0 0;
  max-width: 560px;
}

.tak-sf .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.tak-sf .button {
  align-items: center;
  border: 2px solid var(--magenta);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tak-sf .button:hover,
.tak-sf .button:focus-visible {
  box-shadow: 0 12px 30px rgba(211, 0, 121, 0.22);
  transform: translateY(-3px);
}

.tak-sf .button-primary {
  background: var(--magenta);
  color: white;
}

.tak-sf .button-ghost {
  background: var(--paper);
  color: var(--magenta);
}

.tak-sf .hero-collage {
  height: 690px;
  position: absolute;
  right: -40px;
  top: 74px;
  width: min(50vw, 760px);
  z-index: 3;
}

.tak-sf .photo {
  background: white;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.tak-sf .photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tak-sf .photo-main {
  clip-path: polygon(8% 2%, 96% 0, 100% 87%, 88% 100%, 0 95%, 3% 12%);
  height: 520px;
  position: absolute;
  right: 24px;
  top: 75px;
  transform: rotate(1.5deg);
  width: 82%;
}

.tak-sf .photo-small {
  border: 9px solid white;
  height: 220px;
  position: absolute;
  width: 290px;
  z-index: 5;
}

.tak-sf .photo-top {
  clip-path: polygon(2% 5%, 96% 0, 100% 91%, 3% 100%);
  left: -20px;
  top: 0;
  transform: rotate(-5deg);
}

.tak-sf .photo-bottom {
  bottom: 5px;
  clip-path: polygon(4% 0, 100% 8%, 95% 100%, 0 93%);
  left: 40px;
  transform: rotate(4deg);
}

.tak-sf .scribble-note {
  background: var(--yellow);
  bottom: 25px;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 17px 23px;
  position: absolute;
  right: 30px;
  transform: rotate(-3deg);
  width: 230px;
  z-index: 7;
}

.tak-sf .shape {
  border-radius: 50%;
  position: absolute;
}

.tak-sf .shape-cyan {
  background: var(--cyan);
  height: 500px;
  right: -160px;
  top: -190px;
  width: 560px;
}

.tak-sf .shape-magenta {
  background: var(--magenta);
  height: 300px;
  left: -170px;
  top: 455px;
  width: 330px;
}

.tak-sf .shape-yellow {
  background: var(--yellow);
  height: 165px;
  right: 37%;
  top: -90px;
  width: 165px;
}

.tak-sf .event-ribbon {
  background: linear-gradient(110deg, var(--navy) 0%, #064ba4 62%, #087fba 100%);
  border: 2px solid rgba(255, 201, 0, 0.9);
  border-radius: 24px;
  bottom: 34px;
  box-shadow: 0 22px 55px rgba(7, 53, 117, 0.25);
  color: white;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  left: var(--page-gutter);
  overflow: hidden;
  position: absolute;
  right: var(--page-gutter);
  z-index: 10;
}

.tak-sf .event-ribbon > div {
  align-content: start;
  background: rgba(255, 255, 255, 0.025);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  min-height: 148px;
  padding: 34px clamp(22px, 3vw, 42px);
}

.tak-sf .event-ribbon > div:last-child {
  border-right: 0;
}

.tak-sf .event-ribbon span {
  color: var(--yellow);
  display: block;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tak-sf .event-ribbon strong {
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  line-height: 1.3;
}

.tak-sf .section {
  padding: 120px var(--page-gutter);
}

.tak-sf .support-alert {
  background: #b9e8f4;
  color: var(--ink);
  display: grid;
  gap: clamp(50px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  overflow: hidden;
  position: relative;
}

.tak-sf .support-alert::before {
  background: var(--magenta);
  border-radius: 50%;
  content: "";
  height: 330px;
  position: absolute;
  right: -180px;
  top: -185px;
  width: 330px;
}

.tak-sf .support-alert::after {
  background: var(--yellow);
  border-radius: 50%;
  bottom: -85px;
  content: "";
  height: 170px;
  left: -85px;
  position: absolute;
  width: 170px;
}

.tak-sf .support-alert-copy,
.tak-sf .support-alert-facts {
  position: relative;
  z-index: 2;
}

.tak-sf .support-alert h2 {
  color: var(--navy);
  max-width: 840px;
}

.tak-sf .support-alert h2 span {
  color: var(--magenta);
}

.tak-sf .support-alert-copy > p:not(.eyebrow) {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.68;
  max-width: 820px;
}

.tak-sf .support-alert-lead {
  font-weight: 750;
}

.tak-sf .support-alert-button {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--navy);
  margin-top: 26px;
}

.tak-sf .support-alert-facts {
  align-content: center;
  display: grid;
  gap: 14px;
}

.tak-sf .support-alert-facts article {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 61, 145, 0.16);
  border-radius: 20px;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px 1fr;
  padding: 20px;
}

.tak-sf .support-alert-facts span {
  align-items: center;
  background: var(--magenta);
  border-radius: 50%;
  color: white;
  display: flex;
  font-family: var(--font-display), sans-serif;
  font-size: 1.1rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.tak-sf .support-alert-facts article:nth-child(2) span {
  background: var(--cyan);
}

.tak-sf .support-alert-facts article:nth-child(3) span {
  background: var(--yellow);
  color: var(--navy);
}

.tak-sf .support-alert-facts strong {
  color: var(--navy);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.35;
}

.tak-sf .intro {
  align-items: center;
  display: grid;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 760px;
  position: relative;
}

.tak-sf .intro::before {
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  height: 130px;
  left: -65px;
  position: absolute;
  top: 80px;
  width: 130px;
}

.tak-sf h2 {
  color: var(--navy);
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  line-height: 0.96;
}

.tak-sf .section h2 + p,
.tak-sf .section h2 + .intro-text {
  margin-top: clamp(28px, 3vw, 42px);
}

.tak-sf .section h3 + p {
  margin-top: 14px;
}

.tak-sf .section p + p {
  margin-top: 1.15em;
}

.tak-sf .section-copy p:not(.eyebrow) {
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.68;
}

.tak-sf .intro-text {
  font-weight: 650;
  margin-top: 34px;
}

.tak-sf .intro-image {
  border: 12px solid white;
  clip-path: polygon(1% 4%, 98% 0, 100% 92%, 4% 100%);
  height: 570px;
  transform: rotate(1.4deg);
}

.tak-sf .intro-image img {
  object-position: center;
}

.tak-sf .intro-image figcaption {
  background: var(--yellow);
  bottom: 18px;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: 1.3rem;
  font-weight: 750;
  left: 18px;
  padding: 13px 18px;
  position: absolute;
}

.tak-sf .about {
  background: var(--navy);
  color: white;
  overflow: hidden;
  position: relative;
}

.tak-sf .about::after {
  background: var(--magenta);
  border-radius: 50%;
  content: "";
  height: 330px;
  position: absolute;
  right: -150px;
  top: -170px;
  width: 330px;
}

.tak-sf .section-header.about-header {
  max-width: none;
}

.tak-sf .about-header > h2,
.tak-sf .about-header > p {
  max-width: 980px;
}

.tak-sf .about-story-collage {
  display: grid;
  gap: 16px;
  grid-auto-rows: 250px;
  grid-template-columns: repeat(12, 1fr);
  left: 50%;
  margin: 54px 0 56px;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 2;
}

.tak-sf .about-story-photo {
  border: 8px solid white;
  box-shadow: 0 18px 42px rgba(0, 18, 60, 0.28);
  margin: 0;
  overflow: hidden;
}

.tak-sf .about-story-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tak-sf .about-story-photo-1 {
  clip-path: polygon(2% 0, 100% 3%, 97% 100%, 0 96%);
  grid-column: 1 / 6;
  grid-row: 1;
  transform: rotate(-1.2deg);
}

.tak-sf .about-story-photo-2 {
  clip-path: polygon(1% 3%, 98% 0, 100% 95%, 3% 100%);
  grid-column: 6 / 10;
  grid-row: 1;
  transform: rotate(1.2deg);
}

.tak-sf .about-story-photo-3 {
  clip-path: polygon(4% 0, 100% 3%, 96% 100%, 0 97%);
  grid-column: 1 / 4;
  grid-row: 2;
  transform: rotate(-1deg);
}

.tak-sf .about-story-photo-4 {
  clip-path: polygon(0 3%, 96% 0, 100% 98%, 4% 100%);
  grid-column: 10 / 13;
  grid-row: 1;
  transform: rotate(1.4deg);
}

.tak-sf .about-story-photo-5 {
  clip-path: polygon(2% 2%, 100% 0, 97% 98%, 0 100%);
  grid-column: 4 / 9;
  grid-row: 2;
  transform: rotate(0.7deg);
}

.tak-sf .about-story-photo-6 {
  clip-path: polygon(1% 0, 98% 3%, 100% 96%, 3% 100%);
  grid-column: 9 / 13;
  grid-row: 2;
  transform: rotate(-0.5deg);
}

.tak-sf .about-doodle {
  color: var(--yellow);
  font-family: "Segoe Print", "Bradley Hand", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 4px 12px rgba(0, 18, 60, 0.28);
  z-index: 4;
}

.tak-sf .about-doodle-arrow {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  right: -28px;
  top: -38px;
  transform: rotate(10deg);
}

.tak-sf .about-doodle-music {
  bottom: -22px;
  color: var(--cyan);
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  left: -24px;
  transform: rotate(-12deg);
}

.tak-sf .about-doodle-star {
  color: var(--magenta);
  font-size: clamp(2rem, 3vw, 3.4rem);
  right: 28%;
  top: 47%;
  transform: rotate(12deg);
}

.tak-sf .image-doodle,
.tak-sf .section-doodle {
  font-family: "Segoe Print", "Bradley Hand", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 3px 10px rgba(7, 53, 117, 0.18);
  z-index: 6;
}

.tak-sf .image-doodle-note {
  color: var(--yellow);
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  right: 24px;
  top: 30px;
  transform: rotate(9deg);
}

.tak-sf .image-doodle-heart {
  color: var(--magenta);
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  right: 26px;
  top: 30px;
  transform: rotate(-8deg);
}

.tak-sf .section-doodle-arrow {
  color: var(--yellow);
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  right: var(--page-gutter);
  top: 76px;
  transform: rotate(8deg);
}

.tak-sf .about-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(45px, 6vw, 85px);
  grid-template-columns: 1fr;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.tak-sf .about-images {
  min-height: 620px;
  position: relative;
}

.tak-sf .about-photo {
  border: 11px solid white;
  position: absolute;
}

.tak-sf .about-photo-one {
  clip-path: polygon(3% 0, 100% 5%, 95% 100%, 0 94%);
  height: 410px;
  left: 0;
  top: 20px;
  transform: rotate(-3deg);
  width: 88%;
}

.tak-sf .about-photo-two {
  bottom: 10px;
  clip-path: polygon(4% 4%, 97% 0, 100% 95%, 0 100%);
  height: 370px;
  right: 0;
  transform: rotate(3deg);
  width: 72%;
}

.tak-sf .light-eyebrow {
  color: var(--yellow);
}

.tak-sf .about h2,
.tak-sf .impact h2,
.tak-sf .patron h2,
.tak-sf .gallery h2,
.tak-sf .contact h2 {
  color: white;
}

.tak-sf .about h2 span,
.tak-sf .impact h2 span,
.tak-sf .patron h2 span,
.tak-sf .gallery h2 span,
.tak-sf .contact h2 span {
  color: var(--cyan);
}

.tak-sf .about-quote {
  background: var(--yellow);
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 2.05rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 55px 0 0;
  max-width: 920px;
  padding: 25px 30px;
  position: relative;
  transform: rotate(-1deg);
  z-index: 2;
}

.tak-sf .tak-format-overview {
  align-self: center;
  max-width: none;
  width: 100%;
}

.tak-sf .tak-format-overview h3 {
  color: var(--yellow);
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  margin-bottom: 18px;
}

.tak-sf .tak-format-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.tak-sf .tak-format-grid article {
  --format-accent: var(--cyan);
  background: white;
  border: 2px solid var(--format-accent);
  border-radius: 16px;
  padding: 17px 18px;
}

.tak-sf .tak-format-grid strong {
  color: var(--format-accent);
  display: block;
  font-family: var(--font-display), sans-serif;
  font-size: 1.16rem;
  line-height: 1.2;
}

.tak-sf .tak-format-grid p {
  color: var(--ink);
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  margin: 8px 0 0 !important;
}

.tak-sf .tak-format-magenta {
  --format-accent: var(--magenta) !important;
}

.tak-sf .tak-format-cyan {
  --format-accent: var(--cyan) !important;
}

.tak-sf .tak-format-yellow {
  --format-accent: #d99f00 !important;
}

.tak-sf .program {
  background-color: #ffe58a;
  overflow: hidden;
  position: relative;
}

.tak-sf .program::before {
  background: var(--cyan);
  border-radius: 50%;
  content: "";
  height: 260px;
  position: absolute;
  right: -120px;
  top: 120px;
  width: 260px;
}

.tak-sf .section-header {
  max-width: 920px;
  position: relative;
  z-index: 2;
}

.tak-sf .section-header > p:not(.eyebrow) {
  font-size: clamp(1.08rem, 1.55vw, 1.4rem);
  line-height: 1.65;
}

.tak-sf .acts {
  color: var(--magenta);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.25rem, 2.1vw, 1.8rem) !important;
  font-weight: 700;
}

.tak-sf .acts i {
  color: var(--navy);
  font-style: normal;
  padding: 0 4px;
}

.tak-sf .program-layout {
  align-items: stretch;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.15fr 0.85fr;
  margin-top: 60px;
}

.tak-sf .format-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tak-sf .format-card {
  align-items: center;
  background: white;
  border: 2px solid currentColor;
  border-radius: 28px;
  display: grid;
  gap: 22px;
  grid-template-columns: 100px 1fr;
  padding: 22px;
}

.tak-sf .format-card h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.tak-sf .format-card p {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.55;
  margin: 8px 0 0;
}

.tak-sf .format-icon {
  align-items: center;
  border-radius: 50%;
  color: white;
  display: flex;
  font-family: sans-serif;
  font-size: 2.1rem;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.tak-sf .cyan-card {
  color: var(--cyan);
}

.tak-sf .cyan-card .format-icon {
  background: var(--cyan);
}

.tak-sf .magenta-card {
  color: var(--magenta);
}

.tak-sf .magenta-card .format-icon {
  background: var(--magenta);
}

.tak-sf .yellow-card {
  color: #df9e00;
}

.tak-sf .yellow-card .format-icon {
  background: var(--yellow);
}

.tak-sf .program-photo {
  border: 12px solid white;
  clip-path: polygon(4% 0, 100% 5%, 96% 100%, 0 95%);
  min-height: 620px;
  transform: rotate(2deg);
}

.tak-sf .program-photo img {
  object-position: 58% center;
}

.tak-sf .impact {
  background: var(--magenta);
  color: white;
  overflow: hidden;
  position: relative;
}

.tak-sf .impact::before {
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  height: 210px;
  left: -90px;
  position: absolute;
  top: -90px;
  width: 210px;
}

.tak-sf .impact::after {
  background: var(--cyan);
  border-radius: 50%;
  bottom: -140px;
  content: "";
  height: 320px;
  position: absolute;
  right: -130px;
  width: 320px;
}

.tak-sf .impact-header {
  max-width: 980px;
}

.tak-sf .impact-header h2 span {
  color: var(--yellow);
}

.tak-sf .impact-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 55px;
  position: relative;
  z-index: 2;
}

.tak-sf .impact-grid article {
  background: var(--paper);
  border-radius: 24px;
  color: var(--ink);
  min-height: 280px;
  padding: 25px 23px;
}

.tak-sf .impact-grid article > span {
  color: var(--magenta);
  display: block;
  font-family: var(--font-display), sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.tak-sf .impact-grid h3 {
  font-size: 1.45rem;
  line-height: 1.05;
  margin-top: 18px;
}

.tak-sf .impact-grid p {
  font-size: 1.06rem;
  line-height: 1.5;
}

.tak-sf .impact-callout {
  background: var(--yellow);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.25;
  margin-top: 25px;
  padding: 28px 34px;
  position: relative;
  z-index: 2;
}

.tak-sf .impact-callout span {
  color: var(--magenta);
  font-weight: 800;
}

.tak-sf .sponsoring {
  overflow: hidden;
  position: relative;
}

.tak-sf .sponsoring::after {
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  height: 240px;
  position: absolute;
  right: -100px;
  top: 90px;
  width: 240px;
}

.tak-sf .package-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.tak-sf .package {
  --package-color: var(--magenta);
  background: white;
  border: 3px solid var(--package-color);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(7, 61, 145, 0.1);
  overflow: hidden;
  padding: 30px;
}

.tak-sf .package-main {
  grid-column: 1 / -1;
}

.tak-sf .package-cyan {
  --package-color: var(--cyan);
}

.tak-sf .package-yellow {
  --package-color: #dda000;
}

.tak-sf .package-friend {
  --package-color: var(--magenta);
  grid-column: 1 / 2;
  max-width: none;
  width: 100%;
}

.tak-sf .package-head {
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--package-color) 45%, transparent);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 18px;
}

.tak-sf .package-head h3 {
  color: var(--package-color);
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
}

.tak-sf .package-head span {
  background: var(--package-color);
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 9px 14px;
  white-space: nowrap;
}

.tak-sf .package ul {
  columns: 2;
  line-height: 1.5;
  list-style: none;
  margin: 14px 0 26px;
  padding: 0;
}

.tak-sf .package:not(.package-main) ul {
  columns: 1;
}

.tak-sf .package li {
  break-inside: avoid;
  display: block;
  font-size: 1.08rem;
  line-height: 1.55;
  margin-bottom: 13px;
  padding-left: 34px;
  position: relative;
}

.tak-sf .package li::before {
  align-items: center;
  background: color-mix(in srgb, var(--package-color) 13%, white);
  border: 2px solid var(--package-color);
  border-radius: 50%;
  color: var(--package-color);
  content: "✓";
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 1px;
  width: 22px;
}

.tak-sf .package li strong {
  color: var(--navy);
  font-weight: 850;
}

.tak-sf .benefits-label {
  color: var(--package-color);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 22px 0 0;
  text-transform: uppercase;
}

.tak-sf .package > a {
  border: 2px solid var(--package-color);
  border-radius: 999px;
  color: var(--package-color);
  display: inline-flex;
  font-weight: 850;
  padding: 10px 17px;
  transition: background 180ms ease, color 180ms ease;
}

.tak-sf .package > a:hover,
.tak-sf .package > a:focus-visible {
  background: var(--package-color);
  color: white;
}

.tak-sf .package-note {
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 800;
  margin: 30px 0 0;
}

.tak-sf .patron {
  background: var(--navy);
  color: white;
  overflow: hidden;
  position: relative;
}

.tak-sf .patron::before {
  background: var(--cyan);
  border-radius: 50%;
  content: "";
  height: 350px;
  left: -190px;
  position: absolute;
  top: 290px;
  width: 350px;
}

.tak-sf .patron-copy {
  max-width: 950px;
  position: relative;
  z-index: 2;
}

.tak-sf .patron-copy > p:not(.eyebrow) {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.6;
}

.tak-sf .patron h2 span {
  color: var(--yellow);
}

.tak-sf .patron-layout {
  display: grid;
  gap: 50px;
  grid-template-columns: 0.85fr 1.15fr;
  margin-top: 55px;
  position: relative;
  z-index: 2;
}

.tak-sf .patron-list {
  background: var(--paper);
  border-radius: 30px;
  color: var(--navy);
  padding: 22px 35px;
}

.tak-sf .patron-list > div {
  align-items: baseline;
  border-bottom: 1px dashed rgba(211, 0, 121, 0.5);
  display: grid;
  gap: 25px;
  grid-template-columns: 120px 1fr;
  padding: 12px 0;
}

.tak-sf .patron-list > div:last-child {
  border-bottom: 0;
}

.tak-sf .patron-list strong {
  color: var(--magenta);
  font-family: var(--font-display), sans-serif;
  font-size: 1.55rem;
}

.tak-sf .patron-list span {
  font-size: 1.14rem;
}

.tak-sf .patron-photo {
  border: 11px solid white;
  clip-path: polygon(5% 0, 100% 3%, 96% 100%, 0 95%);
  min-height: 610px;
  transform: rotate(2deg);
}

.tak-sf .patron-photo figcaption {
  background: var(--yellow);
  bottom: 25px;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: 1.25rem;
  left: 20px;
  max-width: 280px;
  padding: 15px 18px;
  position: absolute;
}

.tak-sf .partner-notes {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  position: relative;
  z-index: 2;
}

.tak-sf .partner-notes article {
  border: 2px solid var(--cyan);
  border-radius: 24px;
  padding: 25px 28px;
}

.tak-sf .partner-notes article:first-child {
  border-color: var(--yellow);
}

.tak-sf .partner-notes h3 {
  color: var(--yellow);
  font-size: 1.65rem;
}

.tak-sf .partner-notes article:last-child h3 {
  color: var(--cyan);
}

.tak-sf .partner-notes p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.tak-sf .budget {
  position: relative;
}

.tak-sf .budget-header {
  max-width: 1050px;
}

.tak-sf .budget-total {
  color: var(--cyan);
  display: block;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(5rem, 10vw, 9.5rem);
  line-height: 1;
  margin-top: 25px;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 7px;
  text-underline-offset: 12px;
}

.tak-sf .cost-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.tak-sf .cost-card {
  --cost-color: var(--magenta);
  background: white;
  border: 2px solid var(--cost-color);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tak-sf .cost-cyan {
  --cost-color: var(--cyan);
}

.tak-sf .cost-yellow {
  --cost-color: #e6a800;
}

.tak-sf .cost-card h3 {
  color: var(--cost-color);
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  padding: 28px 28px 10px;
}

.tak-sf .cost-card dl {
  flex: 1;
  margin: 0;
  padding: 15px 28px 30px;
}

.tak-sf .cost-card dl > div {
  border-bottom: 1px solid color-mix(in srgb, var(--cost-color) 22%, transparent);
  display: flex;
  font-size: 1.05rem;
  gap: 20px;
  justify-content: space-between;
  padding: 10px 0;
}

.tak-sf .cost-card dl > div:last-child {
  border-bottom: 0;
}

.tak-sf .cost-card dd {
  color: var(--cost-color);
  font-weight: 800;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.tak-sf .cost-total {
  background: var(--cost-color);
  color: white;
  display: flex;
  flex-direction: column;
  padding: 20px 28px;
}

.tak-sf .cost-total span {
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tak-sf .cost-total strong {
  font-family: var(--font-display), sans-serif;
  font-size: 2.8rem;
}

.tak-sf .transparency {
  border: 2px solid var(--navy);
  border-radius: 24px;
  margin-top: 30px;
  padding: 22px 28px;
}

.tak-sf .transparency h3 {
  font-size: 1.5rem;
}

.tak-sf .transparency p {
  font-size: 1.1rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.tak-sf .gallery {
  background: var(--cyan);
  color: white;
  overflow: hidden;
  position: relative;
}

.tak-sf .gallery-header h2 span {
  color: var(--yellow);
}

.tak-sf .gallery-grid {
  display: grid;
  gap: 16px;
  grid-auto-rows: 260px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 50px;
}

.tak-sf .gallery-item {
  border: 8px solid white;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}

.tak-sf .gallery-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tak-sf .gallery-item-1 {
  grid-column: span 7;
  grid-row: span 2;
  transform: rotate(-1deg);
}

.tak-sf .gallery-item-2 {
  grid-column: span 5;
  transform: rotate(1.5deg);
}

.tak-sf .gallery-item-3 {
  grid-column: span 5;
  transform: rotate(-1deg);
}

.tak-sf .gallery-item-4,
.tak-sf .gallery-item-5,
.tak-sf .gallery-item-6 {
  grid-column: span 4;
}

.tak-sf .gallery-item-4 {
  transform: rotate(1deg);
}

.tak-sf .gallery-item-5 {
  transform: rotate(-1.5deg);
}

.tak-sf .gallery-item-6 {
  transform: rotate(1.5deg);
}

.tak-sf .logos {
  text-align: center;
}

.tak-sf .logo-header {
  margin: 0 auto;
}

.tak-sf .logo-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
}

.tak-sf .logo-placeholder {
  align-items: center;
  aspect-ratio: 2 / 1;
  background: white;
  border: 2px dashed rgba(7, 61, 145, 0.35);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tak-sf .logo-placeholder span {
  color: rgba(7, 61, 145, 0.45);
  font-family: var(--font-display), sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.tak-sf .logo-placeholder small {
  color: rgba(7, 61, 145, 0.6);
}

.tak-sf .contact {
  align-items: center;
  background: var(--magenta);
  color: white;
  display: grid;
  gap: clamp(55px, 8vw, 130px);
  grid-template-columns: 1fr 0.85fr;
  overflow: hidden;
  position: relative;
}

.tak-sf .contact::before {
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  height: 240px;
  position: absolute;
  right: -80px;
  top: -100px;
  width: 240px;
}

.tak-sf .contact h2 span {
  color: var(--yellow);
}

.tak-sf .contact-copy {
  position: relative;
  z-index: 2;
}

.tak-sf .contact-copy > p:not(.eyebrow) {
  font-size: clamp(1.12rem, 1.55vw, 1.35rem);
  line-height: 1.62;
}

.tak-sf .contact-card {
  background: var(--paper);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 1.12rem;
  margin-top: 35px;
  padding: 28px 30px;
}

.tak-sf .contact-row {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: 31px 1fr;
  line-height: 1.45;
}

.tak-sf .contact-organization {
  border-bottom: 1px solid rgba(7, 61, 145, 0.15);
  margin-bottom: 4px;
  padding-bottom: 13px;
}

.tak-sf .contact-icon {
  align-items: center;
  background: var(--cyan);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.tak-sf .contact-organization .contact-icon {
  background: var(--magenta);
}

.tak-sf .contact-card strong {
  font-size: 1.25rem;
}

.tak-sf .contact-card a {
  color: var(--magenta);
  font-weight: 800;
}

.tak-sf .location {
  display: flex;
  flex-direction: column;
  font-size: 1.12rem;
  margin-top: 28px;
}

.tak-sf .location strong {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  font-size: 1.5rem;
}

.tak-sf .contact-photo {
  border: 12px solid white;
  clip-path: polygon(5% 0, 100% 4%, 96% 100%, 0 94%);
  height: 690px;
  transform: rotate(2deg);
}

.tak-sf .contact-photo img {
  object-position: 62% center;
}

/* Preserve the original photos and keep faces inside responsive crops. */
.tak-sf img[src$="sommerfest-hof.jpg"] {
  object-position: 55% 32%;
}

.tak-sf img[src$="buehne-saengerin.jpg"] {
  object-position: 45% 28%;
}

.tak-sf img[src$="akkordeon.jpg"] {
  object-position: 55% 27%;
}

.tak-sf img[src$="schlagzeugerin.jpg"] {
  object-position: 50% 28%;
}

.tak-sf img[src$="performance.jpg"] {
  object-position: 48% 27%;
}

.tak-sf img[src$="saxofon-gesang.jpg"] {
  object-position: 50% 30%;
}

.tak-sf img[src$="buehne-rot.jpg"] {
  object-position: 48% 24%;
}

.tak-sf img[src$="sommerfest-publikum.jpg"] {
  object-position: 52% center;
}

.tak-sf img[src$="kinderaktion.jpg"] {
  object-position: 42% center;
}

.tak-sf img[src$="technik.jpg"] {
  object-position: 50% center;
}

.tak-sf img[src$="essen.jpg"] {
  object-position: 44% center;
}

.tak-sf img[src$="schlagzeug-nah.jpg"] {
  object-position: 50% 40%;
}

.tak-sf img[src$="tak-ensemble.jpg"] {
  object-position: 54% 62%;
}

.tak-sf img[src$="tak-tanz.jpg"] {
  object-position: 50% 42%;
}

.tak-sf img[src$="tak-publikum.jpg"] {
  object-position: 48% 58%;
}

.tak-sf img[src$="tak-mikrofon.jpg"] {
  object-position: 51% 43%;
}

.tak-sf img[src$="tak-sommerfest-familien.jpg"] {
  object-position: 50% 54%;
}

.tak-sf img[src$="tak-open-air.jpg"] {
  object-position: 50% 43%;
}

.tak-sf footer {
  align-items: center;
  background: var(--paper);
  color: var(--navy);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  min-height: 135px;
  padding: 25px var(--page-gutter);
}

.tak-sf footer img {
  width: 200px;
}

.tak-sf footer p {
  font-weight: 750;
}

.tak-sf footer a {
  color: var(--magenta);
  font-weight: 850;
}

@keyframes hero-slide {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  4%,
  18% {
    opacity: 1;
  }
  22%,
  100% {
    opacity: 0;
    transform: scale(1.075);
  }
}

@media (min-width: 761px) {
  .tak-sf .hero {
    background: var(--navy);
  }

  .tak-sf .hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 248, 236, 0.98) 0%,
        rgba(255, 248, 236, 0.93) 35%,
        rgba(255, 248, 236, 0.7) 56%,
        rgba(7, 53, 117, 0.14) 78%,
        rgba(7, 53, 117, 0.28) 100%
      );
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
  }

  .tak-sf .hero-slideshow {
    display: block;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
  }

  .tak-sf .hero-slideshow img {
    animation: hero-slide 30s ease-in-out infinite;
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    width: 100%;
  }

  .tak-sf .hero-slideshow img:nth-child(1) {
    animation-delay: -0.7s;
    object-position: 52% center;
  }

  .tak-sf .hero-slideshow img:nth-child(2) {
    animation-delay: 5.3s;
    object-position: 52% center;
  }

  .tak-sf .hero-slideshow img:nth-child(3) {
    animation-delay: 11.3s;
    object-position: 52% 42%;
  }

  .tak-sf .hero-slideshow img:nth-child(4) {
    animation-delay: 17.3s;
    object-position: 42% center;
  }

  .tak-sf .hero-slideshow img:nth-child(5) {
    animation-delay: 23.3s;
    object-position: 50% 40%;
  }

  .tak-sf .hero-collage {
    display: none;
  }

  .tak-sf .hero .shape {
    opacity: 0.22;
    z-index: 2;
  }

  .tak-sf .hero-copy {
    max-width: 650px;
  }
}

@media (max-width: 1050px) {
  .tak-sf .support-alert {
    grid-template-columns: 1fr;
  }

  .tak-sf .support-alert-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .tak-sf .support-alert-facts article {
    align-content: start;
    grid-template-columns: 1fr;
  }

  .tak-sf .hero {
    min-height: 1100px;
  }

  .tak-sf .hero-collage {
    bottom: 165px;
    height: 480px;
    left: 6vw;
    top: auto;
    width: 88vw;
  }

  .tak-sf .photo-main {
    height: 390px;
    width: 72%;
  }

  .tak-sf .photo-small {
    height: 170px;
    width: 225px;
  }

  .tak-sf .photo-top {
    left: 0;
  }

  .tak-sf .photo-bottom {
    bottom: -10px;
    left: 12%;
  }

  .tak-sf .scribble-note {
    bottom: -5px;
  }

  .tak-sf .intro {
    grid-template-columns: 1fr;
  }

  .tak-sf .about,
  .tak-sf .contact {
    grid-template-columns: 1fr;
  }

  .tak-sf .about-images {
    min-height: 560px;
    order: 2;
  }

  .tak-sf .about-story-collage {
    grid-auto-rows: 230px;
    grid-template-columns: 1fr 1fr;
  }

  .tak-sf .about-story-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .tak-sf .about-story-photo-1,
  .tak-sf .about-story-photo-6 {
    grid-column: 1 / -1;
  }

  .tak-sf .about-story-photo-3,
  .tak-sf .about-story-photo-4 {
    grid-row: span 2;
  }

  .tak-sf .about-layout,
  .tak-sf .program-layout,
  .tak-sf .patron-layout {
    grid-template-columns: 1fr;
  }

  .tak-sf .program-photo {
    max-height: 650px;
  }

  .tak-sf .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tak-sf .impact-grid article:last-child {
    grid-column: 1 / -1;
  }

  .tak-sf .cost-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tak-sf .cost-card:last-child {
    grid-column: 1 / -1;
  }

  .tak-sf .contact-photo {
    height: 570px;
  }
}

@media (max-width: 760px) {
  .tak-sf .site-nav {
    height: 70px;
    padding: 8px 18px;
  }

  .tak-sf .brand {
    width: 150px;
  }

  .tak-sf .nav-links a:not(.nav-cta) {
    display: none;
  }

  .tak-sf .nav-cta {
    padding: 10px 17px;
  }

  .tak-sf .hero {
    min-height: 1120px;
    padding: 70px 20px 300px;
  }

  .tak-sf h1 {
    font-size: clamp(4.3rem, 22vw, 7rem);
  }

  .tak-sf .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tak-sf .hero-collage {
    bottom: 285px;
    left: 0;
    width: 100%;
  }

  .tak-sf .photo-main {
    height: 350px;
    right: -10px;
    width: 88%;
  }

  .tak-sf .photo-top {
    height: 145px;
    left: 4px;
    width: 185px;
  }

  .tak-sf .photo-bottom,
  .tak-sf .scribble-note {
    display: none;
  }

  .tak-sf .event-ribbon {
    grid-template-columns: 1fr 1fr;
    left: 20px;
    right: 20px;
  }

  .tak-sf .event-ribbon > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 116px;
    padding: 22px;
  }

  .tak-sf .event-ribbon > div:nth-child(2) {
    border-right: 0;
  }

  .tak-sf .event-ribbon > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .tak-sf .section {
    padding: 80px 22px;
  }

  .tak-sf .support-alert {
    gap: 42px;
  }

  .tak-sf .support-alert-facts {
    grid-template-columns: 1fr;
  }

  .tak-sf .support-alert-facts article {
    align-items: center;
    grid-template-columns: 58px 1fr;
  }

  .tak-sf .intro {
    gap: 45px;
  }

  .tak-sf .intro-image {
    height: 390px;
  }

  .tak-sf .about {
    padding-bottom: 60px;
  }

  .tak-sf .about-story-collage {
    gap: 12px;
    grid-auto-rows: 220px;
    grid-template-columns: 1fr;
    margin: 42px 0 46px;
  }

  .tak-sf .about-story-photo,
  .tak-sf .about-story-photo-1,
  .tak-sf .about-story-photo-3,
  .tak-sf .about-story-photo-4,
  .tak-sf .about-story-photo-6 {
    grid-column: 1;
    grid-row: auto;
  }

  .tak-sf .about-story-photo-3,
  .tak-sf .about-story-photo-4 {
    min-height: 310px;
  }

  .tak-sf .about-doodle-arrow {
    right: -8px;
  }

  .tak-sf .about-doodle-music {
    left: -7px;
  }

  .tak-sf .about-doodle-star {
    display: none;
  }

  .tak-sf .about-images {
    min-height: 470px;
  }

  .tak-sf .about-photo-one {
    height: 300px;
    width: 94%;
  }

  .tak-sf .about-photo-two {
    height: 260px;
    width: 78%;
  }

  .tak-sf .tak-format-grid {
    grid-template-columns: 1fr;
  }

  .tak-sf .tak-format-grid article:last-child {
    grid-column: auto;
  }

  .tak-sf .format-card {
    align-items: start;
    gap: 13px;
    grid-template-columns: 58px 1fr;
    padding: 18px;
  }

  .tak-sf .format-icon {
    font-size: 1.35rem;
    height: 54px;
    width: 54px;
  }

  .tak-sf .program-photo {
    min-height: 430px;
  }

  .tak-sf .impact-grid,
  .tak-sf .package-grid,
  .tak-sf .partner-notes,
  .tak-sf .cost-grid {
    grid-template-columns: 1fr;
  }

  .tak-sf .impact-grid article,
  .tak-sf .impact-grid article:last-child,
  .tak-sf .package,
  .tak-sf .package-main,
  .tak-sf .package-friend,
  .tak-sf .cost-card,
  .tak-sf .cost-card:last-child {
    grid-column: auto;
  }

  .tak-sf .impact-grid article {
    min-height: 0;
  }

  .tak-sf .package {
    padding: 22px;
  }

  .tak-sf .package-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tak-sf .package ul,
  .tak-sf .package-main ul {
    columns: 1;
  }

  .tak-sf .patron-list {
    padding: 18px;
  }

  .tak-sf .patron-list > div {
    gap: 8px;
    grid-template-columns: 92px 1fr;
  }

  .tak-sf .patron-list strong {
    font-size: 1.3rem;
  }

  .tak-sf .patron-photo {
    min-height: 480px;
  }

  .tak-sf .budget-total {
    font-size: 4.8rem;
  }

  .tak-sf .gallery-grid {
    display: flex;
    flex-direction: column;
  }

  .tak-sf .gallery-item {
    height: 300px;
    transform: none;
  }

  .tak-sf .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tak-sf .contact-photo {
    height: 460px;
  }

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

/*
 * WordPress/Elementor integration
 * Keep the landing page visually isolated from global theme styles and hide
 * legacy navigation/footer markup that may still be served by a page cache.
 */
.tak-sf > .site-nav,
.tak-sf > footer {
  display: none !important;
}

.tak-sf .hero h1 {
  font-family: var(--font-display), Impact, sans-serif !important;
  font-size: clamp(5rem, 9vw, 9.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 0.77 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.tak-sf .hero .eyebrow {
  color: var(--navy) !important;
  font-family: var(--font-body), Arial, sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.3 !important;
  margin: 0 0 20px !important;
}

.tak-sf .hero-lead {
  color: var(--ink) !important;
  font-family: var(--font-body), Arial, sans-serif !important;
  font-size: clamp(1.3rem, 2.1vw, 1.8rem) !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  margin: 42px 0 0 !important;
}

.tak-sf .button {
  border-radius: 999px !important;
  font-family: var(--font-body), Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  min-height: 54px !important;
  padding: 0 25px !important;
}

.tak-sf .button-primary {
  background: var(--magenta) !important;
  border-color: var(--magenta) !important;
  color: var(--white) !important;
}

.tak-sf .button-ghost {
  background: var(--paper) !important;
  border-color: var(--magenta) !important;
  color: var(--magenta) !important;
}

.tak-sf .patron-list,
.tak-sf .patron-list > div,
.tak-sf .patron-list strong,
.tak-sf .patron-list span {
  color: var(--navy) !important;
}

@media (min-width: 761px) {
  .tak-sf .hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 248, 236, 0.98) 0%,
        rgba(255, 248, 236, 0.94) 37%,
        rgba(255, 248, 236, 0.76) 55%,
        rgba(7, 53, 117, 0.18) 78%,
        rgba(7, 53, 117, 0.34) 100%
      ) !important;
  }
}

@media (max-width: 760px) {
  .tak-sf .hero h1 {
    font-size: clamp(4.3rem, 22vw, 7rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tak-sf {
    scroll-behavior: auto;
  }

  .tak-sf, .tak-sf *,
  .tak-sf *::before,
  .tak-sf *::after {
    transition-duration: 0.01ms !important;
  }

  .tak-sf .hero-slideshow img {
    animation: none !important;
    opacity: 0;
  }

  .tak-sf .hero-slideshow img:first-child {
    opacity: 1;
  }
}
