.about-layout{box-sizing:border-box;width:100%;max-width:120rem;margin:0 auto}.about-left{box-sizing:border-box;flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.about-right{box-sizing:border-box;flex-direction:column;align-items:stretch;width:100%;display:flex}.social-media-links{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:stretch;gap:1.5rem;width:100%;max-width:56rem;margin:0 auto;padding:1.5rem 0;display:flex}.social-button-container{justify-content:center;width:100%;margin-bottom:.75rem;display:flex}.social-button-container:last-child{margin-bottom:0}#comic-thumbnail{object-fit:cover;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:4px solid #ffffff80;border-radius:1.5rem;width:12rem;height:12rem;margin:0 auto;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);animation:.6s cubic-bezier(.68,-.55,.265,1.55) .1s both floatIn;box-shadow:0 8px 32px #ff7c004d,0 4px 16px #0003,inset 0 2px 4px #ffffff4d}#comic-thumbnail:hover{border-color:#fffc;transform:scale(1.08)rotate(2deg);box-shadow:0 12px 40px #ff7c0066,0 6px 20px #0000004d,inset 0 2px 4px #fff6}#comic-details{text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#fffffffa 0%,#fff8f0fa 100%);border:2px solid #ff7c0033;border-radius:1.5rem;width:100%;max-width:100%;margin:0;padding:2rem;transition:all .3s;animation:.6s cubic-bezier(.68,-.55,.265,1.55) .2s both slideUp;position:relative;overflow:visible;box-shadow:0 8px 32px #ff7c0026,0 4px 16px #0000001a,inset 0 1px 2px #fffc,0 0 0 3px #ff7c001a}#comic-details:hover{border-color:#ff7c004d;transform:translateY(-4px)scale(1.01);box-shadow:0 12px 40px #ff7c0033,0 6px 20px #0000001f,inset 0 1px 2px #ffffffe6,0 0 0 4px #ff7c0026}#comic-details h1{color:var(--howard-orange);text-shadow:2px 2px 4px #0000001a;font-size:2rem;font-weight:700;font-family:var(--rainy-font);z-index:1;margin:0 0 1rem;position:relative}#comic-details p{color:#333;z-index:1;margin:0;font-size:1.1rem;line-height:1.8;position:relative}.button{width:100%;min-height:3.5rem;font-size:1.05rem;font-weight:600;font-family:var(--rainy-font);cursor:pointer;text-align:center;color:var(--howard-orange);animation:slideUp .6s cubic-bezier(.68,-.55,.265,1.55)calc(.3s + var(--delay,0s))both;box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#f8f8f8 100%);border:2px solid #ff7c004d;border-radius:1rem;justify-content:flex-start;align-items:center;gap:.75rem;margin:0;padding:1rem 2rem;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a,inset 0 1px 2px #fffc}.button-icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:-.1em;font-size:1rem;display:flex}.button-icon svg{width:1em;height:1em;display:block}.button-text{text-align:center;flex:1;justify-content:center;align-items:center;margin-left:-2.75rem;line-height:1.5;display:flex}.button:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.button:hover:before{left:100%}.button:hover{background:linear-gradient(135deg,var(--howard-orange-dark)0%,var(--howard-orange)100%);color:#fff;border-color:#fffc;transform:translateY(-4px)scale(1.03);box-shadow:0 8px 24px #ff7c0059,inset 0 1px 2px #ffffff4d}.button:active{transform:translateY(-2px)scale(1.01)}@keyframes floatIn{0%{opacity:0;transform:translateY(-30px)scale(.9)rotate(-5deg)}to{opacity:1;transform:translateY(0)scale(1)rotate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:768px){.about-layout{flex-direction:column;padding:0 1rem;display:flex}.about-left{order:1;width:100%;margin:0 auto;padding:0}.about-right{order:2;width:100%;margin-top:1rem;padding:0}.social-media-links{justify-content:flex-start;gap:1.25rem;width:100%;max-width:100%;margin:0 auto;padding:1rem 0}#comic-thumbnail{width:10rem;height:10rem;margin:0 auto}#comic-details{width:100%;max-width:100%;margin:0 auto;padding:1.5rem 1rem}#comic-details h1{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:.75rem;font-size:1.5rem}#comic-details p{word-wrap:break-word;overflow-wrap:break-word;font-size:.875rem;line-height:1.6}.button{width:100%;max-width:100%;min-height:3.25rem;padding:.875rem 1rem;font-size:.95rem}}@media only screen and (min-width:768px){.about-layout{flex-direction:row;justify-content:center;align-items:stretch;gap:2rem;padding-left:2rem;padding-right:0;display:flex}.about-left{flex:1;min-width:0}.about-right{box-sizing:border-box;flex-direction:column;flex:none;justify-content:space-between;width:calc(28rem + 50vw - 50%);margin-right:0;padding-right:calc(50vw - 50%);display:flex;position:sticky;top:2rem}.social-media-links{flex-direction:column;justify-content:space-between;gap:0;width:100%;max-width:100%;height:100%;margin:0;padding:0;display:flex}#comic-thumbnail{width:14rem;height:14rem;margin:0 auto}#comic-details{width:100%;max-width:100%;margin:0;padding:2rem}#comic-details h1{font-size:2.25rem}#comic-details p{font-size:1.15rem}.button{width:100%;max-width:100%;min-height:3.5rem;padding:1rem 2rem;font-size:1.05rem}.social-button-container{margin-bottom:0}}
