/* Branch-specific art and request forms; inherited motion controls remain in force. */
.sector-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 12px;
}
.sector-filters button {
  border: 1px solid #bccbc3;
  border-radius: 30px;
  background: transparent;
  color: #203b2f;
  padding: 12px 18px;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.sector-filters button[aria-pressed="true"] {
  background: #203b2f;
  color: white;
}
.sector-result {
  font-size: 14px;
  color: #4a6155;
  margin: 0 0 26px;
}
.sector-hero-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 20px;
  opacity: 0.85;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.sector-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 64px 0;
}
.sector-hero-grid > * {
  min-width: 0;
}
.sector-hero-grid .signature-copy {
  padding: 0;
}
.sector-hero-grid .signature-copy h1 {
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.sector-hero-grid .signature-copy p {
  max-width: 420px;
}
.sector-art {
  margin: 0;
  min-width: 0;
}
.sector-art > svg {
  width: 100%;
  height: auto;
  display: block;
}
.sector-art figcaption,
.film-frames > small,
.makeup-art > small {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  padding-top: 12px;
  opacity: 0.9;
}
.signature-video,
.signature-visagistik,
.signature-hund,
.signature-katze,
.signature-musikunterricht,
.signature-nachhilfe {
  padding: 32px 44px 20px;
}
.signature-video {
  background: #172722;
  color: #f6f1e7;
}
.signature-video .signature-copy h1 em {
  color: #e5b877;
}
.signature-video .btn {
  background: #e5b877;
  color: #172722;
}
.signature-video .signature-copy p,
.signature-video .signature-secondary,
.signature-video .signature-meta {
  color: #e5e9e3;
}
.signature-video .sector-hero-grid {
  grid-template-columns: 1fr 1.05fr;
}
.film-frames {
  display: grid;
  gap: 20px;
  transform: rotate(-2deg);
}
.film-frames figure {
  margin: 0;
  position: relative;
  border: 7px solid #0d1c18;
  background: #0d1c18;
  color: #fff;
}
.film-frames figure:nth-child(2) {
  margin-left: 40px;
  transform: rotate(4deg);
}
.film-frames img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.film-frames figcaption {
  font-size: 11px;
  padding: 8px;
}
.signature-visagistik {
  background: #f4e8e1;
  color: #512f36;
}
.signature-visagistik .sector-hero-grid {
  grid-template-columns: 1fr 0.85fr;
}
.makeup-art {
  position: relative;
  padding: 15px;
  background: #dfc4b5;
  border-radius: 180px 180px 5px 5px;
}
.makeup-art img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 160px 160px 4px 4px;
}
.makeup-art > div {
  display: flex;
  gap: 8px;
  margin-top: -20px;
  position: relative;
  justify-content: center;
}
.makeup-art span {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #f4e8e1;
  background: #b8886c;
}
.makeup-art span:nth-child(2) {
  background: #814d51;
}
.makeup-art span:nth-child(3) {
  background: #dfb3a4;
}
.signature-hund {
  background: #eff2e3;
  color: #263e2c;
}
.signature-hund .signature-copy h1 {
  font-family: var(--font-sans, sans-serif);
  font-weight: 650;
}
.signature-hund .signature-copy h1 em {
  font-style: normal;
  color: #88603a;
}
.signature-katze {
  background: #f6eddf;
  color: #503b32;
}
.signature-katze .sector-hero-grid {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}
.signature-katze .signature-copy h1 em {
  color: #926446;
}
.signature-musikunterricht {
  background: #e6eee8;
  color: #233e35;
}
.signature-musikunterricht .sector-art {
  transform: rotate(-3deg);
}
.signature-nachhilfe {
  background: #f7f1dc;
  color: #3c493e;
}
.signature-nachhilfe .signature-copy h1 {
  font-family: var(--font-sans, sans-serif);
  font-weight: 650;
}
.signature-nachhilfe .signature-copy h1 em {
  font-style: normal;
  color: #9a4c32;
}
.sector-portfolio-art {
  max-width: 700px;
  margin: 30px auto;
}
.sector-portfolio-art > svg,
.about-illustration > svg {
  width: 100%;
  height: auto;
  display: block;
}
.sector-portfolio-art .film-frames {
  color: #233e35;
}
.sector-portfolio-art .makeup-art {
  max-width: 420px;
  margin: auto;
}
.sector-mini {
  background: #e9ede2;
  color: #233e35;
}
.sector-mini > b {
  position: relative;
  z-index: 2;
  display: block !important;
  max-width: 65%;
  font-size: clamp(24px, 2.5vw, 38px) !important;
  padding: 24px 0 0;
  line-height: 1.08;
}
.sector-mini .mini-sector-art {
  position: absolute;
  right: -5%;
  bottom: -6%;
  width: 63%;
  pointer-events: none;
}
.sector-mini .mini-sector-art > svg {
  width: 100%;
  height: auto;
}
.sector-mini .mini-sector-art img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.sector-mini .mini-sector-art small,
.sector-mini figcaption {
  display: none;
}
.sector-mini .film-frames {
  gap: 8px;
}
.sector-mini .film-frames figure {
  border-width: 4px;
}
.sector-mini .film-frames figure:nth-child(2) {
  margin-left: 16px;
}
.sector-mini .makeup-art {
  padding: 6px;
}
.sector-mini .makeup-art img {
  aspect-ratio: 4/5;
}
.sector-mini .makeup-art span {
  width: 25px;
  height: 25px;
}
.mini-video {
  background: #172722;
  color: #f5ece0;
}
.mini-visagistik {
  background: #f0dfd5;
  color: #512f36;
}
.mini-katze {
  background: #f1e7d7;
  color: #503b32;
}
.mini-nachhilfe {
  background: #f5eed5;
  color: #3c493e;
}
.mini-musikunterricht {
  background: #dfebe3;
}
.booking-flow-note {
  max-width: 780px;
  font-size: 15px;
  line-height: 1.7;
  color: #43594b;
}
.intake-fields {
  border: 0;
  border-bottom: 1px solid #ccd4cd;
  padding: 0 0 24px;
  margin: 0 0 24px;
  min-width: 0;
}
.intake-fields legend {
  font-weight: 650;
  margin: 0 0 18px;
  padding: 0;
  font-size: 16px;
}
.intake-fields .form-grid {
  grid-template-columns: 1fr;
}
.intake-fields small {
  display: block;
  line-height: 1.6;
  color: #58695e;
  margin-top: 12px;
}
.intake-fields input,
.intake-fields select {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.intake-summary {
  background: #f1f4ee;
  border: 1px solid #c5d0c3;
  border-radius: 12px;
  padding: 18px;
  margin: 22px 0;
  color: #243c2c;
}
.intake-summary h3 {
  font-size: 16px;
  margin: 0 0 12px;
}
.intake-summary dl {
  margin: 0;
}
.intake-summary dl div {
  padding: 8px 0;
  border-bottom: 1px solid #c5d0c3;
}
.intake-summary dt {
  font-size: 12px;
  color: #50614f;
}
.intake-summary dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  font-size: 14px;
}
.intake-summary p {
  font-size: 12px;
  line-height: 1.65;
  margin-bottom: 0;
}
.asset-video {
  background: #172722;
  color: #f4e8d5;
}
.asset-video .brand-symbol {
  filter: brightness(0) invert(1);
}
.asset-visagistik {
  background: #f0dfd5;
  color: #512f36;
}
.asset-hund {
  background: #e9ede2;
  color: #233e35;
}
.asset-katze {
  background: #f1e7d7;
  color: #503b32;
}
.asset-musikunterricht {
  background: #dfebe3;
  color: #233e35;
}
.asset-nachhilfe {
  background: #f5eed5;
  color: #3c493e;
}
.asset-nachhilfe .asset-copy h2,
.asset-hund .asset-copy h2 {
  font-family: var(--font-sans, sans-serif);
  font-weight: 650;
}
.tier-bronze .sector-hero-grid {
  padding: 32px 0;
  gap: 32px;
}
.tier-bronze .sector-hero-top {
  display: none;
}
.tier-bronze .sector-art {
  max-width: 340px;
  margin: auto;
}
.tier-bronze .sector-hero-grid .signature-copy h1 {
  font-size: clamp(34px, 3.6vw, 51px);
}
@media (max-width: 900px) {
  .sector-hero-grid,
  .signature-video .sector-hero-grid,
  .signature-visagistik .sector-hero-grid,
  .signature-katze .sector-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0;
  }
  .sector-art {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .sector-hero-top {
    font-size: 10px;
  }
  .sector-mini > b {
    font-size: 26px !important;
  }
  .tier-bronze .sector-hero-grid {
    grid-template-columns: 1fr;
  }
  .sector-hero-grid .signature-copy h1 {
    font-size: clamp(34px, 6.3vw, 52px);
  }
}
@media (max-width: 540px) {
  .signature-video,
  .signature-visagistik,
  .signature-hund,
  .signature-katze,
  .signature-musikunterricht,
  .signature-nachhilfe {
    padding: 22px 18px 16px;
  }
  .sector-hero-top {
    flex-direction: column;
    gap: 8px;
  }
  .sector-hero-grid .signature-copy h1,
  .tier-bronze .sector-hero-grid .signature-copy h1 {
    font-size: clamp(28px, 8.1vw, 39px);
  }
  .sector-hero-grid {
    padding: 32px 0;
  }
  .sector-filters {
    gap: 7px;
  }
  .sector-filters button {
    padding: 10px 12px;
    font-size: 12px;
  }
  .sector-mini > b {
    font-size: 23px !important;
    max-width: 64%;
  }
  .sector-mini .mini-sector-art {
    width: 64%;
  }
  .sector-portfolio-art {
    padding: 12px;
  }
  .intake-fields input[type="date"] {
    font-size: 14px;
  }
}
.signature-site .signature-video .signature-copy h1,
.signature-site .signature-video .signature-copy .eyebrow {
  color: #f6f1e7;
}
.project-mini.sector-mini > b {
  position: absolute;
  top: 52px;
  left: 18px;
  padding: 0;
  max-width: 85%;
  font-size: 30px !important;
  line-height: 1.03;
}
.project-mini.sector-mini .mini-sector-art {
  bottom: -35px;
  width: 68%;
  right: -7%;
}
.project-mini.mini-video .mini-sector-art {
  width: 53%;
  bottom: 0;
  right: -4%;
  opacity: 0.65;
}
.project-mini.mini-visagistik .mini-sector-art {
  width: 51%;
  bottom: -10px;
  right: 0;
}
.project-mini.sector-mini .mini-sector-art small,
.project-mini.sector-mini .mini-sector-art figcaption {
  display: none;
}
.film-frames > small {
  margin: 0;
  transform: rotate(2deg);
}
@media (max-width: 540px) {
  .signature-site .sector-hero-grid .signature-copy h1,
  .signature-site.tier-bronze .sector-hero-grid .signature-copy h1 {
    font-size: clamp(28px, 8.1vw, 39px) !important;
  }
  .project-mini.sector-mini > b {
    top: 44px;
    left: 12px;
    font-size: 22px !important;
  }
  .project-mini.sector-mini .mini-sector-art {
    width: 78%;
    bottom: -23px;
  }
  .project-mini.mini-video .mini-sector-art {
    bottom: 0;
    width: 65%;
  }
  .project-mini.mini-visagistik .mini-sector-art {
    bottom: -16px;
    width: 62%;
  }
}
/* WebKit must shrink the native select when a long sector label is selected. */
.brand-identity .field select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.brand-identity > div {
  min-width: 0;
}
#brand-profile {
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 28px;
  background-image:
    linear-gradient(45deg, transparent 50%, #43594b 50%),
    linear-gradient(135deg, #43594b 50%, transparent 50%);
  background-position:
    calc(100% - 15px) 50%,
    calc(100% - 10px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
