:root{--blue:#203b92;--blue-dark:#142b76;--red:#f20b47;--white:#fff;--bg:#eef2fa;--ink:#17275c;--muted:#68739a;--line:#dfe6f5;--shadow:0 20px 55px rgba(15,37,107,.16);--radius:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{width:100%;min-width:320px;margin:0;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:'Montserrat',Arial,sans-serif}
a,button,input,label,span,strong,small,em,p,h1,h2{min-width:0;overflow-wrap:anywhere}
.skip-link{position:fixed;top:-70px;left:15px;background:var(--red);color:white;padding:10px 15px;z-index:1000}
.skip-link:focus{top:15px}
.page-shell{width:100%;max-width:680px;margin:0 auto;min-height:100vh;overflow:hidden;background:#f8faff;box-shadow:0 0 80px rgba(15,35,100,.12)}
.profile-hero{position:relative;overflow:hidden;background:var(--blue);color:white;text-align:center;padding:42px 28px 72px}
.profile-hero:before,.profile-hero:after{content:"";position:absolute;width:220px;height:220px;border:42px solid rgba(255,255,255,.055);transform:rotate(45deg)}
.profile-hero:before{left:-175px;top:-135px}
.profile-hero:after{right:-175px;bottom:-150px}
.brand-mark{position:relative;z-index:1;display:grid;place-items:center;width:54px;height:54px;margin:0 auto 14px;border-radius:10px;background:white;color:var(--red);box-shadow:0 18px 40px rgba(9,22,67,.18)}
.gift-mark,.brand-gift-inline{position:relative;display:inline-block;width:24px;height:20px;border:4px solid currentColor;border-top-width:3px}
.gift-mark:before,.brand-gift-inline:before{content:"";position:absolute;left:50%;top:-8px;width:4px;height:24px;background:currentColor;transform:translateX(-50%)}
.gift-mark:after,.brand-gift-inline:after{content:"";position:absolute;left:50%;top:-12px;width:14px;height:8px;border:3px solid currentColor;border-radius:8px 8px 0 0;transform:translateX(-50%)}
.brand-gift-inline{width:15px;height:13px;border-width:3px;color:var(--red);vertical-align:-1px}
.brand-gift-inline:before{width:3px;height:16px;top:-5px}
.brand-gift-inline:after{width:10px;height:6px;border-width:2px;top:-8px}
.brand-kicker{position:relative;z-index:1;margin:0 0 16px;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.06em}
.profile-hero h1{position:relative;z-index:1;margin:0;font-size:clamp(32px,8vw,52px);line-height:.96;text-transform:uppercase;font-weight:900;letter-spacing:0}
.hero-copy{position:relative;z-index:1;max-width:470px;margin:20px auto 0;color:#d6dff6;font-size:13px;line-height:1.65}
.quick-links{position:relative;z-index:2;margin:-34px 22px 0;display:grid;gap:12px}
.action-card{width:100%;max-width:100%;display:grid;grid-template-columns:52px minmax(0,1fr) 28px;align-items:center;gap:14px;text-align:left;text-decoration:none;background:white;color:var(--ink);border:1px solid transparent;border-radius:14px;padding:18px;box-shadow:var(--shadow);cursor:pointer;font-family:inherit;transition:transform .2s,box-shadow .2s,border-color .2s}
.action-card:hover,.action-card:focus-visible{transform:translateY(-2px);box-shadow:0 22px 48px rgba(15,37,107,.2);outline:none;border-color:var(--red)}
.action-card.vip{background:var(--red);color:white}
.action-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:10px;background:#e7edfc;color:var(--blue);font-size:11px;font-weight:900}
.vip .action-icon{background:rgba(255,255,255,.18);color:white}
.pin,.bag{position:relative}
.pin:before{content:"";width:16px;height:20px;border:4px solid var(--blue);border-radius:50% 50% 50% 0;transform:rotate(-45deg)}
.pin:after{content:"";position:absolute;width:5px;height:5px;background:var(--red);border-radius:50%}
.bag:before{content:"";width:23px;height:18px;border:4px solid var(--blue);border-radius:4px}
.bag:after{content:"";position:absolute;top:12px;width:12px;height:8px;border:3px solid var(--red);border-bottom:0;border-radius:8px 8px 0 0}
.action-copy small,.action-copy strong,.action-copy em{display:block}
.action-copy small{font-size:8px;letter-spacing:.13em;font-weight:800;opacity:.75}
.action-copy strong{font-size:16px;margin:4px 0;color:inherit}
.action-copy em{font-style:normal;font-size:9px;opacity:.72;line-height:1.45}
.route .action-copy strong,.work .action-copy strong{color:var(--blue)}
.action-arrow{font-size:23px;font-weight:900;text-align:right}
.location-card,.career-panel,.social{margin:22px;border-radius:var(--radius);background:white;padding:25px;box-shadow:0 8px 30px rgba(15,37,107,.07)}
.location-card span,.eyebrow,.social>span{font-size:8px;letter-spacing:.15em;font-weight:900;color:var(--red)}
.location-card h2,.panel-heading h2,.social h2{font-size:24px;line-height:1.08;margin:9px 0;color:var(--blue);letter-spacing:0}
.location-card p{margin:0 0 18px;color:var(--muted);font-size:11px;line-height:1.6}
.location-button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;max-width:100%;background:var(--blue);color:white;text-decoration:none;border-radius:10px;padding:15px 17px;font-size:11px;font-weight:900;box-shadow:0 16px 32px rgba(32,59,146,.22)}
.location-button:hover,.location-button:focus-visible{background:var(--red);outline:none}
.career-panel{background:var(--blue);color:white}
.career-panel[hidden]{display:none}
.panel-heading{position:relative;padding-right:46px}
.panel-heading h2{color:white;text-transform:uppercase;font-weight:900}
.close-panel{position:absolute;right:0;top:0;width:38px;height:38px;border:0;border-radius:8px;background:rgba(255,255,255,.12);color:white;font-size:26px;line-height:1;cursor:pointer}
.close-panel:hover,.close-panel:focus-visible{background:var(--red);outline:none}
.career-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-top:24px}
.field{display:flex;flex-direction:column}
.field.full,.full{grid-column:1/-1}
.field>label:first-child{font-size:9px;font-weight:800;margin-bottom:7px;color:#e5eaff}
.field input[type=text],.field input[type=email],.field input[type=tel]{width:100%;max-width:100%;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(255,255,255,.1);color:white;padding:14px;font:500 12px 'Montserrat';outline:none}
.field input::placeholder{color:#aebde5}
.field input:focus{border-color:white;background:rgba(255,255,255,.15)}
.field input.invalid{border-color:#ff90ae}
.upload-field>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.upload-box{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;max-width:100%;padding:15px;border:1px dashed rgba(255,255,255,.4);border-radius:9px;cursor:pointer;background:rgba(255,255,255,.07);margin:0!important}
.upload-box:hover{background:rgba(255,255,255,.12)}
.upload-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:7px;background:var(--red);font-size:19px}
.upload-box b,.upload-box small{display:block}
.upload-box b{font-size:10px}
.upload-box small{font-size:8px;color:#b9c6e9;margin-top:3px}
.upload-box em{font-style:normal;font-size:8px;font-weight:800;background:white;color:var(--blue);padding:8px 10px;border-radius:5px}
.consent{display:flex;align-items:flex-start;gap:8px;font-size:8px;color:#c2ccec;cursor:pointer}
.consent input{accent-color:var(--red);margin-top:1px}
.error{min-height:11px;font-size:8px;color:#ffadc2;margin-top:4px}
.submit-button{display:flex;align-items:center;justify-content:space-between;border:0;border-radius:8px;background:var(--red);color:white;padding:16px 18px;font:800 11px 'Montserrat';cursor:pointer;box-shadow:0 12px 30px rgba(8,20,65,.28)}
.submit-button:hover{background:#ff1855}
.submit-button:focus-visible{outline:3px solid white;outline-offset:3px}
.submit-button b{font-size:18px}
.form-note{font-size:8px;color:#aebce3;margin:0;line-height:1.5}
.form-status{display:none;padding:11px;border-radius:6px;font-size:9px}
.form-status.visible{display:block;background:rgba(255,255,255,.12)}
.social{text-align:center}
.social-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:20px}
.social-button{display:grid;place-items:center;width:56px;height:56px;border-radius:14px;color:white;text-decoration:none;box-shadow:0 14px 28px rgba(15,37,107,.14);transition:transform .2s,box-shadow .2s}
.social-button svg{width:28px;height:28px;fill:currentColor}
.social-button.instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}
.social-button.tiktok{background:#050505}
.social-button.facebook{background:#1877f2}
.social-button:hover,.social-button:focus-visible{transform:translateY(-3px);box-shadow:0 20px 34px rgba(15,37,107,.24);outline:3px solid rgba(242,11,71,.18);outline-offset:3px}
footer{display:flex;align-items:center;justify-content:center;gap:14px;background:#0c1e5b;color:white;padding:24px}
footer .brand-mark{width:33px;height:33px;margin:0}
footer .gift-mark{transform:scale(.68)}
.footer-brand{display:flex;align-items:center;gap:9px}
.footer-brand strong{font-size:11px}
footer p{font-size:8px;color:#b8c5e7}
@media(max-width:600px){
  .page-shell{box-shadow:none}
  .profile-hero{padding:38px 22px 68px}
  .quick-links,.location-card,.career-panel,.social{margin-left:14px;margin-right:14px}
  .action-card{grid-template-columns:48px minmax(0,1fr) 22px;padding:16px}
  .action-icon{width:46px;height:46px}
  .career-form{grid-template-columns:1fr}
  .field.full,.full{grid-column:auto}
  .upload-box{grid-template-columns:38px minmax(0,1fr)}
  .upload-box em{grid-column:1/-1;text-align:center}
  footer{flex-wrap:wrap}
}
@media(max-width:430px){
  .profile-hero{padding:34px 18px 64px}
  .profile-hero:before,.profile-hero:after{width:180px;height:180px;border-width:34px}
  .profile-hero:before{left:-152px;top:-116px}
  .profile-hero:after{right:-152px;bottom:-126px}
  .brand-mark{width:50px;height:50px}
  .profile-hero h1{font-size:34px;line-height:1}
  .hero-copy{font-size:12px;margin-top:16px}
  .quick-links{margin-top:-30px}
  .location-card,.career-panel,.social{padding:21px}
  .location-card h2,.panel-heading h2,.social h2{font-size:22px}
  .action-card{gap:12px}
  .action-copy strong{font-size:15px}
  .action-copy em{font-size:8px}
  .location-button{align-items:flex-start;line-height:1.35}
}
@media(max-width:380px){
  .quick-links,.location-card,.career-panel,.social{margin-left:10px;margin-right:10px}
  .action-card{grid-template-columns:42px minmax(0,1fr) 18px;gap:10px;padding:14px;border-radius:12px}
  .action-icon{width:42px;height:42px;border-radius:9px}
  .action-copy small{font-size:7px;letter-spacing:.09em}
  .action-copy strong{font-size:14px}
  .action-arrow{font-size:19px}
  .location-card,.career-panel,.social{padding:18px}
  .panel-heading{padding-right:40px}
  .close-panel{width:34px;height:34px}
  .upload-box{gap:10px;padding:13px}
  .submit-button,.location-button{padding:14px}
  .social-button{width:52px;height:52px}
}
@media(max-width:340px){
  .profile-hero h1{font-size:30px}
  .brand-kicker{font-size:11px}
  .action-card{grid-template-columns:1fr 18px}
  .action-icon{display:none}
  .location-card h2,.panel-heading h2,.social h2{font-size:20px}
  footer{padding:20px 14px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .action-card,.social-button{transition:none}
}
