:root {
    --bt-blue: #040b14!important;
    --link-blue: rgb(58, 61, 67);
    --bt-blue-dark: rgb(58, 61, 67);

    --color-primary: var(--bt-blue);
    --color-secondary: #149ddd;
    --color-muted: color-mix(in srgb, #272829, transparent 20%);
    --text-color: #272829;
    --bg-light: #f4fafd;
}

.work-cards{
  display: grid; 
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
gap: 24px; 
padding: 22px 0px 0px;
}
.work-card{
display: block; 
text-decoration: none; 
color: inherit; 
cursor: pointer;
background:var(--bg-light); 
border-radius: 20px; 
padding: 16px; 
transition: background 0.15s;
}
.work-card h3 {
    margin-top: 0 !important;
}

.bp-theme-versatile .bp-link {
        align-items: stretch;
        border-top: 1px solid var(--bt-line);
        display: none;
        flex: 1 0 100%;
        padding: 8px 0;
    }

    .bp-theme-versatile .bp-link.is-open {
        display: block;
    }
.resume .resume-title {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid var(--color-secondary);
    position: relative;
}
.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: var(--bt-white);
    border: 2px solid var(--color-secondary);
}
.resume .resume-item h4 {
    line-height: 18px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: 
 color-mix(in srgb, var(--color-muted), transparent 20%);
    margin-bottom: 10px;
}

.about .content ul strong {
    margin-right: 10px;
}
@media (max-width: 1199px) {
  .header {
    left: -100%;
  }
}

.header.header-show {
  left: 0;
}

.header-toggle, .bp-nav-toggle {
  color: var(--bt-white) !important;
  background-color: var(--color-secondary)!important;
  font-size: 22px;
  display: flex;
  align-items: center!important;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%!important;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
  transition: background-color 0.3s;
}

.header-toggle:hover {
  color: var(--bt-white);
  background-color: color-mix(in srgb, var(--color-secondary) 90%, white 15%);
}


.uif-progress-bar span{
   background: var(--color-secondary);
}
.uif-mt-5{
  margin-top: var(--uif-space-6);
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.about .content .uifIcon{
    font-size: 21px;
    margin-right: 5px;
    color: var(--color-secondary);
    line-height: 0;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-secondary);
    left: 0;
    bottom: 0;
}
.stats-item span {
    color: var(--color-secondary);
    display: block;
    font-size: 44px;
    float: left;
    line-height: 0;
}
.stats-item h2{
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  margin-left: 60px;
}
.stats-item p{
  margin-left: 60px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .bp-page, .bp-prose, .bp-listing-page,
  .bp-footer {
    margin-left: 300px !important;
  }
} 
.clip {
   color: var(--bt-white);
   letter-spacing: 1px;
   border-bottom: 2px solid #149ddd;
}
.dark-background{
   background: var(--color-primary);
}
.light-background{
   background: #f4fafd;
}
.header{
    color: var(--bt-white);
    background-color: var(--color-primary);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    width: 300px;
    transition: all ease-in-out 0.3s;
    overflow-y: auto;
    z-index: 997;
    border-right: 1px solid
    color-mix(in srgb, var(--bg-light), transparent 90%);
}

.header .profile-img img {
    margin: 15px auto;
    display: block;
    width: 120px;
    border: 8px solid
    color-mix(in srgb, var(--bg-light), transparent 85%);
    border-radius: 50% !important;
}
.navmenu ul {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
}

.navmenu a:hover, .navmenu .active, .navmenu .active:focus {
    color: var(--nav-hover-color);
}

.navmenu a, .navmenu a:focus {
    color: #a8a9b4;
    padding: 15px 10px;
    font-family: "Poppins",  sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
    width: 100%;
    gap:8px;
}

.header .logo h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: var(--bt-white);
    text-align: center;
}

.header .social-links a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a8a9b4;
    margin: 0 2px;
    border-radius: 50%;
    text-align: center;
   /* 
    background: 
    color-mix(in srgb, var(--bt-white), transparent 90%);
    width: 40px;
    height: 40px;*/
    transition: 0.3s;
}

.header .social-links a:hover {
    color: var(--bt-white);
    /* background: var(--accent-color);*/
}

.hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bt-white);
}

.hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero .uif-container {
    position: absolute;
    top: 18%;
    z-index: 3;
}
.hero h2 {
    margin: 0;
    font-size: 64px !important;
    font-weight: 700;
    color:var(--bt-white) !important;
}
@media (max-width: 768px) {
    .hero h2 {
        font-size: 32px;
    }
}
.hero p {
    margin: 5px 0 0 0;
    font-size: 26px;
}
@media (max-width: 768px) {
    .hero p {
        font-size: 20px;
    }
}

html, body {
    background: #ffffff;
}

body {
    font-size: 16px !important;
    color: var(--text-color) !important;
    font-family: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--color-secondary);
    text-decoration:none;
}

a:hover {
    color: var(--color-primary);
}
.bp-button, .bp-theme-versatile button[type="submit"]{
    border-radius: 999px;
    padding: 15px 30px;
    font-weight: 600;
}
iframe{
    height:100%;
    width:100%;
}

.bp-post-content iframe{
    height:500px;
    width:100%;
}
.bp-header {
    border-bottom: transparent;
}
.bp-hero-lead {
    color: var(--color-muted);
}
.bp-brand-name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: var(--bt-ink);
    cursor: pointer;
}
.bp-eyebrow {
    text-transform: none;
    display: inline-block;
    background: var(--bg-light);
    color: rgb(75, 79, 87) !important;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 26px !important;
}
.bp-prose h1, .bp-page-heading h1 {
    font-size: clamp(36px, 5.6vw, 58px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.06;
    margin: 0px 0px 22px
}
.bp-hero-media {
    aspect-ratio: 4 / 5;
    border-radius: 1.25rem;
}
.bp-hero-copy {
    margin-right: 4.1rem;
}
.bp-theme-versatile .bp-brand, .bp-button:hover, .bp-theme-versatile button[type="submit"]:hover {
    text-decoration:none;
}
.bp-theme-versatile .bp-links a {
    color: var(--color-muted);
    font-weight: 400;
}
.bp-theme-versatile .bp-links a:hover, .bp-theme-versatile .bp-links a[aria-current="page"], .bp-theme-versatile .bp-links a.is-active {
    background: transparent;
    color: var(--color-primary);
    text-decoration:none;
}
@media (max-width: 760px) {
    .bp-hero {
        gap: 34px;
        padding: 48px 0px 58px;
    }
}
.bp-footer {
    padding-top: 0;
    background: #f4fafd !important;
    color: var(--text-color) !important;
}
.bp-footer-links a {
    color: var(--color-secondary);
}
.bp-footer-links a:hover {
    color: var(--color-primary);
}

@media (max-width: 720px) {
    .bp-nav {
        display: flex;
    }
}

@media (min-width: 720px) {
    .aboutPage {
        display: grid;
        gap: 40px;
        grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    }
}
@media (max-width: 760px) {
    .bp-menu-list {
        gap: 22px;
    }
}
.blog-card{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 8px 32px;
    align-items: start;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    background: var(--bg-light);
    border-radius: 18px;
    padding: 22px 26px;
}
.blog-card:hover{
   background: rgb(238, 240, 242) !important;
}
.blog-card h2{
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 8px;
}

.blog-card p{
    font-size: 15px;
    line-height: 1.65;
    color: var(--color-muted);
    margin-bottom:0;
}
.blog-card .chip{
    display: inline-block;
    background: rgb(233, 235, 238);
    color: var(--color-secondary);
    border-radius: 999px;
    padding: 4px 11px;
    font-size: 13px;
    font-weight: 500;
}


:root {
    --bt-blue: #0e68b0;
    --bt-blue-dark: #07497c;
    --bt-green: #00b696;
    --bt-ink: #111827;
    --bt-text: #374151;
    --bt-muted: #6b7280;
    --bt-line: #dfe5eb;
    --bt-soft: #f3f6f8;
    --bt-white: #ffffff;
    --bt-danger: #b42318;
    --bt-radius: 6px;
    --bt-shadow: 0 14px 35px rgba(17, 24, 39, 0.1);
    --bt-container: 1320px;
}

.uif-container{
    max-width: var(--bt-container);
    width: min(100% - 2rem, 82.5rem);
}

html { scroll-behavior: smooth; }
body.bp-theme-versatile { background: var(--bt-white); color: var(--bt-text); font-family: "proxima-nova", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bp-theme-versatile h1, .bp-theme-versatile h2, .bp-theme-versatile h3, .bp-theme-versatile h4 { color: var(--bt-ink); font-weight: 600; letter-spacing: 0; }
.bp-theme-versatile strong, .bp-theme-versatile b { font-weight: 600; }
.bp-theme-versatile img { height: auto; max-width: 100%; }
.bp-theme-versatile a:focus-visible, .bp-theme-versatile button:focus-visible, .bp-theme-versatile input:focus-visible, .bp-theme-versatile select:focus-visible, .bp-theme-versatile textarea:focus-visible { outline: 3px solid rgba(14, 104, 176, .28); outline-offset: 2px; }
.bp-skip-link { background: var(--bt-ink); color: var(--bt-white); left: 12px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.bp-skip-link:focus { top: 12px; }

.bp-theme-versatile .bp-header { background: rgba(255,255,255,.96); border-color: var(--bt-line); backdrop-filter: blur(14px); }
.bp-theme-versatile .bp-nav { max-width: var(--bt-container); min-height: 72px; padding: 12px 24px; }
.bp-theme-versatile .bp-brand { color: var(--bt-ink); font-size: 1.1rem; font-weight: 600; }
.bp-theme-versatile .bp-brand-logo { height: 46px; max-width: min(260px, 42vw); }
.bp-theme-versatile .bp-links { align-items: center; gap: 4px; }
.bp-theme-versatile .bp-links a { border-radius: 4px; color: var(--bt-text); font-weight: 600; padding: 9px 12px; }
.bp-theme-versatile .bp-links a:hover, .bp-theme-versatile .bp-links a[aria-current="page"], .bp-theme-versatile .bp-links a.is-active { background: #e9f4fb; color: var(--bt-blue-dark); }
.bp-menu-list, .bp-submenu { list-style: none; margin: 0; padding: 0; }
.bp-menu-list { align-items: center; display: flex; gap: 4px; }
.bp-menu-item { position: relative; }
.bp-submenu { background: var(--bt-white); border: 1px solid var(--bt-line); box-shadow: var(--bt-shadow); display: none; left: 0; min-width: 210px; padding: 6px; position: absolute; top: 100%; z-index: 20; }
.bp-submenu .bp-submenu { left: 100%; top: -7px; }
.bp-menu-item:hover > .bp-submenu, .bp-menu-item:focus-within > .bp-submenu { display: grid; }
.bp-submenu a { display: block; white-space: nowrap; }
.bp-nav-toggle { align-items: center; background: var(--bt-white); border: 1px solid var(--bt-line); border-radius: 4px; color: var(--bt-ink); display: none; gap: 8px; min-height: 40px; padding: 7px 10px; }
.bp-nav-toggle-icon, .bp-nav-toggle-icon::before, .bp-nav-toggle-icon::after { background: currentColor; content: ""; display: block; height: 2px; transition: transform .18s ease; width: 18px; }
.bp-nav-toggle-icon { position: relative; }
.bp-nav-toggle-icon::before { left: 0; position: absolute; top: -6px; }
.bp-nav-toggle-icon::after { left: 0; position: absolute; top: 6px; }
.bp-nav-toggle[aria-expanded="true"] .bp-nav-toggle-icon { background: transparent; }
.bp-nav-toggle[aria-expanded="true"] .bp-nav-toggle-icon::before { top: 0; transform: rotate(45deg); }
.bp-nav-toggle[aria-expanded="true"] .bp-nav-toggle-icon::after { top: 0; transform: rotate(-45deg); }

.bp-theme-versatile .bp-main { margin: 0 auto; max-width: none; padding: 0px; width: 100%; }
.bp-template-landing .bp-main, .bp-template-shop .bp-main, .bp-template-product .bp-main { max-width: none; padding-left: 0; padding-right: 0; padding-top: 0; }
.bp-page, .bp-listing-page { margin: 0 auto; max-width: none; }
.bp-template-landing .bp-page, .bp-template-shop .bp-page, .bp-template-product .bp-page { max-width: none; }
.bp-theme-versatile .bp-article { border: 0; box-shadow: none; margin: 0 auto; max-width: 820px; padding: 0; }
.bp-prose { font-size: 1.05rem; line-height: 1.75; }
.bp-prose h1 { font-size: 2.65rem; margin-bottom: 24px; }
.bp-prose h2 { font-size: 1.75rem; margin-top: 42px; }
.bp-prose h3 { font-size: 1.3rem; margin-top: 32px; }
.bp-prose blockquote { border-left: 4px solid var(--bt-green); color: var(--bt-ink); font-size: 1.2rem; margin: 32px 0; padding: 12px 24px; }
.bp-prose table { border-collapse: collapse; display: block; margin: 28px 0; overflow-x: auto; width: 100%; }
.bp-prose th, .bp-prose td { border-bottom: 1px solid var(--bt-line); padding: 12px; text-align: left; }
.bp-prose pre { background: var(--bt-ink); border-radius: var(--bt-radius); color: var(--bt-white); overflow: auto; padding: 20px; }
.bp-eyebrow { color: var(--bt-blue); font-size: .82rem; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; }
.bp-page-heading { margin-bottom: 42px; max-width: 720px; }
.bp-page-heading h1 { font-size: 3rem; margin-bottom: 14px; }
.bp-page-heading > p:last-child { color: var(--bt-muted); font-size: 1.1rem; }

.bp-hero { align-items: center; display: grid; gap: 54px; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); margin: 0 auto; min-height: 650px; padding: 70px 24px 80px; }
.bp-hero-copy { max-width: 650px; }
.bp-hero h1 { font-size: 4rem; line-height: 1.02; margin-bottom: 24px; overflow-wrap: anywhere; }
.bp-hero-lead { color: var(--bt-text); font-size: 1.25rem; line-height: 1.65; max-width: 620px; }
.bp-hero-media { aspect-ratio: 4 / 3; background: var(--bt-soft); border: 1px solid var(--bt-line); overflow: hidden; }
.bp-hero-media img { height: 100%; object-fit: cover; width: 100%; }
.bp-button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.bp-button, .bp-theme-versatile button[type="submit"] { align-items: center; background: var(--bt-blue); border: 1px solid var(--bt-blue); border-radius: 4px; color: var(--bt-white); display: inline-flex; font-weight: 600; justify-content: center; min-height: 44px; padding: 10px 18px; text-decoration: none; }
.bp-button:hover, .bp-theme-versatile button[type="submit"]:hover { background: var(--bt-blue-dark); border-color: var(--bt-blue-dark); color: var(--bt-white); }
.bp-button-secondary { background: var(--bt-white); border-color: var(--bt-line); color: var(--bt-ink); }
.bp-button-secondary:hover { background: var(--bg-light); border-color: #c7d0d9; color: var(--bt-ink); }
.bp-text-link { color: var(--bt-blue-dark); font-weight: 600; text-decoration: none; }

.bp-section { padding: 76px 24px; }
.bp-section-inner { margin: 0 auto; max-width: var(--bt-container); }
.bp-section-alt { background: var(--bt-soft); }
.bp-section-header { margin-bottom: 34px; max-width: 700px; }
.bp-section-header h2 { font-size: 2.45rem; margin-bottom: 12px; }
.bp-grid { display: grid; gap: 22px; }
.bp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bp-feature, .bp-card { background: var(--bt-white); border: 1px solid var(--bt-line); border-radius: var(--bt-radius); padding: 26px; }
.bp-feature h3, .bp-card h3 { font-size: 1.15rem; }
.bp-feature-mark { align-items: center; background: #e9f4fb; color: var(--bt-blue); display: inline-flex; font-size: 1.1rem; font-weight: 600; height: 38px; justify-content: center; margin-bottom: 18px; width: 38px; }
.bp-stat-grid { border-bottom: 1px solid var(--bt-line); border-top: 1px solid var(--bt-line); display: grid; grid-template-columns: repeat(4, 1fr); }
.bp-stat { padding: 28px; text-align: center; }
.bp-stat + .bp-stat { border-left: 1px solid var(--bt-line); }
.bp-stat strong { color: var(--bt-ink); display: block; font-size: 2rem; }
.bp-quote { border-left: 4px solid var(--bt-green); margin: 0; padding: 8px 0 8px 24px; }
.bp-quote p { color: var(--bt-ink); font-size: 1.25rem; }

.bp-post-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bp-post-card { border: 1px solid var(--bt-line); border-radius: var(--bt-radius); display: flex; flex-direction: column; min-height: 260px; padding: 26px; }
.bp-post-card-media { aspect-ratio: 16 / 9; background: var(--bt-soft); display: block; margin: -26px -26px 22px; overflow: hidden; }
.bp-post-card-media img { height: 100%; object-fit: cover; width: 100%; }
.bp-post-card h2 { font-size: 1.35rem; }
.bp-post-card h2 a { color: var(--bt-ink); text-decoration: none; }
.bp-post-card .bp-text-link { margin-top: auto; }
.bp-post-header { border-bottom: 1px solid var(--bt-line); margin-bottom: 34px; padding-bottom: 28px; padding-top: 60px;}
.bp-post-header h1 { font-size: 3rem; }
.bp-post-subtitle { color: var(--bt-muted); font-size: 1.2rem; line-height: 1.55; margin: 12px 0 18px; }
.bp-post-featured { aspect-ratio: 16 / 9; background: var(--bt-soft); margin: 0 0 34px; overflow: hidden; }
.bp-post-featured img { height: 100%; object-fit: cover; width: 100%; }
.bp-post-navigation { border-top: 1px solid var(--bt-line); display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; padding-top: 26px; padding-bottom: 60px; }
.bp-post-navigation .bp-button { align-items: flex-start; display: grid; justify-items: start; text-align: left;justify-content: normal !important; }
.bp-post-navigation .bp-button span { color: var(--bt-muted); font-size: .78rem; text-transform: uppercase; }
.bp-post-navigation .bp-button strong { color: var(--bt-ink); }
.bp-post-navigation .bp-post-navigation-next { grid-column: 2; justify-items: end; text-align: right; }
.bp-post-shell { margin: 0 auto; max-width: var(--bt-container); }
.bp-post-shell.bp-post-layout-sidebar-right, .bp-post-shell.bp-post-layout-sidebar-left { display: grid; gap: 42px; grid-template-columns: minmax(0, 1fr) 300px; }
.bp-post-shell.bp-post-layout-sidebar-left { grid-template-columns: 300px minmax(0, 1fr); }
.bp-post-shell.bp-post-layout-sidebar-left .bp-post { grid-column: 2; }
.bp-post-shell.bp-post-layout-sidebar-left .bp-post-sidebar { grid-column: 1; grid-row: 1; }
.bp-post-sidebar { align-self: start; display: grid; gap: 18px; position: sticky; top: 100px; }
.bp-sidebar-widget { background: var(--bg-light); border: 1px solid var(--bt-line); padding: 20px; }
.bp-sidebar-widget h2 { font-size: 1.05rem; margin-bottom: 12px; }
.bp-sidebar-widget ol { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
.bp-sidebar-widget a { color: var(--color-secondary); }
.bp-archive-list { border-top: 1px solid var(--bt-line); }
.bp-archive-list article { display: grid; gap: 20px; grid-template-columns: 140px minmax(220px, .8fr) minmax(280px, 1.2fr); padding: 25px 0; border-bottom: 1px solid var(--bt-line); }
.bp-archive-list h2 { font-size: 1.2rem; }
.bp-archive-list h2 a { color: var(--bt-ink); text-decoration: none; }
.bp-empty { background: var(--bt-soft); border: 1px solid var(--bt-line); padding: 38px; }

.bp-commerce-toolbar { align-items: end; border-bottom: 1px solid var(--bt-line); display: flex; gap: 18px; justify-content: space-between; margin: 0 auto; max-width: var(--bt-container); padding: 38px 24px 24px; }
.bp-commerce-toolbar h1 { font-size: 2.8rem; margin-bottom: 8px; }
.bp-filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.bp-filter-chip { background: var(--bt-white); border: 1px solid var(--bt-line); border-radius: 999px; color: var(--bt-text); padding: 8px 14px; text-decoration: none; }
.bp-filter-chip.is-active { background: var(--bt-ink); border-color: var(--bt-ink); color: var(--bt-white); }
.bp-product-grid { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: var(--bt-container); padding: 36px 24px 80px; }
.bp-product-card { min-width: 0; }
.bp-product-card-media { aspect-ratio: 4 / 5; background: var(--bt-soft); border: 1px solid var(--bt-line); display: block; margin-bottom: 16px; overflow: hidden; }
.bp-product-card-media img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.bp-product-card:hover img { transform: scale(1.025); }
.bp-product-card h2, .bp-product-card h3 { font-size: 1rem; margin-bottom: 6px; }
.bp-product-card h2 a, .bp-product-card h3 a { color: var(--bt-ink); text-decoration: none; }
.bp-price { color: var(--bt-ink); font-size: 1.08rem; font-weight: 600; }
.bp-price-old { color: var(--bt-muted); font-weight: 400; margin-left: 7px; text-decoration: line-through; }
.bp-badge { background: var(--bt-green); color: var(--bt-ink); display: inline-block; font-size: .75rem; font-weight: 600; padding: 4px 7px; }

.bp-product-detail { display: grid; gap: 54px; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); margin: 0 auto; max-width: var(--bt-container); padding: 64px 24px 90px; }
.bp-product-gallery { display: grid; gap: 12px; grid-template-columns: 90px minmax(0, 1fr); }
.bp-product-thumbnails { display: grid; gap: 10px; align-content: start; }
.bp-product-gallery-main { aspect-ratio: 4 / 5; background: var(--bt-soft); border: 1px solid var(--bt-line); overflow: hidden; }
.bp-product-gallery-main img, .bp-product-thumbnail img { height: 100%; object-fit: cover; width: 100%; }
.bp-product-thumbnail { aspect-ratio: 1; background: var(--bt-white); border: 1px solid var(--bt-line); padding: 0; }
.bp-product-summary { align-self: start; position: sticky; top: 104px; }
.bp-product-summary h1 { font-size: 2.7rem; }
.bp-product-summary .bp-price { font-size: 1.5rem; }
.bp-rating { color: var(--bt-ink); margin: 14px 0; }
.bp-option-group { border-top: 1px solid var(--bt-line); margin-top: 24px; padding-top: 20px; }
.bp-option-group legend { color: var(--bt-ink); font-weight: 600; margin-bottom: 10px; }
.bp-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.bp-swatch { background: var(--bt-white); border: 1px solid var(--bt-line); border-radius: 3px; color: var(--bt-ink); min-height: 40px; padding: 8px 12px; }
.bp-swatch.is-selected { border-color: var(--bt-blue); box-shadow: inset 0 0 0 1px var(--bt-blue); }
.bp-purchase-row { display: grid; gap: 10px; grid-template-columns: 90px minmax(0, 1fr); margin-top: 24px; }
.bp-quantity { border: 1px solid var(--bt-line); display: grid; grid-template-columns: 30px 1fr 30px; min-height: 44px; }
.bp-quantity button { background: transparent; border: 0; color: var(--bt-ink); padding: 0; }
.bp-quantity input { border: 0; min-width: 0; text-align: center; width: 100%; }
.bp-product-notes { border-top: 1px solid var(--bt-line); margin-top: 28px; padding-top: 20px; }

.bp-commerce-shell { display: grid; gap: 32px; grid-template-columns: minmax(0, 1fr) 360px; margin: 0 auto; max-width: var(--bt-container); }
.bp-cart-page, .bp-checkout-page, .bp-account-page, .bp-contact-page { margin: 0 auto; max-width: var(--bt-container); }
.bp-cart-list { border-top: 1px solid var(--bt-line); }
.bp-cart-item { align-items: center; border-bottom: 1px solid var(--bt-line); display: grid; gap: 20px; grid-template-columns: 100px minmax(0, 1fr) 100px 110px; padding: 20px 0; }
.bp-cart-item-media { aspect-ratio: 1; background: var(--bt-soft); object-fit: cover; width: 100%; }
.bp-order-summary { align-self: start; background: var(--bt-soft); border: 1px solid var(--bt-line); padding: 26px; position: sticky; top: 104px; }
.bp-order-line { display: flex; gap: 15px; justify-content: space-between; padding: 9px 0; }
.bp-order-total { border-top: 1px solid var(--bt-line); color: var(--bt-ink); font-size: 1.15rem; font-weight: 600; margin-top: 12px; padding-top: 18px; }
.bp-order-summary .bp-button { margin-top: 18px; width: 100%; }
.bp-form-section { border-bottom: 1px solid var(--bt-line); margin-bottom: 28px; padding-bottom: 28px; }
.bp-form-section h2 { font-size: 1.35rem; }
.bp-field-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bp-field-grid .bp-field-wide { grid-column: 1 / -1; }
.bp-theme-versatile label { color: var(--bt-ink); display: grid; font-weight: 600; gap: 6px; }
.bp-theme-versatile input, .bp-theme-versatile select, .bp-theme-versatile textarea { background: var(--bt-white); border: 1px solid #bfc8d2; border-radius: 3px; color: var(--bt-ink); font: inherit; min-height: 44px; padding: 9px 11px; width: 100%; }
.bp-theme-versatile textarea { min-height: 130px; resize: vertical; }
.bp-account-nav { border-bottom: 1px solid var(--bt-line); display: flex; gap: 4px; margin-bottom: 28px; overflow-x: auto; }
.bp-account-nav a { color: var(--bt-text); font-weight: 600; padding: 11px 14px; text-decoration: none; white-space: nowrap; }
.bp-account-nav a[aria-current="page"] { border-bottom: 3px solid var(--bt-blue); color: var(--bt-blue-dark); }
.bp-data-list { border-top: 1px solid var(--bt-line); }
.bp-data-row { align-items: center; border-bottom: 1px solid var(--bt-line); display: grid; gap: 14px; grid-template-columns: 1fr 1fr 120px 110px; padding: 16px 0; }
.bp-contact-grid { display: grid; gap: 50px; grid-template-columns: .8fr 1.2fr; }

.bp-error-page { margin: 60px auto; max-width: 660px; text-align: center; }
.bp-error-code { color: var(--bt-blue); font-size: 5rem; font-weight: 600; line-height: 1; margin-bottom: 16px; }
.bp-error-page h1 { font-size: 2.6rem; }
.bp-error-page .bp-button-row { justify-content: center; }
.bp-footer { background: var(--bt-ink); color: #d1d5db; margin-top: auto; }
.bp-footer-inner { display: grid; gap: 30px; grid-template-columns: minmax(260px, 1fr) auto; margin: 0 auto; max-width: var(--bt-container); padding: 34px 24px 30px; }
.bp-footer-brand strong { color: var(--bt-white); font-size: 1.15rem; }
.bp-footer-brand p { margin-top: 8px; max-width: 520px; }
.bp-footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.bp-footer-links a { color: #e5e7eb; text-decoration: none; }
.bp-footer-meta { border-top: 1px solid #374151; grid-column: 1 / -1; margin: 8px 0 0; padding-top: 22px; }

@media (max-width: 980px) {
    .bp-hero { grid-template-columns: 1fr; min-height: 0; }
    .bp-hero h1 { font-size: 3.2rem; }
    .bp-grid-4, .bp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bp-grid-3, .bp-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bp-product-detail { gap: 36px; grid-template-columns: 1fr 1fr; }
    .bp-commerce-shell { grid-template-columns: minmax(0, 1fr) 310px; }
}

@media (max-width: 760px) {
    .bp-theme-versatile .bp-nav { flex-wrap: wrap; min-height: 64px; padding: 9px 18px; }
    .bp-theme-versatile .bp-brand-logo { height: 38px; }
    .bp-nav-toggle { display: inline-flex; }
    .bp-theme-versatile .bp-links { align-items: stretch; border-top: 1px solid var(--bt-line); display: none; flex: 1 0 100%; padding: 8px 0; }
    .bp-theme-versatile .bp-links.is-open { display: grid; }
    .bp-theme-versatile .bp-links a { padding: 11px 8px; }
    .bp-menu-list { align-items: stretch; display: grid; }
    .bp-submenu, .bp-submenu .bp-submenu { background: transparent; border: 0; box-shadow: none; display: grid; left: auto; padding: 0 0 0 18px; position: static; }
    .bp-submenu a { white-space: normal; }
    .bp-theme-versatile .bp-main { padding: 0px; }
    .bp-template-landing .bp-main, .bp-template-shop .bp-main, .bp-template-product .bp-main { padding-top: 0; }
    .bp-hero { gap: 34px; padding: 48px 18px 58px; }
    .bp-hero h1, .bp-page-heading h1 { font-size: 2.55rem; }
    .bp-hero-lead { font-size: 1.08rem; }
    .bp-section { padding: 52px 18px; }
    .bp-section-header h2, .bp-prose h1, .bp-post-header h1 { font-size: 2.15rem; }
    .bp-grid-2, .bp-grid-3, .bp-post-grid, .bp-product-detail, .bp-commerce-shell, .bp-contact-grid, .bp-post-shell.bp-post-layout-sidebar-right, .bp-post-shell.bp-post-layout-sidebar-left { grid-template-columns: 1fr; }
    .bp-post-navigation { grid-template-columns: 1fr; }
    .bp-post-navigation .bp-post-navigation-next { grid-column: 1; justify-items: start; text-align: left; }
    .bp-post-shell.bp-post-layout-sidebar-left .bp-post, .bp-post-shell.bp-post-layout-sidebar-left .bp-post-sidebar { grid-column: 1; grid-row: auto; }
    .bp-post-sidebar { position: static; }
    .bp-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .bp-stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--bt-line); }
    .bp-stat:nth-child(4) { border-top: 1px solid var(--bt-line); }
    .bp-product-summary, .bp-order-summary { position: static; }
    .bp-product-detail { padding: 40px 18px 64px; }
    .bp-commerce-toolbar { align-items: start; flex-direction: column; padding: 34px 18px 20px; }
    .bp-product-grid { padding: 28px 18px 60px; }
    .bp-cart-item { align-items: start; grid-template-columns: 78px minmax(0, 1fr); }
    .bp-cart-item > :nth-child(n+3) { grid-column: 2; }
    .bp-archive-list article, .bp-data-row { grid-template-columns: 1fr; gap: 5px; }
    .bp-footer-inner { grid-template-columns: 1fr; padding: 42px 18px 26px; }
    .bp-footer-meta { grid-column: 1; }
}

@media (max-width: 480px) {
    .bp-grid-4, .bp-product-grid, .bp-field-grid { grid-template-columns: 1fr; }
    .bp-product-gallery { grid-template-columns: 1fr; }
    .bp-product-thumbnails { grid-template-columns: repeat(4, 1fr); grid-row: 2; }
    .bp-purchase-row { grid-template-columns: 1fr; }
    .bp-button-row .bp-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}