/* Generated; edit the listed source files, then rebuild. */

/* SOURCE: styles/editorial/01-grundregeln.css */

/* New content follows the existing cobalt, porcelain and pale-blue palette. */
.hero-business-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-height:58px;
  padding:17px 24px;
  color:white;
  border:1px solid #ffffffa6;
  background:#18203740;
  font-size:14px;
  font-weight:600;
  transition:background .25s,border-color .25s
}
.hero-business-link:hover {
  border-color:white;
  background:#18203780
}
.hero-bottom {
  border-top:0
}


/* SOURCE: styles/editorial/02-min-width-801px.css */

@media(min-width:801px) {
  .hero {
    height:auto;
    min-height:min(740px,max(570px,calc(100svh - 100px)));
    display:flex;
    flex-direction:column;
    justify-content:space-between
  }
  .hero-content {
    padding-bottom:40px
  }
  .hero-bottom {
    position:relative;
    inset:auto;
    margin:0 6vw
  }
}


/* SOURCE: styles/editorial/03-grundregeln.css */

.hero-actions>a {
  min-height:58px
}


/* SOURCE: styles/editorial/04-max-width-800px.css */

@media(max-width:800px) {
  .hero-business-link {
    min-height:48px;
    padding:14px 18px
  }
  .hero-actions>a {
    min-height:48px
  }
}


/* SOURCE: styles/editorial/05-max-width-480px.css */

@media(max-width:480px) {
  .hero-business-link {
    width:100%;
    justify-content:space-between
  }
}


/* SOURCE: styles/editorial/06-grundregeln.css */

/* End the collection viewport at the last card, with only the normal page gutter. */
.collection-track {
  padding-right:6vw;
  --card-width:calc((100% - 52px)/3)
}
.photo-credit {
  font-size:12px;
  line-height:1.5;
  font-style:normal
}
.people-image>.photo-credit {
  margin-top:4px
}
.page-hero-image>.photo-credit {
  position:absolute;
  top:16px;
  right:16px;
  max-width:calc(100% - 32px);
  padding:5px 9px;
  color:white;
  background:#172039d9
}
.audience-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px
}
.audience-card {
  display:flex;
  flex-direction:column;
  background:var(--cream);
  border:1px solid var(--border);
  min-width:0
}
.audience-image {
  overflow:hidden;
  aspect-ratio:1.95
}
.audience-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s
}
.audience-card:hover img {
  transform:scale(1.035)
}
.audience-copy {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:34px 36px 30px
}
.audience-copy .eyebrow {
  font-size:10px;
  letter-spacing:.13em;
  margin-bottom:17px
}
.audience-copy h3 {
  font-family:var(--serif);
  font-size:clamp(25px,2.4vw,38px);
  line-height:1.2;
  font-weight:400;
  letter-spacing:-.025em
}
.audience-copy>p:not(.eyebrow) {
  color:var(--muted-foreground);
  font-size:15px;
  line-height:1.85;
  max-width:470px;
  margin:18px 0 28px
}
.audience-copy>span {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:20px;
  margin-top:auto;
  border-top:1px solid var(--border);
  font-size:14px;
  font-weight:600
}
.audience-copy svg {
  flex-shrink:0
}
.audience-business {
  background:var(--primary);
  color:white;
  border-color:var(--primary)
}
.audience-business .eyebrow,.audience-business .audience-copy>p:not(.eyebrow) {
  color:#e0e6ff
}
.audience-business .audience-copy>span {
  border-color:#ffffff45
}
.business-navigation {
  display:flex;
  align-items:center;
  gap:40px;
  padding:0 6vw;
  border-bottom:1px solid var(--border);
  background:var(--background);
  max-width:100%;
  min-width:0
}
.business-navigation>span {
  font-size:10px;
  letter-spacing:.14em;
  white-space:nowrap;
  color:var(--muted-foreground)
}
.business-navigation>div {
  display:flex;
  gap:28px;
  overflow-x:auto;
  min-width:0;
  scrollbar-width:thin;
  scrollbar-color:#b6c3ea transparent
}
.business-navigation a {
  display:flex;
  align-items:center;
  min-height:65px;
  white-space:nowrap;
  font-size:13px;
  border-bottom:2px solid transparent;
  padding:8px 0
}
.business-navigation a[aria-current=page] {
  border-color:var(--primary);
  color:var(--primary);
  font-weight:600
}
.business-navigation a:hover {
  color:var(--primary)
}


/* SOURCE: styles/editorial/07-grundregeln.css */

.capability-section {
  background:var(--cream)
}
.capacity {
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:30px;
  border-top:1px solid var(--border);
  margin-top:55px;
  padding-top:34px
}
.capacity>div {
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px
}
.capacity>div+div {
  padding-left:28px;
  border-left:1px solid var(--border)
}
.capacity strong {
  font-family:var(--serif);
  font-size:clamp(28px,3.3vw,53px);
  font-weight:400;
  letter-spacing:-.045em;
  line-height:1.15;
  color:var(--primary);
  white-space:nowrap
}
.capacity strong>span {
  font-size:.64em;
  vertical-align:top;
  margin-left:3px
}
.capacity>div>span {
  font-size:13px;
  line-height:1.6;
  color:var(--muted-foreground);
  max-width:235px
}
.capacity-note {
  font-size:12px;
  line-height:1.75;
  color:var(--muted-foreground);
  margin-top:28px;
  max-width:800px
}
.business-intro .capacity {
  margin-top:8px
}
.references-section {
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background:var(--background);
  overflow:hidden
}
.references-carousel {
  min-width:0
}
.reference-heading {
  margin-bottom:23px
}
.reference-navigation {
  display:flex;
  gap:9px;
  align-items:center;
  flex-shrink:0
}
.reference-arrow {
  position:static!important;
  transform:none!important;
  margin:0!important;
  inset:auto!important;
  min-width:47px;
  min-height:47px;
  border-color:var(--border);
  color:var(--foreground);
  background:transparent
}
.reference-arrow:hover {
  background:var(--accent)
}
.reference-intro {
  max-width:700px;
  margin-bottom:36px;
  font-size:15px;
  line-height:1.8;
  color:var(--muted-foreground)
}
.reference-track {
  margin-left:-20px;
  touch-action:pan-y pinch-zoom
}
.reference-slide {
  flex-basis:25%;
  padding-left:20px;
  min-width:0
}
.reference-card {
  height:250px;
  display:flex;
  flex-direction:column;
  background:white;
  border:1px solid var(--border);
  padding:20px 23px
}
.reference-artwork {
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1;
  min-height:130px
}
.reference-artwork img {
  max-width:100%;
  width:180px;
  height:106px;
  object-fit:contain;
  filter:none;
  mix-blend-mode:normal
}
.reference-name-only {
  font-family:var(--sans);
  font-size:23px;
  line-height:1.3;
  font-weight:500;
  text-align:center;
  max-width:180px;
  color:var(--foreground)
}
.reference-caption {
  border-top:1px solid var(--border);
  padding-top:25px;
  margin-top:18px;
  min-height:55px
}
.reference-caption h3 {
  font-family:var(--sans);
  font-size:15px;
  line-height:1.5;
  font-weight:600;
  text-align :center;
  margin:0
}


/* SOURCE: styles/editorial/08-grundregeln.css */

.reference-caption p {
  font-size:10px;
  line-height:1.6;
  color:var(--muted-foreground);
  margin-top:4px
}
.reference-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:27px
}
.reference-position {
  font-size:12px;
  white-space:nowrap;
  color:var(--muted-foreground)
}
.reference-position strong {
  font-weight:500;
  color:var(--primary)
}
.reference-position>span {
  font-size:9px;
  letter-spacing:.12em;
  margin-left:17px
}
.shopping-guide,.business-brief {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8vw
}
.shopping-options {
  display:flex;
  flex-direction:column;
  gap:30px
}
.shopping-options article+article {
  border-top:1px solid var(--border);
  padding-top:30px
}
.shopping-options h3 {
  font-size:23px;
  line-height:1.3;
  margin-bottom:15px
}
.shopping-options p,.business-brief>div>p:not(.eyebrow) {
  font-size:15px;
  line-height:1.85;
  color:var(--muted-foreground);
  margin-bottom:15px
}
.business-brief>div>p:not(.eyebrow) {
  margin-top:25px
}
.audience-switch {
  background:var(--accent);
  display:flex;
  gap:40px;
  align-items:center;
  justify-content:space-between;
  padding-top:50px;
  padding-bottom:50px
}
.audience-switch .eyebrow {
  margin-bottom:15px;
  font-size:10px
}
.audience-switch h3 {
  font-family:var(--serif);
  font-size:28px;
  font-weight:400;
  line-height:1.3
}
.audience-switch p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted-foreground);
  margin-top:12px;
  line-height:1.8
}
.audience-switch .text-link {
  flex-shrink:0
}
.brief-list {
  list-style:none;
  margin:0;
  padding:0
}
.brief-list li {
  display:flex;
  gap:16px;
  padding:19px 0;
  border-top:1px solid var(--border)
}
.brief-list svg {
  flex-shrink:0;
  margin-top:3px;
  color:var(--primary)
}
.brief-list strong {
  font-size:15px;
  font-weight:500
}
.brief-list p {
  font-size:14px;
  line-height:1.7;
  color:var(--muted-foreground);
  margin-top:6px
}
.method-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px
}
.method-grid article {
  padding-top:25px;
  border-top:1px solid var(--border)
}
.method-number {
  font-family:var(--serif);
  font-size:40px;
  color:var(--primary);
  line-height:1
}


/* SOURCE: styles/editorial/09-grundregeln.css */

.method-grid h3 {
  font-size:25px;
  margin:25px 0 16px
}
.method-grid p,.finish-grid p {
  font-size:15px;
  line-height:1.85;
  color:var(--muted-foreground)
}
.finish-section,.raw-checklist {
  background:var(--cream)
}
.finish-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:var(--border);
  border:1px solid var(--border)
}
.finish-grid article {
  padding:35px;
  background:var(--background)
}
.finish-grid article>span {
  font-size:10px;
  letter-spacing:.12em;
  color:var(--muted-foreground)
}
.finish-grid h3 {
  font-size:25px;
  line-height:1.35;
  margin:20px 0 15px
}
.finish-grid .finish-relief {
  grid-column:1/-1;
  background:var(--accent)
}
.finish-relief p {
  max-width:770px
}
.finish-relief .text-link {
  margin-top:20px
}
.technical-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8vw;
  background:#182053;
  color:white;
  align-items:start;
  scroll-margin-top:110px
}
.technical-section h2 em {
  color:#d2dcfa
}
.technical-label {
  display:inline-block;
  font-size:10px;
  letter-spacing:.12em;
  padding:10px 13px;
  border:1px solid #ffffff50;
  color:#e0e6ff;
  margin-bottom:25px
}
.technical-section h3 {
  font-family:var(--serif);
  font-weight:400;
  font-size:30px;
  line-height:1.3;
  margin-bottom:25px
}
.technical-section p:not(.eyebrow) {
  font-size:15px;
  line-height:1.9;
  color:#d3dcf1;
  margin-bottom:20px
}
.case-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px
}
.case-grid article {
  padding:35px;
  border:1px solid var(--border);
  background:var(--cream);
  min-width:0
}
.case-icon {
  display:flex;
  gap:15px;
  align-items:center;
  margin-bottom:32px;
  color:var(--primary)
}
.case-icon span {
  font-size:10px;
  letter-spacing:.1em
}
.case-grid h3 {
  font-family:var(--serif);
  font-size:30px;
  line-height:1.3;
  font-weight:400;
  margin-bottom:20px
}
.case-grid p:not(.eyebrow) {
  font-size:15px;
  color:var(--muted-foreground);
  line-height:1.85;
  margin-bottom:16px
}
.robot-case>img {
  width:125px;
  height:125px;
  object-fit:cover;
  float:right;
  margin:0 0 22px 22px
}
.robot-case .eyebrow {
  font-size:10px;
  margin-bottom:16px
}
.source-link {
  display:inline-flex;
  gap:9px;
  align-items:center;
  line-height:1.7;
  font-size:12px;
  border-bottom:1px solid var(--border);
  padding:8px 0;
  color:var(--muted-foreground);
  margin-top:20px;
  max-width:100%
}


/* SOURCE: styles/editorial/10-grundregeln.css */

.source-link svg {
  flex-shrink:0
}
.source-link:hover {
  color:var(--primary);
  border-color:var(--primary)
}
.research .source-link {
  color:#d8e2ff;
  border-color:#ffffff50
}
.contact-audiences {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  max-width:950px;
  margin-top:40px;
  border-top:1px solid var(--border);
  padding-top:26px
}
.contact-audiences strong {
  font-size:16px;
  font-weight:500
}
.contact-audiences p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted-foreground);
  margin-top:10px
}
.related>.text-link {
  margin-top:28px
}
#formgebung,#veredelung {
  scroll-margin-top:100px
}


/* SOURCE: styles/editorial/11-min-width-1600px.css */

@media(min-width:1600px) {
  .reference-card {
    height:280px
  }
  .reference-artwork img {
    width:195px;
    height:118px
  }
}


/* SOURCE: styles/editorial/12-max-width-1100px.css */

@media(max-width:1100px) {
  .business-navigation {
    gap:25px
  }
  .business-navigation>div {
    gap:22px
  }
  .reference-slide {
    flex-basis:33.3333%
  }
  .method-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:40px 28px
  }
  .audience-copy {
    padding:28px
  }
  .capacity strong {
    font-size:35px
  }
  .capacity>div+div {
    padding-left:20px
  }
  .capacity {
    gap:20px
  }
  .case-grid article {
    padding:28px
  }
  .robot-case>img {
    float:none;
    width:100%;
    height:190px;
    object-fit:contain;
    object-position:left;
    margin:0 0 25px
  }
}


/* SOURCE: styles/editorial/13-max-width-760px.css */

@media(max-width:760px) {
  .audience-grid,.shopping-guide,.business-brief,.technical-section,.case-grid {
    grid-template-columns:1fr;
    gap:32px
  }
  .audience-image {
    aspect-ratio:1.85
  }
  .audience-copy {
    padding:27px 24px
  }
  .audience-copy h3 {
    font-size:29px
  }
  .business-navigation {
    display:block;
    padding:12px 5vw 0
  }
  .business-navigation>span {
    display:block;
    margin-bottom:3px
  }
  .business-navigation>div {
    gap:24px
  }
  .business-navigation a {
    min-height:50px;
    font-size:12px
  }
  .capacity {
    grid-template-columns:1fr;
    margin-top:35px;
    gap:22px;
    padding-top:25px
  }
  .capacity>div {
    gap:7px
  }
  .capacity>div+div {
    padding-left:0;
    padding-top:22px;
    border-left:0;
    border-top:1px solid var(--border)
  }
  .capacity strong {
    font-size:42px
  }
  .capacity>div>span {
    max-width:none
  }
  .reference-slide {
    flex-basis:46%
  }
  .reference-heading {
    align-items:flex-start;
    gap:22px
  }
  .reference-heading h2 {
    font-size:35px
  }
  .reference-navigation {
    gap:6px
  }
  .reference-navigation .round-button,.reference-arrow {
    min-width:44px;
    min-height:44px;
    width:44px;
    height:44px
  }
  .reference-card {
    padding:17px;
    height:246px
  }
  .reference-artwork img {
    width:150px;
    height:96px
  }
  .reference-name-only {
    font-size:21px
  }
  .reference-footer {
    align-items:flex-start
  }
  .reference-position>span {
    display:block;
    margin:5px 0 0
  }
  .reference-footer .text-link {
    font-size:12px;
    gap:12px
  }
  .reference-intro {
    font-size:14px
  }
  .audience-switch {
    flex-direction:column;
    align-items:flex-start;
    gap:24px
  }
  .finish-grid {
    grid-template-columns:1fr
  }
  .finish-grid .finish-relief {
    grid-column:auto
  }
  .finish-grid article {
    padding:27px
  }
  .technical-section h3 {
    font-size:28px
  }
  .technical-section .technical-label {
    font-size:9px
  }
  .contact-audiences {
    gap:23px;
    grid-template-columns:1fr
  }
  .contact-audiences>div+div {
    border-top:1px solid var(--border);
    padding-top:23px
  }
  .robot-case>img {
    width:125px;
    height:125px;
    float:right;
    margin:0 0 20px 20px
  }
}


/* SOURCE: styles/editorial/14-max-width-480px.css */

@media(max-width:480px) {
  .reference-heading {
    flex-direction:column
  }
  .reference-navigation {
    align-self:flex-end;
    margin-top:-4px
  }
  .reference-slide {
    flex-basis:75%
  }
  .reference-track {
    margin-left:-14px
  }
  .reference-slide {
    padding-left:14px
  }
  .reference-card {
    height:248px
  }
  .reference-footer {
    gap:16px
  }
  .reference-footer .text-link {
    max-width:210px
  }
  .method-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .method-grid h3 {
    margin-top:18px
  }
  .audience-copy .eyebrow {
    font-size:9px
  }
  .hero-business-link {
    font-size:14px
  }
  .robot-case>img {
    float:none;
    width:110px;
    height:110px;
    margin:0 0 25px
  }
}


/* SOURCE: styles/editorial/15-prefers-reduced-motion-reduce.css */

@media(prefers-reduced-motion:reduce) {
  .audience-image img {
    transition:none
  }
  .audience-card:hover img {
    transform:none
  }
}


/* SOURCE: styles/editorial/16-marketing-feedback.css */

/* Marketing feedback, 21 September 2026: clear routes and product actions. */
.hero .hero-offer {
  font-family:var(--sans);
  font-size:clamp(16px,1.35vw,21px);
  font-weight:400;
  letter-spacing:0;
  line-height:1.5;
  margin:0 0 18px;
}
.hero .hero-claim {
  font-size:clamp(38px,5.3vw,82px);
  letter-spacing:-.05em;
  line-height:1.08;
  margin:0 0 26px;
  color:inherit;
}
.hero-content {padding-top:70px;padding-bottom:110px;}
.hero-content > p:not(.eyebrow) {max-width:710px;}
.audience-grid {grid-template-columns:repeat(3,minmax(0,1fr));}
.audience-copy {display:flex;flex-direction:column;height:100%;}
.audience-card {display:flex;flex-direction:column;min-width:0;}
.audience-image {flex-shrink:0;}
.audience-copy > span {margin-top:auto;padding-top:24px;}
.audience-events {background:#e8edf7;}
.audience-events .audience-image {background:#e8edf7;}
/* Use visible artwork bounds, rather than the unequal whitespace in logo files. */
.reference-logo {position:relative;display:block;flex:none;overflow:hidden;width:135px;height:110px;}
.reference-artwork .reference-logo img {display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;}
.reference-logo--melitta {width:160px;height:115px;}
.reference-logo--baudentour {width:130px;height:130px;}
.reference-logo--zwilling {width:90px;height:110px;}
.reference-logo--saxenstudio {width: 135px; height: 115px;}
.reference-logo--plauen{width: 135px; height: 115px;}
.reference-logo--arzberger{width: 150px; height: 130px;}
.reference-artwork .reference-logo--zwilling img {position:absolute;width:212.3px;height:148.6px;left:-60.3px;top:-19.5px;}
/* The original Wilthen wordmark is white; show the complete crest above its caption. */
.reference-logo--wilthen {width:95px;height:105px;}
.reference-artwork .reference-logo--wilthen img {position:absolute;width:319.6px;height:105px;left:0;top:0;}
.reference-logo--schneeberg {width:135px;height:118px;}
.reference-artwork .reference-logo--schneeberg img {position:absolute;width:236.1px;height:217.6px;left:-50.5px;top:-51.2px;}
/* Real gaps keep complete desktop cards inside the scroll viewport. */
.reference-track {margin-left:0;gap:20px;}
.reference-slide {padding-left:0;flex-basis:calc((100% - 60px) / 4);}
@media(max-width:1100px) {
  .reference-slide {flex-basis:calc((100% - 40px) / 3);}
}
@media(max-width:760px) {
  .reference-track {gap:14px;}
  .reference-slide {flex-basis:calc((100% - 14px) / 2);}
}
@media(max-width:480px) {
  .reference-slide {flex-basis:85%;}
}
.collection-card {min-width:0;display:flex;flex-direction:column;}
.collection-card .collection-image {display:block;flex-shrink:0;}
.collection-card .card-title h3 {font-size:23px;line-height:1.3;}
.collection-card .collection-availability {font-size:12px;color:var(--muted-foreground);line-height:1.6;margin-top:15px;}
.collection-card .collection-action {margin-top:auto;padding-top:18px;white-space:normal;line-height:1.5;}
.collection-card .collection-action svg {flex-shrink:0;}
.collection-track .card-summary {display:block;font-size:14px;}
.collection-track .card-title h3 {font-size:21px;}
.collection-footer {justify-content:flex-end;}
.business-brief > div > p:not(.eyebrow) {margin-top:22px;}
.business-brief > div > .text-link {margin-top:22px;}
.product-development > article {max-width:850px;}
.product-development > article > p:not(.eyebrow) {line-height:1.85;color:var(--muted-foreground);margin-top:24px;}
.product-development .check-list {margin:24px 0 50px;}
.product-development .process-tabs {margin-top:45px;}
.innovation-cases .case-grid {grid-template-columns:repeat(3,minmax(0,1fr));}
.innovation-cases .robot-case {display:block;}
.innovation-cases .robot-case > img {float:right;width:100px;height:110px;margin:0 0 20px 20px;object-fit:cover;}
.innovation-cases .case-grid h3 {font-size:26px;}
.about-next-steps {display:grid;grid-template-columns:1fr 1fr;}
.about-next-steps .about-next-step {display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:28px;padding:65px 6vw;min-width:0;}
.about-next-step:last-child {background:#e8edf7;}
.about-next-step h2 {font-size:clamp(30px,3vw,48px);}
.about-next-step .button {white-space:normal;line-height:1.5;}
#anfrage {scroll-margin-top:110px;}
/* Separate the business enquiry link from the six product cards. */
.products-business-link {
  margin:0 6vw 72px;
  padding:36px 0 0;
  background:transparent;
  border-top:1px solid var(--border);
}
@media(max-width:1100px) {
  .audience-grid {grid-template-columns:1fr 1fr;}
  .audience-events {grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;}
  .audience-events .audience-image {height:100%;min-height:230px;}
  .innovation-cases .case-grid {grid-template-columns:1fr;}
}
@media(max-width:800px) {
  .products-business-link {margin-bottom:44px;padding-top:28px;}
  .hero-content {padding-top:45px;padding-bottom:100px;}
  .hero .hero-claim {font-size:clamp(35px,7.5vw,58px);}
  .audience-grid {grid-template-columns:1fr;}
  .audience-events {display:flex;grid-column:auto;}
  .audience-events .audience-image {height:auto;min-height:0;}
  .about-next-steps {grid-template-columns:1fr;}
  .about-next-steps .about-next-step {padding:48px 6vw;}
}


/* SOURCE: styles/editorial/17-home-film.css */

/* A visible film entry in the hero and directly below it. */
.hero-bottom .hero-film-trigger {
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 18px;
  border:1px solid #ffffff90;
  border-radius:2px;
  background:#18205380;
  color:#fff;
  font-size:14px;
  line-height:1.5;
  text-align:left;
}
.hero-film-trigger:hover {background:#182053;}
.hero-film-trigger svg {flex-shrink:0;}
.home-film {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  align-items:center;
  gap:clamp(32px,5vw,88px);
  padding:clamp(36px,5vw,80px) 6vw;
  background:#182053;
  color:#fff;
}
.home-film-preview {
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#101630;
  color:#fff;
  text-align:left;
}
.home-film-preview::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#101630eb,transparent 55%);
  pointer-events:none;
}
.home-film-preview>img {width:100%;height:100%;object-fit:cover;}
.home-film-play {
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  width:clamp(58px,6vw,88px);
  aspect-ratio:1;
  border:1px solid #ffffffa0;
  border-radius:50%;
  background:#f7f9ff;
  color:#182053;
}
.home-film-play svg {width:26px;height:26px;margin-left:4px;}
.home-film-preview:hover .home-film-play {background:#dce5ff;}
.home-film-caption {
  position:absolute;
  z-index:1;
  bottom:20px;
  left:24px;
  right:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:14px;
}
.home-film-caption svg {flex-shrink:0;}
.home-film-copy {min-width:0;}
.home-film-copy .eyebrow {color:#c5d1fb;margin-bottom:20px;}
.home-film-copy h2 {font-size:clamp(30px,3.4vw,54px);}
.home-film-copy>p:not(.eyebrow) {margin-top:24px;max-width:460px;color:#e0e5f5;line-height:1.85;}
.home-film-note {display:block;margin-top:28px;padding-top:20px;border-top:1px solid #ffffff30;font-size:12px;letter-spacing:.04em;color:#c5d1fb;}
.hero-film-trigger:focus-visible,.home-film-preview:focus-visible {outline:3px solid #fff;outline-offset:5px;}
@media(max-width:800px) {
  .hero-bottom {flex-wrap:wrap;}
  .hero-bottom .hero-film-trigger {flex-basis:100%;justify-content:center;}
  .home-film {grid-template-columns:minmax(0,1fr);gap:28px;padding:40px 6vw;}
  .home-film-copy {grid-row:1;}
  .home-film-copy>p:not(.eyebrow) {max-width:none;margin-top:18px;}
  .home-film-note {display:none;}
  .home-film-caption {left:16px;right:16px;bottom:14px;font-size:13px;}
}
