:root {
  --ink: #0b1020;
  --muted: #5d6472;
  --line: #dfe3e8;
  --soft: #f5f7f9;
  --white: #fff;
  --blue: #155eef;
  --blue-dark: #0d47c7;
  --orange: #f59e0b;
  --green: #16794b;
  --max: 1240px;
  --radius: 8px;
  --shadow: 0 18px 46px rgba(11, 16, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.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; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 12px 16px; background: var(--white); border: 2px solid var(--blue); }
.skip-link:focus { top: 16px; }

.announcement { min-height: 36px; display: flex; justify-content: center; gap: 48px; align-items: center; padding: 7px 24px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.announcement span::before { content: "✓"; margin-right: 7px; color: #6ee7a8; }

.site-header { position: sticky; z-index: 40; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; min-height: 82px; padding: 12px max(24px, calc((100vw - var(--max)) / 2)); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 24px; line-height: 1; font-weight: 900; letter-spacing: .04em; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 7px; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.site-menu { display: flex; justify-content: center; gap: 25px; font-size: 14px; font-weight: 700; }
.site-menu a, .header-actions a { padding: 10px 0; }
.site-menu a:hover, .header-actions a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.cart-link { display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px !important; border: 1px solid var(--ink); border-radius: 5px; }
.cart-link span { min-width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 11px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center 30%; }
.hero-shade { background: linear-gradient(90deg, rgba(5,9,20,.96) 0%, rgba(5,9,20,.79) 46%, rgba(5,9,20,.14) 78%); }
.hero-content { position: relative; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 90px 0 80px; }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: #8cb3ff; }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(46px, 5.6vw, 78px); line-height: 1.02; letter-spacing: 0; }
.hero-lead { max-width: 650px; margin: 25px 0 0; color: #e4e7ec; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 5px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-light { color: var(--white); border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.08); }
.button-dark { color: var(--white); background: var(--ink); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 28px; padding: 0; margin: 38px 0 0; list-style: none; color: #d5d9e2; font-size: 13px; }
.hero-proof li { padding-left: 16px; border-left: 2px solid var(--orange); }
.hero-proof strong { display: block; color: var(--white); font-size: 16px; }

.quick-search { position: relative; z-index: 3; width: min(1080px, calc(100% - 48px)); min-height: 104px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 40px; margin: -34px auto 0; padding: 24px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.quick-search strong, .quick-search span { display: block; }
.quick-search span { margin-top: 3px; color: var(--muted); font-size: 14px; }
.quick-search form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.quick-search input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid #cbd1da; border-radius: 5px; }
.quick-search button { padding: 0 24px; border: 0; border-radius: 5px; color: var(--white); background: var(--blue); font-weight: 800; cursor: pointer; }

.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 34px; }
.section-heading.compact { grid-template-columns: 1fr auto; align-items: end; }
.section-heading h2, .process-intro h2, .audience-section h2 { max-width: 780px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.text-link { color: var(--blue); font-weight: 800; }
.text-link::after { content: " →"; }

.promotions-section { padding-top: 72px; }
.promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.promotion-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.promotion-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.promotion-card:hover img { transform: scale(1.025); }
.promotion-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(5,9,20,.96)); }
.promotion-card > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 25px; }
.promotion-card span { display: inline-block; margin-bottom: 9px; padding: 5px 8px; border-radius: 3px; color: var(--ink); background: var(--orange); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.promotion-card h3 { margin: 0; font-size: 25px; }
.promotion-card p { margin: 7px 0 0; color: #d8dce5; }
.promotion-card strong { display: inline-block; margin-top: 14px; color: #8cb3ff; font-size: 12px; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 440px; overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: 0 12px 30px rgba(11,16,32,.08); }
.service-card-wide { grid-row: span 2; min-height: 898px; }
.service-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .4s ease; }
.service-card:hover img { transform: scale(1.025); }
.service-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(5,9,20,.93)); }
.service-card span { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 26px; color: var(--white); }
.service-card b, .service-card small, .service-card em { display: block; }
.service-card b { font-size: 27px; }
.service-card small { max-width: 300px; margin-top: 5px; color: #d8dce5; font-size: 14px; }
.service-card em { margin-top: 15px; color: #8cb3ff; font-size: 13px; font-style: normal; font-weight: 800; text-transform: uppercase; }

.products-section { padding-top: 70px; background: var(--soft); width: 100%; max-width: none; padding-right: max(24px, calc((100% - var(--max)) / 2)); padding-left: max(24px, calc((100% - var(--max)) / 2)); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(11,16,32,.1); }
.product-image { position: relative; aspect-ratio: 1 / 1; background: #f1f3f5; }
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; border-radius: 4px; color: var(--white); background: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-copy { padding: 18px; }
.product-copy p { margin: 0 0 7px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-copy h3 { min-height: 49px; margin: 0 0 14px; font-size: 16px; line-height: 1.45; }
.product-copy strong { color: var(--blue); font-size: 17px; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 105px max(24px, calc((100% - var(--max)) / 2)); }
.process-intro > p:last-child { max-width: 550px; color: var(--muted); font-size: 17px; }
.process-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--orange); font-size: 14px; font-weight: 900; }
.process-list h3 { margin: 0; font-size: 21px; }
.process-list p { margin: 5px 0 0; color: var(--muted); }

.work-section { padding-top: 90px; }
.work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.work-card { position: relative; aspect-ratio: 4 / 5; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--soft); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(5,9,20,.9)); }

.portfolio-hero { padding: 110px max(24px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--ink); }
.portfolio-hero h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; }
.portfolio-hero > p:last-child { max-width: 700px; margin: 22px 0 0; color: #c8cedb; font-size: 19px; }
.portfolio-list { padding-top: 72px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.portfolio-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.portfolio-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s ease; }
.portfolio-card:hover img { transform: scale(1.025); }
.portfolio-card > div { padding: 22px; }
.portfolio-card span { color: var(--orange); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.portfolio-card h2 { margin: 8px 0; font-size: 23px; }
.portfolio-card p { min-height: 48px; color: var(--muted); }
.portfolio-card strong { color: var(--blue); font-size: 13px; text-transform: uppercase; }
.project-detail { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 90px 0; }
.project-copy h1 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; }
.project-lead { color: var(--muted); font-size: 20px; line-height: 1.6; }
.project-meta { padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-story { margin: 28px 0; color: #343b4b; font-size: 17px; line-height: 1.75; }
.project-detail figure { margin: 0; }
.project-detail figure img { width: 100%; max-height: 760px; object-fit: cover; border-radius: var(--radius); }
.work-card figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 19px; color: var(--white); }
.work-card h3 { margin: 0; font-size: 18px; }
.work-card p { margin: 5px 0 0; color: #d8dce5; font-size: 13px; }
.work-card span { display: block; margin-top: 8px; color: #8cb3ff; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.audience-section { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding: 70px max(24px, calc((100% - var(--max)) / 2)); color: var(--white); background: #176447; }
.audience-section .eyebrow { color: #b9f4d8; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.audience-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.36); border-radius: 4px; font-size: 13px; font-weight: 700; }

.faq-section { padding-bottom: 110px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-grid details { padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.faq-grid summary { cursor: pointer; font-weight: 800; }
.faq-grid p { margin: 12px 0 0; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding: 70px max(24px, calc((100% - var(--max)) / 2)) 28px; color: #d8dce5; background: var(--ink); }
.site-footer .brand { color: var(--white); }
.footer-brand p { max-width: 390px; }
.site-footer h2 { margin: 0 0 16px; color: var(--white); font-size: 14px; text-transform: uppercase; }
.site-footer > div > a:not(.brand) { display: block; margin: 10px 0; color: #d8dce5; font-size: 14px; }
.footer-bottom { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }

.bundle-page { background: var(--soft); min-height: 100vh; }
.bundle-hero { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: end; padding: 80px max(24px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--ink); }
.bundle-hero h1 { max-width: 800px; margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.bundle-hero > div > p:last-child { max-width: 720px; color: #d8dce5; font-size: 18px; }
.bundle-rule { padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.bundle-rule strong, .bundle-rule span, .bundle-rule small { display: block; }
.bundle-rule strong { color: var(--orange); font-size: 31px; }
.bundle-rule span { margin-top: 4px; font-weight: 800; }
.bundle-rule small { margin-top: 10px; color: #b9c0cd; }
.bundle-layout { width: min(var(--max), calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; align-items: start; margin: 0 auto; padding: 70px 0 100px; }
.bundle-toolbar { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 25px; }
.bundle-toolbar h2 { margin: 0; font-size: 36px; }
.bundle-toolbar label { width: min(320px, 100%); color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bundle-toolbar input { width: 100%; height: 46px; margin-top: 7px; padding: 0 12px; border: 1px solid #cbd1da; border-radius: 5px; background: var(--white); text-transform: none; }
.bundle-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.bundle-product-card { display: grid; grid-template-columns: 155px 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.bundle-product-card[hidden] { display: none; }
.bundle-product-image { position: relative; min-height: 260px; background: #eef1f4; }
.bundle-product-image img { width: 100%; height: 100%; object-fit: contain; }
.bundle-product-image span { position: absolute; top: 10px; left: 10px; padding: 5px 7px; border-radius: 3px; color: var(--white); background: var(--green); font-size: 10px; font-weight: 800; }
.bundle-product-body { min-width: 0; padding: 16px; }
.bundle-product-body > p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bundle-product-body h3 { margin: 5px 0 8px; font-size: 15px; line-height: 1.35; }
.bundle-product-body > strong { color: var(--blue); font-size: 14px; }
.bundle-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 13px; }
.bundle-options label, .bundle-quantity { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bundle-options select, .bundle-quantity input { width: 100%; height: 38px; margin-top: 4px; padding: 0 8px; border: 1px solid #cbd1da; border-radius: 4px; background: var(--white); color: var(--ink); text-transform: none; }
.bundle-quantity { display: block; margin-top: 9px; }
.bundle-summary { position: sticky; top: 105px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.bundle-summary h2 { margin: 0 0 12px; font-size: 25px; }
.bundle-summary > p:not(.eyebrow) { color: var(--muted); }
.bundle-progress { height: 8px; overflow: hidden; border-radius: 10px; background: #e8ebf0; }
.bundle-progress span { display: block; width: 0; height: 100%; background: var(--green); transition: width .2s ease; }
.bundle-totals { display: grid; gap: 10px; margin: 24px 0; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bundle-totals span { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 14px; }
.bundle-totals strong { color: var(--ink); }
.bundle-totals .bundle-total { padding-top: 10px; border-top: 1px solid var(--line); color: var(--ink); font-size: 16px; font-weight: 800; }
.bundle-summary .button { width: 100%; border: 0; cursor: pointer; }
.bundle-summary .button:disabled { cursor: not-allowed; opacity: .45; }
.bundle-summary > small { display: block; margin-top: 12px; color: var(--muted); text-align: center; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto auto 1fr; gap: 18px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: var(--ink); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .site-menu { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 24px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(11,16,32,.12); }
  .site-menu.is-open { display: flex; }
  .site-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .header-actions { justify-self: end; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-wide { grid-row: auto; min-height: 440px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-section { gap: 50px; }
  .audience-section { grid-template-columns: 1fr 1fr; }
  .audience-section .button { justify-self: start; }
  .bundle-layout { grid-template-columns: 1fr; }
  .bundle-summary { position: static; }
}

@media (max-width: 760px) {
  .portfolio-grid, .project-detail { grid-template-columns: 1fr; }
  .project-detail { gap: 34px; padding: 50px 0; }
  .announcement { justify-content: flex-start; gap: 20px; overflow: hidden; white-space: nowrap; font-size: 10px; }
  .announcement span:nth-child(3) { display: none; }
  .site-header { min-height: 70px; padding: 10px 16px; }
  .brand { font-size: 20px; }
  .brand img { width: 42px; height: 42px; }
  .header-actions > a:first-child { display: none; }
  .cart-link { padding: 8px 10px !important; }
  .hero { min-height: 680px; align-items: flex-end; }
  .hero-media { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,9,20,.98) 0%, rgba(5,9,20,.86) 58%, rgba(5,9,20,.26) 100%); }
  .hero-content { width: calc(100% - 32px); padding: 130px 0 42px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 17px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-proof { gap: 15px; }
  .quick-search { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 16px; margin-top: -18px; padding: 20px; }
  .quick-search form { grid-template-columns: 1fr; }
  .quick-search button { height: 50px; }
  .section { width: calc(100% - 32px); padding: 72px 0; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 16px; }
  .section-heading h2, .process-intro h2, .audience-section h2 { font-size: 37px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-wide { min-height: 520px; }
  .products-section { width: 100%; padding-right: 16px; padding-left: 16px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .promotion-grid { grid-template-columns: 1fr; }
  .promotion-card { min-height: 430px; }
  .work-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-copy { padding: 13px; }
  .product-copy h3 { min-height: 64px; font-size: 14px; }
  .process-section { grid-template-columns: 1fr; gap: 36px; padding: 75px 16px; }
  .audience-section { grid-template-columns: 1fr; padding: 65px 16px; }
  .faq-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 36px; padding: 55px 16px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .bundle-nav { display: none; }
  .bundle-hero { grid-template-columns: 1fr; gap: 28px; padding: 58px 16px; }
  .bundle-hero h1 { font-size: 42px; }
  .bundle-layout { width: calc(100% - 32px); padding: 50px 0 75px; }
  .bundle-toolbar { display: grid; }
  .bundle-toolbar h2 { font-size: 32px; }
  .bundle-product-grid { grid-template-columns: 1fr; }
  .bundle-product-card { grid-template-columns: 125px 1fr; }
  .bundle-product-image { min-height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
