:root {
    --ink: #11100f;
    --muted: #5d5a56;
    --paper: #fffdf9;
    --soft: #f4f0e9;
    --line: #ded9d0;
    --accent: #c7390c;
    --accent-dark: #9f2c08;
    --navy: #10243d;
    --white: #fff;
    --shadow: 0 24px 70px rgba(35, 25, 16, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Nunito", sans-serif; font-size: 17px; font-weight: 500; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site-header { position: relative; z-index: 10; max-width: 1380px; margin: 0 auto; padding: 26px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: 17px; font-weight: 500; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--accent); font-size: 13px; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--accent); }
.main-nav .nav-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 4px; }
.main-nav .nav-cta:hover { color: var(--white); background: var(--ink); }

main { overflow: hidden; }
.hero { position: relative; max-width: 1380px; min-height: 660px; margin: 0 auto; padding: 92px 42px 110px; display: flex; align-items: center; gap: 8%; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 30px; right: -150px; width: 620px; height: 620px; border: 1px solid #e4ded4; border-radius: 50%; }
.hero::after { content: ""; position: absolute; z-index: -1; top: 140px; right: 25px; width: 320px; height: 320px; border: 62px solid #f2e4dc; border-radius: 50%; }
.hero-copy { max-width: 850px; flex: 1 1 auto; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 6vw, 84px); font-weight: 500; letter-spacing: -.035em; line-height: .99; }
.hero h1 span { color: var(--accent); }
.hero-intro { max-width: 760px; margin: 32px 0 0; color: #393633; font-size: 21px; font-weight: 600; line-height: 1.55; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { font-weight: 900; }
.button { min-height: 49px; padding: 12px 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 500; text-decoration: none; }
.button-primary { color: var(--white); background: var(--accent); }
.button-primary:hover { background: var(--accent-dark); }
.button-secondary { border-color: var(--line); background: var(--white); }
.button-secondary:hover { border-color: var(--ink); }
.hero-proof { position: relative; z-index: 1; width: 330px; flex: 0 0 330px; padding: 32px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.hero-proof::before { content: ""; position: absolute; top: -12px; left: 28px; width: 74px; height: 6px; background: var(--accent); }
.proof-label { margin: 0 0 22px; color: #f0b89f; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof ul { margin: 0; padding: 0; list-style: none; }
.hero-proof li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 20px; font-weight: 500; }
.hero-proof span { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.proof-note { margin: 20px 0 0; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.5; }

.section { max-width: 1380px; margin: 0 auto; padding: 110px 42px; }
.section-header { margin-bottom: 54px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-header > div { max-width: 760px; }
.section-header h2, .contact h2 { margin: 0; font-size: clamp(36px, 4vw, 57px); font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.section-header > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-weight: 600; }
.compact-header { margin-bottom: 42px; }

.case-studies { padding-top: 125px; }
.case-study { margin-top: 36px; display: flex; align-items: stretch; box-shadow: var(--shadow); }
.case-study + .case-study { margin-top: 70px; }
.case-visual { position: relative; min-height: 680px; flex: 0 0 43%; padding: 58px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--navy); }
.case-study-patrimonia .case-visual { flex-direction: column; }
.case-study-bulgaria .case-visual { order: 2; background: #eee9e0; }
.case-study-divine .case-visual { background: #1b1b1b; }
.case-study-staffizy .case-visual { order: 2; background: #eaf4f5; }
.case-visual::before, .case-visual::after { content: ""; position: absolute; border-radius: 50%; }
.case-visual::before { width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.17); }
.case-visual::after { right: -80px; bottom: -90px; width: 280px; height: 280px; background: var(--accent); opacity: .17; }
.case-study-bulgaria .case-visual::before { border-color: rgba(16,36,61,.14); }
.case-study-staffizy .case-visual::before { border-color: rgba(16,36,61,.13); }
.visual-label { position: absolute; z-index: 2; top: 28px; left: 32px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.case-study-bulgaria .visual-label { color: var(--navy); }
.case-study-staffizy .visual-label { color: #17343a; }
.visual-window { position: relative; z-index: 1; width: 100%; max-width: 440px; padding: 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.1); box-shadow: 0 30px 60px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.visual-toolbar { display: flex; gap: 7px; }
.visual-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.4); }
.visual-pricing { margin-top: 16px; padding: 30px; border-radius: 6px; color: var(--ink); background: var(--white); }
.patrimonia-logo { position: relative; z-index: 1; width: min(100%, 190px); height: auto; margin: 0 0 28px; border-radius: 6px; }
.visual-pricing > span { color: var(--accent); font-size: 12px; font-weight: 500; text-transform: uppercase; }
.visual-pricing > strong { margin: 5px 0 26px; display: block; font-size: 21px; }
.price-line { margin-top: 13px; display: flex; justify-content: space-between; }
.price-line i, .price-line b { height: 8px; display: block; border-radius: 3px; background: #dfe3e7; }
.price-line i { width: 60%; }
.price-line b { width: 22%; background: #b7c3ce; }
.price-total { margin-top: 26px; padding-top: 18px; border-top: 2px solid var(--accent); color: var(--navy); font-size: 13px; font-weight: 900; }
.bulgaria-card { position: relative; z-index: 1; width: 100%; max-width: 450px; padding: 34px; background: #fff; box-shadow: 0 28px 55px rgba(16,36,61,.14); }
.bulgaria-card img { width: 100%; }
.bulgaria-modules { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 8px; }
.bulgaria-modules span { padding: 7px 9px; border: 1px solid #cfd7df; color: var(--navy); font-size: 11px; font-weight: 500; text-transform: uppercase; }
.divine-card, .staffizy-card { position: relative; z-index: 1; width: 100%; max-width: 450px; padding: 34px; box-shadow: 0 28px 55px rgba(0,0,0,.18); }
.divine-card { border: 1px solid rgba(255,255,255,.12); color: #fff; background: #242424; }
.divine-card > img { width: 112px; border-radius: 6px; }
.divine-domains { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.divine-domains span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 3px; color: #f2f2f2; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.divine-flow { margin-top: 30px; padding-top: 22px; border-top: 3px solid #c9a24a; }
.divine-flow strong, .divine-flow span { display: block; }
.divine-flow strong { font-size: 18px; }
.divine-flow span { margin-top: 7px; color: #c9c9c9; font-size: 13px; }
.staffizy-card { color: #17343a; background: #fff; box-shadow: 0 28px 55px rgba(16,36,61,.14); }
.staffizy-card > img { width: min(100%, 260px); }
.staffizy-pipeline { margin-top: 36px; display: flex; gap: 9px; }
.staffizy-pipeline div { min-width: 0; flex: 1 1 0; padding: 14px 10px; border-top: 4px solid #26bac5; background: #eff8f8; }
.staffizy-pipeline span, .staffizy-pipeline strong { display: block; }
.staffizy-pipeline span { color: #647b80; font-size: 10px; font-weight: 900; }
.staffizy-pipeline strong { margin-top: 5px; font-size: 13px; }
.staffizy-card > p { margin: 25px 0 0; color: #4c6469; font-size: 14px; font-weight: 700; }
.case-content { min-width: 0; flex: 1 1 auto; padding: 62px 64px; background: var(--white); }
.case-meta { margin-bottom: 28px; display: flex; align-items: center; gap: 16px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.case-meta span:first-child { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; }
.case-content h3 { margin: 0; font-size: clamp(40px, 4vw, 58px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.case-lead { margin: 24px 0 0; color: #383532; font-size: 19px; font-weight: 600; line-height: 1.55; }
.case-role { margin-top: 28px; padding: 17px 0; display: flex; align-items: center; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-role span { flex: 0 0 80px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-role strong { font-size: 15px; font-weight: 900; }
.highlights { margin: 28px 0 0; padding: 0; list-style: none; }
.highlights li { position: relative; margin-top: 12px; padding-left: 19px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.highlights li::before { content: ""; position: absolute; top: .68em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.highlights strong { color: var(--ink); font-weight: 500; }
.tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { padding: 6px 9px; border: 1px solid #aeb5bc; border-radius: 3px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 800; line-height: 1.2; }
.case-links { margin-top: 25px; }
.case-links a, .project > a { color: var(--accent); font-size: 13px; font-weight: 500; text-decoration-thickness: 1px; text-underline-offset: 4px; }
details { margin-top: 28px; border-top: 1px solid var(--line); }
summary { padding: 18px 0 0; display: flex; justify-content: space-between; gap: 15px; color: var(--ink); font-size: 14px; font-weight: 900; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--accent); font-size: 20px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
.detail-content { padding: 10px 0 0; }
.detail-content p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.detail-content strong { color: var(--ink); }

.work-areas { max-width: none; padding-right: max(42px, calc((100vw - 1296px) / 2)); padding-left: max(42px, calc((100vw - 1296px) / 2)); color: var(--white); background: var(--navy); }
.work-areas .eyebrow { color: #f0b89f; }
.work-area-list { display: flex; gap: 1px; background: rgba(255,255,255,.17); }
.work-area-list article { min-width: 0; flex: 1 1 0; padding: 38px; background: var(--navy); }
.work-area-list span { color: #f0b89f; font-size: 13px; font-weight: 500; }
.work-area-list h3 { margin: 36px 0 12px; font-size: 24px; line-height: 1.2; }
.work-area-list p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }

.projects { padding-top: 130px; padding-bottom: 130px; }
.project-list { display: flex; flex-wrap: wrap; gap: 18px; }
.project { position: relative; min-width: 0; flex: 1 1 calc(33.333% - 12px); min-height: 360px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.project:hover { transform: translateY(-4px); border-color: #c6bdb2; box-shadow: 0 16px 40px rgba(35,25,16,.08); }
.project-heading { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.project-heading img, .project-monogram { max-width: 104px; max-height: 42px; object-fit: contain; object-position: left center; }
.project-monogram { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 12px; font-weight: 500; }
.project-heading > span:last-child { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-align: right; text-transform: uppercase; }
.project h3 { margin: 27px 0 12px; font-size: 24px; font-weight: 500; line-height: 1.15; }
.project p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.project ul { margin: 24px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.project li { padding: 4px 7px; border: 1px solid #b7bdc2; border-radius: 3px; font-size: 11px; font-weight: 800; }
.project > a { margin-top: auto; align-self: flex-start; }

.contact { max-width: 1296px; margin: 0 auto 90px; padding: 68px; display: flex; align-items: center; justify-content: space-between; gap: 60px; color: #fff; background: var(--accent); }
.contact .eyebrow { color: #fff1ec; }
.contact h2 { max-width: 700px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.contact-actions .button, .contact-actions .text-link { font-weight: 900; }
.button-light { color: var(--accent); background: #fff; }
.button-light:hover { color: var(--accent-dark); }
.text-link { color: #fff; font-size: 14px; font-weight: 500; text-underline-offset: 5px; }
.site-footer { max-width: 1380px; margin: 0 auto; padding: 30px 42px 40px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 700; }

/* Contact page */
.contact-page { background: var(--paper); }
.contact-page .main-nav .nav-cta.active { color: var(--white); background: var(--ink); }
.contact-main { position: relative; max-width: 1380px; margin: 0 auto; padding: 58px 42px 110px; }
.contact-main::before { content: ""; position: absolute; z-index: -1; top: -70px; right: -180px; width: 570px; height: 570px; border: 1px solid #e4ded4; border-radius: 50%; }
.contact-main::after { content: ""; position: absolute; z-index: -1; top: 70px; right: 30px; width: 250px; height: 250px; border: 50px solid #f2e4dc; border-radius: 50%; }
.contact-hero { max-width: 940px; padding: 50px 0 80px; }
.contact-hero h1 { max-width: 900px; margin: 0; font-size: clamp(52px, 6.2vw, 88px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.contact-hero h1 span { color: var(--accent); }
.contact-hero > p:last-child { max-width: 780px; margin: 30px 0 0; color: #393633; font-size: 20px; font-weight: 600; line-height: 1.55; }
.contact-layout { display: flex; align-items: stretch; box-shadow: var(--shadow); }
.contact-sidebar { position: relative; flex: 0 0 38%; padding: 55px; color: var(--white); background: var(--navy); }
.contact-sidebar::before { content: ""; position: absolute; top: 0; left: 55px; width: 72px; height: 6px; background: var(--accent); }
.contact-sidebar-label { margin: 0 0 18px; color: #f0b89f; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.contact-sidebar h2 { max-width: 350px; margin: 0; font-size: 37px; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.contact-sidebar ol { margin: 42px 0 0; padding: 0; list-style: none; }
.contact-sidebar li { padding: 21px 0; display: flex; gap: 19px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-sidebar li > span { color: #f0b89f; font-size: 12px; font-weight: 500; }
.contact-sidebar li div { min-width: 0; }
.contact-sidebar li strong { display: block; font-size: 16px; font-weight: 500; }
.contact-sidebar li p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.45; }
.direct-contact { margin-top: 35px; padding: 25px 0 0; border-top: 2px solid var(--accent); }
.direct-contact > span, .direct-contact > strong { display: block; }
.direct-contact > span { margin-bottom: 12px; color: #f0b89f; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact > strong { margin-top: 5px; overflow-wrap: anywhere; font-size: 15px; font-weight: 800; }
.direct-contact p { margin: 15px 0 0; color: rgba(255,255,255,.7); font-size: 13px; }
.direct-contact a { margin-top: 18px; display: inline-block; color: #fff; font-size: 13px; font-weight: 500; text-underline-offset: 4px; }
.contact-form-panel { min-width: 0; flex: 1 1 auto; padding: 58px 64px 64px; background: var(--white); }
.contact-form-heading { margin-bottom: 38px; }
.contact-form-heading .eyebrow { margin-bottom: 12px; }
.contact-form-heading h2 { margin: 0; font-size: 40px; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.contact-form-heading > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.contact-form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: flex; gap: 22px; }
.form-field { min-width: 0; flex: 1 1 0; }
.form-field label { margin-bottom: 8px; display: block; color: var(--ink); font-size: 13px; font-weight: 500; }
.form-field label span { color: var(--accent); }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #aeb5bc; border-radius: 3px; color: var(--ink); background: #fff; font: 600 15px/1.45 "Nunito", sans-serif; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.form-field input, .form-field select { height: 50px; padding: 0 14px; }
.form-field textarea { min-height: 170px; padding: 13px 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(199,57,12,.12); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #85817c; opacity: 1; }
.form-submit { margin-top: 5px; display: flex; align-items: center; gap: 22px; }
.form-submit button { border: 0; cursor: pointer; }
.form-submit p { max-width: 320px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-message { margin-bottom: 28px; padding: 15px 17px; border-left: 5px solid; font-size: 14px; font-weight: 700; }
.form-message strong { display: block; }
.form-message ul { margin: 8px 0 0; padding-left: 20px; }
.form-message-success { border-color: #2f7d55; color: #17472e; background: #edf8f2; }
.form-message-error { border-color: var(--accent); color: #702107; background: #fff2ed; }

@media (max-width: 1080px) {
    .main-nav a:not(.nav-cta) { display: none; }
    .hero { gap: 40px; }
    .hero h1 { font-size: clamp(48px, 7vw, 70px); }
    .case-study { display: block; }
    .case-visual { min-height: 520px; }
    .case-study-bulgaria .case-visual, .case-study-staffizy .case-visual { order: 0; }
    .project { flex-basis: calc(50% - 9px); }
    .contact { margin-right: 42px; margin-left: 42px; }
    .contact-layout { display: block; }
    .contact-sidebar { padding: 50px; }
    .contact-sidebar ol { display: flex; gap: 25px; }
    .contact-sidebar li { min-width: 0; flex: 1 1 0; display: block; }
    .contact-sidebar li div { margin-top: 9px; }
}

@media (max-width: 760px) {
    body { font-size: 16px; }
    .site-header { padding: 20px; }
    .brand > span:last-child { display: none; }
    .main-nav { gap: 12px; }
    .main-nav .nav-cta { padding: 9px 12px; }
    .hero { min-height: 0; padding: 70px 20px 80px; display: block; }
    .hero::before { top: 250px; right: -330px; }
    .hero::after { display: none; }
    .hero h1 { font-size: clamp(44px, 14vw, 62px); }
    .hero-intro { margin-top: 25px; font-size: 18px; }
    .hero-proof { width: 100%; margin-top: 60px; }
    .section { padding: 80px 20px; }
    .section-header { margin-bottom: 36px; display: block; }
    .section-header h2, .contact h2 { font-size: 37px; }
    .section-header > p { margin-top: 20px; }
    .case-study + .case-study { margin-top: 45px; }
    .case-visual { min-height: 380px; padding: 58px 24px 35px; }
    .visual-pricing { padding: 22px; }
    .bulgaria-card { padding: 20px; }
    .divine-card, .staffizy-card { padding: 24px; }
    .staffizy-pipeline { display: block; }
    .staffizy-pipeline div + div { margin-top: 8px; }
    .case-content { padding: 38px 24px; }
    .case-content h3 { font-size: 41px; }
    .case-lead { font-size: 17px; }
    .case-role { display: block; }
    .case-role strong { margin-top: 7px; display: block; }
    .work-areas { padding: 80px 20px; }
    .work-area-list { display: block; background: transparent; }
    .work-area-list article { padding: 30px 0; border-top: 1px solid rgba(255,255,255,.18); }
    .work-area-list h3 { margin-top: 20px; }
    .project { flex-basis: 100%; min-height: 340px; }
    .contact { margin: 0 20px 60px; padding: 42px 25px; display: block; }
    .contact-actions { margin-top: 30px; }
    .button-light { width: 100%; overflow-wrap: anywhere; text-align: center; }
    .site-footer { margin: 0 20px; padding: 28px 0; display: block; }
    .site-footer span { display: block; }
    .site-footer span + span { margin-top: 8px; }
    .contact-main { padding: 45px 20px 75px; }
    .contact-main::before { top: -80px; right: -400px; }
    .contact-main::after { display: none; }
    .contact-hero { padding: 35px 0 55px; }
    .contact-hero h1 { font-size: clamp(46px, 14vw, 62px); }
    .contact-hero > p:last-child { margin-top: 24px; font-size: 17px; }
    .contact-sidebar { padding: 42px 25px; }
    .contact-sidebar::before { left: 25px; }
    .contact-sidebar h2 { font-size: 32px; }
    .contact-sidebar ol { margin-top: 32px; display: block; }
    .contact-sidebar li { display: flex; }
    .contact-sidebar li div { margin-top: 0; }
    .contact-form-panel { padding: 40px 25px 45px; }
    .contact-form-heading h2 { font-size: 33px; }
    .form-row { display: block; }
    .form-row .form-field + .form-field { margin-top: 22px; }
    .form-submit { align-items: stretch; flex-direction: column; }
    .form-submit button { width: 100%; }
}

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

@media print {
    .site-header, .hero-actions, .contact { display: none; }
    body { background: #fff; font-size: 11pt; }
    .hero, .section { max-width: none; min-height: 0; padding: 12mm; }
    .hero-proof { box-shadow: none; }
    .case-study { break-inside: avoid; box-shadow: none; }
    .case-visual { min-height: 100mm; }
    .project { min-height: 0; break-inside: avoid; }
}
