@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap");:root{--cream:#faf8f4;--warm-white:#f5f2ec;--dark:#1a1714;--dark-2:#2c2825;--accent:#c9a96e;--accent-light:#e8d5b0;--accent-dark:#a07840;--muted:#8a8178;--text:#3d3830;--border:#e4ddd3;--pill-bg:#f0eae0;--error:#9b2c2c;--success:#2f6b4f}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light}body{font-family:var(--font-dm-sans),"DM Sans",sans-serif;background:var(--cream);color:var(--text);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:has(.auth-shell){background:var(--cream)}a{text-decoration:none}button,input{font:inherit;color:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.auth-shell{min-height:100vh;background:var(--cream);position:relative;overflow-x:hidden}.auth-shell:before{content:"";position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.1) 0,transparent 70%);pointer-events:none}.auth-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:18px 60px;background:rgba(26,23,20,.72);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.auth-logo{display:inline-flex;align-items:center;transition:opacity .2s ease}.auth-logo:hover{opacity:.85}.auth-logo-img{height:34px;width:auto;display:block}.auth-header-link{font-size:13px;font-weight:500;letter-spacing:.3px;color:rgba(250,248,244,.7);transition:color .2s ease}.auth-header-link:hover{color:rgba(250,248,244,.95)}.auth-main{position:relative;z-index:1;width:100%;max-width:460px;margin:0 auto;padding:108px 20px 56px}.auth-hero{text-align:center;margin-bottom:1.75rem}.auth-badge{display:inline-flex;align-items:center;gap:8px;background:var(--pill-bg);border:1px solid var(--border);padding:8px 18px;border-radius:100px;font-size:12px;font-weight:500;color:var(--text);letter-spacing:.5px;margin-bottom:20px}.auth-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.auth-hero-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(36px,7vw,52px);font-weight:300;line-height:1.08;color:var(--dark);letter-spacing:-1px;margin-bottom:12px}.auth-hero-title em{font-style:italic;color:var(--accent)}.auth-hero-sub{font-size:15px;font-weight:300;color:var(--muted);line-height:1.7;max-width:38ch;margin:0 auto}.auth-card{width:100%;background:#fff;border:1px solid var(--border);border-radius:20px;padding:1.75rem 1.5rem 1.5rem;box-shadow:0 20px 50px rgba(26,23,20,.08)}.auth-form{display:grid;grid-gap:1rem;gap:1rem}.auth-field{display:grid;grid-gap:.45rem;gap:.45rem}.auth-field-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auth-forgot-link{font-size:.8rem;font-weight:500;color:var(--accent-dark);white-space:nowrap;transition:color .2s ease}.auth-forgot-link:hover,.auth-label{color:var(--dark)}.auth-label{font-size:.85rem;font-weight:600}.auth-input{width:100%;padding:.82rem .95rem;border:1px solid var(--border);border-radius:12px;background:var(--cream);color:var(--dark);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-input::placeholder{color:var(--muted);opacity:.9}.auth-input:hover{border-color:#d8cfc2}.auth-input:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(201,169,110,.22)}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:focus,.auth-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--dark);box-shadow:0 0 0 1000px var(--cream) inset;-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.auth-button{margin-top:.35rem;width:100%;padding:15px 1rem;border:none;border-radius:999px;background:var(--accent);color:var(--dark);font-size:14px;font-weight:600;letter-spacing:.3px;cursor:pointer;box-shadow:0 8px 28px rgba(160,120,64,.38);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.auth-button:hover{background:#d4b077;transform:translateY(-2px);box-shadow:0 14px 40px rgba(160,120,64,.45)}.auth-button:active{transform:translateY(0)}.auth-button-secondary{background:transparent;color:var(--dark);border:1.5px solid var(--border);box-shadow:none}.auth-button-secondary:hover{background:rgba(201,169,110,.07);border-color:var(--accent);color:var(--accent-dark);box-shadow:none;transform:translateY(-1px)}.auth-footer{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center;font-size:.9rem;color:var(--muted)}.auth-footer a{color:var(--accent-dark);font-weight:600;transition:color .2s ease}.auth-footer a:hover{color:var(--dark)}.auth-alert{padding:.8rem .95rem;border-radius:12px;font-size:.9rem;line-height:1.45;margin-bottom:1rem}.auth-alert-error{background:#fdf0f0;color:#8f2f2f;border:1px solid #efc2c2}.auth-alert-success{background:#edf7f1;color:#2f6b4f;border:1px solid #c5e3d2}.auth-alert-info{background:var(--pill-bg);color:var(--dark-2);border:1px solid var(--accent-light)}.auth-helper-text{font-size:.82rem;line-height:1.45;color:var(--muted)}.auth-success-panel{display:grid;grid-gap:1rem;gap:1rem}.auth-success-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--pill-bg);border:1px solid var(--accent-light);color:var(--accent-dark);font-size:1.35rem}.auth-success-lead{color:var(--dark-2);font-size:.95rem;line-height:1.5}.auth-success-lead strong{color:var(--dark);font-weight:600}.auth-steps{margin:0;padding-left:1.15rem;display:grid;grid-gap:.45rem;gap:.45rem;color:var(--muted);font-size:.88rem;line-height:1.45}.auth-steps li::marker{color:var(--accent)}.auth-actions{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:.25rem}.auth-inline-form{display:block}.auth-button-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}@media (max-width:768px){.auth-header{padding:16px 20px}.auth-main{padding:96px 16px 40px}.auth-hero-title{font-size:clamp(32px,9vw,42px)}.auth-card{padding:1.5rem 1.25rem 1.25rem}}@media (max-width:480px){.auth-logo-img{height:30px}.auth-header-link{font-size:12px}}.site-page{min-height:100vh;display:flex;flex-direction:column;background:var(--cream)}.site-main{flex:1 1;width:100%;max-width:960px;margin:0 auto;padding:7.25rem 1.5rem 4rem}.site-main--auth{position:relative;max-width:460px;padding-top:7rem;padding-bottom:3.5rem}.site-main--auth:before{content:"";position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.1) 0,transparent 70%);pointer-events:none;z-index:0}.site-main--auth>*{position:relative;z-index:1}.nav-links a.active{color:rgba(250,248,244,.98)}.mobile-nav-drawer a.active{color:var(--accent-dark)}@media (max-width:768px){.site-main{padding-top:6.5rem;padding-left:1.25rem;padding-right:1.25rem}.site-main--auth{padding-top:6.25rem}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 1;width:100%;max-width:960px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.page-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(2rem,4vw,2.75rem);color:var(--dark);margin-bottom:.5rem}.page-lead{color:var(--muted);margin-bottom:2rem}.panel-card,.profile-card{background:var(--warm-white);border:1px solid var(--border);border-radius:20px;padding:2rem}.profile-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.profile-row{display:grid;grid-gap:.35rem;gap:.35rem}.profile-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.profile-value{font-size:1.05rem;color:var(--dark)}.profile-value-empty{color:var(--muted);font-style:italic}.profile-sections{display:grid;grid-gap:1.5rem;gap:1.5rem}.stylist-profile-tabs{display:grid;grid-gap:1rem;gap:1rem}.stylist-profile-tab-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.35rem;gap:.35rem;padding:.35rem;border:1px solid var(--border);border-radius:999px;background:rgba(255,252,247,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}.stylist-profile-tab{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.65rem;padding:.55rem 1rem;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font-size:.86rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.stylist-profile-tab:hover:not(.is-active){color:var(--dark);background:rgba(255,255,255,.72)}.stylist-profile-tab.is-active{border-color:rgba(201,169,110,.45);background:#fff;color:var(--dark);box-shadow:0 6px 18px rgba(26,23,20,.08)}.stylist-profile-tab-count{display:inline-grid;place-items:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;background:rgba(201,169,110,.16);color:var(--accent-dark);font-size:.68rem;font-weight:700}.stylist-profile-tab.is-active .stylist-profile-tab-count{background:rgba(201,169,110,.22)}.stylist-profile-tab-panel{display:grid;grid-gap:1rem;gap:1rem}.stylist-profile-tab-panel[hidden]{display:none}.stylist-profile-sessions-stack{display:grid;grid-gap:1rem;gap:1rem}.profile-account-card .profile-section-title{margin-bottom:1.25rem}.profile-account-summary{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:1.5rem 2rem;gap:1.5rem 2rem;align-items:center}.profile-account-avatar,.profile-account-summary-photo{width:6.5rem;aspect-ratio:1;border-radius:999px;flex-shrink:0}.profile-account-avatar{display:grid;place-items:center;border:2px solid var(--border);background:var(--pill-bg);color:var(--accent-dark);font-size:1.35rem;font-weight:700}.profile-account-summary-photo{position:relative;overflow:hidden;border:2px solid var(--border);background:var(--cream);box-shadow:0 8px 20px rgba(26,23,20,.08)}.profile-account-fields{display:grid;grid-gap:1rem;gap:1rem;margin:0;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-account-fields div{display:grid;grid-gap:.3rem;gap:.3rem;min-width:0}.profile-account-fields dt{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.profile-account-fields dd{margin:0;font-size:1rem;line-height:1.4;color:var(--dark);word-break:break-word}.profile-account-error{margin-top:1rem}.profile-section-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:1.5rem;color:var(--dark);margin-bottom:.35rem}.profile-section-lead{color:var(--muted);font-size:.95rem;max-width:42ch}.profile-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.profile-edit-button{flex-shrink:0;padding:.55rem 1.1rem;border:1.5px solid var(--border);border-radius:999px;background:transparent;color:var(--dark);font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.profile-edit-button:hover{border-color:var(--accent);background:rgba(201,169,110,.07);color:var(--accent-dark)}.profile-card-styling{padding:1.35rem 1.5rem}.profile-styling-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.profile-styling-meta{color:var(--muted);font-size:.85rem;margin-top:.15rem}.profile-styling-form{display:grid;grid-gap:1rem;gap:1rem}.profile-sym-grid{display:grid;grid-gap:.6rem;gap:.6rem}.profile-sym-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-sym-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-sym-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-sym-cell{display:flex;flex-direction:column}.profile-sym-cell,.profile-sym-tile{gap:.45rem;min-height:6.25rem;padding:.7rem .75rem;border:1px solid var(--border);border-radius:12px;background:#fff}.profile-sym-tile{display:grid;grid-gap:.45rem}.profile-sym-cell-body{display:flex;flex:1 1;align-items:center;justify-content:center;width:100%}.profile-sym-cell-body .profile-picker,.profile-sym-cell-body .profile-sex-grid{width:100%}.profile-sym-block{display:grid;grid-gap:.55rem;gap:.55rem;padding:.75rem;border:1px solid var(--border);border-radius:12px;background:#fff}.profile-field-label,.profile-sym-block-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);text-align:center}.profile-dual-input{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;width:100%}.profile-dual-input-part,.profile-single-input{display:grid;grid-gap:.3rem;gap:.3rem;justify-items:stretch;width:100%;font-size:.72rem;font-weight:600;color:var(--muted);text-align:center}.profile-input-sym{width:100%;min-width:0;padding:.55rem .35rem;font-size:.95rem;text-align:center}.profile-sym-tile{text-align:center}.profile-sym-tile-value{display:flex;flex:1 1;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:var(--dark)}.profile-sym-tile-visual{min-height:7.5rem}.profile-sym-tile-visual-body{display:grid;grid-gap:.4rem;gap:.4rem;justify-items:center;align-content:center;flex:1 1}.profile-sym-tile-icon{width:2.35rem;height:3.1rem;color:var(--accent-dark)}.profile-sym-tile-swatch{width:2.35rem;height:2.35rem;border-radius:999px;border:1.5px solid rgba(26,23,20,.1);box-shadow:inset 0 2px 6px rgba(255,255,255,.4),inset 0 -3px 8px rgba(0,0,0,.1)}.profile-sym-tile-caption{font-size:.82rem;font-weight:600;color:var(--dark);line-height:1.25}.profile-styling-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem;padding-top:.15rem}.profile-sizing-section{display:grid;grid-gap:.85rem;gap:.85rem;padding-top:.35rem;border-top:1px solid var(--border)}.profile-sizing-section-header{display:grid;grid-gap:.2rem;gap:.2rem}.profile-subsection-title{margin:0;font-size:.95rem;font-weight:600;color:var(--dark)}.profile-sizing-view-title{margin-top:1.25rem}.profile-form{display:grid;grid-gap:2rem;gap:2rem}.profile-form-section{display:grid;grid-gap:1rem;gap:1rem;padding:1.5rem;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#fff 0,var(--cream) 100%)}.profile-form-section-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:1.2rem;color:var(--dark)}.profile-form-hint{color:var(--muted);font-size:.9rem;margin-top:-.25rem}.profile-form-field{display:grid;grid-gap:.75rem;gap:.75rem}.profile-form-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.profile-input{width:100%;padding:.9rem 1rem;border:1.5px solid var(--border);border-radius:12px;background:#fff;color:var(--dark);font-size:1.05rem;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease}.profile-input:hover{border-color:#d8cfc2}.profile-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(201,169,110,.22)}.profile-input.profile-input-sym{padding:.6rem .5rem;font-size:1rem;line-height:1.25;min-height:2.75rem;font-weight:600;border-radius:10px}.profile-input.profile-input-sym::-webkit-inner-spin-button,.profile-input.profile-input-sym::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.profile-input.profile-input-sym[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.profile-input-with-unit{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:.5rem;gap:.5rem}.profile-input-unit{font-size:.85rem;font-weight:600;color:var(--muted);min-width:1.5rem}.profile-measurements-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-measurement-card{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;border-radius:14px;border:1px solid var(--border);background:#fff}.profile-height-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.profile-height-field{display:grid;grid-gap:.35rem;gap:.35rem}.profile-picker{display:grid;grid-gap:.75rem;gap:.75rem}.profile-picker-label{display:block;font-size:.82rem;line-height:1.3}.profile-sex-grid{display:flex;width:100%;gap:0;border:1.5px solid var(--border);border-radius:10px;overflow:hidden;background:var(--cream)}.profile-sex-option{flex:1 1;padding:.55rem .5rem;border:none;border-radius:0;background:transparent;color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.profile-sex-option+.profile-sex-option{border-left:1.5px solid var(--border)}.profile-sex-option:hover{background:rgba(201,169,110,.08);color:var(--dark)}.profile-sex-option.is-selected{background:#fff;color:var(--dark);box-shadow:none}.profile-shape-grid{display:grid;grid-gap:.5rem;gap:.5rem}.profile-shape-grid-female{grid-template-columns:repeat(7,minmax(0,1fr))}.profile-shape-grid-male{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-shape-sex-note,.profile-styling-required-note{margin:0;font-size:.8rem;color:var(--muted);text-align:center}.profile-styling-required-note{margin-bottom:.15rem}.profile-required-mark{color:var(--error);font-weight:700}.profile-shape-option{display:grid;grid-template-rows:1fr auto;grid-gap:.35rem;gap:.35rem;justify-items:center;align-content:center;min-height:6.5rem;padding:.55rem .35rem .6rem;border:1.5px solid var(--border);border-radius:12px;background:var(--cream);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.profile-shape-option.is-selected,.profile-shape-option:hover{border-color:var(--accent);background:#fff}.profile-shape-option.is-selected{box-shadow:0 0 0 2px rgba(201,169,110,.22)}.profile-shape-icon-wrap{display:flex;align-items:center;justify-content:center;width:2.75rem;height:3.5rem;color:var(--accent-dark)}.profile-shape-icon{width:100%;height:100%;overflow:visible}.profile-shape-option.is-selected .profile-shape-icon path:first-of-type{stroke-width:2.35}.profile-shape-option-multi.is-selected .profile-picker-label{color:var(--accent-dark)}.profile-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 1.1rem) calc(50% - .15rem),calc(100% - .75rem) calc(50% - .15rem);background-size:.35rem .35rem,.35rem .35rem;background-repeat:no-repeat;padding-right:2rem}.profile-picker-label{font-size:.7rem;font-weight:600;color:var(--dark);line-height:1.2;text-align:center}.profile-complexion-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.profile-complexion-option{display:grid;grid-template-rows:1fr auto;grid-gap:.35rem;gap:.35rem;justify-items:center;align-content:center;min-height:5.75rem;padding:.5rem .3rem .55rem;border:1.5px solid var(--border);border-radius:12px;background:var(--cream);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.profile-complexion-option.is-selected,.profile-complexion-option:hover{border-color:var(--accent);background:#fff}.profile-complexion-option.is-selected{box-shadow:0 0 0 2px rgba(201,169,110,.22)}.profile-complexion-swatch-wrap{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem}.profile-complexion-swatch{width:100%;height:100%;border-radius:999px;border:1px solid rgba(26,23,20,.12);box-shadow:inset 0 2px 6px rgba(255,255,255,.4),inset 0 -3px 8px rgba(0,0,0,.1)}.profile-picker-placeholder{margin:0;padding:1rem;border:1px dashed var(--border);border-radius:10px;background:var(--cream);color:var(--muted);font-size:.85rem;text-align:center}.profile-option-grid{display:grid;grid-gap:.45rem;gap:.45rem}.profile-option-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-option-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-option-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-option-grid-7{grid-template-columns:repeat(7,minmax(0,1fr))}.profile-option-chip{padding:.55rem .45rem;border:1.5px solid var(--border);border-radius:10px;background:var(--cream);color:var(--dark);font-size:.78rem;font-weight:600;line-height:1.25;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.profile-option-chip.is-selected,.profile-option-chip:hover{border-color:var(--accent);background:#fff}.profile-option-chip.is-selected{box-shadow:0 0 0 2px rgba(201,169,110,.22)}.profile-view-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-view-card{display:grid;grid-gap:.45rem;gap:.45rem;padding:1.1rem 1.25rem;border:1px solid var(--border);border-radius:14px;background:#fff}.profile-view-card-featured{min-height:6.5rem}.profile-featured-value{display:flex;align-items:center;gap:.85rem}.profile-view-shape-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:3.25rem;color:var(--accent-dark);flex-shrink:0}.profile-view-complexion-swatch{width:2.25rem;height:2.25rem;border-radius:999px;border:1.5px solid rgba(26,23,20,.12);box-shadow:inset 0 2px 6px rgba(255,255,255,.4),inset 0 -3px 8px rgba(0,0,0,.12);flex-shrink:0}.profile-form-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form-full{grid-column:1/-1}.profile-form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;padding-top:.25rem}.profile-form-button{width:auto;min-width:10rem;margin-top:0;padding:.85rem 1.5rem}.profile-updated-at{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--muted)}@media (max-width:900px){.profile-account-fields{grid-template-columns:1fr 1fr}.profile-sym-grid-4,.profile-sym-grid-4.profile-sym-view{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-sym-grid-2{grid-template-columns:1fr}.profile-shape-grid-female{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-shape-grid-male{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-option-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-complexion-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-complexion-option:nth-child(5){grid-column:1}.profile-complexion-option:nth-child(6){grid-column:2}.profile-complexion-option:nth-child(7){grid-column:3}}@media (max-width:640px){.profile-card-styling{padding:1.1rem 1.15rem}.profile-styling-header{flex-direction:column;align-items:stretch;margin-bottom:.85rem}.profile-edit-button{align-self:flex-start}.profile-sym-grid-4,.profile-sym-grid-4.profile-sym-view{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-shape-grid-female{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-option-grid-4,.profile-shape-grid-male{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-complexion-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-complexion-option:nth-child(5),.profile-complexion-option:nth-child(6),.profile-complexion-option:nth-child(7){grid-column:auto}.profile-complexion-option:nth-child(7):last-child:nth-child(3n+1){grid-column:2}.profile-styling-actions{flex-direction:column}.profile-styling-actions .profile-form-button{width:100%}.profile-form-grid,.profile-view-grid{grid-template-columns:1fr}.profile-card-header{align-items:stretch}.profile-card-header,.profile-form-actions{flex-direction:column}.profile-form-button{width:100%}.profile-form-section{padding:1.15rem}}.home-hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:1.5rem}.home-hero h1{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(2.5rem,6vw,4rem);color:var(--dark);max-width:12ch}.home-hero p{max-width:42ch;color:var(--muted)}.home-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.home-link{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.4rem;border-radius:999px;font-weight:600;border:1px solid transparent}.home-link-primary{background:var(--dark);color:var(--cream)}.home-link-secondary{border-color:var(--border);color:var(--dark);background:var(--warm-white)}.logout-form{display:inline}.logout-button{padding:.55rem 1rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--dark);cursor:pointer;font-size:.85rem}.logout-button:hover{background:var(--pill-bg)}.outfit-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.outfit-card{display:grid;grid-gap:.85rem;gap:.85rem;border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden}.outfit-card-image-wrap{aspect-ratio:3/4;background:var(--cream)}.outfit-card-image,.outfit-image-preview{width:100%;height:100%;object-fit:cover;display:block}.outfit-card-image-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--muted);font-size:.85rem}.outfit-card-body{display:grid;grid-gap:.65rem;gap:.65rem;padding:0 .9rem .9rem}.outfit-card-title{margin:0;font-size:1rem;font-weight:600;color:var(--dark)}.outfit-card-tags{display:flex;flex-wrap:wrap;gap:.35rem}.outfit-tag-pill{padding:.2rem .5rem;border-radius:999px;background:var(--pill-bg);color:var(--dark);font-size:.72rem;font-weight:600}.outfit-card-links{margin:0;padding-left:1rem;font-size:.82rem}.outfit-card-links a{color:var(--accent-dark)}.outfit-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.outfit-delete-button{padding:.45rem .85rem;border:1px solid #d9b4b4;border-radius:999px;background:#fff;color:#9a3f3f;font-size:.82rem;font-weight:600;cursor:pointer}.outfit-delete-button:hover:not(:disabled){background:#fff5f5}.outfit-delete-button:disabled{opacity:.6;cursor:not-allowed}.outfit-form{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:1rem;padding:1rem;border:1px solid var(--border);border-radius:14px;background:var(--cream)}.outfit-form-grid{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.outfit-form-field{display:grid;grid-gap:.4rem;gap:.4rem}.outfit-file-input{font-size:.85rem}.outfit-image-preview-wrap{margin-top:.35rem;width:8rem;aspect-ratio:3/4;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.outfit-tag-sections{display:grid;grid-gap:.85rem;gap:.85rem}.outfit-tag-section{display:grid;grid-gap:.45rem;gap:.45rem}.outfit-buy-links{display:grid;grid-gap:.65rem;gap:.65rem}.outfit-buy-link-row{display:grid;grid-gap:.55rem;gap:.55rem;grid-template-columns:minmax(8rem,.8fr) minmax(0,1.6fr) auto;align-items:end}.outfit-buy-link-field{display:grid;grid-gap:.35rem;gap:.35rem}.outfit-buy-link-field-grow{min-width:0}.outfit-buy-link-add,.outfit-buy-link-remove{border:none;background:transparent;color:var(--accent-dark);font-size:.82rem;font-weight:600;cursor:pointer;padding:.45rem 0}.outfit-buy-link-remove:disabled{opacity:.45;cursor:not-allowed}.outfit-buy-link-add{justify-self:start}@media (max-width:900px){.outfit-buy-link-row,.outfit-form-grid{grid-template-columns:1fr}.profile-option-grid-7{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:640px){.profile-option-grid-7{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-account-layout{display:grid;grid-gap:1rem;gap:1rem}.profile-account-layout.has-photo,.stylist-account-layout{grid-template-columns:auto 1fr;align-items:start}.profile-account-photo-wrap{position:relative;aspect-ratio:1;border-radius:999px;overflow:hidden;border:2px solid var(--border);background:var(--cream)}.profile-account-summary-photo.profile-account-photo-wrap{width:6.5rem}.profile-account-photo-edit{position:absolute;right:.35rem;bottom:.35rem;z-index:2;display:grid;place-items:center;width:2.1rem;height:2.1rem;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(26,23,20,.45);color:#fff;opacity:.82;cursor:pointer;transition:opacity .2s ease,background .2s ease,transform .2s ease}.profile-account-photo-edit-icon{width:1rem;height:1rem}.profile-account-photo-edit:hover:not(:disabled){opacity:1;background:rgba(26,23,20,.62);transform:translateY(-1px)}.profile-account-photo-edit:disabled{opacity:.55;cursor:wait}.profile-account-photo-status{position:absolute;inset:0;z-index:1;display:grid;place-items:center;background:rgba(26,23,20,.45);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.profile-account-photo-input-hidden{display:none}.profile-account-photo-column .auth-alert{max-width:10rem}.profile-account-photo,.stylist-photo-preview{width:100%;height:100%;object-fit:cover;display:block}.profile-account-photo-placeholder,.stylist-photo-placeholder{display:grid;place-items:center;width:100%;height:100%;padding:.5rem;text-align:center;color:var(--muted);font-size:.72rem;font-weight:600}.profile-account-photo-column{display:grid;grid-gap:.5rem;gap:.5rem;align-content:start}.profile-account-details{min-width:0}.profile-account-details,.stylist-photo-form,.stylist-photo-layout{display:grid;grid-gap:1rem;gap:1rem}.stylist-photo-layout{grid-template-columns:8rem 1fr;align-items:start}.stylist-photo-preview-wrap{width:8rem;aspect-ratio:1;border-radius:999px;overflow:hidden;border:2px solid var(--border);background:var(--cream)}.stylist-photo-fields{display:grid;grid-gap:.5rem;gap:.5rem;align-content:start}@media (max-width:640px){.profile-account-summary{grid-template-columns:1fr;justify-items:center;gap:1.25rem;text-align:center}.profile-account-fields{width:100%}.profile-account-fields,.profile-account-layout.has-photo,.stylist-account-layout,.stylist-photo-layout{grid-template-columns:1fr}.profile-account-photo-column,.profile-account-photo-wrap,.stylist-photo-preview-wrap{justify-self:center}}.profile-outfits-prompt{margin-bottom:1.25rem;background:rgba(201,169,110,.12);border:1px solid rgba(201,169,110,.35);color:var(--dark)}.outfits-occasion-card,.outfits-results-card{display:grid;grid-gap:1.25rem;gap:1.25rem}.outfits-occasion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}@media (min-width:720px){.outfits-occasion-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.outfits-occasion-option{display:flex;align-items:center;gap:.55rem;width:100%;padding:.85rem .9rem;border:1.5px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.outfits-occasion-option:hover{border-color:rgba(201,169,110,.55);background:rgba(201,169,110,.06)}.outfits-occasion-option.is-selected{border-color:var(--accent);background:rgba(201,169,110,.12);box-shadow:0 0 0 1px rgba(201,169,110,.2)}.outfits-occasion-icon{font-size:1.1rem;flex-shrink:0}.outfits-occasion-label{flex:1 1;font-size:.9rem;font-weight:500;color:var(--text)}.outfits-occasion-option.is-selected .outfits-occasion-label{color:var(--accent-dark)}.outfits-occasion-check{width:1.1rem;height:1.1rem;border-radius:999px;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;color:transparent;flex-shrink:0}.outfits-occasion-option.is-selected .outfits-occasion-check{background:var(--accent);border-color:var(--accent);color:var(--dark)}.outfits-occasion-actions{display:flex;justify-content:flex-end}.outfits-matches{display:grid;grid-gap:1.25rem;gap:1.25rem}.outfits-matches-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem}.outfits-stylist-list{display:grid;grid-gap:1.25rem;gap:1.25rem}.outfits-stylist-row{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem;padding:1rem;overflow:hidden}.outfits-stylist-aside{display:grid;grid-template-columns:auto 1fr;align-items:start;grid-gap:1rem;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.stylist-session-booking{grid-column:1/-1;display:grid;grid-gap:.55rem;gap:.55rem;width:100%}.stylist-session-open-button{width:100%}.stylist-session-modal{display:grid;grid-gap:.85rem;gap:.85rem}.stylist-session-modal-lead{margin:0;font-size:.86rem;color:var(--muted);line-height:1.45}.app-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem}.app-modal-backdrop{position:absolute;inset:0;border:none;background:rgba(18,16,14,.72);cursor:pointer}.app-modal-dialog{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(96vw,34rem);max-height:min(92vh,52rem);border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:0 18px 48px rgba(26,23,20,.22);overflow:hidden}.app-modal-dialog-lg{width:min(96vw,52rem);max-height:min(92vh,44rem)}.app-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .85rem;border-bottom:1px solid var(--border)}.app-modal-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--dark)}.app-modal-close{width:2rem;height:2rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted);font-size:1.25rem;line-height:1;cursor:pointer}.app-modal-close:hover:not(:disabled){border-color:var(--accent);color:var(--accent-dark)}.app-modal-close:disabled{opacity:.5;cursor:wait}.app-modal-body{overflow:auto;padding:1rem 1.1rem 1.15rem}.stylist-session-booking-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);text-align:center}.stylist-session-options{display:grid;grid-gap:.45rem;gap:.45rem}.stylist-session-option-button{width:100%;padding:.58rem .75rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--dark);font-size:.78rem;font-weight:600;line-height:1.25;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.stylist-session-option-button:hover:not(:disabled){border-color:var(--accent);background:var(--pill-bg);transform:translateY(-1px)}.stylist-session-option-button:disabled{opacity:.7;cursor:wait}.stylist-session-option-button.is-selected{border-color:var(--accent);background:var(--pill-bg);color:var(--accent-dark)}.stylist-session-slots{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:.35rem;padding-top:.75rem;border-top:1px solid var(--border)}.stylist-session-slots-label{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);text-align:center}.stylist-session-slots-empty{margin:0;font-size:.82rem;color:var(--muted);text-align:center}.stylist-session-slot-grid{display:grid;grid-gap:.45rem;gap:.45rem}.stylist-session-slot-button{width:100%;padding:.55rem .7rem;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--dark);font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease}.stylist-session-slot-button.is-selected,.stylist-session-slot-button:hover:not(:disabled){border-color:var(--accent);background:rgba(201,169,110,.12)}.stylist-session-confirm{display:grid;grid-gap:.65rem;gap:.65rem;padding-top:.35rem}.stylist-session-confirm-copy{margin:0;font-size:.82rem;color:var(--text);text-align:center;line-height:1.45}.stylist-session-confirm-button{width:100%}.stylist-session-invite-note{margin:.45rem 0 0;font-size:.78rem;color:var(--muted)}.stylist-availability-form{display:grid;grid-gap:.85rem;gap:.85rem;margin-bottom:1rem}.stylist-availability-list{list-style:none;display:grid;grid-gap:.55rem;gap:.55rem;margin:0;padding:0}.stylist-availability-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border:1px solid var(--border);border-radius:12px;background:#fff}.stylist-availability-time{display:block;font-size:.92rem;font-weight:600;color:var(--dark)}.stylist-availability-badge{display:inline-block;margin-top:.2rem;padding:.12rem .45rem;border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:rgba(26,23,20,.08);color:var(--muted)}.stylist-availability-badge-open{background:rgba(47,107,79,.12);color:var(--success)}.stylist-range-form{display:grid;grid-gap:1rem;gap:1rem}.stylist-range-dates,.stylist-range-hours,.stylist-range-settings{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.stylist-open-windows{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.stylist-open-windows-title{margin:0 0 .65rem;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.stylist-open-windows-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}.stylist-open-windows-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border:1px solid var(--border);border-radius:12px;background:#fff}.stylist-open-windows-range{display:block;font-size:.92rem;font-weight:600;color:var(--dark)}.stylist-open-windows-hours{display:block;margin-top:.15rem;font-size:.78rem;color:var(--muted)}.stylist-timezone-note{margin:.45rem 0 0;font-size:.78rem;color:var(--muted)}.stylist-range-interval-field{max-width:18rem}.stylist-weekly-schedule-form{display:grid;grid-gap:1rem;gap:1rem}.stylist-weekly-settings{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.stylist-weekly-grid{display:grid;grid-gap:.55rem;gap:.55rem}.stylist-weekly-row{display:grid;grid-template-columns:7.5rem 1fr;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:12px;background:rgba(26,23,20,.02)}.stylist-weekly-row.is-active{background:#fff}.stylist-weekly-day-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.86rem;font-weight:600;color:var(--dark)}.stylist-weekly-times{display:flex;align-items:center;gap:.45rem}.stylist-weekly-time-input{min-width:0;flex:1 1}.stylist-weekly-time-separator{font-size:.78rem;color:var(--muted)}.stylist-upcoming-bookings{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.stylist-upcoming-bookings-title{margin:0 0 .65rem;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.stylist-upcoming-bookings-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}.stylist-upcoming-bookings-item{display:grid;grid-gap:.15rem;gap:.15rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:12px;background:#fff}.stylist-upcoming-bookings-time{font-size:.86rem;font-weight:600;color:var(--dark)}.stylist-upcoming-bookings-meta{font-size:.78rem;color:var(--muted)}.calendly-booking-picker{display:grid;grid-gap:.85rem;gap:.85rem;margin-top:.15rem;padding-top:.65rem;border-top:1px solid var(--border)}.calendly-booking-layout{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.calendly-calendar-panel,.calendly-times-panel{display:grid;grid-gap:.55rem;gap:.55rem;align-content:start}.calendly-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.calendly-month-label{font-size:.92rem;font-weight:700;color:var(--dark)}.calendly-month-nav{width:2rem;height:2rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--dark);font-size:1.1rem;line-height:1;cursor:pointer}.calendly-month-nav:disabled{opacity:.6;cursor:wait}.calendly-weekday-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.25rem;gap:.25rem}.calendly-weekday{text-align:center;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.calendly-day-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.3rem;gap:.3rem}.calendly-day-button{aspect-ratio:1;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font-size:.8rem;font-weight:600;cursor:default}.calendly-day-button.is-outside{opacity:.35}.calendly-day-button.is-available{border-color:var(--border);background:#fff;color:var(--dark);cursor:pointer}.calendly-day-button.is-available:hover:not(:disabled){border-color:var(--accent);background:var(--pill-bg)}.calendly-day-button.is-selected{border-color:var(--accent);background:var(--accent);color:#fff}.calendly-timezone-note{margin:0;font-size:.72rem;color:var(--muted)}.stylist-session-booking .auth-alert,.stylist-session-booking .outfits-payment-processing{margin-top:.15rem}.outfits-stylist-meta{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.outfits-stylist-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.outfits-stylist-photo{width:7rem;height:7rem;border-radius:999px;object-fit:cover;border:2px solid var(--border);flex-shrink:0;box-shadow:0 8px 20px rgba(26,23,20,.08)}.outfits-stylist-photo-placeholder{display:flex;align-items:center;justify-content:center;background:var(--pill-bg);color:var(--accent-dark);font-size:1.4rem;font-weight:700}.outfits-stylist-name{margin:0;font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:1.5rem;color:var(--dark);line-height:1.15}.outfits-stylist-name-link{text-decoration:none;color:inherit}.outfits-stylist-name-link:hover .outfits-stylist-name{color:var(--accent-dark)}.outfits-stylist-profile-link{font-size:.82rem;font-weight:600;color:var(--accent-dark);text-decoration:none}.outfits-stylist-profile-link:hover{text-decoration:underline}.stylist-session-defaults-note{display:grid;grid-gap:.75rem;gap:.75rem;padding:.9rem 1rem;border:1px dashed var(--border);border-radius:12px;background:rgba(201,169,110,.08)}.stylist-session-defaults-note p{margin:0;font-size:.9rem;color:var(--muted);line-height:1.45}.stylist-session-editor-list{display:grid;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.stylist-session-editor-row{display:grid;grid-gap:.75rem;gap:.75rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;background:#fff}.stylist-session-editor-row-read{grid-template-columns:1fr auto;align-items:center}.stylist-session-editor-title{display:block;font-weight:600;color:var(--dark)}.stylist-session-editor-meta{display:block;margin-top:.15rem;font-size:.85rem;color:var(--muted)}.stylist-session-editor-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.stylist-session-editor-form{display:grid;grid-gap:.85rem;gap:.85rem;margin-top:.5rem}.stylist-session-editor-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.stylist-public-profile{display:grid;grid-gap:1.25rem;gap:1.25rem}.stylist-public-profile-header{display:grid;grid-template-columns:auto 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:center}.stylist-public-profile-photo-wrap{position:relative;width:8.5rem;height:8.5rem;flex-shrink:0}.stylist-public-profile-photo,.stylist-public-profile-photo-trigger{border-radius:999px}.stylist-public-profile-photo{object-fit:cover;border:2px solid var(--border);box-shadow:0 8px 20px rgba(26,23,20,.08)}.stylist-public-profile-meta{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.stylist-public-profile-name{margin:0;font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.1;color:var(--dark)}.stylist-public-profile-note,.stylist-public-profile-stats{margin:0;font-size:.92rem;color:var(--muted);line-height:1.45}.stylist-public-profile-sessions{padding-top:.35rem;border-top:1px solid var(--border)}.profile-inline-link{color:var(--accent-dark);font-weight:600;text-decoration:none}.profile-inline-link:hover{text-decoration:underline}.outfits-stylist-count{font-size:.85rem;color:var(--muted)}.outfits-stylist-gallery{display:flex;gap:.9rem;overflow-x:auto;padding:.15rem .1rem .35rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.outfits-stylist-gallery::-webkit-scrollbar{height:6px}.outfits-stylist-gallery::-webkit-scrollbar-thumb{background:rgba(201,169,110,.55);border-radius:999px}.outfits-match-card{display:grid;grid-gap:.55rem;gap:.55rem;margin:0;flex:0 0 auto;width:min(17rem,86vw);scroll-snap-align:start}.outfits-match-hero-wrap{position:relative;aspect-ratio:3/4;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:0 10px 24px rgba(26,23,20,.08)}.outfits-match-hero-image{width:100%;height:100%;object-fit:cover}.outfits-match-hero-label{position:absolute;left:.55rem;bottom:.55rem;padding:.2rem .5rem;border-radius:999px;background:rgba(26,23,20,.72);color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.outfits-match-items{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.15rem}.outfits-match-item{display:grid;grid-gap:.3rem;gap:.3rem;margin:0;flex:0 0 auto;width:4.75rem}.outfits-match-item-wrap{aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:#fff}.outfits-match-item-image{width:100%;height:100%;object-fit:cover}.outfits-match-item-label{font-size:.68rem;font-weight:600;color:var(--muted);text-align:center;line-height:1.2}.outfits-match-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--muted);font-size:.85rem}.outfits-match-caption{font-size:.84rem;font-weight:600;color:var(--dark);line-height:1.25;text-align:center}.outfits-match-locked-hint{margin:0;font-size:.75rem;color:var(--muted);text-align:center;line-height:1.35}.outfits-match-actions{display:grid;grid-gap:.45rem;gap:.45rem}.outfits-match-action-button{width:100%;padding:.55rem .75rem;font-size:.78rem;line-height:1.25;white-space:normal}.outfits-payment-processing{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.45rem .55rem;border-radius:10px;background:var(--pill-bg);color:var(--muted);font-size:.74rem;font-weight:600}.outfits-payment-spinner{width:.9rem;height:.9rem;border:2px solid rgba(201,169,110,.35);border-top:2px solid var(--accent);border-radius:999px;animation:outfits-payment-spin .8s linear infinite}@keyframes outfits-payment-spin{to{transform:rotate(1turn)}}.global-loading-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;background:rgba(250,248,244,.62);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:all}.global-loading-card{display:grid;justify-items:center;grid-gap:.7rem;gap:.7rem;padding:1.1rem 1.35rem;border-radius:16px;border:1px solid var(--border);background:rgba(255,253,251,.96);box-shadow:0 16px 40px rgba(26,23,20,.12)}.global-loading-spinner{width:1.75rem;height:1.75rem;border:2px solid rgba(201,169,110,.35);border-top:2px solid var(--accent);border-radius:999px;animation:outfits-payment-spin .8s linear infinite}.global-loading-label{font-size:.82rem;font-weight:600;color:var(--muted);letter-spacing:.02em}.outfits-match-items-unlocked{padding-top:.15rem}.outfits-match-buy-link{display:block;font-size:.66rem;font-weight:700;color:var(--accent-dark);text-align:center;text-decoration:underline;text-underline-offset:2px}.outfits-match-buy-link:hover{color:var(--dark)}@media (min-width:768px){.outfits-stylist-row{grid-template-columns:16.5rem minmax(0,1fr);gap:1.25rem;align-items:stretch;padding:1.15rem}.outfits-stylist-aside{grid-template-columns:1fr;justify-items:center;text-align:center;padding:.5rem .75rem 0;border-bottom:none;border-right:1px solid var(--border)}.stylist-session-booking{max-width:12.5rem}.outfits-stylist-photo,.stylist-photo-trigger{width:10rem;height:10rem}.outfits-stylist-meta{justify-items:center}.outfits-stylist-gallery{align-content:start;flex-wrap:wrap;overflow-x:visible;padding:.25rem .15rem}.outfits-match-card{width:min(19rem,calc((100% - .9rem) / 2))}}@media (min-width:1100px){.outfits-match-card{width:min(20rem,calc((100% - 1.8rem) / 3))}}.orders-purchased-date{margin:0;font-size:.72rem;font-weight:600;color:var(--muted);text-align:center}.orders-stylist-gallery{align-content:start}.orders-match-card{width:min(19rem,86vw)}.orders-session-card{align-content:start}.orders-session-hero-wrap{position:relative;display:grid;place-items:center;aspect-ratio:3/4;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:linear-gradient(160deg,rgba(201,169,110,.22),rgba(255,252,247,.96));box-shadow:0 10px 24px rgba(26,23,20,.08)}.orders-session-hero-content{display:grid;grid-gap:.35rem;gap:.35rem;text-align:center;padding:1rem}.orders-session-hero-duration{font-size:1.05rem;font-weight:700;color:var(--dark)}.orders-session-hero-price{font-size:.86rem;font-weight:600;color:var(--accent-dark)}.orders-session-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem}.orders-session-status{display:inline-block;padding:.14rem .5rem;border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.orders-session-status-upcoming{background:rgba(47,107,79,.12);color:var(--success)}.orders-session-status-completed{background:rgba(26,23,20,.08);color:var(--muted)}.orders-session-invite{font-size:.68rem;font-weight:600;color:var(--muted)}@media (min-width:768px){.orders-match-card{width:min(19rem,calc((100% - .9rem) / 2))}}@media (min-width:1100px){.orders-match-card{width:min(20rem,calc((100% - 1.8rem) / 3))}}.outfit-item-images,.outfit-items-editor{display:grid;grid-gap:.85rem;gap:.85rem}.outfit-item-image-row,.outfit-item-row{display:grid;grid-gap:.75rem;gap:.75rem;padding:.95rem;border:1px solid var(--border);border-radius:12px;background:var(--cream)}.outfit-item-row-fields{display:grid;grid-gap:.65rem;gap:.65rem}@media (min-width:768px){.outfit-item-row-fields{grid-template-columns:minmax(9rem,.9fr) minmax(0,1.4fr) minmax(0,1fr);align-items:end}}.outfit-item-row-preview{width:6rem;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.outfit-card-items{display:grid;grid-gap:.55rem;gap:.55rem}.outfit-card-items-list{display:grid;grid-gap:.65rem;gap:.65rem}.outfit-card-item-row{display:grid;grid-template-columns:4.25rem minmax(0,1fr);grid-gap:.65rem;gap:.65rem;align-items:center;padding:.55rem;border:1px solid var(--border);border-radius:10px;background:#fff}.outfit-card-item-meta{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.outfit-card-item-name{font-size:.88rem;font-weight:600;color:var(--dark)}.outfit-card-item-link{font-size:.8rem;color:var(--accent-dark);text-decoration:underline;text-underline-offset:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outfit-item-image-preview-wrap{width:5.5rem;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.outfit-item-image-preview{width:100%;height:100%;object-fit:cover}.outfit-card-item-images{display:grid;grid-gap:.5rem;gap:.5rem}.outfit-card-item-grid{display:flex;flex-wrap:wrap;gap:.55rem}.outfit-card-item-thumb{display:grid;grid-gap:.25rem;gap:.25rem;margin:0;width:4.5rem;font-size:.72rem;color:var(--muted);text-align:center}.outfit-card-item-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.outfits-empty-state p{margin:0;color:var(--muted)}.zoomable-image-trigger{display:block;padding:0;border:none;background:transparent;cursor:zoom-in;text-align:inherit;font:inherit}.zoomable-image-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.zoomable-image-trigger-fill{width:100%;height:100%}.zoomable-image-trigger img{display:block;pointer-events:none}.outfit-card-image-wrap .zoomable-image-trigger-fill,.outfits-match-hero-wrap .zoomable-image-trigger-fill,.outfits-match-item-wrap .zoomable-image-trigger-fill,.profile-account-photo-wrap .zoomable-image-trigger-fill,.stylist-photo-preview-wrap .zoomable-image-trigger-fill{width:100%;height:100%}.stylist-photo-trigger{width:7rem;height:7rem;border-radius:999px;overflow:hidden;flex-shrink:0}.stylist-photo-trigger .outfits-stylist-photo{width:100%;height:100%;border:none;box-shadow:none}.image-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem}.image-lightbox-backdrop{position:absolute;inset:0;border:none;background:rgba(18,16,14,.82);cursor:zoom-out}.image-lightbox-panel{position:relative;z-index:1;display:grid;grid-gap:.75rem;gap:.75rem;width:min(96vw,72rem);max-height:92vh}.image-lightbox-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem;padding:.55rem .75rem;border-radius:999px;background:rgba(255,252,247,.96);border:1px solid var(--border);box-shadow:0 10px 30px rgba(26,23,20,.18)}.image-lightbox-button{min-width:2.35rem;height:2.35rem;padding:0 .75rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--dark);font-size:.95rem;font-weight:700;cursor:pointer}.image-lightbox-button:hover:not(:disabled){border-color:var(--accent);color:var(--accent-dark)}.image-lightbox-button:disabled{opacity:.45;cursor:not-allowed}.image-lightbox-button-secondary{font-size:.78rem;font-weight:600}.image-lightbox-zoom{min-width:3.5rem;text-align:center;font-size:.8rem;font-weight:700;color:var(--muted)}.image-lightbox-stage{display:grid;place-items:center;min-height:50vh;max-height:calc(92vh - 4rem);overflow:auto;padding:1rem;border-radius:16px;background:rgba(255,252,247,.08);border:1px solid rgba(255,255,255,.12)}.image-lightbox-image{max-width:min(90vw,68rem);max-height:78vh;width:auto;height:auto;object-fit:contain;transform-origin:center center;transition:transform .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:768px){.calendly-booking-layout,.stylist-range-dates,.stylist-range-hours,.stylist-range-settings,.stylist-session-editor-grid,.stylist-weekly-row,.stylist-weekly-settings{grid-template-columns:1fr}.stylist-weekly-row{gap:.55rem}.stylist-session-editor-row-read{grid-template-columns:1fr;gap:.65rem}.stylist-public-profile-header{grid-template-columns:1fr;justify-items:center;text-align:center}.stylist-public-profile-meta{justify-items:center}}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_24c122{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_24c122{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_d541e6{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_d541e6{--font-dm-sans:"DM Sans","DM Sans Fallback"}