{"product_id":"office-desk-corner-workstation-bgz-c040","title":"Office Desk | Corner Workstation | L Shape Computer Desk | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { \n    list-style: none; \n    padding: 0; \n    margin: 0; \n    display: grid; \n    grid-template-columns: 1fr; \n    gap: 14px; \n  }\n  .kagu-usp-bullets li { \n    position: relative; \n    padding-left: 28px; \n    font-size: 14.5px; \n  }\n  .kagu-usp-bullets li::before { \n    content: '';\n    position: absolute; left: 0; top: 3px;\n    width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box {\n    background: #fff;\n    padding: 30px;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    margin-bottom: 35px;\n  }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/Customization --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.2rem; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; color: var(--k-text-main); }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 14px; color: var(--k-text-main); }\n  .kagu-b2b-box li::before { content: '?'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 30px; }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-tbl th { width: 35%; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eCommand \u0026amp; Collaboration: The Executive L-Workstation\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModular Spatial Design:\u003c\/b\u003e An architectural L-shape desk that functions as both a private command center and a spacious collaborative workstation.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eUnrivaled Load Capacity:\u003c\/b\u003e Built with industrial-grade standards to support up to 200kg, perfect for multi-monitor rigs and intensive professional equipment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eRefined Walnut Aesthetic:\u003c\/b\u003e Features a premium wood-grain finish that brings warmth to high-pressure office environments, balancing durability with \"Quiet Luxury.\"\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eScalable Dimensions:\u003c\/b\u003e Designed to adapt to any floor plan, from compact corner nooks to expansive executive suites.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eCorner L-Shape Computer Desk \u0026amp; Workstation\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eBuild a professional layout that works as hard as you do. The BGZ-C040 is not merely a desk; it is a foundation for productivity. Designed under the Kaguyasu principle of \"Resimercial Efficiency,\" this L-shape workstation maximizes corner space while providing an expansive, distraction-free surface. Whether you are managing complex projects or curating a boutique creative studio, its modular adaptability ensures your furniture evolves with your business requirements.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_corner_workstation_l_shape_computer_desk_kaguyasuBGZ-C040_detailed_images_3.jpg?v=1779160635\" alt=\"Kaguyasu Executive L-Shape Corner Workstation\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Executive Command Series (BGZ-C040)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003eReinforced High-Density Particleboard with Walnut Laminate\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e200 kg (Commercial Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e140 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 140 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e280 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e420 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 280 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e420 * 240 * 110 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Professional installation recommended for larger configurations)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Size customization for specific office layout planning)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eProfessional Fit-Outs \u0026amp; Customization\u003c\/h3\u003e\n    \u003cp\u003eKaguyasu specializes in outfitting corporate offices and architectural spaces. If you are planning an office renovation:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSize Customization:\u003c\/b\u003e We can tailor the dimensions of this workstation to fit the unique geometry of your office floor plan.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBulk Procurement:\u003c\/b\u003e We provide consolidated shipping and volume pricing for teams outfitting multiple workstations. Please contact our commercial team for a project consultation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the color and pattern consistent?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe use high-quality laminate finishes to replicate natural wood aesthetics. Due to lighting variations during photography and display differences on monitors, the actual product finish may appear slightly different from online images.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I request a custom size?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eFor custom dimensions, please contact our support team before placing your order. Our design team will review your space requirements to ensure the L-shape configuration fits perfectly into your designated area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs assembly difficult for the larger sizes?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eGiven the commercial load capacity and modular design, larger configurations involve multiple structural components. We provide comprehensive manuals and recommend that for the 280cm+ units, assembly is performed by professionals to ensure stability.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"140*120*110cm desk \/ for 1 person","offer_id":43054635221040,"sku":"BGZ-C040-001","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"240*140*110cm desk \/ for 2 people","offer_id":43054635253808,"sku":"BGZ-C040-002","price":597.0,"currency_code":"GBP","in_stock":true},{"title":"280*120*110cm desk \/ for 2 people","offer_id":43054635286576,"sku":"BGZ-C040-003","price":701.0,"currency_code":"GBP","in_stock":true},{"title":"420*120*110cm desk \/ for 3 people","offer_id":43054635319344,"sku":"BGZ-C040-004","price":1039.0,"currency_code":"GBP","in_stock":true},{"title":"240*280*110cm desk \/ for 4 people","offer_id":43054635352112,"sku":"BGZ-C040-005","price":973.0,"currency_code":"GBP","in_stock":true},{"title":"280*240*110cm desk \/ for 4 people","offer_id":43054635384880,"sku":"BGZ-C040-006","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"420*240*110cm desk \/ for 6 people","offer_id":43054635417648,"sku":"BGZ-C040-007","price":1550.0,"currency_code":"GBP","in_stock":true},{"title":"cabinet","offer_id":43054635450416,"sku":"BGZ-C040-GZ-01","price":81.0,"currency_code":"GBP","in_stock":true},{"title":"chair","offer_id":43054635483184,"sku":"BGZ-C040-YZ-01","price":52.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_corner_workstation_l_shape_computer_desk_kaguyasuBGZ-C040_main_images_2.jpg?v=1779160630","url":"https:\/\/kaguyasu.co.uk\/products\/office-desk-corner-workstation-bgz-c040","provider":"Kaguyasu-EU","version":"1.0","type":"link"}