:root {
  --nbd-ink: #11100f;
  --nbd-ink-soft: #181614;
  --nbd-coal: #211e1b;
  --nbd-cream: #f7f2e9;
  --nbd-muted: #c8beb1;
  --nbd-gold: #c9a45d;
  --nbd-gold-light: #e0c78c;
  --nbd-red: #ae2028;
  --nbd-line: rgba(201,164,93,.22);
  --nbd-shadow: 0 26px 75px rgba(0,0,0,.24);
  --nbd-radius: 26px;
  --nbd-container: min(1216px, calc(100vw - 44px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--nbd-cream); background: var(--nbd-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65; -webkit-font-smoothing: antialiased;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(circle at 75% 5%, rgba(201,164,93,.13), transparent 34%),
              radial-gradient(circle at 8% 32%, rgba(174,32,40,.07), transparent 28%),
              linear-gradient(135deg, #11100f, #151311 42%, #10100f);
}
a { color: inherit; text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--nbd-gold-light); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
.nbd-container { width: var(--nbd-container); margin: 0 auto; }
.nbd-section { padding: clamp(64px, 8vw, 106px) 0; }
.nbd-section--tight { padding: clamp(42px, 6vw, 72px) 0; }
.nbd-section--line { border-top: 1px solid var(--nbd-line); }
.nbd-kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--nbd-gold-light); font-size: 12px; letter-spacing: .3em; text-transform: uppercase; margin: 0 0 18px; }
.nbd-kicker::before { content: ""; width: 34px; height: 1px; background: var(--nbd-gold); }
h1, h2, h3, h4 { margin: 0 0 18px; color: var(--nbd-cream); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.25rem, 7.5vw, 6.4rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.1rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); }
p { margin: 0 0 20px; color: var(--nbd-muted); }
.nbd-lead { max-width: 700px; font-size: clamp(1.03rem, 1.3vw, 1.16rem); line-height: 1.82; }
.nbd-page-intro { padding: clamp(128px, 17vw, 190px) 0 clamp(58px, 8vw, 82px); border-bottom: 1px solid var(--nbd-line); }
.nbd-page-intro h1 { font-size: clamp(2.8rem, 6vw, 5rem); max-width: 900px; }
.nbd-page-intro .nbd-lead { max-width: 760px; }
.nbd-grid { display: grid; gap: 24px; }
.nbd-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.nbd-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.nbd-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.nbd-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.nbd-btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 27px;
  border: 1px solid var(--nbd-gold); border-radius: 999px; background: var(--nbd-gold); color: #151310 !important;
  font-size: 13px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
}
.nbd-btn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); background: var(--nbd-gold-light); border-color: var(--nbd-gold-light); color: #151310 !important; }
.nbd-btn--outline { color: var(--nbd-cream) !important; background: transparent; border-color: rgba(201,164,93,.55); }
.nbd-btn--outline:hover { background: rgba(201,164,93,.10); color: var(--nbd-cream) !important; }
.nbd-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.nbd-header.is-scrolled { background: rgba(15,14,13,.92); backdrop-filter: blur(15px); border-color: var(--nbd-line); }
.nbd-header__row { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nbd-brand img { width: min(312px, 45vw); height: auto; }
.nbd-nav { display: flex; align-items: center; gap: 30px; }
.nbd-nav ul { display: flex; align-items: center; gap: clamp(14px, 2.3vw, 28px); margin: 0; padding: 0; list-style: none; }
.nbd-nav li { position: relative; }
.nbd-nav a { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #ebe5dc; }
.nbd-nav .current-menu-item > a, .nbd-nav a:hover { color: var(--nbd-gold-light); }
.nbd-nav .sub-menu { display: none; position: absolute; top: calc(100% + 18px); left: -20px; min-width: 226px; padding: 16px 0; background: #171513; border: 1px solid var(--nbd-line); border-radius: 14px; box-shadow: var(--nbd-shadow); }
.nbd-nav li:hover > .sub-menu { display: block; }
.nbd-nav .sub-menu li a { display: block; padding: 8px 20px; white-space: nowrap; letter-spacing: .08em; }
.nbd-nav__tools { display: flex; align-items: center; gap: 14px; }
.nbd-cart { display: inline-flex; position: relative; padding: 9px; border: 1px solid var(--nbd-line); border-radius: 50%; }
.nbd-cart svg { width: 20px; height: 20px; }
.nbd-cart__count { position: absolute; top: -5px; right: -6px; display: grid; place-items: center; min-width: 18px; height: 18px; background: var(--nbd-red); color: white; border-radius: 99px; font-size: 11px; }
.nbd-menu-toggle { display: none; width: 45px; height: 45px; border: 1px solid var(--nbd-line); background: transparent; border-radius: 50%; cursor: pointer; }
.nbd-menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: var(--nbd-cream); }
/* Home hero */
.nbd-hero { min-height: min(920px, 100svh); display: flex; align-items: center; padding: clamp(122px, 15vw, 168px) 0 clamp(70px, 8vw, 92px); }
.nbd-hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(34px, 7vw, 82px); }
.nbd-hero h1 span { color: var(--nbd-gold-light); }
.nbd-hero__text { max-width: 640px; }
.nbd-hero__visual { position: relative; display: grid; grid-template-columns: 1.08fr .8fr; gap: 16px; align-items: end; }
.nbd-hero__visual::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; top: 3%; right: 5%; border: 1px solid rgba(201,164,93,.26); border-radius: 50%; z-index: -1; }
.nbd-photo { border-radius: var(--nbd-radius); object-fit: cover; width: 100%; box-shadow: var(--nbd-shadow); }
.nbd-photo--main { aspect-ratio: 3/4; }
.nbd-photo--side { aspect-ratio: 4/5; margin-bottom: 34px; }
.nbd-floating-card { position: absolute; left: -25px; bottom: 34px; max-width: 215px; padding: 22px; border-radius: 18px; background: rgba(20,18,17,.94); border: 1px solid var(--nbd-line); box-shadow: var(--nbd-shadow); }
.nbd-floating-card strong { display: block; font-family: Georgia, serif; font-size: 2.1rem; color: var(--nbd-gold-light); line-height: 1; margin-bottom: 6px; }
.nbd-floating-card span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--nbd-muted); }
.nbd-band { border-block: 1px solid var(--nbd-line); overflow: hidden; }
.nbd-band__row { display: flex; gap: clamp(28px,6vw,76px); padding: 24px 0; white-space: nowrap; color: var(--nbd-muted); text-transform: uppercase; font-size: 12px; letter-spacing: .25em; }
.nbd-band__row span::before { content: "✦"; color: var(--nbd-gold); margin-right: clamp(28px,6vw,76px); }
/* Cards */
.nbd-card { position: relative; padding: 32px; min-height: 250px; border: 1px solid var(--nbd-line); border-radius: var(--nbd-radius); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); overflow: hidden; }
.nbd-card:hover { border-color: rgba(201,164,93,.55); transform: translateY(-3px); transition: transform .22s ease, border-color .22s ease; }
.nbd-card__number { color: var(--nbd-gold); font-size: 12px; letter-spacing: .23em; margin-bottom: 46px; }
.nbd-card h3 { margin-bottom: 12px; }
.nbd-card a.nbd-text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 14px; color: var(--nbd-gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.nbd-card a.nbd-text-link::after { content: "→"; }
.nbd-image-card { position: relative; border-radius: var(--nbd-radius); overflow: hidden; min-height: 350px; border: 1px solid var(--nbd-line); }
.nbd-image-card img { height: 100%; min-height: 350px; width: 100%; object-fit: cover; transition: transform .5s ease; }
.nbd-image-card:hover img { transform: scale(1.04); }
.nbd-image-card__overlay { position: absolute; inset: auto 0 0; padding: 62px 25px 25px; background: linear-gradient(transparent, rgba(9,9,8,.94)); }
.nbd-image-card__overlay small { display: block; color: var(--nbd-gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; margin-bottom: 7px; }
.nbd-image-card__overlay h3 { margin: 0; font-size: 1.55rem; }
.nbd-project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.nbd-project-grid .nbd-image-card:nth-child(1) { grid-column: span 7; }
.nbd-project-grid .nbd-image-card:nth-child(2) { grid-column: span 5; }
.nbd-project-grid .nbd-image-card:nth-child(3) { grid-column: span 4; }
.nbd-project-grid .nbd-image-card:nth-child(4) { grid-column: span 8; }
.nbd-project-grid .nbd-image-card:nth-child(1) img, .nbd-project-grid .nbd-image-card:nth-child(4) img { min-height: 430px; }
.nbd-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 26px; margin-bottom: clamp(32px,5vw,52px); }
.nbd-heading-row p { max-width: 450px; margin-bottom: 8px; }
/* Packages */
.nbd-package { display: flex; flex-direction: column; min-height: 100%; padding: clamp(25px,3vw,36px); border: 1px solid var(--nbd-line); border-radius: var(--nbd-radius); background: #171513; }
.nbd-package--featured { border-color: var(--nbd-gold); position: relative; transform: translateY(-10px); }
.nbd-package__badge { position: absolute; top: -15px; left: 26px; background: var(--nbd-gold); color: #161310; padding: 6px 15px; border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nbd-package .nbd-kicker { margin-bottom: 24px; }
.nbd-package ul { margin: 12px 0 30px; padding: 0; list-style: none; flex: 1; }
.nbd-package li { padding: 11px 0; border-bottom: 1px solid var(--nbd-line); color: var(--nbd-muted); }
.nbd-package li::before { content: "✓"; color: var(--nbd-gold); margin-right: 10px; }
.nbd-price-note { color: var(--nbd-gold-light); font-size: .9rem; margin-bottom: 18px; }
/* Split/features */
.nbd-split { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(34px,7vw,90px); align-items: center; }
.nbd-split--reverse { grid-template-columns: 1.08fr .92fr; }
.nbd-split__media img { border-radius: var(--nbd-radius); box-shadow: var(--nbd-shadow); width: 100%; max-height: 680px; object-fit: cover; }
.nbd-checks { margin: 34px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.nbd-checks li { display: flex; gap: 14px; color: var(--nbd-muted); }
.nbd-checks li::before { content: ""; flex: none; width: 19px; height: 19px; border-radius: 50%; border: 1px solid var(--nbd-gold); margin-top: 4px; background: radial-gradient(circle, var(--nbd-gold) 0 4px, transparent 5px); }
.nbd-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 43px; }
.nbd-stat { padding: 20px 17px; border-left: 1px solid var(--nbd-gold); }
.nbd-stat strong { display: block; color: var(--nbd-cream); font-family: Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.nbd-stat span { color: var(--nbd-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
/* Reviews and CTA */
.nbd-review { padding: clamp(25px,3vw,38px); border-radius: var(--nbd-radius); border: 1px solid var(--nbd-line); background: rgba(255,255,255,.02); }
.nbd-review__stars { color: var(--nbd-gold-light); letter-spacing: .2em; margin-bottom: 19px; }
.nbd-review blockquote { margin: 0 0 25px; color: var(--nbd-cream); font-family: Georgia, serif; font-size: 1.24rem; line-height: 1.62; }
.nbd-review cite { display: block; color: var(--nbd-gold-light); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-style: normal; }
.nbd-trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-bottom: 42px; }
.nbd-trust-row img { width: auto; max-height: 49px; }
.nbd-cta { position: relative; overflow: hidden; padding: clamp(46px,8vw,86px); border: 1px solid rgba(201,164,93,.38); border-radius: calc(var(--nbd-radius) + 8px); background: linear-gradient(130deg, #1a1714, #11100f); text-align: center; }
.nbd-cta::after { content: "NB"; position: absolute; right: -25px; bottom: -72px; color: rgba(201,164,93,.06); font-size: clamp(13rem,29vw,25rem); font-family: Georgia, serif; line-height: 1; }
.nbd-cta > * { position: relative; z-index: 1; }
.nbd-cta p { max-width: 650px; margin: 0 auto 32px; }
.nbd-cta .nbd-btns { justify-content: center; margin-top: 0; }
/* Contact */
.nbd-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px,7vw,76px); }
.nbd-contact-detail { padding: 26px 0; border-bottom: 1px solid var(--nbd-line); }
.nbd-contact-detail small { display: block; color: var(--nbd-gold-light); letter-spacing: .17em; text-transform: uppercase; margin-bottom: 8px; }
.nbd-contact-detail a, .nbd-contact-detail span { color: var(--nbd-cream); font-size: 1.16rem; }
.nbd-form { display: grid; gap: 17px; }
.nbd-form__row { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.nbd-label { display: block; color: var(--nbd-muted); font-size: .92rem; margin-bottom: 8px; }
.nbd-form input:not([type="submit"]), .nbd-form textarea, .nbd-form select {
  display: block; width: 100%; color: var(--nbd-cream); background: #171513; border: 1px solid var(--nbd-line); border-radius: 12px; padding: 15px 17px;
}
.nbd-form input:focus, .nbd-form textarea:focus { outline: 1px solid var(--nbd-gold); border-color: var(--nbd-gold); }
.nbd-form textarea { min-height: 170px; resize: vertical; }
.nbd-form__notice { padding: 16px 20px; border-radius: 12px; margin-bottom: 22px; color: var(--nbd-cream); border: 1px solid var(--nbd-line); }
.nbd-form__notice--success { border-color: rgba(77,160,108,.65); background: rgba(77,160,108,.10); }
.nbd-form__notice--error { border-color: rgba(174,32,40,.65); background: rgba(174,32,40,.10); }
/* FAQ / service tables */
.nbd-process { counter-reset: step; }
.nbd-process .nbd-card::before { counter-increment: step; content: "0" counter(step); display:block; margin-bottom: 34px; color: var(--nbd-gold); letter-spacing: .23em; font-size: .82rem; }
.nbd-faq { border-top: 1px solid var(--nbd-line); }
.nbd-faq details { border-bottom: 1px solid var(--nbd-line); padding: 25px 0; }
.nbd-faq summary { cursor: pointer; color: var(--nbd-cream); font-family: Georgia, serif; font-size: 1.3rem; list-style: none; display:flex; justify-content: space-between; gap:18px; }
.nbd-faq summary::after { content: "+"; color: var(--nbd-gold); }
.nbd-faq details[open] summary::after { content: "−"; }
.nbd-faq details p { padding-top: 18px; max-width: 850px; }
/* Footer */
.nbd-footer { margin-top: clamp(54px,9vw,110px); border-top: 1px solid var(--nbd-line); }
.nbd-footer__top { padding: clamp(52px,7vw,82px) 0 42px; display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: clamp(24px,4vw,52px); }
.nbd-footer__brand img { width: min(290px, 100%); margin-bottom: 23px; }
.nbd-footer h4 { color: var(--nbd-gold-light); font-size: 13px; font-family: inherit; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 20px; }
.nbd-footer ul { list-style: none; padding: 0; margin: 0; }
.nbd-footer li { margin-bottom: 12px; color: var(--nbd-muted); }
.nbd-footer p { max-width: 355px; }
.nbd-footer__bottom { padding: 22px 0; border-top: 1px solid var(--nbd-line); display: flex; justify-content: space-between; gap: 18px; color: var(--nbd-muted); font-size: .88rem; }
/* WooCommerce */
.nbd-shop-wrap { padding: clamp(125px,16vw,165px) 0 clamp(66px,8vw,94px); }
.woocommerce .woocommerce-breadcrumb { color: var(--nbd-muted); margin-bottom: 34px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; background: #171513; border: 1px solid var(--nbd-line); border-radius: var(--nbd-radius); padding: 16px 16px 25px; }
.woocommerce ul.products li.product img { border-radius: 16px; aspect-ratio: 1; object-fit: cover; margin-bottom: 19px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--nbd-cream); font-family: Georgia, serif; font-size: 1.36rem; }
.woocommerce ul.products li.product .price { color: var(--nbd-gold-light); }
.woocommerce div.product .product_title { font-size: clamp(2.2rem,4vw,3.2rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--nbd-gold-light); }
.woocommerce-message, .woocommerce-info { background:#171513; color: var(--nbd-cream); border-top-color: var(--nbd-gold); }
.woocommerce-cart table.cart img { width: 76px; border-radius: 10px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
  background: #171513; border: 1px solid var(--nbd-line); color: var(--nbd-cream); border-radius: 10px; padding: 12px;
}
/* Blog/generic */
.nbd-content { padding: clamp(125px,15vw,160px) 0 72px; }
.nbd-content__inner { max-width: 820px; }
.nbd-content__inner > * + * { margin-top: 18px; }
.nbd-content__inner a { color: var(--nbd-gold-light); text-decoration: underline; }
/* Responsive */
@media (max-width: 1060px) {
  .nbd-menu-toggle { display: inline-block; }
  .nbd-nav { display: none; position: fixed; top: 83px; left: 22px; right: 22px; padding: 23px; border-radius: 18px; border: 1px solid var(--nbd-line); background: #161412; box-shadow: var(--nbd-shadow); }
  .nbd-nav.is-open { display: block; }
  .nbd-nav ul { display: block; }
  .nbd-nav li a { display: block; padding: 12px 0; }
  .nbd-nav .sub-menu { display: block; position: static; box-shadow: none; padding: 0 0 4px 18px; border: 0; background: transparent; }
  .nbd-nav__tools .nbd-btn { display: none; }
  .nbd-hero__grid, .nbd-split, .nbd-split--reverse, .nbd-contact-grid { grid-template-columns: 1fr; }
  .nbd-hero__text { max-width: 760px; }
  .nbd-hero__visual { max-width: 720px; margin-top: 30px; }
  .nbd-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nbd-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  :root { --nbd-container: min(100% - 34px, 1216px); }
  .nbd-header__row { min-height: 80px; }
  .nbd-brand img { width: min(245px, 67vw); }
  .nbd-hero { padding-top: 114px; }
  .nbd-grid--2, .nbd-grid--3, .nbd-grid--4, .nbd-form__row, .nbd-stats { grid-template-columns: 1fr; }
  .nbd-project-grid { display: grid; grid-template-columns: 1fr; }
  .nbd-project-grid .nbd-image-card { grid-column: auto !important; }
  .nbd-image-card img, .nbd-project-grid .nbd-image-card:nth-child(1) img, .nbd-project-grid .nbd-image-card:nth-child(4) img { min-height: 300px; }
  .nbd-hero__visual { grid-template-columns: 1fr .78fr; }
  .nbd-floating-card { left: -6px; bottom: 18px; padding: 16px; max-width: 170px; }
  .nbd-package--featured { transform: none; margin-top: 14px; }
  .nbd-heading-row { display: block; }
  .nbd-footer__top { grid-template-columns: 1fr; }
  .nbd-footer__bottom { display: block; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}
