/* COMMOD 3.1 · service destinations, owner journey and real project stories. */
.service-card { text-decoration: none; color: inherit; }
.cb-page-hero,.cb-service-detail,.cb-service-process,.cb-references,.cb-contact,.cb-service-calculator { padding: clamp(68px,8vw,120px) 0; }
.cb-header .nav-shell { display: flex; justify-content: space-between; gap: 24px; }
.cb-header-links { display: flex; gap: 25px; align-items: center; }
.cb-header-links a { color: #e8e1d6; font-size: 12px; }
.cb-header-links a:hover { color: #e4c992; }
.cb-menu-button { display: none; }
.cb-page-hero { padding-top: 165px; background: radial-gradient(ellipse at 100% 20%,#343023 0,transparent 50%),#11110f; color: #f5f0e7; overflow: hidden; }
.cb-page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px,5vw,80px); align-items: center; }
.cb-breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; font-size: 11px; color: #aaa292; margin: 0 0 50px; }
.cb-breadcrumb a { color: #e4c992; }
.cb-page-hero h1 { font-size: clamp(39px,5.1vw,78px); font-weight: 450; line-height: 1.05; letter-spacing: -.05em; margin: 26px 0; max-width: 800px; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
.cb-page-intro { max-width: 640px; color: #b7b2a8; font-size: 16px; line-height: 1.85; }
.cb-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.cb-page-visual { aspect-ratio: 4/5; position: relative; border: 1px solid #625537; padding: 10px; }
.cb-page-visual::before { content: ''; position: absolute; top: -18px; right: -18px; bottom: 18px; left: 18px; border: 1px solid #625537; pointer-events: none; }
.cb-page-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68); }
.cb-visual-caption { position: absolute; bottom: 30px; left: -25px; right: 25px; background: #151611; border: 1px solid #625537; padding: 25px; display: flex; align-items: center; gap: 20px; box-shadow: 0 15px 40px #0004; }
.cb-visual-caption > span { color: #e4c992; }
.cb-visual-caption p { margin: 0; color: #b9af9f; font-size: 12px; line-height: 1.9; }
.cb-visual-caption strong { color: #f0dfba; font-size: 19px; font-weight: 450; }
.cb-service-detail,.cb-references,.cb-service-calculator { background: #eee9df; color: #191915; }
.cb-service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,8vw,120px); }
.cb-service-detail h2,.cb-service-process h2,.cb-references h2,.cb-contact h2 { font-size: clamp(32px,4.4vw,60px); line-height: 1.1; letter-spacing: -.04em; font-weight: 450; margin: 24px 0; overflow-wrap: anywhere; hyphens: auto; }
.cb-service-detail p:not(.section-label) { color: #696358; line-height: 1.85; }
.cb-benefits { list-style: none; padding: 0; margin: 0; }
.cb-benefits li { display: flex; gap: 20px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid #ccc1ae; line-height: 1.7; }
.cb-benefits li > span { color: #95713b; }
.cb-service-process { background: #191a16; color: #eee9df; }
.cb-step-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 32px; padding: 0; margin: 50px 0 0; list-style: none; }
.cb-step-grid li { border-top: 1px solid #4e493d; padding-top: 25px; }
.cb-step-grid li > span { color: #e4c992; font-size: 30px; font-family: Georgia,serif; }
.cb-step-grid h3 { font-size: 23px; font-weight: 450; margin: 30px 0 18px; }
.cb-step-grid p { color: #b6afa2; font-size: 14px; line-height: 1.8; }
.cb-reference-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 48px; }
.cb-reference-card { background: #faf7f0; border: 1px solid #d2c7b5; min-width: 0; display: flex; flex-direction: column; }
.cb-reference-image { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; background: #191a16; }
.cb-reference-image [hidden] { display: none !important; }
.cb-reference-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cb-reference-image:hover > img { transform: scale(1.025); }
.cb-reference-status { position: absolute; left: 15px; bottom: 15px; right: 15px; width: fit-content; padding: 8px 12px; background: #141510e8; color: #e4c992; font-size: 10px; letter-spacing: .06em; }
.cb-reference-placeholder { display: grid; place-content: center; gap: 22px; height: 100%; color: #e4c992; text-align: center; background: radial-gradient(ellipse,#3d3524,transparent 70%); font-size: 13px; }
.cb-reference-placeholder .service-icon { margin: auto; width: 44px; height: 44px; }
.cb-reference-copy { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.cb-eyebrow { font-size: 10px; color: #826338; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 15px; }
.cb-reference-copy h3 { font-size: clamp(21px,2vw,28px); line-height: 1.2; font-weight: 480; letter-spacing: -.025em; margin: 0 0 20px; overflow-wrap: anywhere; }
.cb-reference-facts { font-size: 12px; color: #736a5d; line-height: 1.8; margin: 0 0 24px; }
.cb-reference-copy > .text-link { margin-top: auto; padding-top: 24px; }
.cb-reference-copy blockquote { margin: 24px 0 0; border-top: 1px solid #d9cebc; padding-top: 22px; }
.cb-reference-copy blockquote p { font-family: Georgia,serif; font-size: 19px; line-height: 1.65; }
.cb-reference-copy cite { color: #7b6b50; font-size: 12px; }
.cb-case-copy h4 { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #826338; margin: 20px 0 8px; }
.cb-case-copy p { font-size: 13px; line-height: 1.75; color: #696358; margin: 0; }
.cb-reference-more { margin-top: 35px; }
.cb-compare { background: #191a16; color: #e4c992; }
.cb-compare-stage { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.cb-compare-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.cb-compare-stage .cb-before { clip-path: inset(0 calc(100% - var(--compare)) 0 0); background: #191a16; }
.cb-compare-line { position: absolute; top: 0; bottom: 0; left: var(--compare); width: 2px; background: #e4c992; pointer-events: none; transform: translateX(-50%); }
.cb-compare-line b { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-content: center; width: 36px; height: 36px; border-radius: 50%; background: #e4c992; color: #161611; font-size: 20px; }
.cb-compare-label { position: absolute; top: 14px; padding: 6px 9px; background: #141510cf; font-size: 10px; }
.cb-before-label { left: 14px; }.cb-after-label { right: 14px; }
.cb-compare > label { display: block; padding: 13px 16px 0; font-size: 11px; }
.cb-compare input[type="range"] { width: calc(100% - 32px); min-height: 44px; margin: 0 16px; accent-color: #e4c992; cursor: ew-resize; }
.cb-contact { background: #171813; color: #f2eee5; }
.cb-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px,5vw,80px); align-items: start; }
.cb-contact-copy > p:not(.section-label) { color: #b8b0a3; line-height: 1.85; max-width: 450px; }
.cb-contact-person { display: flex; gap: 22px; align-items: center; padding-top: 32px; margin-top: 32px; border-top: 1px solid #494333; }
.cb-contact-person img { width: 85px; height: 105px; object-fit: cover; object-position: top; }
.cb-contact-person strong { display: block; font-weight: 450; font-size: 23px; }
.cb-contact-person span { display: block; font-size: 11px; margin: 10px 0; color: #c6bca8; }
.cb-contact-person a { font-size: 15px; color: #e4c992; }
.cb-inquiry-form { min-width: 0; border: 1px solid #cbb98f; padding: clamp(24px,3vw,44px); }
.cb-inquiry-form fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.cb-inquiry-form [hidden] { display: none !important; }
.cb-inquiry-form legend { font-size: clamp(22px,2.4vw,29px); font-weight: 500; line-height: 1.2; margin-bottom: 26px; letter-spacing: -.035em; }
.cb-inquiry-form label { font-size: 12px; color: #655d50; }
.cb-wizard-progress { display: flex; gap: 12px; list-style: none; padding: 0; margin: 0 0 32px; border-bottom: 1px solid #cfc3ae; }
.cb-wizard-progress li { flex: 1; padding: 0 0 16px; color: #7e7668; font-size: 11px; line-height: 1.5; }
.cb-wizard-progress [aria-current] { color: #352c1c; border-bottom: 2px solid #917037; font-weight: 700; }
.cb-wizard-progress .is-done { color: #477048; }
.cb-owner-kind { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 26px; }
.cb-owner-kind label { display: flex; align-items: center; gap: 10px; border: 1px solid #c8b99b; padding: 16px 12px; margin: 0; cursor: pointer; }
.cb-owner-kind label:has(input:checked) { background: #e5d4b1; border-color: #806333; }
.cb-owner-kind input[type="radio"] { width: 17px; height: 17px; padding: 0; margin: 0; accent-color: #806333; }
.cb-owner-kind label > span { font: inherit !important; letter-spacing: 0 !important; text-transform: none !important; }
.cb-wizard-actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.cb-back { border: 0; padding: 12px 0; background: transparent; color: #7e5a23; cursor: pointer; font: inherit; font-size: 12px; text-align: left; }
.cb-form-note { color: #726958; font-size: 12px; line-height: 1.8; margin-bottom: 30px; }
.cb-owner-review { padding: 16px; border: 1px solid #cabb9f; color: #6b542d; font-size: 12px; line-height: 1.8; margin-bottom: 24px; }
.cb-inquiry-form:not(.cb-wizard-ready) .cb-wizard-next,.cb-inquiry-form:not(.cb-wizard-ready) .cb-back { display: none; }
.cb-inquiry-form:not(.cb-wizard-ready) fieldset + fieldset { margin-top: 32px; }
.cb-footer-links { display: flex; gap: 25px; flex-wrap: wrap; color: #c4b9a7; font-size: 12px; }
.cb-empty { padding: 30px 0; }.cb-empty p { color: #696358; margin-bottom: 28px; }
@media(max-width:1100px) { .cb-header-links { gap: 16px; }.cb-header .brand img { width: 190px; }.cb-header .nav-cta { font-size: 10px; }.cb-page-hero-grid { grid-template-columns: 1.2fr .8fr; } }
@media(max-width:900px) { .cb-page-hero-grid,.cb-contact-grid,.cb-service-detail-grid { grid-template-columns: 1fr; }.cb-page-visual { aspect-ratio: 16/9; max-width: 650px; margin: 30px 0 0 20px; }.cb-reference-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.cb-breadcrumb { margin-bottom: 32px; }.cb-header .nav-cta { display: none; }.cb-header .nav-shell { position: relative; }.cb-menu-button { display: flex; align-items: center; gap: 16px; border: 1px solid #6b5b3f; padding: 10px 14px; color: #e4c992; background: #1b1b16; font: inherit; font-size: 12px; }.cb-header-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #191914; border: 1px solid #6b5b3f; padding: 24px; flex-direction: column; align-items: stretch; }.cb-header-links.is-open { display: flex; }.cb-header-links a { padding: 10px 0; }.cb-page-hero { padding-top: 120px; } }
@media(max-width:600px) { .cb-reference-grid { grid-template-columns: minmax(0,1fr); }.cb-reference-copy { padding: 25px; }.cb-page-hero h1 { font-size: clamp(36px,10vw,52px); }.cb-page-intro { font-size: 14px; }.cb-page-visual { margin-left: 10px; }.cb-visual-caption { left: -10px; bottom: 18px; right: 18px; padding: 16px; }.cb-page-visual::before { right: -8px; top: -8px; left: 8px; bottom: 8px; }.cb-hero-actions { flex-direction: column; align-items: flex-start; }.cb-step-grid { grid-template-columns: 1fr; gap: 36px; }.cb-step-grid h3 { margin-top: 16px; }.cb-wizard-actions { flex-wrap: wrap; }.cb-wizard-progress { gap: 5px; }.cb-inquiry-form .form-row { grid-template-columns: 1fr; }.cb-contact-person { gap: 16px; } }
@media(prefers-reduced-motion:reduce) { .cb-reference-image > img { transition: none; } }
