:root {
  color-scheme: light;
  --paper: #f7f8f3;
  --white: #fff;
  --ink: #153b30;
  --forest: #112e27;
  --forest-dark: #0b211c;
  --muted: #73817a;
  --line: #e4e9df;
  --lime: #c5eb5a;
  --lime-strong: #aad533;
  --heading: "Manrope", "Avenir Next", Avenir, sans-serif;
  --body: "DM Sans", "Avenir Next", Avenir, sans-serif;
  --page-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
::selection { color: var(--forest-dark); background: var(--lime); }

.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; width: min(var(--page-width), calc(100% - 88px)); height: 89px; margin: auto; border-bottom: 1px solid rgba(21, 59, 48, .11); }
.brand { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-family: var(--heading); font-size: 27px; font-weight: 800; letter-spacing: -.09em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand-dot, .lime-period { color: #a6d33b; }
.primary-nav { display: flex; align-items: center; gap: 39px; }
.primary-nav > a { text-decoration: none; color: #52645c; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.primary-nav > a:hover { color: #1b392f; }
.primary-nav .nav-cta { display: inline-flex; align-items: center; gap: 19px; padding: 13px 18px; border: 1px solid rgba(21,59,48,.24); border-radius: 999px; color: var(--ink); }
.nav-cta span, .text-link span { transition: transform .2s ease; }
.nav-cta:hover span, .text-link:hover span { transform: translate(2px, -2px); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; max-width: 1320px; min-height: 660px; margin: auto; padding: 42px max(48px, calc((100% - var(--page-width))/2)); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; max-width: 575px; padding-bottom: 6px; }
.eyebrow { margin: 0 0 20px; color: #76867c; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.eyebrow-line { display: inline-block; width: 23px; height: 2px; margin: 0 7px 3px 0; background: var(--lime-strong); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); }
.hero h1 { margin: 0; color: var(--forest); font-size: clamp(51px, 6.25vw, 82px); font-weight: 700; letter-spacing: -.085em; line-height: 1.06; }
.highlight-word { position: relative; z-index: 0; white-space: nowrap; }
.highlight-word::before { position: absolute; z-index: -1; right: -.13em; bottom: .1em; left: -.05em; height: .3em; background: var(--lime); content: ""; transform: rotate(-2deg); }
.highlight-period { color: #8bb624; }
.hero-description { max-width: 435px; margin: 27px 0 0; color: #66766e; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 29px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 20px; padding: 0 21px; border: 0; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: #224a3d; }
.button-dark span, .button-lime span { font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 700; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 57px; color: #77857c; font-size: 11px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #a9d43a; box-shadow: 0 0 0 4px rgba(169,212,58,.17); }
.hero-art { position: relative; display: grid; width: min(100%, 550px); aspect-ratio: 1; justify-self: end; place-items: center; }
.hero-lime { position: relative; z-index: 1; display: block; width: 84%; height: 84%; object-fit: contain; filter: drop-shadow(11px 23px 19px rgba(37,73,12,.16)); animation: float-in 1s cubic-bezier(.18,.8,.22,1) both; }
.lime-halo { position: absolute; width: 69%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(196,229,119,.31), rgba(196,229,119,.14) 51%, transparent 74%); }
.orbit { position: absolute; border: 1px solid rgba(131,161,95,.2); border-radius: 50%; }
.orbit-one { width: 93%; aspect-ratio: 1; }
.orbit-two { width: 75%; aspect-ratio: 1; border-style: dashed; border-color: rgba(131,161,95,.16); }
.art-tag { position: absolute; z-index: 2; right: 0; bottom: 17%; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(21,59,48,.09); border-radius: 4px; background: rgba(255,255,255,.91); box-shadow: 0 9px 27px rgba(34,57,36,.07); color: #4e6358; font-size: 10px; font-weight: 700; }
.art-tag-dot { width: 8px; height: 8px; border-radius: 50%; background: #b1d943; }
.art-spark { position: absolute; color: #9ec638; font-size: 22px; }
.spark-one { top: 19%; right: 19%; }
.spark-two { bottom: 19%; left: 12%; color: rgba(75,123,55,.5); font-size: 13px; }
.scroll-cue { position: absolute; right: 48px; bottom: 29px; display: flex; align-items: center; gap: 10px; color: #99a39a; text-decoration: none; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.scroll-cue span { width: 1px; height: 26px; background: #a6cf49; }
@keyframes float-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

.section-wrap { width: min(var(--page-width), calc(100% - 88px)); margin-right: auto; margin-left: auto; }
.portfolio { padding-top: 77px; padding-bottom: 115px; }
.section-topline { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: #87938b; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-top: 43px; }
.section-heading h2, .process-title h2 { margin: 0; color: var(--forest); font-size: clamp(34px, 4vw, 54px); font-weight: 700; letter-spacing: -.065em; line-height: 1.13; }
.portfolio-heading .eyebrow, .services-heading .eyebrow { margin-bottom: 14px; }
.section-intro { max-width: 355px; margin: 0 1px 4px 0; color: #728078; font-size: 13px; line-height: 1.85; }
.portfolio-filters { display: flex; gap: 9px; margin: 37px 0 22px; }
.filter-chip { min-height: 35px; padding: 0 15px; border: 1px solid #dfe6da; border-radius: 30px; background: transparent; color: #68786e; font-size: 10px; font-weight: 600; cursor: pointer; transition: .2s ease; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--forest); background: var(--forest); color: #fff; }
.filter-chip span { margin-left: 5px; color: var(--lime); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.portfolio-empty { position: relative; display: flex; min-height: 280px; grid-column: 1/-1; align-items: center; gap: 49px; overflow: hidden; padding: 42px 61px; border: 1px solid #e8ebdf; background: linear-gradient(116deg, #eef3e7 0%, #f3f5ee 68%, #edf2e6 100%); }
.empty-mark { display: grid; width: 115px; height: 115px; flex: 0 0 115px; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 10px 28px rgba(27,53,40,.06); }
.empty-mark img { width: 82px; height: 82px; object-fit: contain; }
.empty-kicker { margin-bottom: 11px; color: #899479; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.portfolio-empty h3 { margin-bottom: 10px; color: var(--forest); font-size: 28px; letter-spacing: -.05em; line-height: 1.2; }
.portfolio-empty > div > p:last-child { max-width: 415px; margin: 0; color: #78847a; font-size: 12px; line-height: 1.75; }
.empty-index { position: absolute; top: 22px; right: 23px; color: #97a08e; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.project-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #e4e9df; background: #fff; animation: float-in .4s ease both; }
.project-card-image { display: grid; width: 100%; aspect-ratio: 1.46; place-items: center; overflow: hidden; background: #edf2e6; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card:hover .project-card-image img { transform: scale(1.035); }
.project-card-art { position: relative; display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle at 70% 35%, #e5f1b6 0, #e5f1b6 11%, transparent 11.5%), linear-gradient(138deg, #eaf0e0, #f6f8f2); }
.project-card-art::before { position: absolute; width: 70%; aspect-ratio: 1.23; border: 1px solid rgba(21,59,48,.13); border-radius: 50%; content: ""; }
.project-card-art img { position: relative; width: 33%; height: auto; object-fit: contain; filter: drop-shadow(6px 11px 9px rgba(37,73,12,.15)); }
.project-card-meta { display: flex; flex: 1; flex-direction: column; padding: 23px 23px 20px; }
.project-card-top { display: flex; justify-content: space-between; gap: 12px; color: #89948b; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-card h3 { margin: 16px 0 8px; color: var(--forest); font-size: 20px; letter-spacing: -.04em; }
.project-card-description { flex: 1; margin: 0; color: #768078; font-size: 11px; line-height: 1.8; }
.project-card-link { align-self: flex-start; margin-top: 17px; color: #45664b; text-decoration: none; font-size: 10px; font-weight: 700; }
.project-card-link:hover { text-decoration: underline; }

.services { padding: 82px 0 95px; background: var(--forest-dark); color: #fff; }
.section-topline-light { border-color: rgba(255,255,255,.14); color: rgba(235,242,232,.48); }
.eyebrow-light { color: #bdcaaf; }
.services-heading { margin-top: 45px; }
.services-heading h2 { margin: 0; color: #f6f7f0; font-size: clamp(37px, 4.3vw, 56px); font-weight: 600; letter-spacing: -.065em; line-height: 1.12; }
.section-intro-light { max-width: 337px; margin-bottom: 4px; color: #acbbb1; }
.service-list { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.17); }
.service-row { display: grid; grid-template-columns: 45px 55px 1fr 32px; align-items: center; gap: 22px; min-height: 117px; border-bottom: 1px solid rgba(255,255,255,.17); }
.service-number { align-self: start; padding-top: 29px; color: #9bad9f; font-size: 10px; font-weight: 600; }
.service-icon { position: relative; display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; color: var(--lime); }
.icon-mobile span { width: 14px; height: 23px; border: 1.5px solid var(--lime); border-radius: 4px; }
.icon-mobile span::after { display: block; width: 2px; height: 2px; margin: 18px auto 0; border-radius: 50%; background: var(--lime); content: ""; }
.icon-window span { width: 23px; height: 17px; border: 1.5px solid var(--lime); border-radius: 2px; }
.icon-window span::before { display: block; height: 4px; border-bottom: 1px solid var(--lime); content: ""; }
.icon-spark { font-size: 18px; }
.service-copy h3 { margin: 0 0 5px; color: #f5f6ef; font-size: 18px; font-weight: 600; letter-spacing: -.03em; }
.service-copy p { max-width: 440px; margin: 0; color: #9faf9f; font-size: 11px; line-height: 1.7; }
.service-arrow { color: var(--lime); font-size: 17px; }

.process { padding-top: 90px; padding-bottom: 103px; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; padding-top: 53px; }
.process-title h2 { font-size: clamp(36px, 4vw, 51px); }
.process-title .section-intro { max-width: 334px; margin-top: 20px; }
.process-steps { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 42px 1fr 26px; align-items: center; gap: 18px; min-height: 94px; border-bottom: 1px solid var(--line); }
.step-number { align-self: start; padding-top: 27px; color: #89958b; font-size: 10px; font-weight: 700; }
.process-step h3 { margin: 0 0 5px; color: var(--forest); font-size: 16px; font-weight: 700; }
.process-step p { max-width: 365px; margin: 0; color: #77837a; font-size: 11px; line-height: 1.7; }
.step-glyph { color: #89b63a; font-size: 16px; }

.contact { padding-bottom: 55px; }
.contact-card { position: relative; display: flex; min-height: 348px; align-items: center; overflow: hidden; padding: 51px 8%; background: var(--forest); color: #fff; }
.contact-content { position: relative; z-index: 1; max-width: 425px; }
.contact-content .eyebrow { margin-bottom: 14px; }
.contact-content h2 { margin: 0; color: #f6f7f1; font-size: clamp(37px, 4.4vw, 57px); font-weight: 600; letter-spacing: -.065em; line-height: 1.09; }
.contact-period { color: var(--lime); }
.contact-content > p:not(.eyebrow) { max-width: 338px; margin: 17px 0 20px; color: #b2c0b6; font-size: 12px; line-height: 1.75; }
.button-lime { background: var(--lime); color: var(--forest-dark); }
.button-lime:hover { background: #d1f36b; }
.contact-decoration { position: absolute; right: 43%; bottom: -108px; color: rgba(255,255,255,.035); font-family: var(--heading); font-size: 390px; font-weight: 800; letter-spacing: -.12em; line-height: .9; }
.contact-decoration span { color: rgba(193,229,87,.1); }
.contact-art { position: absolute; top: 50%; right: 2.5%; display: grid; width: 38%; aspect-ratio: 1; place-items: center; transform: translateY(-50%); }
.contact-art::before { position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid rgba(194,222,135,.2); border-radius: 50%; content: ""; }
.contact-art::after { position: absolute; width: 60%; aspect-ratio: 1; border: 1px dashed rgba(194,222,135,.17); border-radius: 50%; content: ""; }
.contact-art img { position: relative; z-index: 1; width: 68%; height: auto; object-fit: contain; filter: drop-shadow(9px 15px 13px rgba(0,0,0,.2)); }
.site-footer { display: flex; align-items: center; gap: 20px; min-height: 101px; }
.footer-brand { font-size: 22px; }
.footer-brand img { width: 33px; height: 33px; }
.site-footer > p { margin: 0 auto 0 0; color: #758178; font-size: 10px; }
.footer-domain, .admin-link { color: #87918a; text-decoration: none; font-size: 8px; font-weight: 700; letter-spacing: .11em; }
.footer-domain span { margin-left: 5px; }
.admin-link { padding-left: 17px; border-left: 1px solid var(--line); letter-spacing: 0; }

.admin-page { display: flex; min-height: 100vh; flex-direction: column; }
.admin-header { width: min(970px, calc(100% - 48px)); }
.admin-header .text-link { color: #607067; }
.admin-main { flex: 1; width: min(850px, calc(100% - 40px)); margin: 54px auto 75px; }
.admin-panel { padding: 42px 46px; border: 1px solid #e4e9df; background: #fff; box-shadow: 0 12px 35px rgba(26,50,37,.045); }
.admin-heading { margin-bottom: 34px; }
.admin-heading .eyebrow { margin-bottom: 12px; }
.admin-heading h1 { margin: 0 0 9px; color: var(--forest); font-size: clamp(30px, 4vw, 40px); letter-spacing: -.06em; }
.admin-heading > p:last-child { margin: 0; color: #758178; font-size: 12px; }
.admin-message { margin: 0 0 20px; padding: 13px 15px; border: 1px solid #e5dfc3; background: #faf7e9; color: #5f583d; font-size: 12px; line-height: 1.6; }
.admin-message.is-error { border-color: #f1d4cf; background: #fff4f2; color: #8b3e34; }
.admin-message.is-success { border-color: #d9e8c2; background: #f4f9ed; color: #456036; }
.admin-login { padding-top: 8px; }
.admin-login label, .project-form label { display: block; margin: 0 0 7px; color: #334a3e; font-size: 11px; font-weight: 700; }
.password-row { display: flex; gap: 10px; }
.password-row input, .project-form input:not([type="file"]), .project-form textarea, .project-form select { width: 100%; min-height: 45px; padding: 0 12px; border: 1px solid #dce4da; border-radius: 3px; outline: none; background: #fff; color: #2d4338; font-size: 12px; }
.password-row input:focus, .project-form input:focus, .project-form textarea:focus, .project-form select:focus { border-color: #88b54b; box-shadow: 0 0 0 3px rgba(163,197,100,.15); }
.admin-login .button { flex: 0 0 119px; }
.admin-login > p { margin: 11px 0 0; color: #8a948d; font-size: 10px; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.admin-toolbar h2 { margin: 0; color: var(--forest); font-size: 17px; letter-spacing: -.04em; }
.admin-toolbar h2 span { display: inline-grid; width: 23px; height: 23px; margin-left: 4px; place-items: center; border-radius: 50%; background: #eff4e8; color: #6c8251; font-family: var(--body); font-size: 10px; vertical-align: 1px; }
.project-form { display: grid; gap: 9px; margin: 23px 0; padding: 23px; border: 1px solid #e6eadf; background: #fbfcf8; }
.project-form[hidden], .admin-login[hidden], #project-manager[hidden] { display: none !important; }
.form-heading { display: flex; align-items: start; justify-content: space-between; margin: 0 0 5px; }
.form-heading .eyebrow { margin-bottom: 5px; }
.form-heading h2 { margin: 0; color: var(--forest); font-size: 19px; letter-spacing: -.04em; }
.icon-close { display: grid; width: 30px; height: 30px; place-items: center; border: 0; background: transparent; color: #748178; font-size: 24px; cursor: pointer; }
.project-form label { margin: 5px 0 -4px; }
.project-form label > span:not(.optional) { color: #9bbd48; }
.project-form .optional { display: inline-block; margin-left: 7px; color: #8a948d; font-size: 8px; font-weight: 600; letter-spacing: .08em; }
.project-form input[type="file"] { max-width: 100%; color: #6b7b70; font-size: 10px; }
.project-form textarea { min-height: 82px; padding: 11px 12px; resize: vertical; }
.form-split { display: grid; grid-template-columns: 1fr 110px; gap: 14px; }
.form-split > div { min-width: 0; }
.cover-preview { display: flex; align-items: center; gap: 14px; }
.cover-preview img { width: 71px; height: 48px; object-fit: cover; }
.cover-preview .text-link { border: 0; background: transparent; cursor: pointer; }
.form-actions { display: flex; justify-content: end; gap: 9px; margin-top: 13px; }
.button-quiet { border: 1px solid #dde4d9; background: #fff; color: #607066; }
.admin-project-list { display: grid; gap: 11px; padding-top: 18px; }
.admin-empty { margin: 20px 0; color: #7d8980; font-size: 12px; }
.admin-project-row { display: flex; align-items: center; gap: 14px; padding: 11px; border: 1px solid #e7ebe2; background: #fff; }
.admin-project-thumb { display: grid; width: 56px; height: 45px; flex: 0 0 56px; place-items: center; overflow: hidden; background: #eef3e6; }
.admin-project-thumb img { width: 100%; height: 100%; object-fit: cover; }
.admin-project-thumb img[src=""] { display: none; }
.admin-project-details { flex: 1; min-width: 0; }
.admin-project-details strong, .admin-project-details span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-project-details strong { color: var(--forest); font-family: var(--heading); font-size: 12px; }
.admin-project-details span { margin-top: 3px; color: #829086; font-size: 9px; }
.admin-project-actions { display: flex; gap: 6px; }
.admin-project-actions button { padding: 7px 9px; border: 1px solid #e1e7dd; background: #fff; color: #586d5d; font-size: 9px; font-weight: 700; cursor: pointer; }
.admin-project-actions button:hover { border-color: #aebf9b; }
.admin-project-actions .delete-project { color: #9b4c42; }
.logout-button { display: block; margin: 26px 0 0 auto; padding: 9px 0; border: 0; background: transparent; color: #77847a; font-size: 10px; cursor: pointer; }
.admin-footer { display: flex; width: min(970px, calc(100% - 48px)); align-items: center; justify-content: space-between; margin: auto auto 0; padding: 21px 0; border-top: 1px solid var(--line); color: #89938b; font-size: 9px; }
.admin-footer a { color: inherit; text-decoration: none; }
.admin-footer span { font-weight: 700; letter-spacing: .12em; }

@media (min-width: 1440px) { .hero { min-height: 720px; } }
@media (max-width: 960px) {
  .site-header, .section-wrap { width: calc(100% - 56px); }
  .hero { min-height: 595px; padding-right: 28px; padding-left: 28px; }
  .hero h1 { font-size: clamp(51px, 7.2vw, 68px); }
  .hero-art { width: 100%; }
  .primary-nav { gap: 23px; }
  .process-layout { gap: 44px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 75px; }
  .site-header { width: calc(100% - 40px); height: 73px; }
  .brand { font-size: 24px; }
  .brand img { width: 37px; height: 37px; }
  .menu-toggle { display: flex; width: 39px; height: 39px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(21,59,48,.15); border-radius: 50%; background: transparent; }
  .menu-toggle span { width: 15px; height: 1px; background: var(--forest); }
  .primary-nav { position: absolute; top: 65px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 7px 17px 15px; border: 1px solid var(--line); background: #fff; box-shadow: 0 13px 25px rgba(23,45,34,.08); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { padding: 14px 5px; border-bottom: 1px solid #eef0e9; }
  .primary-nav .nav-cta { justify-content: space-between; margin-top: 9px; padding: 12px 13px; border: 1px solid #dfe5d9; border-radius: 3px; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 77px 25px 49px; }
  .hero-copy { max-width: 500px; margin: auto; }
  .hero h1 { font-size: clamp(49px, 12vw, 69px); }
  .hero-description { max-width: 395px; margin-top: 21px; font-size: 14px; }
  .hero-actions { gap: 17px; margin-top: 22px; }
  .button { min-height: 46px; gap: 12px; padding: 0 15px; font-size: 10px; }
  .text-link { font-size: 10px; }
  .hero-note { margin-top: 28px; font-size: 10px; }
  .hero-art { width: min(100%, 410px); margin: 6px auto 0; justify-self: center; }
  .art-tag { right: 0; bottom: 14%; padding: 9px 11px; font-size: 9px; }
  .scroll-cue { display: none; }
  .section-wrap { width: calc(100% - 42px); }
  .portfolio { padding-top: 43px; padding-bottom: 72px; }
  .section-topline { font-size: 8px; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; margin-top: 33px; }
  .section-heading h2, .services-heading h2 { font-size: clamp(36px, 9vw, 48px); }
  .section-intro { max-width: 440px; font-size: 12px; }
  .portfolio-filters { flex-wrap: wrap; gap: 6px; margin: 25px 0 17px; }
  .filter-chip { min-height: 32px; padding: 0 12px; font-size: 9px; }
  .project-grid { grid-template-columns: 1fr; }
  .portfolio-empty { min-height: 280px; flex-direction: column; align-items: start; gap: 15px; padding: 27px 24px; }
  .empty-mark { width: 65px; height: 65px; flex-basis: 65px; }
  .empty-mark img { width: 49px; height: 49px; }
  .portfolio-empty h3 { font-size: 25px; }
  .empty-index { top: 17px; right: 17px; }
  .project-card-image { aspect-ratio: 1.6; }
  .services { padding: 53px 0 62px; }
  .services-heading { gap: 14px; margin-top: 34px; }
  .service-list { margin-top: 31px; }
  .service-row { grid-template-columns: 24px 42px 1fr 15px; gap: 12px; min-height: 107px; }
  .service-number { padding-top: 24px; font-size: 9px; }
  .service-icon { width: 38px; height: 38px; }
  .service-copy h3 { font-size: 14px; }
  .service-copy p { font-size: 10px; }
  .process { padding-top: 58px; padding-bottom: 66px; }
  .process-layout { grid-template-columns: 1fr; gap: 27px; padding-top: 32px; }
  .process-title h2 { font-size: clamp(36px, 9vw, 47px); }
  .process-step { grid-template-columns: 27px 1fr 19px; gap: 12px; min-height: 83px; }
  .step-number { padding-top: 24px; }
  .contact { padding-bottom: 35px; }
  .contact-card { min-height: 324px; padding: 37px 25px; }
  .contact-content { max-width: 335px; }
  .contact-content h2 { font-size: clamp(36px, 9vw, 47px); }
  .contact-content > p:not(.eyebrow) { max-width: 278px; font-size: 11px; }
  .contact-art { right: -18%; bottom: -7%; top: auto; width: 49%; opacity: .55; transform: none; }
  .contact-decoration { right: 13%; bottom: -55px; font-size: 270px; }
  .site-footer { width: calc(100% - 42px); min-height: 93px; flex-wrap: wrap; gap: 6px 13px; padding: 15px 0; }
  .site-footer > p { order: 3; width: 100%; font-size: 9px; }
  .footer-domain { margin-left: auto; }
  .admin-link { display: none; }
  .admin-header { width: calc(100% - 36px); }
  .admin-main { width: calc(100% - 28px); margin: 29px auto 48px; }
  .admin-panel { padding: 28px 20px; }
  .admin-heading h1 { font-size: 32px; }
  .password-row { align-items: stretch; flex-direction: column; }
  .password-row .button { flex-basis: 45px; }
  .admin-toolbar { align-items: start; flex-direction: column; }
  .admin-toolbar .button { align-self: stretch; }
  .project-form { padding: 17px 14px; }
  .form-split { grid-template-columns: 1fr 83px; gap: 9px; }
  .form-actions { justify-content: space-between; }
  .admin-project-row { gap: 9px; padding: 8px; }
  .admin-project-thumb { width: 41px; height: 38px; flex-basis: 41px; }
  .admin-project-actions button { padding: 7px 6px; font-size: 8px; }
  .admin-project-actions { gap: 4px; }
  .admin-footer { width: calc(100% - 36px); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
