:root{--orange:#ff914d;--ink:#2b2b2b;--container:min(1100px,92vw)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--ink);color:var(--orange);font-family:"Helvetica Neue",Helvetica,Arial,"Noto Sans","Liberation Sans",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100svh;display:flex;align-items:center;justify-content:center}.wrap{width:var(--container);margin:auto;display:block}.hero{text-align:center;padding:0}.hero h1{margin:0 0 .35rem;color:var(--orange);font-weight:800;letter-spacing:.2px;font-size:clamp(2.8rem,6.5vw + 1rem,5.6rem);line-height:1.02}.hero .subtitle{margin:.25rem 0 0;color:var(--orange);opacity:.95;font-weight:400;font-size:clamp(1rem,1.2vw + .6rem,1.5rem)}.tiles{padding:0;margin-top:1.25rem}.grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:start}.tile{background:var(--orange);color:var(--ink);border-radius:18px;padding:1.1rem;box-shadow:0 10px 24px rgba(0,0,0,.22),0 2px 6px rgba(0,0,0,.2);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;cursor:pointer}.tile:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.28),0 6px 10px rgba(0,0,0,.24)}.icon{width:3rem;height:3rem;display:inline-block;background:var(--ink)}.icon-code{-webkit-mask-image:url('/icons/code.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url('/icons/code.svg');mask-repeat:no-repeat;mask-position:center;mask-size:contain}.icon-globe{-webkit-mask-image:url('/icons/globe.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url('/icons/globe.svg');mask-repeat:no-repeat;mask-position:center;mask-size:contain}.icon-shield{-webkit-mask-image:url('/icons/shield-halved.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url('/icons/shield-halved.svg');mask-repeat:no-repeat;mask-position:center;mask-size:contain}.tile h3{margin:0;font-size:clamp(1.05rem,.6vw + 1rem,1.35rem);font-weight:800;letter-spacing:.2px}.tile-content{max-height:0;overflow:hidden;background:var(--ink);color:var(--orange);padding:0 1.1rem;margin:0;border-radius:18px;transition:max-height .3s ease-out,padding .3s ease-out}.tile-content.active{max-height:200px;padding:1rem 1.1rem;margin-top:.5rem}.tile[aria-expanded="true"]{box-shadow:0 14px 28px rgba(0,0,0,.28),0 6px 10px rgba(0,0,0,.24)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-blog-link{margin:1.25rem 0 0;text-align:center;font-size:clamp(1.25rem,1vw + 1rem,1.6rem);font-weight:700}.home-blog-link a{color:var(--orange);text-decoration:underline;text-underline-offset:.22em}.contact{padding:0;margin-top:1.25rem;text-align:center}.contact h2{color:var(--orange);font-size:clamp(1.25rem,1vw + 1rem,1.6rem);font-weight:700;margin:0 0 .5rem}.email-display{display:inline-block;color:var(--orange);font-weight:400;letter-spacing:.3px;text-decoration:none;font-size:clamp(1.05rem,1.05vw + .9rem,1.6rem)}.email-display .at::before{content:" @ "}.email-display .dot::before{content:" . "}.reveal{display:inline-block;margin-top:.6rem;padding:.5rem .8rem;border:2px solid var(--orange);color:var(--orange);background:transparent;border-radius:10px;font-weight:700;text-decoration:none}.reveal:hover{background:rgba(255,145,77,.12)}.brand-section{padding:0;margin-top:1.25rem}.brand-logo{display:block;margin-inline:auto;width:clamp(120px,18vw,240px);height:clamp(50px,7.5vw,100px);object-fit:cover;object-position:center}@media (prefers-reduced-motion:reduce){.tile,.tile-content{transition:none}}
.home-blog-link a,.blog-masthead a,.article-footer a,.back-home{color:var(--orange);text-underline-offset:.22em}.tile{border:0;font:inherit}.tile:focus-visible,a:focus-visible{outline:3px solid #fff;outline-offset:4px}.site-page{display:block;min-height:100svh;color:#f3eee8}.site-footer,.blog-list,.article,.blog-masthead{width:min(72ch,92vw);margin-inline:auto}.blog-masthead{padding:1px 0 clamp(1.25rem,3vw,2rem);color:var(--orange);text-align:center}.blog-masthead-logo{display:inline-flex;border-radius:.75rem}.blog-masthead-logo img{display:block;width:clamp(5rem,14vw,7.5rem);height:auto;content:url('/dutchbsd-logo-orange-transparent.svg')}.blog-masthead-logo:focus-visible{outline:3px solid #fff;outline-offset:4px}.blog-masthead-context{margin-top:clamp(.7rem,1.8vw,1.25rem)}.blog-masthead-context--index{margin-top:clamp(.8rem,2vw,1.35rem)}.blog-masthead-section{display:block;margin:0;color:var(--orange);font-weight:800;font-size:clamp(3.6rem,8vw,6.5rem);line-height:.95;text-decoration:none;overflow-wrap:anywhere}.blog-masthead-nav{margin:0}.blog-masthead-nav a{display:inline-block;font-weight:700}.article,.blog-list{padding:.75rem 0 3rem}.article h1,.blog-list h1{font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.1}.article h1,.article h2,.article h3,.article h4,.blog-list h1,.blog-list h2{color:var(--orange)}.article-body{font-size:1.08rem;line-height:1.75;color:#f3eee8}.article-body p{margin:1.1rem 0}.article-body a,.post-list a{color:var(--orange)}.article-body blockquote{border-left:4px solid var(--orange);margin:1.5rem 0;padding:.2rem 0 .2rem 1rem;color:#e9ddd2}.article-body code{background:#1f1f1f;border:1px solid #4a4a4a;border-radius:.25rem;padding:.1rem .25rem}.article-body pre{background:#1f1f1f;border:1px solid #4a4a4a;border-radius:.5rem;overflow-x:auto;padding:1rem}.article-body pre code{border:0;padding:0}.article-body img{max-width:100%;height:auto}.table-wrap{overflow-x:auto}.article-body table{border-collapse:collapse;width:100%;margin:1.5rem 0}.article-body th,.article-body td{border:1px solid #5d5d5d;padding:.5rem}.article-body hr{border:0;border-top:1px solid #666;margin:2rem 0}.post-list{list-style:none;padding:0}.post-list li{border-top:1px solid #555;padding:1.25rem 0}.post-date,.article-date{color:#d9cfc5}.deck,.post-description{color:#f3eee8}.site-footer{padding:2rem 0;color:#d9cfc5}
.post-date,.article-date{font-size:.95rem;color:#d9cfc5;margin:.35rem 0}.article-date{margin:.4rem 0 .75rem}.post-tags{font-size:.92rem;color:#d9cfc5;margin:.45rem 0}.article-divider{border:0;border-top:1px solid rgba(255,255,255,.2);margin:2rem 0}.article-tags{font-size:.92rem;color:#d9cfc5;margin:2rem 0 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.14)}.article-tags-label{color:#d9cfc5}.post-tags a,.article-tags a,.tag-index-list a,.tag-archive .deck a,.blog-footer a{color:var(--orange);text-underline-offset:.22em}.tag-index-list{list-style:none;padding:0;margin:1.5rem 0 0}.tag-index-list li{border-top:1px solid #555;padding:.85rem 0}.tag-count{color:#d9cfc5}.blog-footer{width:min(72ch,92vw);margin-inline:auto;padding:1.1rem 0 2rem;border-top:1px solid #555;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#d9cfc5}.blog-footer-home{justify-self:start}.blog-footer-brand{justify-self:center;color:var(--orange);font-weight:800}.blog-footer-reserved{justify-self:end}.blog-footer a{display:inline-block;padding:.25rem 0}@media (max-width:38rem){.blog-masthead-logo img{width:clamp(4.5rem,28vw,6rem)}.blog-footer{grid-template-columns:1fr;gap:.5rem;text-align:center}.blog-footer-home,.blog-footer-brand,.blog-footer-reserved{justify-self:center}.blog-footer a{padding:.45rem .5rem}}

.site-nav{
  width:100%;
  padding:clamp(1rem,2.5vw,2rem) clamp(1rem,4vw,4rem);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  z-index:10;
}
.home-page{padding-block:5rem 2rem}
.home-page .site-nav{position:fixed;inset:0 0 auto}
.site-nav-product,.site-nav-link{
  color:var(--orange);
  font-weight:800;
  text-decoration:none;
  letter-spacing:.04em;
}
.site-nav-product{font-size:clamp(1rem,.6vw + .9rem,1.25rem)}
.site-nav-link{font-size:1rem;letter-spacing:0}
.site-nav-product:hover,.site-nav-link:hover{text-decoration:underline;text-underline-offset:.28em}
.site-nav-actions{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2rem)}
.site-nav-login,.product-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:.65rem 1rem;
  border:2px solid var(--orange);
  border-radius:9px;
  background:var(--orange);
  color:var(--ink);
  font-weight:800;
  line-height:1;
  text-decoration:none;
}
.site-nav-login:hover,.product-cta:hover{background:#ffab72;border-color:#ffab72}

.product-page{display:block;min-height:100svh;color:#f3eee8}
.product-nav{border-bottom:1px solid rgba(255,255,255,.14)}
.product-main,.product-footer{width:min(1120px,90vw);margin-inline:auto}
.product-hero{padding:clamp(4.5rem,10vw,8rem) 0 clamp(3.5rem,8vw,6rem);max-width:900px}
.product-eyebrow,.product-kicker{
  margin:0 0 1rem;
  color:var(--orange);
  font-size:.85rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.product-hero h1{
  margin:0;
  max-width:13ch;
  color:var(--orange);
  font-size:clamp(3rem,7.5vw,6.8rem);
  font-weight:800;
  letter-spacing:-.045em;
  line-height:.96;
}
.product-intro{
  max-width:690px;
  margin:clamp(1.5rem,3vw,2.25rem) 0 0;
  color:#f3eee8;
  font-size:clamp(1.15rem,1.2vw + .85rem,1.55rem);
  line-height:1.55;
}
.product-actions{display:flex;align-items:center;gap:1.35rem;margin-top:2rem;flex-wrap:wrap}
.product-cta{padding:.85rem 1.15rem}
.product-text-link,.product-final a:not(.product-cta),.product-footer a{color:var(--orange);font-weight:700;text-underline-offset:.25em}
.product-proof{
  list-style:none;
  margin:0;
  padding:1.25rem 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-block:1px solid rgba(255,255,255,.2);
}
.product-proof li{padding:.4rem 1.25rem;color:#f3eee8;font-weight:700;text-align:center}
.product-proof li+li{border-left:1px solid rgba(255,255,255,.2)}
.product-section{padding:clamp(4.5rem,9vw,7.5rem) 0}
.product-section-heading{max-width:760px}
.product-section h2,.product-quality h2,.product-final h2{
  margin:0;
  color:var(--orange);
  font-size:clamp(2.2rem,4.5vw,4.4rem);
  letter-spacing:-.025em;
  line-height:1.03;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  margin-top:clamp(2.5rem,5vw,4.5rem);
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
}
.feature{padding:clamp(1.5rem,4vw,3rem);background:var(--ink)}
.feature h3{margin:0;color:var(--orange);font-size:clamp(1.25rem,2vw,1.65rem)}
.feature p{max-width:48ch;margin:.8rem 0 0;color:#d9cfc5;font-size:1.05rem}
.product-quality{
  padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,4rem);
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);
  gap:clamp(2rem,6vw,6rem);
  align-items:end;
  border-left:6px solid var(--orange);
  background:#242424;
}
.product-quality p:last-child{margin:0;color:#d9cfc5;font-size:1.08rem;line-height:1.75}
.product-steps{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.25rem;
  margin:clamp(2.5rem,5vw,4.5rem) 0 0;
  padding:0;
}
.product-steps li{border-top:2px solid var(--orange);padding-top:1rem}
.product-steps span{display:block;margin-bottom:2rem;color:var(--orange);font-size:.8rem;font-weight:800;letter-spacing:.12em}
.product-steps strong{display:block;color:#f3eee8;font-size:1.15rem}
.product-steps p{margin:.6rem 0 0;color:#d9cfc5}
.product-final{
  margin-bottom:clamp(4rem,8vw,7rem);
  padding:clamp(3rem,7vw,6rem);
  text-align:center;
  border:1px solid rgba(255,255,255,.2);
}
.product-final h2{margin-bottom:2rem}
.product-final>p:last-child{margin:1.25rem 0 0;color:#d9cfc5}
.product-footer{
  padding:1.5rem 0 2.5rem;
  display:flex;
  justify-content:space-between;
  gap:1.5rem;
  border-top:1px solid rgba(255,255,255,.2);
  color:#d9cfc5;
}

@media (max-width:48rem){
  .site-nav{padding:1rem}
  .home-page{padding-top:5rem}
  .product-proof{grid-template-columns:repeat(2,1fr)}
  .product-proof li:nth-child(3){border-left:0}
  .product-proof li:nth-child(n+3){border-top:1px solid rgba(255,255,255,.2)}
  .feature-grid,.product-quality{grid-template-columns:1fr}
  .product-steps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:32rem){
  .site-nav-actions{gap:.75rem}
  .site-nav-login{padding:.6rem .8rem}
  .product-hero{padding-top:3.5rem}
  .product-proof,.product-steps{grid-template-columns:1fr}
  .product-proof li+li{border-left:0;border-top:1px solid rgba(255,255,255,.2)}
  .product-footer{flex-direction:column;text-align:center}
}
