/* Additive styles for the fan sign-up block. Original stylesheet and interactions are unchanged. */
.keep-section{background:#fbf8f2;border-block:1px solid #dfd5cc;color:#34232c}
.keep-layout{max-width:1320px;margin:auto;padding:76px 7%;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:65px;align-items:center}
.keep-copy :is(h1,h2){font:400 73px/.94 'Cormorant Garamond',Georgia,serif;letter-spacing:-.045em;margin:21px 0}
.keep-copy :is(h1,h2) em{color:#4a273a}
.keep-intro{font-size:13px;line-height:1.9;max-width:400px;color:#786a6d;margin:0}
.keep-invitation{font:italic 29px/1.2 'Cormorant Garamond',Georgia,serif;margin:18px 0 24px}

.keep-form{max-width:530px}
.keep-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.keep-field{display:flex;flex-direction:column;gap:8px;min-width:0}
.keep-field label{font-size:10px;font-weight:600}
.keep-field label span{font-weight:400;color:#8b7c7a;letter-spacing:.04em}
.keep-field input{width:100%;border:1px solid #cfc0b2;background:#fffdf9;color:#34232c;border-radius:0;padding:13px 12px;font-size:12px;line-height:1.4;min-height:47px;max-width:100%}
.keep-field input::placeholder{color:#8b7c7a;opacity:1}
.keep-field input:disabled{background:#f1ebe1;color:#786a6d}
.keep-consent{font-size:10px;line-height:1.75;color:#786a6d;margin:14px 0 12px}
.keep-submit{width:100%;justify-content:space-between;min-height:50px}
.keep-submit .icon{width:18px;height:18px}
.keep-status{background:#eee4d7;border-left:2px solid #785738;font-size:12px;line-height:1.75;margin-top:16px;padding:13px 15px}
.keep-form.is-done .keep-status{background:#e8eddf;border-left-color:#596445}
.keep-privacy{font-size:10px;color:#786a6d;line-height:1.8;margin:16px 0 0;max-width:530px}

.keep-card-wrap{max-width:440px;width:100%;justify-self:center}
.keep-card{border-radius:12px;overflow:hidden;background:#4a273a;color:#fbf8f2;box-shadow:0 24px 55px #34232c21}
.keep-card-top{position:relative;isolation:isolate;padding:27px 29px 25px;min-height:330px}
.keep-card-top>img{position:absolute;width:50%;height:100%;right:0;top:0;object-fit:cover;object-position:50% 24%;opacity:.8;z-index:-2;mask-image:linear-gradient(90deg,transparent,black 50%);-webkit-mask-image:linear-gradient(90deg,transparent,black 50%)}
.keep-card-top:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#4a273a 22%,#4a273a77 73%,#4a273a30);z-index:-1}
.keep-card-artist{font-size:9px;letter-spacing:3px;color:#dfc396;margin:0}
.keep-card h3{font:400 60px/.91 'Cormorant Garamond',Georgia,serif;letter-spacing:-.035em;margin:32px 0 15px;position:relative}
.keep-card h3 em{color:#dfc396}
.keep-card-dedication{font-size:8px;letter-spacing:1px;margin:0;color:#e9dbcf}
.keep-card-tear{height:1px;border-top:1px dashed #dbc2998c;margin:0 19px;position:relative;z-index:2}
.keep-card-tear:before,.keep-card-tear:after{content:'';width:27px;height:27px;border-radius:50%;background:#fbf8f2;position:absolute;top:-14px}
.keep-card-tear:before{left:-33px}
.keep-card-tear:after{right:-33px}
.keep-card-stub{background:#f0e4d3;color:#34232c;padding:24px 27px}
.keep-card-stub>span{font-size:7px;letter-spacing:1.2px;color:#806847;display:block}
.keep-card-stub ul{list-style:none;margin:12px 0 0;padding:0}
.keep-card-stub li{font-size:12px;line-height:1.6;padding:0 0 0 17px;position:relative}
.keep-card-stub li+li{margin-top:9px}
.keep-card-stub li:before{content:'';position:absolute;left:0;top:8px;width:7px;height:1px;background:#a9916d}
.keep-card-caption{font-size:10px;color:#786a6d;text-align:center;margin:18px 0 0;line-height:1.6}

.fan-page .keep-section{border-top:0}
.fan-page .keep-layout{padding-top:65px}
.fan-top-links{display:flex;gap:24px;align-items:center;font-size:11px}
.keep-page-note{padding:22px 6%;font-size:11px;color:#786a6d;text-align:center;background:#f5f0e8}
.keep-page-note p{margin:0}

@media(max-width:1100px){
  .keep-layout{grid-template-columns:minmax(0,1fr) 355px;gap:35px;padding-inline:6%}
  .keep-copy :is(h1,h2){font-size:62px}
  .keep-card h3{font-size:52px}
  .keep-card-top{padding:25px;min-height:310px}
  .keep-card-stub{padding:22px}
  .keep-card-stub li{font-size:11px}
}
@media(max-width:760px){
  .keep-layout,.fan-page .keep-layout{grid-template-columns:1fr;padding:49px 6%;gap:33px}
  .keep-copy :is(h1,h2){font-size:65px;max-width:440px}
  .keep-intro{font-size:12px}
  .keep-invitation{font-size:28px}
  .keep-copy .eyebrow{font-size:9px}
  .keep-fields{grid-template-columns:1fr;gap:16px}
  .keep-field input{font-size:16px;min-height:48px}
  .keep-field input::placeholder{font-size:12px}
  .keep-consent{font-size:11px}
  .keep-card-wrap{max-width:420px}
  .keep-card h3{font-size:58px}
  .keep-card-top{min-height:320px}
  .keep-card-stub>span{font-size:7px}
  .keep-privacy{font-size:11px}
  .fan-page .site-header .wordmark{font-size:31px}
  .fan-top-links{gap:16px;font-size:10px}
  .fan-top-links a:first-child{display:none}
  .keep-page-note{font-size:10px}
}
@media(max-width:359px){
  .keep-copy :is(h1,h2){font-size:59px}
  .keep-card h3{font-size:51px}
  .keep-card-top{min-height:300px}
  .keep-card-stub{padding:20px}
  .keep-card-stub>span{font-size:6px}
}
