/* Shared with the admin preview. Uses each invitation's existing theme. */
.studio-brand{box-sizing:border-box;padding:0 25px 38px;background:var(--page-color,#23040c);color:var(--page-text,#fff);text-align:center;font:14px/1.5 Arial,sans-serif;overflow-wrap:anywhere}
.studio-brand *, .studio-brand *:before,.studio-brand *:after{box-sizing:border-box}
.studio-brand [hidden]{display:none!important}
.studio-brand__rule{display:flex;align-items:center;gap:13px;margin:0 auto 23px;max-width:180px;color:var(--accent-color,#c79b3b);font:15px Georgia,serif}
.studio-brand__rule:before,.studio-brand__rule:after{content:"";height:1px;flex:1;background:currentColor;opacity:.5}
.studio-brand a{color:inherit;text-decoration:none}
.studio-brand__identity{display:inline-flex;max-width:100%;align-items:center;justify-content:center;gap:12px;text-align:left}
.studio-brand__identity>span:last-child{min-width:0}
.studio-brand__identity small{display:block;margin-bottom:2px;font:10px/1.5 Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;opacity:.7}
.studio-brand__name{display:block;font:600 25px/1.2 Georgia,serif;letter-spacing:-.4px}
.studio-brand__mark{flex:0 0 48px;display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--accent-color,#c79b3b);border-radius:15px;color:var(--accent-color,#c79b3b);background:linear-gradient(140deg,#ffffff0f,transparent)}
.studio-brand__logo{display:grid;place-items:center;flex:0 0 66px;min-height:48px;max-width:66px}
.studio-brand__logo img{display:block;max-width:66px;width:auto;max-height:60px;height:auto;object-fit:contain}
.studio-brand__tagline{max-width:290px;margin:17px auto 19px;font:12px/1.7 Arial,sans-serif;opacity:.78}
.studio-brand__cta{display:inline-flex;align-items:center;justify-content:center;gap:14px;max-width:100%;min-height:47px;padding:12px 21px;margin-top:3px;border:1px solid var(--accent-color,#c79b3b);border-radius:999px;background:linear-gradient(120deg,#ffffff0c,#ffffff03);font:600 12px/1.5 Arial,sans-serif;transition:background .2s,border-color .2s}
.studio-brand__cta>span:last-child{font-size:19px;line-height:1;flex-shrink:0;color:var(--accent-color,#c79b3b)}
.studio-brand__cta:hover{background:#ffffff15}
.studio-brand a:focus-visible{outline:2px solid currentColor;outline-offset:5px}
@media(max-width:360px){.studio-brand{padding-right:18px;padding-left:18px}.studio-brand__name{font-size:23px}}
@media(prefers-reduced-motion:reduce){.studio-brand__cta{transition:none}}
