@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap";:root{--red:#c2185b;--red-dark:#9c1148;--red-light:#fce4ec;--purple:#9b4d9a;--purple-dark:#7a3b79;--purple-light:#f5edf5;--white:#fff;--off-white:#fafaf8;--cream:#f6f3f0;--border:#e8e4e0;--border-mid:#d1cbc5;--text-dark:#1a1a1a;--text-mid:#4a4a4a;--text-light:#888;--shadow-sm:0 2px 12px #0000000f;--shadow-md:0 8px 30px #0000001a;--shadow-lg:0 20px 60px #0000001f;--serif:"Cormorant Garamond", "Playfair Display", Georgia, serif;--sans:"Inter", system-ui, sans-serif;--radius:8px;--radius-lg:16px;--ease:cubic-bezier(.25, .46, .45, .94)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:clip}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 2rem}.serif{font-family:var(--serif)}.text-red{color:var(--red)}.text-purple{color:var(--purple)}.text-mid{color:var(--text-mid)}.text-light{color:var(--text-light)}.btn{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .28s var(--ease);border:none;border-radius:2px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.82rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 24px #d32f4d4d}.btn-outline{color:var(--red);border:1px solid var(--red);background:0 0}.btn-outline:hover{background:var(--red);color:var(--white);transform:translateY(-2px)}.btn-ghost{color:var(--red);letter-spacing:.05em;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;padding:0;font-size:.95rem;font-weight:600;display:inline-flex}.btn-ghost:after{content:"→";transition:transform .22s var(--ease);margin-left:.5rem;display:inline-block}.btn-ghost:hover:after{transform:translate(4px)}.section{padding:7rem 0}.section-alt{background:var(--off-white)}.section-cream{background:var(--cream)}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--red);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.72rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--red);flex-shrink:0;width:28px;height:1.5px;display:block}.section-heading{font-family:var(--serif);color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:500;line-height:1.15}.section-heading em{color:var(--purple);font-style:italic}.section-sub{color:var(--text-mid);max-width:560px;font-size:1.05rem;line-height:1.8}.divider{background:linear-gradient(to right, var(--red), var(--purple));border-radius:2px;width:48px;height:2px;margin:1.5rem 0}@media (width<=768px){.section{padding:4.5rem 0}}@media (width<=600px){.container{padding:0 1.25rem}.section-heading{font-size:2.2rem}.btn{justify-content:center;width:100%}.btn-ghost{justify-content:flex-start;width:auto}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:box-shadow .3s var(--ease);background:#fffffff5;position:sticky;top:0}.navbar.scrolled{box-shadow:var(--shadow-sm)}.navbar-container{justify-content:space-between;align-items:center;min-height:96px;padding-top:.5rem;padding-bottom:.5rem;display:flex}.logo-container{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.logo-img{object-fit:contain;width:auto;height:72px}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-links a{letter-spacing:.05em;color:var(--text-mid);transition:color .22s var(--ease), background .22s var(--ease);border-radius:4px;padding:.4rem .85rem;font-size:.82rem;font-weight:500;position:relative}.nav-links a:hover{color:var(--red);background:var(--red-light)}.nav-links a.active{color:var(--red);font-weight:600}.nav-links a.active:after{content:"";background:var(--red);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:.85rem;right:.85rem}.nav-cta{flex-shrink:0}@media (width<=900px){.nav-links{display:none}.logo-img{height:48px}.navbar-container{min-height:72px;padding:.5rem 0}.nav-cta{transform-origin:100%;transform:scale(.85)}}.hero{align-items:center;min-height:90vh;padding:8rem 0;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#ffffffe6 0%,#fff6 50%,#0000 100%);position:absolute;inset:0}.hero-container{z-index:1;justify-content:flex-start;display:flex;position:relative}.hero-content-tab{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:580px;padding:4rem}.hero-eyebrow{display:none}.hero h1{font-family:var(--serif);color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:500;line-height:1.05}.hero h1 em{color:var(--purple);font-style:italic}.hero-description{color:var(--text-mid);max-width:440px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.hero-actions{align-items:center;gap:1.5rem;display:flex}.hero-stats{border-top:1px solid var(--border);opacity:.9;align-items:center;gap:2rem;margin-top:3.5rem;padding-top:2rem;display:flex}.stat-item{flex-direction:column;align-items:flex-start;gap:.1rem;display:flex}.stat-number{font-family:var(--serif);color:var(--text-dark);font-size:1.6rem;font-weight:600;line-height:1}.stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-mid);font-size:.7rem;font-weight:500}.stat-divider{background:var(--border);width:1px;height:24px}@media (width<=900px){.hero{min-height:auto;padding:7rem 0 4rem}.hero-overlay{background:#fffc}.hero-container{justify-content:center}.hero-content-tab{margin-top:2rem;padding:3rem 2rem}}@media (width<=600px){.hero{padding:6rem 0 3rem}.hero h1{font-size:2.75rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1rem}.hero-stats{flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem}.stat-divider{display:none}}.portfolio{background:var(--white);padding:7rem 0}.portfolio-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:flex}.portfolio-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.25rem;margin-top:2rem;padding-bottom:0;display:flex}.tab-btn{font-family:var(--sans);color:var(--text-light);cursor:pointer;transition:color .22s var(--ease), border-color .22s var(--ease);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.65rem 1.1rem;font-size:.82rem;font-weight:500}.tab-btn:hover{color:var(--text-dark)}.tab-btn.active{color:var(--red);border-bottom-color:var(--red);font-weight:600}.portfolio-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.portfolio-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);transition:transform .32s var(--ease), box-shadow .32s var(--ease);overflow:hidden}.portfolio-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-6px)}.portfolio-img-wrap{position:relative;overflow:hidden}.portfolio-img{object-fit:cover;width:100%;height:240px;transition:transform .5s var(--ease)}.portfolio-card:hover .portfolio-img{transform:scale(1.05)}.portfolio-overlay{opacity:0;transition:opacity .32s var(--ease);cursor:pointer;background:linear-gradient(#9b4d9a66 0%,#d32f4dbf 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.portfolio-card:hover .portfolio-overlay{opacity:1}.portfolio-overlay-btn{color:#fff;letter-spacing:.08em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid #fffc;border-radius:2px;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s}.portfolio-overlay-btn:hover{background:#ffffff26}.portfolio-video-badge{background:var(--purple);color:#fff;letter-spacing:.1em;pointer-events:none;border-radius:100px;padding:.28rem .75rem;font-size:.68rem;font-weight:700;position:absolute;top:.9rem;right:.9rem}.portfolio-card:focus-visible{outline:3px solid var(--red);outline-offset:3px}.portfolio-info{padding:1.25rem 1.5rem 1.5rem}.portfolio-category{letter-spacing:.15em;text-transform:uppercase;color:var(--purple);margin-bottom:.4rem;font-size:.7rem;font-weight:600}.portfolio-info h3{font-family:var(--serif);color:var(--text-dark);margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.portfolio-location{color:var(--text-light);align-items:center;gap:.3rem;font-size:.8rem;display:flex}.portfolio-footer{justify-content:center;display:flex}@media (width<=1024px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.portfolio-section{padding:4rem 0}.portfolio-grid{grid-template-columns:1fr}.portfolio-filters{gap:1rem}}.modal-overlay{z-index:9000;-webkit-backdrop-filter:blur(4px);background:#0a0a0acc;width:100vw;height:100vh;animation:.25s modalFadeIn;position:fixed;top:0;left:0;overflow:hidden}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{z-index:9001;-webkit-overflow-scrolling:touch;box-sizing:border-box;background:#fff;flex-direction:column;width:100%;min-width:0;max-width:100vw;height:100%;animation:.3s modalSlideUp;display:flex;position:absolute;top:0;left:0;overflow:hidden auto}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{z-index:9010;cursor:pointer;color:#1a1a1a;background:#fffffff2;border:1px solid #e0dbd6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001f}.modal-close:hover{color:#fff;background:#d32f4d;border-color:#d32f4d}.modal-gallery{background:#111;flex-shrink:0;width:100%;position:relative}.modal-main-img{object-fit:cover;width:100%;height:55vw;min-height:200px;max-height:320px;display:block}.modal-video{object-fit:contain;background:#000;width:100%;height:55vw;min-height:200px;max-height:320px;display:block}.modal-arrow{z-index:5;cursor:pointer;color:#1a1a1a;background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.modal-arrow:hover{color:#fff;background:#d32f4d}.modal-arrow-prev{left:10px}.modal-arrow-next{right:10px}.modal-counter{color:#fff;white-space:nowrap;pointer-events:none;background:#0009;border-radius:100px;padding:3px 12px;font-size:.7rem;font-weight:600;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.modal-thumbs{scrollbar-width:none;box-sizing:border-box;background:#111;flex-direction:row;flex-shrink:0;gap:6px;width:100%;max-width:100%;padding:8px 12px;display:flex;overflow:auto hidden}.modal-thumbs::-webkit-scrollbar{display:none}.modal-thumb{object-fit:cover;cursor:pointer;opacity:.5;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:54px;height:38px;transition:opacity .2s,border-color .2s}.modal-thumb.active,.modal-thumb:hover{opacity:1;border-color:#d32f4d}.modal-thumb-video{cursor:pointer;opacity:.5;color:#fff;background:#222;border:2px solid #0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:38px;font-size:.9rem;transition:opacity .2s,border-color .2s;display:flex}.modal-thumb-video.active,.modal-thumb-video:hover{opacity:1;border-color:#9b4d9a}.modal-body{box-sizing:border-box;flex:1;width:100%;padding:20px 20px 40px;overflow-x:hidden}.modal-header{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.modal-category{letter-spacing:.18em;text-transform:uppercase;color:#9b4d9a;margin-bottom:4px;font-size:.65rem;font-weight:700}.modal-title{color:#1a1a1a;word-break:break-word;overflow-wrap:break-word;font-family:Cormorant Garamond,Georgia,serif;font-size:1.65rem;font-weight:500;line-height:1.2}.modal-meta{flex-wrap:wrap;gap:16px;display:flex}.modal-meta-item{flex-direction:column;gap:2px;display:flex}.modal-meta-label{letter-spacing:.15em;text-transform:uppercase;color:#888;font-size:.6rem;font-weight:600}.modal-meta-value{color:#1a1a1a;font-size:.85rem;font-weight:600}.modal-divider{background:#e8e4e0;width:100%;height:1px;margin:16px 0}.modal-description{color:#4a4a4a;overflow-wrap:break-word;margin-bottom:20px;font-size:.92rem;line-height:1.8}.modal-highlights-title{letter-spacing:.18em;text-transform:uppercase;color:#d32f4d;margin-bottom:12px;font-size:.65rem;font-weight:700}.modal-highlights{flex-direction:column;gap:10px;margin-bottom:28px;display:flex}.modal-highlight-item{color:#1a1a1a;align-items:center;gap:10px;font-size:.875rem;font-weight:500;display:flex}.modal-check{color:#d32f4d;background:#fbeaed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;font-size:.6rem;font-weight:800;display:inline-flex}.modal-cta-btn{box-sizing:border-box;text-align:center;color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#d32f4d;border-radius:3px;width:100%;padding:14px 20px;font-family:Inter,system-ui,sans-serif;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .25s,transform .25s;display:block}.modal-cta-btn:hover{background:#b0253f;transform:translateY(-2px)}@media (width>=700px){.modal-overlay{justify-content:center;align-items:center;padding:24px;display:flex}.modal-panel{border-radius:16px;width:100%;min-width:0;max-width:min(1040px,100vw - 48px);height:auto;max-height:90vh;margin:auto;position:relative;top:auto;left:auto;overflow:hidden auto;box-shadow:0 32px 80px #0000004d}.modal-main-img,.modal-video{height:420px;min-height:unset;max-height:unset}.modal-close{width:40px;height:40px;font-size:1.1rem;top:18px;right:18px}.modal-body{padding:40px 48px}.modal-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:32px}.modal-title{font-size:2.2rem}.modal-highlights{grid-template-columns:1fr 1fr;gap:8px 32px;margin-bottom:36px;display:grid}.modal-meta{flex-direction:row;flex-shrink:0;align-items:flex-start;gap:28px}.modal-meta-item{align-items:center}.modal-thumb{width:72px;height:50px}.modal-thumb-video{width:72px;height:50px;font-size:1.2rem}.modal-arrow{width:44px;height:44px;font-size:1.2rem}.modal-arrow-prev{left:18px}.modal-arrow-next{right:18px}.modal-cta-btn{width:auto;display:inline-block}}.fullscreen-overlay{z-index:9999;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s modalFadeIn;display:flex;position:absolute;top:0;left:0}.fullscreen-img{object-fit:contain;-webkit-user-select:none;user-select:none;max-width:95vw;max-height:95vh}.fullscreen-close{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:20px;right:20px}.fullscreen-close:hover{background:var(--red);border-color:var(--red);transform:scale(1.1)}.fullscreen-arrow{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.fullscreen-arrow:hover{background:var(--red);transform:translateY(-50%)scale(1.1)}.modal-img-container{cursor:zoom-in;width:100%;position:relative}.fullscreen-btn{color:#fff;cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s,background .2s;display:flex;position:absolute;bottom:16px;right:16px}.modal-img-container:hover .fullscreen-btn{opacity:1}.fullscreen-btn:hover{background:var(--red)}@media (width<=700px){.fullscreen-btn{opacity:1;width:36px;height:36px;bottom:12px;right:12px}.fullscreen-img{max-width:100vw}}.transformations{background:var(--cream);padding:7rem 0;overflow:hidden}.trans-container{grid-template-columns:1fr 1.6fr;align-items:center;gap:6rem;display:grid}.trans-content .section-heading{font-size:clamp(2rem,3.5vw,2.8rem)}.trans-content p{color:var(--text-mid);margin-bottom:2.5rem;font-size:1rem;line-height:1.9}.trans-images{grid-template-columns:1fr 1fr;align-items:center;gap:1.25rem;display:grid}.trans-card{border-radius:var(--radius);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.trans-img{object-fit:cover;width:100%;height:260px;transition:transform .5s var(--ease);display:block}.trans-card:hover .trans-img{transform:scale(1.04)}@media (width<=900px){.trans-container{grid-template-columns:1fr;gap:3rem}.trans-images{grid-template-columns:1fr 1fr}}@media (width<=600px){.trans-images{grid-template-columns:1fr;gap:1.5rem}}.review-modal-panel{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:500px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalFadeIn;position:relative;box-shadow:0 24px 64px #0000004d}.review-modal-title{font-family:var(--serif);color:var(--text-dark);margin-bottom:.5rem;font-size:2rem}.review-modal-subtitle{color:var(--text-mid);margin-bottom:2rem;font-size:.95rem}.review-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-dark);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--sans);color:var(--text-dark);transition:border-color .2s var(--ease);padding:.8rem 1rem;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--purple);outline:none}.star-rating-input{color:var(--border);cursor:pointer;gap:.5rem;font-size:1.8rem;display:flex}.star-rating-input .star{transition:color .2s var(--ease)}.star-rating-input .star.active{color:#fbbf24}.review-submit-btn{justify-content:center;width:100%;margin-top:1rem}.review-success{text-align:center;padding:2rem 0}.review-success h3{font-family:var(--serif);color:var(--purple);margin-bottom:1rem;font-size:2rem}.review-success p{color:var(--text-mid);line-height:1.6}.review-error{color:#b91c1c;border-radius:var(--radius-sm);background:#fee2e2;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}@media (width<=600px){.review-modal-panel{padding:2rem 1.5rem}}.founder-section{background:var(--off-white);padding:7rem 0}.founder-container{grid-template-columns:1fr 1.15fr;align-items:center;gap:6rem;display:grid}.founder-photo-col{justify-content:center;display:flex;position:relative}.founder-deco-block{background:linear-gradient(135deg, var(--red-light), var(--purple-light));border-radius:var(--radius-lg);z-index:0;width:78%;height:78%;position:absolute;bottom:-24px;right:-24px}.founder-photo-card{z-index:1;border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.founder-photo{object-fit:cover;object-position:top center;width:100%;height:520px;display:block}.founder-badge{color:#fff;background:linear-gradient(#0000 0%,#000000b3 100%);padding:2rem 1.75rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.founder-badge-name{font-family:var(--serif);margin-bottom:.25rem;font-size:1.4rem;font-weight:500;line-height:1.2}.founder-badge-title{letter-spacing:.16em;text-transform:uppercase;opacity:.8;font-size:.72rem;font-weight:600}.founder-content{flex-direction:column;align-items:flex-start;display:flex}.founder-bio{color:var(--text-mid);margin-bottom:1.1rem;font-size:.975rem;line-height:1.95}.founder-quote{font-family:var(--serif);color:var(--text-dark);border-left:3px solid var(--red);padding-left:1.25rem;font-size:1.1rem;font-style:italic;line-height:1.85;margin-bottom:2.25rem!important}.founder-services{grid-template-columns:1fr 1fr;gap:.55rem 2rem;width:100%;margin-bottom:2.5rem;display:grid}.founder-service-item{color:var(--text-dark);align-items:center;gap:.55rem;font-size:.85rem;font-weight:500;display:flex}.founder-check{background:var(--red-light);width:18px;height:18px;color:var(--red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.62rem;font-weight:800;display:inline-flex}@media (width<=960px){.founder-container{grid-template-columns:1fr;gap:3.5rem}.founder-photo-col{justify-content:center}.founder-photo-card{max-width:360px}.founder-photo{height:420px}.founder-deco-block{right:0}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.pip-modal-panel{background:var(--white);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:900px;height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalFadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #0000004d}.pip-header{background:var(--off-white);border-bottom:1px solid var(--border);flex-shrink:0;padding:2.5rem 3rem 1.5rem}.pip-title{font-family:var(--serif);color:var(--text-dark);margin-bottom:.25rem;font-size:2.2rem}.pip-subtitle{color:var(--red);letter-spacing:.1em;text-transform:uppercase;font-size:.95rem;font-weight:600}.pip-close{background:var(--white);border:1px solid var(--border);color:var(--text-mid);cursor:pointer;width:40px;height:40px;transition:all .2s var(--ease);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.pip-close:hover{background:var(--red);color:#fff;border-color:var(--red);transform:rotate(90deg)}.pip-body{flex-grow:1;padding:2rem 3rem 4rem;overflow-y:auto}.pip-body::-webkit-scrollbar{width:8px}.pip-body::-webkit-scrollbar-track{background:0 0}.pip-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.pip-section{margin-bottom:3rem}.pip-section-title{font-family:var(--serif);color:var(--purple);border-bottom:2px solid var(--purple-light);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.8rem}.pip-divider{background:var(--border);height:1px;margin:3rem 0}.pip-subsection{margin-bottom:2rem}.pip-subsection h4{color:var(--text-dark);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.pip-subsection h5{color:var(--text-mid);margin-top:1.25rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.pip-subsection ul{color:var(--text-mid);padding-left:1.5rem;list-style-type:disc}.pip-subsection li{margin-bottom:.4rem;font-size:.95rem;line-height:1.7}.pip-subsection li::marker{color:var(--red)}@media (width<=768px){.modal-overlay{padding:1rem}.pip-modal-panel{height:95vh}.pip-header{padding:2rem 2rem 1rem}.pip-title{font-size:1.6rem}.pip-close{top:1rem;right:1rem}.pip-body{padding:1.5rem 2rem 3rem}}
