.logo { display: inline-flex; align-items: center; gap: 9px; }
.logo img { width: 29px; height: 29px; border-radius: 8px; object-fit: cover; object-position: center top; }
.faq-item.open button span { transform: rotate(45deg); }
.faq-item button span { transition: transform .2s; }

/* Premium project enquiry */
.contact { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; max-width: 1180px; padding: 0 !important; margin: 20px auto; border: 1px solid #ded9ce; border-radius: 24px; background: #f1eee7; color: #171717; text-align: left; isolation: isolate; }
.contact::before { content: ""; position: absolute; width: 580px; height: 580px; left: -270px; bottom: -355px; border-radius: 50%; background: radial-gradient(circle, rgba(169,143,98,.29), transparent 65%); z-index: -1; }
.contact-intro { min-height: 610px; padding: clamp(38px,6vw,78px) clamp(28px,5vw,68px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #d8d2c4; }
.contact-kicker { display: flex; align-items: center; gap: 10px; color: #8e7550; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 700; }
.contact-kicker span { width: 8px; height: 8px; border-radius: 50%; background: #a98f62; box-shadow: 0 0 0 5px rgba(169,143,98,.14); }
.contact-intro h2 { max-width: 430px; margin: 30px 0 18px; font-size: clamp(3rem,5.3vw,5.2rem); line-height: .95; letter-spacing: -.045em; }
.contact-intro h2 em { color: #a98f62; }
.contact-intro > p:not(.contact-kicker) { max-width: 420px; color: #5f5d57; font-size: 1rem; line-height: 1.75; }
.contact-note { display: flex; align-items: center; gap: 14px; margin-top: 36px; padding-top: 23px; border-top: 1px solid #d8d2c4; }
.contact-note img { width: 50px; height: 50px; object-fit: cover; object-position: top; border-radius: 50%; background: #d5c19a; }
.contact-note strong, .contact-note span { display: block; }.contact-note strong { font-size: .88rem; }.contact-note span { margin-top: 2px; color: #77736a; font-size: .78rem; }
.contact-form { align-content: center; padding: clamp(34px,5vw,72px); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; background: rgba(255,255,255,.66); }
.form-heading, .form-wide, .btn-submit, .form-status { grid-column: 1 / -1; }.form-heading { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 20px; border-bottom: 1px solid #e0dcd3; }.form-heading span { font-family: "DM Serif Display", serif; font-size: 1.8rem; }.form-heading p { color: #7c786f; font-size: .73rem; }.form-heading b, .contact-form label b { color: #a98f62; }
.contact-form label { display: grid; gap: 8px; color: #33312d; font-size: .78rem; font-weight: 700; letter-spacing: .025em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; appearance: none; border: 0; border-bottom: 1px solid #cfc9bc; border-radius: 0; background: transparent; color: #171717; padding: 10px 0 12px; font: inherit; outline: none; transition: border-color .2s; }.contact-form select { color: #656158; cursor: pointer; }.contact-form select option { background: #fffdfa; color: #171717; }.contact-form textarea { min-height: 102px; resize: vertical; line-height: 1.55; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9d988e; }.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #a98f62; }
.btn-submit { justify-self: start; display: inline-flex; align-items: center; gap: 22px; border: 1px solid #171717; border-radius: 0; background: #171717; color: #fffdfa; padding: 14px 18px 14px 22px; font: inherit; font-size: .83rem; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .2s, background .2s; }.btn-submit span { display: inline-grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #a98f62; color: #171717; font-size: 1rem; }.btn-submit:hover { transform: translateY(-3px); background: #403d37; }.form-status { min-height: 1.4em; color: #8e7550; font-size: .78rem; }.form-status.success { color: #27834b; font-size: .93rem; font-weight: 600; line-height: 1.65; text-align: justify; }.form-status.success span { display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 5px; border-radius: 50%; background: #27834b; color: #fff; font-size: .78rem; vertical-align: text-bottom; }
.btn-submit:disabled { cursor: wait; opacity: .7; transform: none; }.form-status.error { color: #b33a32; font-size: .88rem; font-weight: 600; }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; margin: 10px; } .contact-intro { min-height: auto; padding: 46px 28px; border-right: 0; border-bottom: 1px solid #d8d2c4; } .contact-intro h2 { font-size: clamp(2.8rem,13vw,4.4rem); } .contact-form { padding: 38px 28px; } }
@media (max-width: 540px) { .contact-form { grid-template-columns: 1fr; gap: 18px; } .form-heading { display: block; } .form-heading p { margin-top: 5px; } .contact-note { margin-top: 28px; } }

/* Case-study details */
.case-copy h3 { margin: 5px 0 10px; font-family: "DM Serif Display", serif; font-size: clamp(1.7rem,3vw,2.3rem); line-height: 1.05; }.case-copy > p:not(.case-label) { color: #5f5d57; line-height: 1.75; }.case-label { color: #a98f62; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.case-points { display: grid; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }.case-points li { color: #4e4b45; font-size: .88rem; }.case-points li::before { content: "✓"; margin-right: 9px; color: #a98f62; font-weight: 800; }

/* Footer social links */
.footer-right { display: flex; align-items: center; gap: 20px; }.footer-links { display: flex; align-items: center; }.social-links { display: flex; gap: 7px; padding-left: 20px; border-left: 1px solid #d7d4cd; }.social-links a { display: inline-grid; width: 30px; height: 30px; place-items: center; margin: 0; border: 1px solid #cfcac0; border-radius: 50%; color: #262522; text-decoration: none; transition: transform .2s, background .2s, color .2s, border-color .2s; }.social-links svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.social-links svg .fill { fill: currentColor; stroke: none; }.social-links a:first-child svg { fill: currentColor; stroke: none; }.social-links a:hover { transform: translateY(-3px); border-color: #171717; background: #171717; color: #fffdfa; }
@media (max-width: 600px) { .footer-right { flex-direction: column; gap: 14px; }.footer-links { justify-content: center; flex-wrap: wrap; }.footer-links a { margin: 0 7px; }.social-links { padding-left: 0; border-left: 0; } }

/* Subtle motion enhancements */
.hero-man, .hero-name-wrap { will-change: translate, scale; }.work-grid, .blog-grid { perspective: 1200px; }.work-card, .blog-grid a { transform: translateY(30px) rotateX(3deg); opacity: 0; transform-style: preserve-3d; transition: transform .65s cubic-bezier(.22,.61,.36,1), opacity .65s ease, box-shadow .35s ease; }.work-card.motion-in, .blog-grid a.motion-in { transform: translateY(0) rotateX(0); opacity: 1; }.work-card.motion-in:hover, .blog-grid a.motion-in:hover { transform: translateY(-9px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); box-shadow: 0 24px 50px rgba(0,0,0,.14); }.work-card img, .blog-grid img { transform: translateZ(15px); }
@media (max-width: 860px), (prefers-reduced-motion: reduce) { .hero-man, .hero-name-wrap { translate: none !important; scale: 1 !important; }.work-card, .blog-grid a { transform: none; opacity: 1; }.work-card.motion-in:hover, .blog-grid a.motion-in:hover { transform: translateY(-4px); } }
