@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--color-primary-blue:#2563eb;--color-primary-cyan:#0891b2;--color-bg-light:#f9fafb;--color-surface-light:#fff;--color-border-light:#e5e7eb;--color-text-dark:#111827;--color-text-muted:#6b7280;--color-success:#10b981;--color-bg-dark:#0a0e27;--color-surface-dark:#1a1f3a;--color-border-dark:#2d3748;--color-text-light:#f9fafb;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--font-display:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Inter",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-sm:0.5rem;--radius-md:0.75rem;--radius-lg:1.25rem;--radius-xl:1.5rem;--radius-2xl:2rem;--shadow-xs:0 1px 2px 0 rgba(0,0,0,.05);--shadow-sm:0 1px 3px 0 rgba(0,0,0,.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1)}body,html{width:100%;height:100%;margin:0;padding:0;background:var(--color-bg-light);color:var(--color-text-dark);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.dark{--color-bg-light:var(--color-bg-dark);--color-surface-light:var(--color-surface-dark);--color-border-light:var(--color-border-dark);--color-text-dark:var(--color-text-light);--color-text-muted:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,2rem)}@media (max-width:768px){.card-grid,.service-panels{grid-template-columns:1fr}.site-header{flex-wrap:nowrap;gap:.5rem;min-height:64px}.brand{flex:1;min-width:0}.brand-logo{justify-content:flex-start}.brand-logo-image{max-width:100px}.brand-subtitle{display:none}.site-nav{order:3;flex-basis:100%;gap:.25rem;justify-content:flex-start;font-size:.8rem}.hero-section,.page,.service-panel{padding:1rem}}@media (max-width:480px){.page{padding:.5rem}.site-header{padding:.5rem .75rem}.brand-logo-image{max-width:84px}.card{padding:1rem}.profile-head{flex-direction:column;align-items:center;text-align:center}.nav-link{padding:.35rem .75rem;font-size:.75rem}}.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary-blue);margin-bottom:.5rem}p{color:var(--color-text-muted);line-height:1.7}a{color:var(--color-primary-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-cyan)}#__next,body,html{height:100%}#__next,.app-shell,body,html{display:flex;flex-direction:column}.app-shell{min-height:100vh;width:100%}.site-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface-light);border-bottom:1px solid var(--color-border-light);position:sticky;top:0;z-index:50;min-height:72px}.brand{flex:1}.brand,.brand-logo{align-items:center;min-width:0}.brand-logo{display:flex;justify-content:flex-start;width:auto}.brand-logo-image{display:block;max-width:120px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.site-nav{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;flex:1;margin:0 var(--space-lg)}.nav-link{display:inline-block;padding:.5rem 1rem;border-radius:var(--radius-lg);color:var(--color-text-dark);text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s ease}.nav-link:hover{background:var(--color-bg-light);color:var(--color-primary-blue)}.brand{display:flex;flex-direction:column;gap:.25rem}.brand-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.brand-subtitle{font-size:.75rem;color:var(--color-text-muted);font-weight:500;letter-spacing:.05em;text-transform:uppercase}.home-badge{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);background:var(--color-bg-light);border:1px solid var(--color-border-light);cursor:pointer;transition:all .2s ease;font-size:1.25rem}.theme-toggle:hover{background:var(--color-border-light)}main{flex:1;width:100%;overflow-y:auto;max-width:90rem;margin:0 auto;padding:0}.page{flex:1;width:100%}.hero-section,.page{display:flex;flex-direction:column;padding:var(--space-lg)}.hero-section{gap:var(--space-lg);text-align:center}.hero-title{font-size:clamp(2rem,6vw,2.5rem);font-weight:700;margin:0}.hero-subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:90ch;margin:0 auto}.service-panels{display:grid;grid-template-columns:1fr;gap:var(--space-lg);padding:var(--space-lg)}@media (min-width:768px){.service-panels{grid-template-columns:1fr 1fr;gap:var(--space-xl);max-width:80rem;margin:0 auto}}.service-panel{display:flex;flex-direction:column;gap:var(--space-md);padding:clamp(1.5rem,5vw,2rem);border-radius:var(--radius-2xl);background:var(--color-surface-light);border:1px solid var(--color-border-light);box-shadow:var(--shadow-md);transition:all .3s ease;position:relative;overflow:hidden}.service-panel:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;border-radius:50%;opacity:.08;pointer-events:none}.service-panel.developer:before{background:var(--color-primary-blue)}.service-panel.travel:before{background:var(--color-primary-cyan)}.service-panel:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.service-panel-title{font-size:1.5rem;font-weight:700;margin:0;position:relative;z-index:1}.service-panel-description{font-size:1rem;color:var(--color-text-muted);margin:0;position:relative;z-index:1}.service-panel-actions{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:auto;position:relative;z-index:1}@media (min-width:640px){.service-panel-actions{flex-direction:row;gap:var(--space-md)}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap;flex:1}.theme-toggle{flex:0 0 2.75rem;width:2.75rem;height:2.75rem}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--color-primary-blue);color:#fff}.button-primary:hover{background:#1d4ed8}.button-secondary{background:var(--color-primary-cyan);color:#fff}.button-secondary:hover{background:#0e7490}.button-outline{background:transparent;color:var(--color-primary-blue);border:1px solid var(--color-primary-blue)}.button-outline:hover{background:var(--color-primary-blue);color:#fff}.card{background:var(--color-surface-light);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);padding:var(--space-lg);box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column;gap:var(--space-md)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-header{display:flex;flex-direction:column;gap:.5rem}.card-header h3{margin:0;font-size:1.25rem}.card-header .text-muted{margin:0;font-size:.875rem}.card-header .text-muted,.text-muted{color:var(--color-text-muted)}.card-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.card-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);padding:var(--space-lg)}@media (min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-xl);max-width:80rem;margin:0 auto;padding:var(--space-xl)}}.site-footer{padding:.5rem 1rem;border-top:1px solid var(--color-border-light);background:var(--color-surface-light);overflow-x:auto}.footer-links{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}.footer-links a{color:inherit;text-decoration:none}.footer-links a:hover{color:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}.badge-row{display:flex;flex-wrap:wrap;gap:.5rem}.badge-verified{color:#10b981}.badge-available{background:rgba(59,130,246,.12);color:#3b82f6}.info-row{gap:1rem;color:var(--color-text-muted);font-size:.875rem}.tag-list{gap:.5rem}.pill{display:inline-block;padding:.5rem .75rem;border-radius:999px;background:var(--color-bg-light);font-size:.8rem;font-weight:500}.pill,input,select,textarea{color:var(--color-text-dark)}input,select,textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-family:var(--font-body);font-size:1rem;background:var(--color-surface-light);transition:all .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-light)}::-webkit-scrollbar-thumb{background:var(--color-border-light);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.profile-panel{display:flex;flex-direction:column;padding:var(--space-lg)}.profile-head,.profile-panel{gap:var(--space-lg)}.avatar-large{width:6rem;height:6rem;font-size:2rem;flex-shrink:0}.profile-summary{gap:var(--space-md)}.profile-summary,.section-block{display:flex;flex-direction:column}.section-block{gap:var(--space-sm)}.section-block h2{margin:0;font-size:1.125rem}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-md)}.portfolio-card{display:flex;flex-direction:column;gap:.5rem;padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-surface-light);text-decoration:none;color:var(--color-text-dark);transition:all .2s ease}.portfolio-card:hover{background:var(--color-bg-light);transform:translateY(-2px)}.portfolio-card h3{margin:0;font-size:1rem}.portfolio-card p{margin:0;font-size:.875rem}.profile-actions{flex-wrap:wrap}.profile-actions,.section-footnote{display:flex;gap:var(--space-md);margin-top:var(--space-lg)}.form-panel,.section-footnote{padding:var(--space-lg)}.form-panel{display:flex;flex-direction:column;gap:var(--space-md);background:var(--color-surface-light);border:1px solid var(--color-border-light);border-radius:var(--radius-xl)}.form-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}@media (min-width:640px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field span{font-weight:600;font-size:.875rem;color:var(--color-text-dark)}.form-field.full-width{grid-column:1/-1}.form-actions{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-md)}.form-note{padding:var(--space-sm);background:rgba(16,185,129,.1);color:#10b981;border-radius:var(--radius-md);font-size:.875rem;margin:0}.contact-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);padding:var(--space-lg)}@media (min-width:640px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.info-block{display:flex;flex-direction:column;gap:.5rem;margin-top:var(--space-md)}.info-label{font-weight:600;font-size:.875rem;color:var(--color-text-dark);margin:0}.contact-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:var(--space-lg)}@media (max-width:768px){.card-grid,.service-panels{grid-template-columns:1fr}.site-header{flex-wrap:wrap}.site-nav{order:3;flex-basis:100%;gap:.25rem;margin:0;justify-content:flex-start}.page{padding:1rem}}.floating-nimbu{position:fixed;top:20px;right:50px;z-index:9999;animation:swing 3s ease-in-out infinite;transform-origin:top center}.floating-nimbu img{width:60px;height:auto}@keyframes swing{0%{transform:rotate(8deg)}25%{transform:rotate(-8deg)}50%{transform:rotate(6deg)}75%{transform:rotate(-6deg)}to{transform:rotate(8deg)}}.content-page{max-width:900px;margin:0 auto;padding:1.25rem}.content-page h1{font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin-bottom:1rem;font-weight:800}.content-page h2{font-size:1.4rem;margin-top:2rem;margin-bottom:.75rem;font-weight:700}.content-page h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem;font-weight:600}.content-page p{line-height:1.8;color:var(--color-text-secondary);margin-bottom:1rem}.content-page ol,.content-page ul{margin:1rem 0;padding-left:1.25rem}.content-page li{margin-bottom:.5rem;line-height:1.7;color:var(--color-text-secondary)}.content-page a{color:var(--color-primary);text-decoration:none}.content-page a:hover{text-decoration:underline}.content-card{border:1px solid var(--color-border-light);border-radius:16px;margin-top:1rem}.content-card,.faq-item{background:var(--color-surface-light);padding:1rem}.faq-item{border:1px solid var(--color-border-light);border-radius:12px;margin-bottom:1rem}.faq-item h3{margin-top:0}.blog-grid{display:grid;gap:1rem;margin-top:1.5rem}.blog-card{border:1px solid var(--color-border-light);border-radius:14px;padding:1rem;background:var(--color-surface-light)}.blog-card h3{margin-top:0}.service-grid{display:grid;gap:1rem;margin-top:1.5rem}.service-card{border:1px solid var(--color-border-light);border-radius:14px;padding:1rem;background:var(--color-surface-light)}.service-card h3{margin-top:0}.contact-box{padding:1rem;border-radius:14px;border:1px solid var(--color-border-light);background:var(--color-surface-light);margin-top:1rem}@media (min-width:768px){.blog-grid,.service-grid{grid-template-columns:repeat(2,1fr)}}.page-section{width:100%;max-width:1400px;margin:0 auto;padding:clamp(1rem,3vw,3rem);display:flex;flex-direction:column;gap:2rem}.profile-panel{width:100%;display:grid;grid-template-columns:.85fr 1.4fr;gap:2rem;align-items:start;background:linear-gradient(135deg,rgba(37,99,235,.09),rgba(8,145,178,.06));border:1px solid var(--color-border-light);border-radius:28px;padding:clamp(1.5rem,3vw,3rem);box-shadow:var(--shadow-lg)}.profile-head{position:sticky;top:90px;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.avatar-circle{display:flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--color-primary-blue),var(--color-primary-cyan));color:#fff;font-weight:800;box-shadow:var(--shadow-md)}.avatar-large{width:110px;height:110px;font-size:2.3rem}.profile-head h1{margin:.25rem 0;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.05em}.profile-summary{background:var(--color-surface-light);border:1px solid var(--color-border-light);border-radius:24px;padding:clamp(1.25rem,3vw,2rem);box-shadow:var(--shadow-sm)}.badge{display:inline-flex;align-items:center;margin:0 .5rem .5rem 0;padding:.45rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700}.badge-verified{background:rgba(16,185,129,.12);color:#059669}.badge-available{background:rgba(37,99,235,.12);color:#2563eb}.info-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0}.info-row span{background:var(--color-bg-light);border:1px solid var(--color-border-light);border-radius:999px;padding:.55rem .9rem;font-size:.85rem;font-weight:600}.section-block{margin-top:1.75rem}.section-block h2{font-size:1.3rem;margin-bottom:.8rem}.tag-list{display:flex;flex-wrap:wrap;gap:.65rem}.pill-soft{background:rgba(37,99,235,.08);color:var(--color-primary-blue);border:1px solid rgba(37,99,235,.18)}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.portfolio-card{border-radius:18px;padding:1rem;background:var(--color-bg-light);border:1px solid var(--color-border-light);transition:.25s ease}.portfolio-card:hover{transform:translateY(-3px);border-color:var(--color-primary-blue);box-shadow:var(--shadow-md)}.profile-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:1.75rem}.panel-split{width:100%;display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem;background:var(--color-surface-light);border:1px solid var(--color-border-light);border-radius:28px;padding:clamp(1.5rem,3vw,3rem);box-shadow:var(--shadow-sm)}.section-footnote{padding:0;margin-top:0}.button-link{flex:unset;color:var(--color-primary-blue);background:transparent;padding-left:0}@media (max-width:900px){.profile-panel{grid-template-columns:1fr}.profile-head{position:static;align-items:center;text-align:center}.panel-split{grid-template-columns:1fr}}@media (max-width:520px){.page-section{padding:.75rem;gap:1rem}.profile-panel{padding:1rem;border-radius:20px;gap:1rem}.profile-summary{padding:1rem;border-radius:18px}.avatar-large{width:82px;height:82px;font-size:1.8rem}.profile-head h1{font-size:2rem}.portfolio-grid,.profile-actions{grid-template-columns:1fr}.info-row{flex-direction:column}.info-row span{width:100%;text-align:center}.panel-split{padding:1rem;border-radius:20px}.button{width:100%}}@media (max-width:480px){:root{--space-xs:0.375rem;--space-sm:0.5rem;--space-md:0.75rem;--space-lg:1rem;--space-xl:1.25rem;--space-2xl:1.5rem}body,html{font-size:.9375rem;line-height:1.55}.site-header{min-height:56px;padding:.375rem .625rem;gap:.5rem}.brand-logo-image{max-width:76px}.theme-toggle{flex-basis:2.75rem;width:2.75rem;height:2.75rem;padding:0;font-size:1.1rem}.page{padding:.25rem .5rem}.page-section{padding:.5rem;gap:.75rem}.hero-section{gap:.375rem;padding:.5rem .375rem}.content-page h1,.hero-title{font-size:1.5rem;line-height:1.2}.hero-subtitle{font-size:.9rem;line-height:1.45}.card-grid,.contact-grid,.service-panels{gap:.625rem;padding:.5rem}.service-panel{gap:.625rem;padding:.875rem;border-radius:1rem}.service-panel-title{font-size:1.2rem;line-height:1.3}.service-panel-description{font-size:.9rem;line-height:1.5}.service-panel-actions{gap:.5rem}.card{gap:.625rem;padding:.75rem;border-radius:1rem}.card-grid{grid-template-columns:minmax(0,1fr)}.card-header{gap:.25rem}.card-header h3{font-size:1.1rem;line-height:1.3}.button{min-height:2.75rem;padding:.625rem .75rem;font-size:.875rem;line-height:1.3;white-space:normal}.content-page{padding:.625rem}.content-page h2{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.2rem}.content-page h3{margin-top:1rem;margin-bottom:.375rem;font-size:1rem}.content-page li,.content-page p{font-size:.9rem;line-height:1.55}.content-page p{margin-bottom:.625rem}.content-page ol,.content-page ul{margin:.625rem 0;padding-left:1.125rem}.blog-card,.contact-box,.content-card,.faq-item,.service-card{margin-top:.625rem;margin-bottom:.625rem;padding:.75rem;border-radius:.75rem}.blog-grid,.service-grid{gap:.625rem;margin-top:.75rem}.form-panel,.panel-split,.profile-panel,.profile-summary{gap:.75rem;padding:.75rem;border-radius:1rem}.form-grid{gap:.625rem}.form-field{gap:.25rem}.form-field span,.info-label{font-size:.875rem}input,select,textarea{min-height:2.75rem;padding:.5rem .625rem;font-size:1rem}textarea{min-height:6rem}.form-actions{gap:.625rem;margin-top:.625rem}.profile-head{gap:.625rem}.profile-head h1{font-size:1.6rem}.profile-actions{gap:.5rem;margin-top:.875rem}.info-row{flex-direction:row;gap:.375rem;margin:.625rem 0}.info-row span{width:auto;padding:.375rem .625rem;font-size:.8rem;text-align:left}.section-block{gap:.375rem;margin-top:.875rem}.section-block h2{margin-bottom:.375rem;font-size:1.1rem}.portfolio-grid{gap:.5rem}.portfolio-card{gap:.375rem;padding:.625rem;border-radius:.75rem}.section-footnote{margin-top:0}.site-footer{padding:.375rem .5rem}.footer-links{flex-wrap:wrap;gap:.125rem .375rem;font-size:.7rem;line-height:1.4;white-space:normal}}@media (max-width:360px){.page{padding:.125rem .375rem}.page-section{padding:.375rem}.content-page h1,.hero-title{font-size:1.375rem}.card-grid,.contact-grid,.service-panels{padding:.375rem}.card,.form-panel,.panel-split,.profile-panel,.profile-summary,.service-panel{padding:.625rem}}.shop-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem .875rem;border:1px solid #24483b;border-radius:var(--radius-md);background:#24483b;color:#fff;font-size:.9rem;font-weight:650;white-space:nowrap}.shop-nav-link:hover{border-color:#bd9453;background:#315b4b;color:#fff}.shop-page{width:min(100%,80rem);margin:0 auto;padding:clamp(.75rem,2vw,1.5rem)}.shop-hero{position:relative;overflow:hidden;padding:clamp(1.25rem,4vw,3rem);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);background:radial-gradient(ellipse at 88% 18%,hsla(39,41%,58%,.22),transparent 36%),linear-gradient(120deg,#183d32,#275745);color:#fff}.shop-hero:after{position:absolute;right:-2.5rem;bottom:-5rem;width:15rem;height:15rem;border:1px solid hsla(40,56%,77%,.2);border-radius:50%;content:"";pointer-events:none}.shop-hero>*{position:relative;z-index:1}.shop-category,.shop-eyebrow{color:#9e7840;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.shop-hero .shop-eyebrow{color:#e7d1a7}.shop-hero h1{margin-top:.375rem;max-width:15ch;color:#fff;font-size:clamp(1.85rem,5vw,3.25rem);letter-spacing:-.035em}.shop-hero p{max-width:55ch;margin-top:.5rem;color:hsla(0,0%,100%,.8);font-size:.95rem}.shop-toolbar{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin:1.25rem 0 .75rem}.shop-toolbar h2{margin-top:.2rem;font-size:1.5rem}.shop-toolbar>span{color:var(--color-text-muted);font-size:.85rem}.shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.125rem}.shop-product-card{min-width:0;overflow:hidden;border:1px solid var(--color-border-light);border-radius:1rem;background:var(--color-surface-light);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.shop-product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.shop-product-art{display:flex;min-height:11rem;align-items:center;justify-content:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 54%,hsla(0,0%,100%,.78) 0 25%,transparent 26%),linear-gradient(140deg,#e9efe5,#cad8c7)}.shop-art-pahadi-honey{background:radial-gradient(circle at 50% 54%,hsla(0,0%,100%,.72) 0 25%,transparent 26%),linear-gradient(140deg,#f6edda,#e2c58f)}.shop-art-handwoven-shawl{background:radial-gradient(circle at 50% 54%,hsla(0,0%,100%,.72) 0 25%,transparent 26%),linear-gradient(140deg,#f1e5df,#ddc1b5)}.shop-art-village-ghee{background:radial-gradient(circle at 50% 54%,hsla(0,0%,100%,.72) 0 25%,transparent 26%),linear-gradient(140deg,#f3eedb,#e2d5a4)}.shop-art-wooden-craft{background:radial-gradient(circle at 50% 54%,hsla(0,0%,100%,.72) 0 25%,transparent 26%),linear-gradient(140deg,#eee7dd,#d3c2ad)}.shop-art-emoji{position:relative;z-index:1;font-size:3.75rem;filter:drop-shadow(0 .5rem .5rem rgba(35,43,31,.18))}.shop-product-art .shop-category{position:absolute;left:.625rem;bottom:.625rem;padding:.25rem .5rem;border-radius:999px;background:hsla(0,0%,100%,.88);color:#1f513b;font-size:.65rem}.shop-product-info{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1rem}.shop-product-info h3{font-size:1.05rem;line-height:1.35}.shop-product-info>p{font-size:.85rem;line-height:1.5}.shop-product-info .shop-price{margin-top:.125rem;color:var(--color-text-dark);font-size:1.25rem;font-weight:750;line-height:1.2}.shop-product-info .shop-delivery{color:var(--color-text-muted);font-size:.75rem}.shop-buy-button{width:100%;min-height:2.75rem;margin-top:.25rem;padding:.625rem .75rem;border:1px solid #24483b;border-radius:var(--radius-md);background:#24483b;color:#fff;font:inherit;font-size:.9rem;font-weight:700;cursor:pointer}.shop-buy-button:hover{border-color:#315b4b;background:#315b4b}.shop-disclaimer{margin-top:1rem;color:var(--color-text-muted);font-size:.8rem;text-align:center}.shop-back-button{min-height:2.75rem;margin-bottom:.75rem;padding:.5rem .75rem;border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:var(--color-surface-light);color:var(--color-text-dark);font:inherit;font-size:.9rem;cursor:pointer}.shop-order-screen{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.85fr);gap:1rem;align-items:start}.shop-order-details,.shop-order-form{padding:1.25rem;border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:var(--color-surface-light);box-shadow:var(--shadow-sm)}.shop-order-art{min-height:11rem;margin-bottom:.875rem;border-radius:var(--radius-md);font-size:4rem}.shop-order-details h1{margin-top:.5rem;font-size:1.5rem}.shop-order-details h2{margin-top:.75rem;font-size:1.15rem}.shop-order-details>p,.shop-order-form>p{margin-top:.5rem;font-size:.9rem}.shop-price-breakdown{margin-top:1rem;border-top:1px solid var(--color-border-light)}.shop-price-breakdown>div{display:flex;justify-content:space-between;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--color-border-light);font-size:.9rem}.shop-price-breakdown dd{font-weight:650;text-align:right}.shop-price-breakdown .shop-order-total{font-size:1rem;font-weight:750}.shop-order-form h2{font-size:1.25rem}.shop-email-field{display:flex;flex-direction:column;gap:.375rem;margin-top:1rem}.shop-email-field span{font-size:.9rem;font-weight:650}.shop-order-submit{width:100%;margin-top:.75rem}.shop-order-form .shop-demand-note,.shop-order-form .shop-email-status{margin-top:.75rem;font-size:.8rem;line-height:1.5}.shop-email-status{color:var(--color-primary-cyan);font-weight:600}@media (max-width:900px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-order-screen{grid-template-columns:minmax(0,1fr) minmax(16rem,.9fr)}}@media (max-width:600px){.shop-nav-link{min-height:2.75rem;padding:.375rem .625rem;font-size:.85rem}.shop-page{padding:.25rem}.shop-hero{padding:1rem;border-radius:var(--radius-lg)}.shop-hero h1{font-size:1.5rem}.shop-hero p{font-size:.875rem}.shop-toolbar{margin:.875rem 0 .5rem}.shop-toolbar h2{font-size:1.15rem}.shop-product-grid{grid-template-columns:minmax(0,1fr);gap:.625rem}.shop-product-card{display:grid;grid-template-columns:5.25rem minmax(0,1fr);align-items:stretch;border-radius:var(--radius-md)}.shop-product-art{min-height:100%;flex-direction:column;gap:.25rem;padding:.375rem}.shop-art-emoji{font-size:2.5rem}.shop-product-art .shop-category{position:static;padding:.2rem .3rem;font-size:.55rem;text-align:center}.shop-product-info{gap:.25rem;padding:.625rem}.shop-product-info h3{font-size:.95rem}.shop-product-info>p{font-size:.78rem}.shop-product-info .shop-price{font-size:1.1rem}.shop-buy-button{min-height:2.75rem;margin-top:.125rem}.shop-disclaimer{font-size:.75rem}.shop-order-screen{grid-template-columns:minmax(0,1fr);gap:.625rem}.shop-order-details,.shop-order-form{padding:.875rem;border-radius:var(--radius-md)}.shop-order-art{min-height:7rem}}