{"id":13544,"date":"2026-07-22T12:32:27","date_gmt":"2026-07-22T12:32:27","guid":{"rendered":"https:\/\/sandeco.com.tr\/mimarlara-ozel\/"},"modified":"2026-08-03T13:10:39","modified_gmt":"2026-08-03T13:10:39","slug":"special-for-architects","status":"publish","type":"page","link":"https:\/\/sandeco.com.tr\/en\/special-for-architects\/","title":{"rendered":"Special For Architects"},"content":{"rendered":"\n<!--\n    SAN DECO \u2014 For Architects \/ Mimarlara \u00d6zel (WordPress Raw HTML block) (EN)\n    Paste into a Custom HTML block. All classes are scoped with the 'fa-' prefix.\n    NO JS (static + CSS hover\/animation) \u2192 no breakage when pasted into WP.\n\n    BANNER: No banner in this HTML \u2014 in WP the theme's standard\n    \"MBC Section: Sub Header\" block is added ABOVE this block (title: FOR ARCHITECTS).\n\n    STRUCTURE:\n      1) Intro \u2014 value proposition for architects + 4 capabilities\n      2) Resources For Your Projects \u2014 4-card resource grid (catalog, data sheets, BIM, library)\n      3) Case Study (TR: Referans Projeler) \u2014 redirect band to the project-specific page\n      4) Assist bar \u2014 \"Need assistance?\" contact CTA\n\n    LINKS (replace with real URLs in WP):\n      - Product Catalog \u2192 PDF or document page link\n        (Technical Data Sheets card REMOVED on request; grid is 3-col now)\n      - BIM Object \u2192 https:\/\/www.bimobject.com\/en\/san-deco?location=tr (ready)\n      - Material Library \u2192 https:\/\/sandeco.com.tr\/en\/material-library\/\n      - Case Study band \u2192 \/en\/project-specific-surface-solutions\/\n\n    Images currently from the theme media library \u2014 swap as you like.\n-->\n\n<div class=\"fa-page\" lang=\"en\">\n\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');\n\n        \/* ===== SAN DECO For Architects \u2014 scoped ===== *\/\n        .fa-page {\n            --fa-cream:     #F5F1EA;\n            --fa-warmgray:  #A8998B;\n            --fa-taupe:     #C8BBAE;\n            --fa-burgundy:  #5A2F32;\n            --fa-text-deep: #3F3A33;\n            --fa-text-mid:  #5C544A;\n            --fa-ease:      cubic-bezier(0.33, 1, 0.68, 1);\n\n            width: 100%;\n            max-width: 100%;\n            margin: 0;\n            display: flex;\n            flex-direction: column;\n            background: var(--fa-cream);\n            color: var(--fa-text-deep);\n            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont,\n                         'Segoe UI', system-ui, Roboto, sans-serif !important;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            box-sizing: border-box;\n        }\n\n        .fa-page *,\n        .fa-page *::before,\n        .fa-page *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont,\n                         'Segoe UI', system-ui, Roboto, sans-serif !important;\n        }\n\n        \/* ============================================================\n           NO BANNER \u2014 page banner is added in WP via the theme's standard\n           \"MBC Section: Sub Header\" block (FOR ARCHITECTS).\n           ============================================================ *\/\n\n        \/* ============================================================\n           1) INTRO \u2014 value proposition + capabilities\n           ============================================================ *\/\n        .fa-intro {\n            width: 100%;\n            background: var(--fa-cream);\n            padding: 72px 0 64px;\n        }\n\n        .fa-intro-inner {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 50px;\n            display: grid;\n            grid-template-columns: 1.05fr 1fr;\n            gap: 64px;\n            align-items: center;\n        }\n\n        .fa-intro-eyebrow {\n            display: inline-block;\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: var(--fa-burgundy);\n            margin-bottom: 18px;\n        }\n\n        .fa-intro-lead h2 {\n            font-size: clamp(26px, 2.8vw, 36px);\n            font-weight: 700;\n            line-height: 1.16;\n            color: var(--fa-text-deep);\n            margin: 0 0 22px !important;\n        }\n\n        .fa-intro-lead p {\n            font-size: 15px;\n            line-height: 1.72;\n            color: var(--fa-text-mid);\n            max-width: 560px;\n        }\n\n        .fa-intro-divider {\n            width: 52px;\n            height: 2px;\n            background: var(--fa-burgundy);\n            margin: 26px 0 0;\n        }\n\n        \/* Right \u2014 2x2 capability grid *\/\n        .fa-values {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px 34px;\n        }\n\n        .fa-value {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .fa-value-icon {\n            width: 42px;\n            height: 42px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 1px solid rgba(90, 47, 50, 0.28);\n            border-radius: 50%;\n        }\n\n        .fa-value-icon svg {\n            width: 21px;\n            height: 21px;\n            stroke: var(--fa-burgundy);\n            stroke-width: 1.5;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .fa-value h3 {\n            font-size: 14px !important;\n            font-weight: 700 !important;\n            letter-spacing: 0.6px;\n            text-transform: uppercase;\n            color: var(--fa-text-deep) !important;\n            margin: 0 !important;\n        }\n\n        .fa-value p {\n            font-size: 13.5px;\n            line-height: 1.6;\n            color: var(--fa-text-mid);\n        }\n\n        \/* ============================================================\n           HERO BANNER \u2014 \"Resources For Your Projects\" baslik banner'i.\n           Bolum sirasi flex order ile: hero(1) -> resources(2) ->\n           intro(3) -> assist(4). Bg gorsel + DUZ overlay (gradient yok).\n           ============================================================ *\/\n        .fa-resources   { order: 2; }\n        .fa-intro       { order: 3; }\n        .fa-assist-wrap { order: 4; }\n\n        .fa-hero {\n            order: 1;\n            position: relative;\n            width: 100%;\n            min-height: 300px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            background-color: var(--fa-warmgray);\n        }\n\n        .fa-hero-bg {\n            position: absolute;\n            inset: 0;\n            background-image: url('https:\/\/sandeco.com.tr\/wp-content\/uploads\/2026\/07\/sandeco-arc-1-scaled.png');\n            background-size: cover;\n            background-position: center;\n            z-index: 0;\n        }\n\n        .fa-hero-overlay {\n            position: absolute;\n            inset: 0;\n            z-index: 1;\n            background: rgba(45, 41, 35, 0.55);\n        }\n\n        .fa-hero-inner {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 66px 50px;\n            text-align: center;\n        }\n\n        .fa-hero h2 {\n            font-size: clamp(22px, 2.8vw, 34px);\n            font-weight: 600;\n            letter-spacing: 4px;\n            text-transform: uppercase;\n            color: var(--fa-cream) !important;\n            margin: 0 0 14px !important;\n        }\n\n        .fa-hero p {\n            font-size: 14.5px;\n            line-height: 1.65;\n            color: rgba(245, 241, 234, 0.86) !important;\n            max-width: 560px;\n            margin: 0 auto;\n        }\n\n        @media (max-width: 640px) {\n            .fa-hero { min-height: 220px; }\n            .fa-hero-inner { padding: 46px 22px; }\n            .fa-hero h2 { letter-spacing: 2.5px; }\n        }\n\n        \/* ============================================================\n           2) RESOURCES FOR YOUR PROJECTS \u2014 resource card grid\n           ============================================================ *\/\n        .fa-resources {\n            width: 100%;\n            background: #EFE7DB;\n            padding: 38px 0 38px;      \/* symmetric top\/bottom, tidy inner spacing *\/\n        }\n\n        .fa-container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 50px;\n        }\n\n        .fa-heading {\n            text-align: center;\n            font-size: clamp(19px, 2.2vw, 26px);\n            font-weight: 600;\n            letter-spacing: 4px;\n            text-transform: uppercase;\n            color: var(--fa-text-deep);\n            margin: 0 0 12px !important;\n        }\n\n        .fa-subheading {\n            text-align: center;\n            font-size: 14px;\n            line-height: 1.6;\n            color: var(--fa-text-mid);\n            max-width: 560px;\n            margin: 0 auto 44px;\n        }\n\n        .fa-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 22px;\n        }\n\n        .fa-card {\n            display: flex;\n            flex-direction: column;\n            background: #FBF9F5;\n            overflow: hidden;\n            transition: transform 0.45s var(--fa-ease),\n                        box-shadow 0.45s var(--fa-ease);\n        }\n\n        .fa-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 18px 40px rgba(63, 58, 51, 0.14);\n        }\n\n        .fa-card-media {\n            display: block;\n            overflow: hidden;\n            line-height: 0;\n        }\n\n        .fa-card-img {\n            display: block;\n            width: 100%;\n            aspect-ratio: 16 \/ 10;\n            background-size: cover;\n            background-position: center;\n            background-color: var(--fa-taupe);\n            transition: transform 0.7s var(--fa-ease);\n        }\n\n        .fa-card:hover .fa-card-img {\n            transform: scale(1.06);\n        }\n\n        .fa-card-body {\n            display: flex;\n            flex-direction: column;\n            flex: 1 1 auto;\n            padding: 24px 22px 26px;\n            text-align: left;\n        }\n\n        .fa-card-head {\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            margin-bottom: 12px;\n        }\n\n        .fa-card-icon {\n            flex: 0 0 30px;\n            width: 30px;\n            height: 30px;\n            margin-top: 1px;\n        }\n\n        .fa-card-icon svg {\n            width: 100%;\n            height: 100%;\n            stroke: var(--fa-text-deep);\n            stroke-width: 1.4;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .fa-card-title {\n            font-size: 15px !important;\n            font-weight: 700 !important;\n            letter-spacing: 1.2px;\n            text-transform: uppercase;\n            color: var(--fa-text-deep) !important;\n            line-height: 1.35;\n            margin: 0 !important;\n            padding-top: 4px;\n        }\n\n        .fa-card-desc {\n            font-size: 13.5px !important;\n            line-height: 1.6 !important;\n            color: var(--fa-text-mid) !important;\n            margin: 0 0 22px !important;\n            padding-left: 44px;\n        }\n\n        .fa-card-btn {\n            margin-top: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n            width: 100%;\n            padding: 15px 20px;\n            background: var(--fa-burgundy) !important;\n            border: 1.5px solid var(--fa-burgundy) !important;\n            color: var(--fa-cream) !important;\n            font-size: 13px !important;\n            font-weight: 700 !important;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            text-decoration: none !important;\n            line-height: 1;\n            transition: background 0.3s ease, color 0.3s ease,\n                        transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .fa-card-btn span {\n            color: var(--fa-cream) !important;\n        }\n\n        .fa-card-btn:hover {\n            background: var(--fa-text-deep) !important;\n            border-color: var(--fa-text-deep) !important;\n            transform: translateY(-1px);\n            box-shadow: 0 6px 16px rgba(63, 58, 51, 0.25);\n        }\n\n        .fa-card-btn-ico {\n            width: 16px;\n            height: 16px;\n            flex: 0 0 16px;\n            line-height: 0;\n        }\n\n        .fa-card-btn-ico svg {\n            width: 100%;\n            height: 100%;\n            stroke: currentColor;\n            stroke-width: 2;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        \/* ============================================================\n           3) CASE STUDY (Referans Projeler) \u2014 redirect band\n           ============================================================ *\/\n        .fa-case {\n            position: relative;\n            margin-top: 26px;          \/* compact gap from the 4 cards *\/\n            min-height: 360px;\n            overflow: hidden;\n            background-color: var(--fa-warmgray);\n            display: flex;\n        }\n\n        .fa-case-bg {\n            position: absolute;\n            inset: 0;\n            background-image: url('https:\/\/sandeco.com.tr\/wp-content\/uploads\/2024\/12\/15.jpg');\n            background-size: cover;\n            background-position: center;\n            z-index: 0;\n            transition: transform 0.9s var(--fa-ease);\n        }\n\n        .fa-case:hover .fa-case-bg {\n            transform: scale(1.05);\n        }\n\n        .fa-case-overlay {\n            position: absolute;\n            inset: 0;\n            z-index: 1;\n            background: linear-gradient(105deg,\n                    rgba(45, 41, 35, 0.90) 0%,\n                    rgba(63, 58, 51, 0.72) 42%,\n                    rgba(63, 58, 51, 0.30) 100%);\n        }\n\n        .fa-case-inner {\n            position: relative;\n            z-index: 2;\n            width: 100%;\n            padding: 58px 48px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .fa-case-content {\n            max-width: 560px;\n        }\n\n        .fa-case-eyebrow {\n            display: inline-block;\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: var(--fa-taupe) !important;\n            margin-bottom: 18px;\n        }\n\n        .fa-case-content h2 {\n            font-size: clamp(26px, 3vw, 38px);\n            font-weight: 700;\n            line-height: 1.16;\n            color: var(--fa-cream) !important;\n            margin: 0 0 18px !important;\n        }\n\n        .fa-case-content p {\n            font-size: 15px;\n            line-height: 1.72;\n            color: rgba(245, 241, 234, 0.82) !important;\n            margin: 0 0 32px !important;\n        }\n\n        .fa-case-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            padding: 16px 34px;\n            background: var(--fa-cream) !important;\n            border: 1.5px solid var(--fa-cream) !important;\n            color: var(--fa-text-deep) !important;\n            font-size: 13px !important;\n            font-weight: 700 !important;\n            letter-spacing: 1.4px;\n            text-transform: uppercase;\n            text-decoration: none !important;\n            line-height: 1;\n            transition: background 0.3s ease, color 0.3s ease,\n                        transform 0.3s ease;\n        }\n\n        .fa-case-btn svg {\n            width: 17px;\n            height: 17px;\n            stroke: currentColor;\n            stroke-width: 2;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n            transition: transform 0.3s ease;\n        }\n\n        .fa-case-btn:hover {\n            background: var(--fa-burgundy) !important;\n            border-color: var(--fa-burgundy) !important;\n            color: var(--fa-cream) !important;\n            transform: translateY(-1px);\n        }\n\n        .fa-case-btn:hover svg {\n            transform: translateX(4px);\n        }\n\n        .fa-case-btn span {\n            color: var(--fa-text-deep) !important;\n        }\n\n        .fa-case-btn:hover span {\n            color: var(--fa-cream) !important;\n        }\n\n        \/* ============================================================\n           4) ASSIST BAR \u2014 Need assistance?\n           ============================================================ *\/\n        .fa-assist-wrap {\n            width: 100%;\n            background: var(--fa-cream);\n            padding: 46px 0 72px;\n        }\n\n        .fa-assist {\n            max-width: 1400px;\n            margin: 0 auto;\n            background: #E9E2D6;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 24px;\n            padding: 26px 34px;\n            flex-wrap: wrap;\n        }\n\n        .fa-assist-left {\n            display: flex;\n            align-items: center;\n            gap: 18px;\n            min-width: 0;\n        }\n\n        .fa-assist-icon {\n            flex: 0 0 48px;\n            width: 48px;\n            height: 48px;\n            border: 1px solid rgba(63, 58, 51, 0.35);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .fa-assist-icon svg {\n            width: 22px;\n            height: 22px;\n            stroke: var(--fa-text-deep);\n            stroke-width: 1.5;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .fa-assist-text {\n            display: flex;\n            flex-direction: column;\n            gap: 3px;\n        }\n\n        .fa-assist-text strong {\n            font-size: 15px !important;\n            font-weight: 700 !important;\n            color: var(--fa-text-deep) !important;\n        }\n\n        .fa-assist-text span {\n            font-size: 13.5px !important;\n            color: var(--fa-text-mid) !important;\n            line-height: 1.5;\n        }\n\n        .fa-assist-btn {\n            flex: 0 0 auto;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 15px 30px;\n            background: var(--fa-burgundy) !important;\n            border: 1px solid var(--fa-burgundy) !important;\n            color: var(--fa-cream) !important;\n            font-size: 12px !important;\n            font-weight: 700 !important;\n            letter-spacing: 1.4px;\n            text-transform: uppercase;\n            text-decoration: none !important;\n            line-height: 1;\n            transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;\n        }\n\n        .fa-assist-btn:hover {\n            background: var(--fa-text-deep) !important;\n            border-color: var(--fa-text-deep) !important;\n        }\n\n        \/* ============================================================\n           RESPONSIVE\n           ============================================================ *\/\n        @media (max-width: 1100px) {\n            .fa-intro-inner {\n                grid-template-columns: 1fr;\n                gap: 44px;\n            }\n\n            .fa-intro-lead p {\n                max-width: 640px;\n            }\n\n            .fa-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 640px) {\n            .fa-intro {\n                padding: 48px 0 44px;\n            }\n\n            .fa-intro-inner,\n            .fa-container {\n                padding: 0 22px;\n            }\n\n            .fa-values {\n                grid-template-columns: 1fr;\n                gap: 26px;\n            }\n\n            .fa-resources {\n                padding: 28px 0 28px;\n            }\n\n            .fa-heading {\n                letter-spacing: 2.5px;\n                margin-bottom: 10px !important;\n            }\n\n            .fa-subheading {\n                margin-bottom: 30px;\n            }\n\n            .fa-grid {\n                grid-template-columns: 1fr;\n                gap: 16px;\n            }\n\n            .fa-card-desc {\n                padding-left: 0;\n            }\n\n            .fa-case {\n                min-height: 0;\n            }\n\n            .fa-case-inner {\n                padding: 52px 22px;\n            }\n\n            .fa-assist-wrap {\n                padding: 34px 0 52px;\n            }\n\n            .fa-assist {\n                flex-direction: column;\n                align-items: flex-start;\n                padding: 24px 22px;\n                margin: 0 22px;\n            }\n\n            .fa-assist-btn {\n                width: 100%;\n            }\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            .fa-card,\n            .fa-card-img,\n            .fa-card-btn,\n            .fa-case-bg,\n            .fa-case-btn,\n            .fa-assist-btn {\n                transition: none !important;\n            }\n        }\n    <\/style>\n\n    <!-- ============================================================\n         BANNER: In WP the theme's standard \"MBC Section: Sub Header\"\n         block is added ABOVE this HTML block (title: FOR ARCHITECTS).\n         ============================================================ -->\n\n    <!-- ============================================================\n         HERO BANNER \u2014 \"Resources For Your Projects\" (bg gorsel + duz overlay)\n         Flex order ile en ustte gorunur (order:1).\n         ============================================================ -->\n    <section class=\"fa-hero\">\n        <div class=\"fa-hero-bg\" aria-hidden=\"true\"><\/div>\n        <div class=\"fa-hero-overlay\" aria-hidden=\"true\"><\/div>\n        <div class=\"fa-hero-inner\">\n            <h2>Resources For Your Projects<\/h2>\n            <p>\n                Access the documents and digital assets that will speed up your\n                design and specification process.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- ============================================================\n         1) INTRO  (flex order:3 -> resources ile assist arasinda gorunur)\n         ============================================================ -->\n    <section class=\"fa-intro\">\n        <div class=\"fa-intro-inner\">\n            <div class=\"fa-intro-lead\">\n                <span class=\"fa-intro-eyebrow\">For Architects &amp; Designers<\/span>\n                <h2>Material expertise for<br>visionary design.<\/h2>\n                <p>\n                    San Deco partners with architects and designers to create\n                    surfaces that elevate architecture. Combining technical precision\n                    with creative flexibility, we support every phase of the\n                    project\u2014from specification and BIM resources to custom finishes,\n                    color development and application consultancy.\n                <\/p>\n                <div class=\"fa-intro-divider\"><\/div>\n            <\/div>\n\n            <div class=\"fa-values\">\n                <div class=\"fa-value\">\n                    <span class=\"fa-value-icon\" aria-hidden=\"true\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <polygon points=\"12 2 2 7 12 12 22 7 12 2\" \/>\n                            <polyline points=\"2 17 12 22 22 17\" \/>\n                            <polyline points=\"2 12 12 17 22 12\" \/>\n                        <\/svg>\n                    <\/span>\n                    <h3>Technical Documentation<\/h3>\n                    <p>Data sheets, performance figures and application details in one place.<\/p>\n                <\/div>\n\n                <div class=\"fa-value\">\n                    <span class=\"fa-value-icon\" aria-hidden=\"true\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2l8.5 4.9v9.8L12 21.6l-8.5-4.9V6.9L12 2z\" \/>\n                            <polyline points=\"3.5 6.9 12 11.8 20.5 6.9\" \/>\n                            <line x1=\"12\" y1=\"11.8\" x2=\"12\" y2=\"21.6\" \/>\n                        <\/svg>\n                    <\/span>\n                    <h3>BIM &amp; Digital Assets<\/h3>\n                    <p>Ready-to-use BIM objects you can integrate directly into your model.<\/p>\n                <\/div>\n\n                <div class=\"fa-value\">\n                    <span class=\"fa-value-icon\" aria-hidden=\"true\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <circle cx=\"13.5\" cy=\"6.5\" r=\"2.5\" \/>\n                            <circle cx=\"17.5\" cy=\"10.5\" r=\"2.5\" \/>\n                            <circle cx=\"8.5\" cy=\"7.5\" r=\"2.5\" \/>\n                            <circle cx=\"6.5\" cy=\"12.5\" r=\"2.5\" \/>\n                            <path d=\"M12 2a10 10 0 0 0 0 20 2.5 2.5 0 0 0 2-4 2 2 0 0 1 1.5-3.3H18a4 4 0 0 0 4-4 10 10 0 0 0-10-8.7z\" \/>\n                        <\/svg>\n                    <\/span>\n                    <h3>Bespoke Color &amp; Texture<\/h3>\n                    <p>Color and texture development support for finishes unique to your project.<\/p>\n                <\/div>\n\n                <div class=\"fa-value\">\n                    <span class=\"fa-value-icon\" aria-hidden=\"true\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M4 13v-2a8 8 0 0 1 16 0v2\" \/>\n                            <path d=\"M3 13h3v5H4a1 1 0 0 1-1-1v-4zM21 13h-3v5h2a1 1 0 0 0 1-1v-4z\" \/>\n                            <path d=\"M19 18v1a2 2 0 0 1-2 2h-4\" \/>\n                        <\/svg>\n                    <\/span>\n                    <h3>On-Site Technical Support<\/h3>\n                    <p>Technical consultancy and support on site with our application teams.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ============================================================\n         2) RESOURCES FOR YOUR PROJECTS\n         ============================================================ -->\n    <section class=\"fa-resources\" id=\"for-architect-area\">\n        <div class=\"fa-container\">\n            <div class=\"fa-grid\">\n\n                <!-- Card 1 \u2014 Product Catalog -->\n                <article class=\"fa-card\">\n                    <!-- LINK: replace with the real catalog PDF -->\n                    <a href=\"#\" class=\"fa-card-media\" target=\"_blank\" rel=\"noopener\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <span class=\"fa-card-img\" style=\"background-image: url('https:\/\/sandeco.com.tr\/wp-content\/uploads\/2026\/05\/sandeco-decorative.jpg');\"><\/span>\n                    <\/a>\n                    <div class=\"fa-card-body\">\n                        <div class=\"fa-card-head\">\n                            <span class=\"fa-card-icon\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M2 4.5C3.8 3.5 5.9 3 8 3c1.5 0 3 .3 4 1 1-.7 2.5-1 4-1 2.1 0 4.2.5 6 1.5V19c-1.8-1-3.9-1.5-6-1.5-1.5 0-3 .3-4 1-1-.7-2.5-1-4-1-2.1 0-4.2.5-6 1.5V4.5z\"\/><line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"18.5\"\/><\/svg>\n                            <\/span>\n                            <h3 class=\"fa-card-title\">Product Catalog<\/h3>\n                        <\/div>\n                        <p class=\"fa-card-desc\">Comprehensive product catalog covering all surface collections.<\/p>\n                        <a href=\"#\" class=\"fa-card-btn\" target=\"_blank\" rel=\"noopener\">\n                            <span class=\"fa-card-btn-ico\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/><\/svg>\n                            <\/span>\n                            <span>Download<\/span>\n                        <\/a>\n                    <\/div>\n                <\/article>\n\n                <!-- Card 2 (Technical Data Sheets) KALDIRILDI \u2014 kullanici istegi.\n                     Grid 3 karta gore repeat(3, 1fr) yapildi. -->\n\n                <!-- Card 3 \u2014 BIM Object -->\n                <article class=\"fa-card\">\n                    <a href=\"https:\/\/www.bimobject.com\/en\/san-deco?location=tr\" class=\"fa-card-media\" target=\"_blank\" rel=\"noopener\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <span class=\"fa-card-img\" style=\"background-image: url('https:\/\/sandeco.com.tr\/wp-content\/uploads\/2025\/11\/sandeco-bim.jpg');\"><\/span>\n                    <\/a>\n                    <div class=\"fa-card-body\">\n                        <div class=\"fa-card-head\">\n                            <span class=\"fa-card-icon\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l8.5 4.9v9.8L12 21.6l-8.5-4.9V6.9L12 2z\"\/><polyline points=\"3.5 6.9 12 11.8 20.5 6.9\"\/><line x1=\"12\" y1=\"11.8\" x2=\"12\" y2=\"21.6\"\/><\/svg>\n                            <\/span>\n                            <h3 class=\"fa-card-title\">BIM Object<\/h3>\n                        <\/div>\n                        <p class=\"fa-card-desc\">Download our BIM objects and integrate San Deco surfaces into your projects.<\/p>\n                        <a href=\"https:\/\/www.bimobject.com\/en\/san-deco?location=tr\" class=\"fa-card-btn\" target=\"_blank\" rel=\"noopener\">\n                            <span class=\"fa-card-btn-ico\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n                            <\/span>\n                            <span>Discover<\/span>\n                        <\/a>\n                    <\/div>\n                <\/article>\n\n                <!-- Card 4 \u2014 Material Library -->\n                <article class=\"fa-card\">\n                    <a href=\"https:\/\/sandeco.com.tr\/en\/material-library\/\" class=\"fa-card-media\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <span class=\"fa-card-img\" style=\"background-image: url('https:\/\/sandeco.com.tr\/wp-content\/uploads\/2025\/07\/Alfroya-Moire-dp-51-1.jpg');\"><\/span>\n                    <\/a>\n                    <div class=\"fa-card-body\">\n                        <div class=\"fa-card-head\">\n                            <span class=\"fa-card-icon\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"8\" height=\"8\" rx=\"1\"\/><rect x=\"13\" y=\"3\" width=\"8\" height=\"8\" rx=\"1\"\/><rect x=\"3\" y=\"13\" width=\"8\" height=\"8\" rx=\"1\"\/><rect x=\"13\" y=\"13\" width=\"8\" height=\"8\" rx=\"1\"\/><\/svg>\n                            <\/span>\n                            <h3 class=\"fa-card-title\">Material Library<\/h3>\n                        <\/div>\n                        <p class=\"fa-card-desc\">Explore surface collections with their colors, textures and finishes.<\/p>\n                        <a href=\"https:\/\/sandeco.com.tr\/en\/material-library\/\" class=\"fa-card-btn\">\n                            <span class=\"fa-card-btn-ico\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                            <\/span>\n                            <span>Explore<\/span>\n                        <\/a>\n                    <\/div>\n                <\/article>\n\n            <\/div>\n\n            <!-- ========================================================\n                 3) CASE STUDY (Referans Projeler) \u2014 sits right below the 4\n                 cards, same left\/right alignment, contained box (4 + 1).\n                 Gap = .fa-case margin-top. LINK: \/en\/project-specific-surface-solutions\/\n                 ======================================================== -->\n            <div class=\"fa-case\">\n                <div class=\"fa-case-bg\" aria-hidden=\"true\"><\/div>\n                <div class=\"fa-case-overlay\" aria-hidden=\"true\"><\/div>\n                <div class=\"fa-case-inner\">\n                    <div class=\"fa-case-content\">\n                        <span class=\"fa-case-eyebrow\">Case Study<\/span>\n                        <h2>Explore the collaborations<br>we have realized.<\/h2>\n                        <p>\n                            Take a look at the project-specific surface solutions we have\n                            brought to life together with architects across hospitality,\n                            residential, retail and large-scale applications.\n                        <\/p>\n                        <a href=\"\/en\/project-specific-surface-solutions\/\" class=\"fa-case-btn\">\n                            <span>View Case Studies<\/span>\n                            <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ============================================================\n         4) ASSIST BAR\n         ============================================================ -->\n    <div class=\"fa-assist-wrap\">\n        <div class=\"fa-assist\">\n            <div class=\"fa-assist-left\">\n                <span class=\"fa-assist-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\">\n                        <path d=\"M4 13v-2a8 8 0 0 1 16 0v2\" \/>\n                        <path d=\"M3 13h3v5H4a1 1 0 0 1-1-1v-4zM21 13h-3v5h2a1 1 0 0 0 1-1v-4z\" \/>\n                        <path d=\"M19 18v1a2 2 0 0 1-2 2h-4\" \/>\n                    <\/svg>\n                <\/span>\n                <div class=\"fa-assist-text\">\n                    <strong>Need assistance?<\/strong>\n                    <span>Our team is here to support you with technical information and project needs.<\/span>\n                <\/div>\n            <\/div>\n            <a href=\"\/en\/contact\/\" class=\"fa-assist-btn\" target=\"_self\">Contact Our Team<\/a>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Resources For Your Projects Access the documents and digital assets that will speed up your design and specification process. For Architects &amp; Designers Material expertise forvisionary design. San Deco partners with architects and designers to create surfaces that elevate architecture. Combining technical precision with creative flexibility, we support every phase of the project\u2014from specification and [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13544","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Special For Architects |<\/title>\n<meta name=\"description\" content=\"Inspiring decorative paint types at San Deco! Click now to get detailed information about wall paint colors, interior and exterior products...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sandeco.com.tr\/en\/special-for-architects\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Special For Architects |\" \/>\n<meta property=\"og:description\" content=\"Inspiring decorative paint types at San Deco! Click now to get detailed information about wall paint colors, interior and exterior products...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sandeco.com.tr\/en\/special-for-architects\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SandecoOfficial\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-03T13:10:39+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@SandecoOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sandeco.com.tr\/en\/special-for-architects\/\",\"url\":\"https:\/\/sandeco.com.tr\/en\/special-for-architects\/\",\"name\":\"Special For Architects |\",\"isPartOf\":{\"@id\":\"https:\/\/sandeco.com.tr\/#website\"},\"datePublished\":\"2026-07-22T12:32:27+00:00\",\"dateModified\":\"2026-08-03T13:10:39+00:00\",\"description\":\"Inspiring decorative paint types at San Deco! Click now to get detailed information about wall paint colors, interior and exterior products...\",\"breadcrumb\":{\"@id\":\"https:\/\/sandeco.com.tr\/en\/special-for-architects\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sandeco.com.tr\/en\/special-for-architects\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sandeco.com.tr\/en\/special-for-architects\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/sandeco.com.tr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Special For Architects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sandeco.com.tr\/#website\",\"url\":\"https:\/\/sandeco.com.tr\/\",\"name\":\"Sandeco\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/sandeco.com.tr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sandeco.com.tr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sandeco.com.tr\/#organization\",\"name\":\"Sandeco\",\"url\":\"https:\/\/sandeco.com.tr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sandeco.com.tr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sandeco.com.tr\/wp-content\/uploads\/2023\/05\/logo.jpg\",\"contentUrl\":\"https:\/\/sandeco.com.tr\/wp-content\/uploads\/2023\/05\/logo.jpg\",\"width\":408,\"height\":186,\"caption\":\"Sandeco\"},\"image\":{\"@id\":\"https:\/\/sandeco.com.tr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SandecoOfficial\",\"https:\/\/x.com\/SandecoOfficial\",\"https:\/\/www.instagram.com\/sandecoofficial\/\",\"https:\/\/www.youtube.com\/channel\/UC6shcA6HaYvcnjAcEzClRkA\",\"https:\/\/www.linkedin.com\/company\/deka-boya-sanayi-ve-ticaret-a-s\/\",\"https:\/\/pinterest.com\/sandecoofficial\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Special For Architects |","description":"Inspiring decorative paint types at San Deco! Click now to get detailed information about wall paint colors, interior and exterior products...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sandeco.com.tr\/en\/special-for-architects\/","og_locale":"en_US","og_type":"article","og_title":"Special For Architects |","og_description":"Inspiring decorative paint types at San Deco! Click now to get detailed information about wall paint colors, interior and exterior products...","og_url":"https:\/\/sandeco.com.tr\/en\/special-for-architects\/","article_publisher":"https:\/\/www.facebook.com\/SandecoOfficial","article_modified_time":"2026-08-03T13:10:39+00:00","twitter_card":"summary_large_image","twitter_site":"@SandecoOfficial","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sandeco.com.tr\/en\/special-for-architects\/","url":"https:\/\/sandeco.com.tr\/en\/special-for-architects\/","name":"Special For Architects |","isPartOf":{"@id":"https:\/\/sandeco.com.tr\/#website"},"datePublished":"2026-07-22T12:32:27+00:00","dateModified":"2026-08-03T13:10:39+00:00","description":"Inspiring decorative paint types at San Deco! Click now to get detailed information about wall paint colors, interior and exterior products...","breadcrumb":{"@id":"https:\/\/sandeco.com.tr\/en\/special-for-architects\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sandeco.com.tr\/en\/special-for-architects\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sandeco.com.tr\/en\/special-for-architects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/sandeco.com.tr\/en\/"},{"@type":"ListItem","position":2,"name":"Special For Architects"}]},{"@type":"WebSite","@id":"https:\/\/sandeco.com.tr\/#website","url":"https:\/\/sandeco.com.tr\/","name":"Sandeco","description":"","publisher":{"@id":"https:\/\/sandeco.com.tr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sandeco.com.tr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sandeco.com.tr\/#organization","name":"Sandeco","url":"https:\/\/sandeco.com.tr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sandeco.com.tr\/#\/schema\/logo\/image\/","url":"https:\/\/sandeco.com.tr\/wp-content\/uploads\/2023\/05\/logo.jpg","contentUrl":"https:\/\/sandeco.com.tr\/wp-content\/uploads\/2023\/05\/logo.jpg","width":408,"height":186,"caption":"Sandeco"},"image":{"@id":"https:\/\/sandeco.com.tr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SandecoOfficial","https:\/\/x.com\/SandecoOfficial","https:\/\/www.instagram.com\/sandecoofficial\/","https:\/\/www.youtube.com\/channel\/UC6shcA6HaYvcnjAcEzClRkA","https:\/\/www.linkedin.com\/company\/deka-boya-sanayi-ve-ticaret-a-s\/","https:\/\/pinterest.com\/sandecoofficial\/"]}]}},"_links":{"self":[{"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/pages\/13544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/comments?post=13544"}],"version-history":[{"count":3,"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/pages\/13544\/revisions"}],"predecessor-version":[{"id":13591,"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/pages\/13544\/revisions\/13591"}],"wp:attachment":[{"href":"https:\/\/sandeco.com.tr\/en\/wp-json\/wp\/v2\/media?parent=13544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}